| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-18 | 1.0 kB | |
| v1.10.9 source code.tar.gz | 2026-03-18 | 49.8 MB | |
| v1.10.9 source code.zip | 2026-03-18 | 50.0 MB | |
| Totals: 3 Items | 99.8 MB | 0 | |
Bug Fixes
Codex session ID resolution
Fixed a bug where aichat resume, move, clone, query, info, and lineage commands would fail for Codex sessions. Codex session files are named rollout-<timestamp>-<UUID>.jsonl, but codex resume expects just the UUID. All commands now correctly extract the UUID using get_session_uuid().
Before: aichat resume 019ce4bc-... → tries codex resume rollout-2026-03-12T21-08-36-019ce4bc-... → fails
After: aichat resume 019ce4bc-... → correctly runs codex resume 019ce4bc-...
Affected files: aichat.py, session_menu_cli.py
Test suite fixes
Fixed pre-existing test failures in trim-related tests. Small test fixtures fell below the default min_token_savings=300 threshold, causing trim_and_create_session() to return None for output_file. Added min_token_savings=0 to all test calls (25 call sites across 4 test files).
Docs
- Added
CLAUDE_CODE_ATTRIBUTION_HEADERsetting documentation for local models