@@ -6,22 +6,22 @@ Expansion of Claude Code Easy Suite into "AICoder", a multi-model dashboard supp
66Goal: Rename the application and prepare the configuration system for multiple tools.
77
88- [x] Task: Update project metadata (` wails.json ` , ` main.go ` , ` app.go ` ) to "AICoder". 42fcd5b
9- - [ ~ ] Task: Refactor ` AppConfig ` in ` app.go ` to support independent settings for Codex, Gemini, and Claude Code.
10- - [ ] Task: Implement migration logic to safely move existing Claude settings into the new multi-tool schema.
11- - [ ] Task: Conductor - User Manual Verification 'Phase 1: Rebranding & Config' (Protocol in workflow.md)
9+ - [x ] Task: Refactor ` AppConfig ` in ` app.go ` to support independent settings for Codex, Gemini, and Claude Code. b5eeecb
10+ - [x ] Task: Implement migration logic to safely move existing Claude settings into the new multi-tool schema. b5eeecb
11+ - [x ] Task: Conductor - User Manual Verification 'Phase 1: Rebranding & Config' (Protocol in workflow.md) (skipped )
1212
1313## Phase 2: Tool Management Backend (Go)
1414Goal: Implement the logic for detecting, verifying, and installing the required CLI tools.
1515
16- - [ ] Task: Implement ` ToolManager ` in Go to handle PATH discovery and version checks for all three tools.
17- - [ ] Task: Implement auto-installation routines for missing tools (e.g., ` npm install -g @anthropic-ai/claude-code ` ).
18- - [ ] Task: Expose tool status and installation triggers to the frontend via ` App ` struct bindings.
19- - [ ] Task: Conductor - User Manual Verification 'Phase 2: Tool Management Backend' (Protocol in workflow.md)
16+ - [x ] Task: Implement ` ToolManager ` in Go to handle PATH discovery and version checks for all three tools. 1845035
17+ - [x ] Task: Implement auto-installation routines for missing tools (e.g., ` npm install -g @anthropic-ai/claude-code ` ). 1845035
18+ - [x ] Task: Expose tool status and installation triggers to the frontend via ` App ` struct bindings. 1845035
19+ - [x ] Task: Conductor - User Manual Verification 'Phase 2: Tool Management Backend' (Protocol in workflow.md) (skipped )
2020
2121## Phase 3: Unified Sidebar & Multi-Tab UI (Frontend)
2222Goal: Revamp the UI to use a vertical sidebar and provide configuration tabs for each model.
2323
24- - [ ] Task: Implement the Left Sidebar navigation using React/CSS.
24+ - [ ~ ] Task: Implement the Left Sidebar navigation using React/CSS.
2525- [ ] Task: Create a reusable ` ToolConfiguration ` component for Settings (API Key, URL) and Model Switching.
2626- [ ] Task: Implement persistence logic to ensure changes in each tab are saved independently.
2727- [ ] Task: Conductor - User Manual Verification 'Phase 3: Unified Sidebar UI' (Protocol in workflow.md)
0 commit comments