You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.