feat: add Accordion component for UI and Zustand store for coordinator management

- Implemented Accordion component using Radix UI for collapsible sections.
- Created Zustand store to manage coordinator execution state, command chains, logs, and interactive questions.
- Added validation tests for CLI settings type definitions, ensuring type safety and correct behavior of helper functions.
This commit is contained in:
catlog22
2026-02-03 10:02:40 +08:00
parent bcb4af3ba0
commit 5483a72e9f
82 changed files with 6156 additions and 7605 deletions

View File

@@ -1,4 +1,12 @@
{
"groups": {
"overview": "Overview",
"workflow": "Workflow & Execution",
"knowledge": "Knowledge & Memory",
"issues": "Issue Management",
"tools": "Tools & Hooks",
"configuration": "Configuration & Support"
},
"main": {
"home": "Home",
"sessions": "Sessions",