Releases: talkpython/talk-python-cli
Releases · talkpython/talk-python-cli
v0.2.0
[0.2.0] - 2026-02-07
Added
--format markdownoutput 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()informatting.pyfor plain stdout output- Tests for markdown format: query param propagation, raw output, and display routing
Changed
--formatflag now acceptstext,json, ormarkdown(wastextorjson)- MCP client sends
?format=markdownquery 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
[0.1.2] - 2026-02-07
Added
talkpython statuscommand 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 tojsonwhen piped) - Development status upgraded from Alpha to Beta
- Added
readmefield topyproject.tomlso PyPI renders the README