Skip to content

v1.1.0

Choose a tag to compare

@RichardAtCT RichardAtCT released this 18 Feb 14:29
· 179 commits to main since this release

What's New in v1.1.0

Added

  • Tunable Verbose Output (#29):

    • VERBOSE_LEVEL setting (0-2) controls how much of Claude's background activity is shown during execution
    • Level 0: Quiet — only final response, typing indicator still active
    • Level 1: Normal — tool names + reasoning snippets shown during execution
    • Level 2: Detailed — tool names with input summaries + longer reasoning text
    • /verbose 0|1|2 command for per-session override
    • Persistent typing indicator refreshed every ~2 seconds at all levels
  • HTML Parse Mode (#26):

    • Migrated from Markdown v1 to HTML parse mode for Telegram message formatting
    • More reliable rendering across Telegram clients

Changed

  • Updated documentation to reflect agentic mode as default interaction model (#25)

Full Changelog: v1.0.0...v1.1.0