Skip to content

Releases: basnijholt/agent-cli

v0.90.0

24 Apr 15:51
32e8b1a

Choose a tag to compare

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 new diarization extra. (#188)
  • Add the new diarize-live-session command 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-uv v8 and codecov/codecov-action v6. (#472, #462)

v0.89.0

23 Apr 03:16
3f43587

Choose a tag to compare

What's Changed

This release is primarily a reliability and maintenance release.

  • Auto-recover the local Whisper faster-whisper backend after BrokenProcessPool crashes by unloading, reloading, and retrying the transcription once. (#473)
  • Update GitHub Actions and release-drafter dependencies. (#450, #461, #464, #470)
  • Refresh pre-commit hooks and formatting checks. (#469, #471)

v0.88.0

02 Apr 21:21
1e2e8b9

Choose a tag to compare

What’s Changed

v0.87.0

26 Mar 22:22
eac9831

Choose a tag to compare

Features

  • Simplify dev new agent startup: --agent <name|auto> now selects and starts the coding agent, and --start-agent covers promptless interactive launch.
  • --prompt and --prompt-file continue to imply agent startup without requiring an extra flag.

Bug Fixes

  • Keep deprecated -a and --with-agent aliases 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 new behavior.

v0.86.1

24 Mar 19:50
ba56b5b

Choose a tag to compare

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

23 Mar 21:15
ee894c9

Choose a tag to compare

What’s Changed

v0.85.0

20 Mar 05:29
73431e0

Choose a tag to compare

What's Changed

Full Changelog: v0.84.2...v0.85.0

v0.84.2

20 Mar 04:02
afa1a15

Choose a tag to compare

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

20 Mar 03:26
436378e

Choose a tag to compare

Bug Fixes

  • dev new --agent now 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

20 Mar 03:01
7905b81

Choose a tag to compare

What’s Changed