Releases: rbinar/cli-dispatch
Releases · rbinar/cli-dispatch
v2.0.0
Changed (BREAKING)
- Renamed the plugin and GitHub repo
claude-ds→cli-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. Antigravityagy) 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 skillclaude-ds→ds-delegate;ds-runnersubagent kept (now undercli-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
Fixed
- Windows / Turkish locale: the PowerShell wrappers parsed the config with a case-insensitive
-match, which under thetr-TRlocale foldsIto the dotlessı— so theIinDEEPSEEK_API_KEYmade that line never match and the key was silently dropped (DEEPSEEK_API_KEY not setdespite a valid key). Switched the config parser inclaude-ds.ps1andclaude-ds-stream.ps1to case-sensitive-cmatch, and hardened the empty-key check ininstall.ps1. (#19)
Full changelog: https://github.com/rbinar/claude-ds/blob/main/CHANGELOG.md