feat: add DeepSeek TUI as CLI tool in dashboard (#1088)

Co-authored-by: Ansh7473 <your-github-email@example.com>
This commit is contained in:
YourAnsh
2026-05-13 22:40:42 +07:00
committed by GitHub
co-authored by Ansh7473
parent 9ce5290710
commit eaccb19f59
9 changed files with 596 additions and 11 deletions
@@ -11,6 +11,7 @@ import { GET as coworkGet } from "../cowork-settings/route";
import { GET as copilotGet } from "../copilot-settings/route";
import { GET as clineGet } from "../cline-settings/route";
import { GET as kiloGet } from "../kilo-settings/route";
import { GET as deepseekTuiGet } from "../deepseek-tui-settings/route";
const STATUS_GETTERS = {
claude: claudeGet,
@@ -23,6 +24,7 @@ const STATUS_GETTERS = {
copilot: copilotGet,
cline: clineGet,
kilo: kiloGet,
"deepseek-tui": deepseekTuiGet,
};
// Batch endpoint: gather all CLI tool statuses in one round-trip