Skip to content

Releases: talkpython/talk-python-cli

v0.2.0

07 Feb 21:16

Choose a tag to compare

[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

v0.1.2

07 Feb 16:42

Choose a tag to compare

[0.1.2] - 2026-02-07

Added

  • talkpython status command to check MCP server health and display version info

Changed

  • Version is now read dynamically from package metadata via importlib.metadata
  • Default output format is now always text (removed auto-detect that defaulted to json when piped)
  • Development status upgraded from Alpha to Beta
  • Added readme field to pyproject.toml so PyPI renders the README