Skip to content

Releases: dotcommander/zai

v0.1.8

02 Apr 21:26

Choose a tag to compare

Bug Fixes

  • chat: strip ANSI escape sequences from stdin so terminal queries (cursor position, background color probes) no longer contaminate REPL input — /exit and 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

02 Apr 19:03

Choose a tag to compare

Full Changelog: v0.1.4...v0.1.5

v0.1.4

13 Mar 15:39

Choose a tag to compare

Full Changelog: v0.1.3...v0.1.4

v0.1.3 - Documentation screenshot format update

11 Feb 17:45

Choose a tag to compare

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

11 Feb 17:42

Choose a tag to compare

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)