Skip to content

Releases: rbinar/cli-dispatch

v2.0.0

22 Jun 22:05
1601d9f

Choose a tag to compare

Changed (BREAKING)

  • Renamed the plugin and GitHub repo claude-dscli-dispatch, repositioning it as a multi-backend delegation hub (a task is dispatched to the right worker CLI). DeepSeek-backed Claude Code is now "the DeepSeek backend"; future worker CLIs (e.g. Antigravity agy) can be added as additional backends. (#21)
  • Commands are now ds- prefixed: /cli-dispatch:ds-setup, ds-run, ds-sessions, ds-watch, ds-status, ds-balance. Umbrella skill claude-dsds-delegate; ds-runner subagent kept (now under cli-dispatch:).

Unchanged

  • Backend wrapper binaries + paths stay (claude-ds, claude-ds-stream, ds-agent; ~/.config/claude-ds, ~/.cache/claude-ds, ~/.local/share/claude-ds, CLAUDE_DS_*) — these are the DeepSeek backend's names.

Install

/plugin marketplace add rbinar/cli-dispatch
/plugin install cli-dispatch@cli-dispatch
/reload-plugins
/cli-dispatch:ds-setup

Full changelog: https://github.com/rbinar/cli-dispatch/blob/main/CHANGELOG.md

v1.7.2

22 Jun 20:54
2ae69ea

Choose a tag to compare

Fixed

  • Windows / Turkish locale: the PowerShell wrappers parsed the config with a case-insensitive -match, which under the tr-TR locale folds I to the dotless ı — so the I in DEEPSEEK_API_KEY made that line never match and the key was silently dropped (DEEPSEEK_API_KEY not set despite a valid key). Switched the config parser in claude-ds.ps1 and claude-ds-stream.ps1 to case-sensitive -cmatch, and hardened the empty-key check in install.ps1. (#19)

Full changelog: https://github.com/rbinar/claude-ds/blob/main/CHANGELOG.md