Skip to content

v0.2.0

Latest

Choose a tag to compare

@mikeckennedy mikeckennedy released this 07 Feb 21:16
· 5 commits to main since this release

[0.2.0] - 2026-02-07

Added

  • --format markdown output mode for raw Markdown without Rich formatting, ideal for AI agents, LLMs, and RAG pipelines
  • New "Agentic AI and LLM integration" section in README
  • display_markdown_raw() in formatting.py for plain stdout output
  • Tests for markdown format: query param propagation, raw output, and display routing

Changed

  • --format flag now accepts text, json, or markdown (was text or json)
  • MCP client sends ?format=markdown query param to server when markdown format is selected
  • README "Output formats" and "Piping JSON to other tools" sections updated for the new format