Skip to content

v0.1.1

Latest

Choose a tag to compare

@leonidb leonidb released this 26 May 13:45

Fixes

  • Narration now follows the session, not the directory. /audio-recap:on persists for the whole Claude Code session, including when the working directory changes mid-session. Previously, changing directories could silently leave turns un-narrated. (#9)
  • The recap helper now runs isolated. The claude -p summarizer invoked each turn runs with a minimal, isolated configuration and no longer picks up unrelated project or MCP settings from the working directory. (#11)

Maintenance

  • Added a version-bump script and a manifest version guard that keep the plugin's version surfaces in sync.