| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-26 | 605 Bytes | |
| v1.11.1 source code.tar.gz | 2026-03-26 | 49.8 MB | |
| v1.11.1 source code.zip | 2026-03-26 | 50.0 MB | |
| Totals: 3 Items | 99.8 MB | 11 | |
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.