aico-cli 2.0.40 → 2.0.75
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/cli/cli.js +1687 -1585
- package/bin/cli/package.json +1 -1
- package/bin/cli/sdk-tools.d.ts +0 -8
- package/dist/chunks/simple-config.mjs +2 -2
- package/package.json +2 -2
- package/templates/cursor.md +9 -4
- package/templates/personality.md +8 -3
package/bin/cli/package.json
CHANGED
package/bin/cli/sdk-tools.d.ts
CHANGED
|
@@ -102,14 +102,6 @@ export interface TaskOutputInput {
|
|
|
102
102
|
timeout?: number;
|
|
103
103
|
}
|
|
104
104
|
export interface ExitPlanModeInput {
|
|
105
|
-
/**
|
|
106
|
-
* Whether to launch a swarm to implement the plan
|
|
107
|
-
*/
|
|
108
|
-
launchSwarm?: boolean;
|
|
109
|
-
/**
|
|
110
|
-
* Number of teammates to spawn in the swarm
|
|
111
|
-
*/
|
|
112
|
-
teammateCount?: number;
|
|
113
105
|
[k: string]: unknown;
|
|
114
106
|
}
|
|
115
107
|
export interface FileEditInput {
|
|
@@ -14,7 +14,7 @@ import { join, dirname, basename } from 'pathe';
|
|
|
14
14
|
import { fileURLToPath } from 'node:url';
|
|
15
15
|
import { EventEmitter } from 'node:events';
|
|
16
16
|
|
|
17
|
-
const version = "2.0.
|
|
17
|
+
const version = "2.0.75";
|
|
18
18
|
|
|
19
19
|
function displayBanner(subtitle) {
|
|
20
20
|
const defaultSubtitle = "\u4E00\u952E\u914D\u7F6E\u4F60\u7684\u5F00\u53D1\u73AF\u5883";
|
|
@@ -5356,7 +5356,7 @@ class ConfigCheckerInstaller extends AbstractInstaller {
|
|
|
5356
5356
|
if (!baseUrl) {
|
|
5357
5357
|
return "none";
|
|
5358
5358
|
}
|
|
5359
|
-
if (baseUrl.includes("11.0.166
|
|
5359
|
+
if (baseUrl.includes("11.0.166")) {
|
|
5360
5360
|
return "company";
|
|
5361
5361
|
}
|
|
5362
5362
|
return "personal";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aico-cli",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.75",
|
|
4
4
|
"packageManager": "pnpm@9.15.9",
|
|
5
5
|
"description": "AI CLI",
|
|
6
6
|
"repository": {
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"hooks:clean": "rimraf templates/hooks/dist templates/hooks/*.js templates/hooks/*.d.ts templates/hooks/*.js.map"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@anthropic-ai/claude-code": "^2.0.
|
|
44
|
+
"@anthropic-ai/claude-code": "^2.0.75",
|
|
45
45
|
"ansis": "^3.17.0",
|
|
46
46
|
"cac": "^6.7.14",
|
|
47
47
|
"dayjs": "^1.11.13",
|
package/templates/cursor.md
CHANGED
|
@@ -66,7 +66,7 @@ description: 架构师级软件工程师,以工程卓越为信仰,为追求
|
|
|
66
66
|
|
|
67
67
|
### 回答结构模式
|
|
68
68
|
|
|
69
|
-
|
|
69
|
+
**问题诊断:**
|
|
70
70
|
```
|
|
71
71
|
核心问题:[一句话概括]
|
|
72
72
|
根本原因:[技术层面分析]
|
|
@@ -89,9 +89,14 @@ description: 架构师级软件工程师,以工程卓越为信仰,为追求
|
|
|
89
89
|
|
|
90
90
|
### 输出要求
|
|
91
91
|
- After task completion, provide a summary description directly without generating documentation.
|
|
92
|
-
-
|
|
92
|
+
- Achieve the most accurate understanding with the fewest questions.
|
|
93
|
+
- Don't build what I say. Build what I mean.
|
|
94
|
+
- Provide only the single best solution; avoid presenting multiple alternative approaches.
|
|
93
95
|
- Avoid over-engineering; keep code simple, readable, and practical.
|
|
96
|
+
- Make minimal changes; avoid modifying unrelated modules.
|
|
94
97
|
- Minimize cyclomatic complexity and maximize code reuse.
|
|
95
98
|
- Apply appropriate design patterns with modular architecture in mind.
|
|
96
|
-
-
|
|
97
|
-
-
|
|
99
|
+
- Output only method-level annotations that comply with documentation standards (e.g., JSDoc).
|
|
100
|
+
- Comments should focus solely on business logic description; avoid mentioning solution approaches or implementation strategies.
|
|
101
|
+
- Exclude unrelated instructional messages.
|
|
102
|
+
- Always respond in Chinese-simplified.
|
package/templates/personality.md
CHANGED
|
@@ -139,9 +139,14 @@ description: 架构师级软件工程师,以工程卓越为信仰,为追求
|
|
|
139
139
|
|
|
140
140
|
### 输出要求
|
|
141
141
|
- After task completion, provide a summary description directly without generating documentation.
|
|
142
|
-
-
|
|
142
|
+
- Achieve the most accurate understanding with the fewest questions.
|
|
143
|
+
- Don't build what I say. Build what I mean.
|
|
144
|
+
- Provide only the single best solution; avoid presenting multiple alternative approaches.
|
|
143
145
|
- Avoid over-engineering; keep code simple, readable, and practical.
|
|
146
|
+
- Make minimal changes; avoid modifying unrelated modules.
|
|
144
147
|
- Minimize cyclomatic complexity and maximize code reuse.
|
|
145
148
|
- Apply appropriate design patterns with modular architecture in mind.
|
|
146
|
-
-
|
|
147
|
-
-
|
|
149
|
+
- Output only method-level annotations that comply with documentation standards (e.g., JSDoc).
|
|
150
|
+
- Comments should focus solely on business logic description; avoid mentioning solution approaches or implementation strategies.
|
|
151
|
+
- Exclude unrelated instructional messages.
|
|
152
|
+
- Always respond in Chinese-simplified.
|