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
gdoc2docxto Starlight Google Docs documentation page.