aico-cli 0.3.16 → 0.3.17

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.
@@ -13,7 +13,7 @@ import { join as join$1 } from 'node:path';
13
13
  import { join, dirname, basename } from 'pathe';
14
14
  import { fileURLToPath } from 'node:url';
15
15
 
16
- const version = "0.3.16";
16
+ const version = "0.3.17";
17
17
 
18
18
  function displayBanner(subtitle) {
19
19
  const defaultSubtitle = "\u4E00\u952E\u914D\u7F6E\u4F60\u7684\u5F00\u53D1\u73AF\u5883";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aico-cli",
3
- "version": "0.3.16",
3
+ "version": "0.3.17",
4
4
  "packageManager": "pnpm@9.15.9",
5
5
  "description": "AI CLI",
6
6
  "repository": {
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 基于苹果设计哲学的产品界面设计智能体,生成极简、直观、优雅的HTML界面
2
+ description: 产品界面设计智能体,生成极简、直观、优雅的交互界面
3
3
  allowed-tools: Read(**), Write(.aico/prd/**/*.html), Edit(.aico/prd/**/*.html)
4
4
  argument-hint: <产品需求描述>
5
5
  ---
@@ -32,5 +32,56 @@
32
32
  ],
33
33
  "deny": []
34
34
  },
35
- "hooks": {}
36
- }
35
+ "hooks": {
36
+ "PreToolUse": [
37
+ {
38
+ "matcher": "Task",
39
+ "hooks": [
40
+ {
41
+ "type": "command",
42
+ "command": "~/.claude/hooks/notify.sh input",
43
+ "timeout": 10
44
+ }
45
+ ]
46
+ }
47
+ ],
48
+ "UserPromptSubmit": [
49
+ {
50
+ "hooks": [
51
+ {
52
+ "type": "command",
53
+ "command": "~/.claude/hooks/notify.sh input",
54
+ "timeout": 10
55
+ }
56
+ ]
57
+ }
58
+ ],
59
+ "Notification": [
60
+ {
61
+ "hooks": [
62
+ {
63
+ "type": "command",
64
+ "command": "~/.claude/hooks/notify.sh complete",
65
+ "timeout": 10
66
+ }
67
+ ]
68
+ }
69
+ ],
70
+ "Stop": [
71
+ {
72
+ "hooks": [
73
+ {
74
+ "type": "command",
75
+ "command": "~/.claude/hooks/notify.sh complete",
76
+ "timeout": 10
77
+ }
78
+ ]
79
+ }
80
+ ]
81
+ },
82
+ "statusLine": {
83
+ "type": "command",
84
+ "command": "~/.claude/ccline/ccline",
85
+ "padding": 0
86
+ }
87
+ }