|
| 1 | +# Plan: AICoder - Multi-Model Support Expansion |
| 2 | + |
| 3 | +Expansion of Claude Code Easy Suite into "AICoder", a multi-model dashboard supporting OpenAI Codex, Google Gemini CLI, and Anthropic's Claude Code with automated environment setup. |
| 4 | + |
| 5 | +## Phase 1: Rebranding & Configuration Schema Migration |
| 6 | +Goal: Rename the application and prepare the configuration system for multiple tools. |
| 7 | + |
| 8 | +- [~] Task: Update project metadata (`wails.json`, `main.go`, `app.go`) to "AICoder". |
| 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) |
| 12 | + |
| 13 | +## Phase 2: Tool Management Backend (Go) |
| 14 | +Goal: Implement the logic for detecting, verifying, and installing the required CLI tools. |
| 15 | + |
| 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) |
| 20 | + |
| 21 | +## Phase 3: Unified Sidebar & Multi-Tab UI (Frontend) |
| 22 | +Goal: Revamp the UI to use a vertical sidebar and provide configuration tabs for each model. |
| 23 | + |
| 24 | +- [ ] Task: Implement the Left Sidebar navigation using React/CSS. |
| 25 | +- [ ] Task: Create a reusable `ToolConfiguration` component for Settings (API Key, URL) and Model Switching. |
| 26 | +- [ ] Task: Implement persistence logic to ensure changes in each tab are saved independently. |
| 27 | +- [ ] Task: Conductor - User Manual Verification 'Phase 3: Unified Sidebar UI' (Protocol in workflow.md) |
| 28 | + |
| 29 | +## Phase 4: Startup Installation Flow |
| 30 | +Goal: Implement the mandatory installation check window during application launch. |
| 31 | + |
| 32 | +- [ ] Task: Create the "Installation Progress" UI component. |
| 33 | +- [ ] Task: Modify application startup sequence to display the progress window before the main dashboard. |
| 34 | +- [ ] Task: Implement error handling and "Retry" logic for failed installations. |
| 35 | +- [ ] Task: Conductor - User Manual Verification 'Phase 4: Startup Installation Flow' (Protocol in workflow.md) |
| 36 | + |
| 37 | +## Phase 5: Launch Integration & Final Polish |
| 38 | +Goal: Connect the "Launch" buttons and perform final refinements. |
| 39 | + |
| 40 | +- [ ] Task: Update the CLI launch logic in `app.go` to inject the correct environment variables based on the active tab's configuration. |
| 41 | +- [ ] Task: Update all user documentation (`README.md`, `UserManual_CN.md`, etc.) to reflect the new "AICoder" identity and features. |
| 42 | +- [ ] Task: Final cross-platform build verification (macOS/Windows). |
| 43 | +- [ ] Task: Conductor - User Manual Verification 'Phase 5: Final Polish' (Protocol in workflow.md) |
0 commit comments