| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-19 | 499 Bytes | |
| v1.10.10 source code.tar.gz | 2026-03-19 | 49.8 MB | |
| v1.10.10 source code.zip | 2026-03-19 | 50.0 MB | |
| Totals: 3 Items | 99.8 MB | 0 | |
Bug Fix
- fix:
--claude-homeflag ignored byaichat search— When--claude-homewas placed after the subcommand name (e.g.aichat search --claude-home ~/.claude-rja), the group callback didn't see it, soauto_indexfell back to~/.claude. Now scanssys.argvto resolve--claude-home/--codex-homeregardless of position.
Tests
- Added regression tests for
--claude-homeresolution (CLI arg position, env var fallback, CLI overriding env var,--codex-homeparity).