feat: v0.4.41 - cli-tools UI redesign + jcode integration

- Add jcode CLI tool (#1047) with auto-configuration
- Redesign CLI Tools dashboard: grid 1/2/3 cols + per-tool detail page
- Sync DeepSeek TUI card style + resize icon 1024->128
- Add official logos: amp, jcode, qwen
- Bump version 0.4.39 -> 0.4.41

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
decolua
2026-05-14 10:46:11 +07:00
co-authored by Cursor
parent da00a25eef
commit 2190ff062d
16 changed files with 1202 additions and 549 deletions
@@ -12,6 +12,7 @@ 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";
import { GET as jcodeGet } from "../jcode-settings/route";
const STATUS_GETTERS = {
claude: claudeGet,
@@ -25,6 +26,7 @@ const STATUS_GETTERS = {
cline: clineGet,
kilo: kiloGet,
"deepseek-tui": deepseekTuiGet,
jcode: jcodeGet,
};
// Batch endpoint: gather all CLI tool statuses in one round-trip