Skip to content

v0.1.29 β€” Stabilization & modular refactor

Choose a tag to compare

@arpanpathak arpanpathak released this 21 Aug 17:28
· 38 commits to main since this release

Stabilization release

Modular codebase

  • src/cli/ β€” args + config modules
  • src/commands/ β€” agent, doctor, models, setup
  • src/ollama/ β€” client, types, stream parsing
  • src/tools/ β€” files, command, path, text

Rigorous tests (111 total)

  • CLI parsing and config mapping
  • Ollama NDJSON streaming and serialization
  • Filesystem tools with temp dirs, path safety, grep, binary detection
  • Shell command execution, stderr, exit codes, timeouts
  • Agent tool parsing, streaming, execute read/write
  • Perf parsing (/proc, tegrastats)
  • TUI wrapping, scrolling, chat history, suggestions, ANSI stripping

Bug fix caught by tests

  • CSI ANSI escape stripping no longer leaves color escape remnants