Commit ee66082
authored
feat: acp init and process manage (#1171)
* feat: init acp process on select
* feat: warm up acp process on new thread
* fix: reuse warmup process
* fix: vue warning
* chore: add plan for acp debug panel
* feat: add debugview for acp
* feat: add i18n for debug
* fix: code review
* fix: ai review
* fix: Shutdown may skip releasing warmup‑only processes due to using warmupKey instead of agentId.
* chore: update markdown renderer1 parent 391eb2e commit ee66082
33 files changed
Lines changed: 2207 additions & 83 deletions
File tree
- .vscode
- src
- main
- presenter
- llmProviderPresenter
- agent
- providers
- threadPresenter
- handlers
- renderer
- settings/components
- src
- components
- acp-workspace
- chat-input
- composables
- markdown
- i18n
- da-DK
- en-US
- fa-IR
- fr-FR
- he-IL
- ja-JP
- ko-KR
- pt-BR
- ru-RU
- zh-CN
- zh-HK
- zh-TW
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| 131 | + | |
131 | 132 | | |
132 | | - | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
133 | 138 | | |
134 | 139 | | |
135 | 140 | | |
| |||
0 commit comments