Releases: dotcommander/zai
Releases · dotcommander/zai
v0.1.8
Bug Fixes
- chat: strip ANSI escape sequences from stdin so terminal queries (cursor position, background color probes) no longer contaminate REPL input —
/exitand other commands are now recognized reliably - render: render first streaming content immediately (eliminates pause after
AI>label) and lower byte threshold from 100 to 40 for more responsive output
v0.1.5
Full Changelog: v0.1.4...v0.1.5
v0.1.4
Full Changelog: v0.1.3...v0.1.4
v0.1.3 - Documentation screenshot format update
Changes
- Update documentation screenshot reference to use PNG format for better compression
Commits
- 6d04463 docs: Update screenshot reference to use PNG format
v0.1.2 - Documentation consolidation and optimization
Documentation Improvements
- Consolidated documentation structure: Flattened docs/ from subdirectories into 4 main files (API.md, USAGE.md, CONTRIBUTING.md, TROUBLESHOOTING.md)
- Streamlined CLAUDE.md: Reduced from 286 to 165 lines by removing redundant content
- Optimized assets: Reduced screenshot size from 252KB to 121KB (52% reduction)
- Improved discoverability: Single-file comprehensive references reduce cognitive load
Changes Since v0.1.1
$(git log v0.1.1..v0.1.2 --oneline)