Skip to content

v1.11.1

Latest

Choose a tag to compare

@pchalasani pchalasani released this 26 Mar 18:24
· 9 commits to main since this release

Bug Fix

Fix: aichat search --claude-home resume action now works correctly (#63)

When using aichat search --claude-home <path>, selecting a session and choosing "resume as is" would fail with a "session not found" error, even though the session existed under the specified home directory. The action_handler closure was not forwarding claude_home/codex_home from the session dict to execute_action, causing it to fall back to the default ~/.claude.

Docs

  • Added gdoc2docx to Starlight Google Docs documentation page.