feat: add CommandCombobox component for selecting slash commands and update PropertyPanel to use it

refactor: remove unused liteTasks localization from common.json and zh/common.json
refactor: consolidate liteTasks localization into lite-tasks.json and zh/lite-tasks.json
refactor: simplify MultiCliTab type in LiteTaskDetailPage
refactor: enhance task display in LiteTasksPage with additional metadata
This commit is contained in:
catlog22
2026-02-04 19:24:31 +08:00
parent 7b2ac46760
commit 113c14970f
8 changed files with 458 additions and 314 deletions

View File

@@ -53,7 +53,7 @@ import type { LiteTask, LiteTaskSession } from '@/lib/api';
type SessionType = 'lite-plan' | 'lite-fix' | 'multi-cli-plan';
type LitePlanTab = 'tasks' | 'plan' | 'diagnoses' | 'context' | 'summary';
type MultiCliTab = 'tasks' | 'discussion' | 'context' | 'summary';
type MultiCliTab = 'tasks' | 'discussion' | 'context';
type TaskTabValue = 'task' | 'context';