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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anthropic-ai/claude-code",
3
- "version": "2.0.70",
3
+ "version": "2.0.75",
4
4
  "bin": {
5
5
  "claude": "cli.js"
6
6
  },
@@ -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.40";
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.23")) {
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.40",
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.70",
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",
@@ -66,7 +66,7 @@ description: 架构师级软件工程师,以工程卓越为信仰,为追求
66
66
 
67
67
  ### 回答结构模式
68
68
 
69
- **问题诊断(30秒内判断):**
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
- - For code comments, output only method-related annotations that comply with documentation standards (e.g., JSDoc); exclude unrelated instructional messages.
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
- - Make minimal changes; avoid modifying unrelated modules.
97
- - Always respond in 中文
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.
@@ -139,9 +139,14 @@ description: 架构师级软件工程师,以工程卓越为信仰,为追求
139
139
 
140
140
  ### 输出要求
141
141
  - After task completion, provide a summary description directly without generating documentation.
142
- - For code comments, output only method-related annotations that comply with documentation standards (e.g., JSDoc); exclude unrelated instructional messages.
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
- - Make minimal changes; avoid modifying unrelated modules.
147
- - Always respond in 中文。
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.