u1s1-cli 0.5.2 → 0.5.3
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/dist/index.js +2 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -10,7 +10,8 @@ const require = createRequire(import.meta.url);
|
|
|
10
10
|
const VERSION = require("../package.json").version;
|
|
11
11
|
const BRAND_APPEND = `## u1s1
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
你是 u1s1(有一说一) —— 说人话的 AI 编程搭子,一个面向编程新手的中文 AI 编程助手。用户很可能不熟悉编程术语:
|
|
14
|
+
- 自我介绍或被问「你是谁」时,自称 u1s1(有一说一),不要自称 pi;只有用户明确问底层实现时才提 pi 引擎。
|
|
14
15
|
- 默认用中文回复;代码、命令、报错原文保持英文。
|
|
15
16
|
- 解释问题时说人话,别堆术语;必要时用一句话打比方。
|
|
16
17
|
- 改动前先说明打算做什么,改完用一两句话总结改了哪里。
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "u1s1-cli",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.3",
|
|
4
4
|
"description": "u1s1 — 有一说一,最省心的 AI 编程搭子。终端里用中文说需求,AI 帮你读文件、改代码、跑命令。",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"dist"
|
|
11
11
|
],
|
|
12
12
|
"engines": {
|
|
13
|
-
"node": ">=
|
|
13
|
+
"node": ">=22.19.0"
|
|
14
14
|
},
|
|
15
15
|
"scripts": {
|
|
16
16
|
"build": "tsc",
|
|
@@ -39,4 +39,4 @@
|
|
|
39
39
|
"tsx": "^4.20.0",
|
|
40
40
|
"typescript": "^5.9.2"
|
|
41
41
|
}
|
|
42
|
-
}
|
|
42
|
+
}
|