oh-aicoding-tool 0.1.4 → 0.1.5

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.
Files changed (2) hide show
  1. package/README.md +12 -12
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -25,7 +25,7 @@ CLI 运行时会解析依赖包暴露的 bin 并转发参数。因此功能逻
25
25
  运行交互式安装器:
26
26
 
27
27
  ```bash
28
- npx oh-aicoding-tool
28
+ npx oh-aicoding-tool@latest
29
29
  ```
30
30
 
31
31
  从当前仓库运行:
@@ -49,27 +49,27 @@ npm start
49
49
  Langfuse 命令会转发给 `oh-langfuse`:
50
50
 
51
51
  ```bash
52
- npx oh-aicoding-tool langfuse setup
53
- npx oh-aicoding-tool langfuse setup claude
54
- npx oh-aicoding-tool langfuse setup opencode
55
- npx oh-aicoding-tool langfuse setup codex
56
- npx oh-aicoding-tool langfuse check
57
- npx oh-aicoding-tool langfuse check environment
52
+ npx oh-aicoding-tool@latest langfuse setup
53
+ npx oh-aicoding-tool@latest langfuse setup claude
54
+ npx oh-aicoding-tool@latest langfuse setup opencode
55
+ npx oh-aicoding-tool@latest langfuse setup codex
56
+ npx oh-aicoding-tool@latest langfuse check
57
+ npx oh-aicoding-tool@latest langfuse check environment
58
58
  ```
59
59
 
60
60
  也支持 Langfuse 的短命令别名:
61
61
 
62
62
  ```bash
63
- npx oh-aicoding-tool setup
64
- npx oh-aicoding-tool check
63
+ npx oh-aicoding-tool@latest setup
64
+ npx oh-aicoding-tool@latest check
65
65
  ```
66
66
 
67
67
  问题上报命令会转发给 `oh-aireport`:
68
68
 
69
69
  ```bash
70
- npx oh-aicoding-tool report install opencode --email xxxxx@huawei.com
71
- npx oh-aicoding-tool report install claude
72
- npx oh-aicoding-tool report install both
70
+ npx oh-aicoding-tool@latest report install opencode --email xxxxx@huawei.com
71
+ npx oh-aicoding-tool@latest report install claude
72
+ npx oh-aicoding-tool@latest report install both
73
73
  ```
74
74
 
75
75
  如果交互流程中未填写邮箱,聚合器会向 `oh-aireport` 传递 `--skip-email`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oh-aicoding-tool",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Interactive installer for AI coding tools: Langfuse tracing and oh-ai-report.",
@@ -24,8 +24,8 @@
24
24
  "issue-report"
25
25
  ],
26
26
  "license": "UNLICENSED",
27
- "dependencies": {
28
- "oh-langfuse": "^0.1.7",
29
- "oh-aireport": "^0.1.0"
30
- }
31
- }
27
+ "dependencies": {
28
+ "oh-langfuse": "^0.1.8",
29
+ "oh-aireport": "^0.1.1"
30
+ }
31
+ }