Skip to content

v0.10.0 - Windows support, streaming by default, CLI providers (codex & claude_cli)

Pre-release
Pre-release

Choose a tag to compare

@iagooar iagooar released this 10 Nov 16:40
· 26 commits to master since this release

This is one the biggest releases so far!

Highlights

  • Windows-ready binaries – both qq and qa now understand Windows shells (cmd.exe and PowerShell!), stream agent command output live, and the release script produces tarballs for x86_64/aarch64 Windows targets alongside macOS/Linux builds.
  • Streaming-first UXqq streams formatted responses by default (toggle with --no-stream)
  • CLI coding tools as LLM backend – new codex and claude profiles let you reuse ChatGPT or Claude subscriptions without extra API spend. This one is huge!
  • Fine-grained controls – per-run --temperature, profile-level defaults, and configurable timeouts keep runs predictable even on slower providers.