Releases: basnijholt/agent-cli
Releases · basnijholt/agent-cli
v0.90.0
What's Changed
This release adds speaker diarization for transcription and improves Whisper-compatible server backend support.
- Add speaker diarization to
transcribe, including--diarize, inline or JSON diarized output, Hugging Face token support, min/max speaker hints, optional wav2vec2 word alignment, and the newdiarizationextra. (#188) - Add the new
diarize-live-sessioncommand for live-session diarization workflows. (#188) - Support the Cohere transcription backend in the Whisper-compatible server path. (e4d5a0d)
- Update GitHub Actions dependencies:
astral-sh/setup-uvv8 andcodecov/codecov-actionv6. (#472, #462)
v0.89.0
What's Changed
This release is primarily a reliability and maintenance release.
v0.88.0
What’s Changed
- feat(dev): add --tmux-session flag for session isolation (#466) @basnijholt
- [pre-commit.ci] pre-commit autoupdate (#465) @pre-commit-ci[bot]
v0.87.0
Features
- Simplify
dev newagent startup:--agent <name|auto>now selects and starts the coding agent, and--start-agentcovers promptless interactive launch. --promptand--prompt-filecontinue to imply agent startup without requiring an extra flag.
Bug Fixes
- Keep deprecated
-aand--with-agentaliases working for compatibility while hiding them from generated docs and help output. - Update the command docs, skill guidance, and example config to match the new
dev newbehavior.
v0.86.1
What's Changed
- fix(dev): disable tmux window renumbering in new sessions by @basnijholt in #460
Full Changelog: v0.86.0...v0.86.1
v0.86.0
What’s Changed
- feat(dev): fix dot-worktree resolution, unique task files, and --agent/-a UX (#458) @basnijholt
- [pre-commit.ci] pre-commit autoupdate (#457) @pre-commit-ci[bot]
v0.85.0
What's Changed
- feat(dev): add pre-launch hooks by @basnijholt in #456
Full Changelog: v0.84.2...v0.85.0
v0.84.2
What's Changed
- fix(dev): validate prompts and harden tmux launches by @basnijholt in #455
Full Changelog: v0.84.1...v0.84.2
v0.84.1
Bug Fixes
dev new --agentnow fails fast when no runnable coding agent can be resolved. Explicit agent launches no longer create empty worktrees, write.claude/TASK.md, or show a false green success panel when no agent will start. (#454)
Maintenance
- Isolated memory client tests from real git repository initialization to stabilize CI, especially on Windows. (#453)
v0.84.0
What’s Changed
- feat(dev): add explicit tmux multiplexer launch (#452) @basnijholt
- [pre-commit.ci] pre-commit autoupdate (#451) @pre-commit-ci[bot]
- docs: fix dev config template and rag ignore docs (#449) @basnijholt
- docs: update docs for recent behavior changes (#447) @basnijholt