irises 1.0.0 → 1.0.2

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.
@@ -189,9 +189,6 @@ shell:
189
189
  sub_agent:
190
190
  autoApprove: false
191
191
 
192
- read_skill:
193
- autoApprove: true
194
-
195
192
  # ─────────────────────────────────────────────────────────────
196
193
  # Computer Use 工具配置(需在 computer_use.yaml 中启用)
197
194
  # ─────────────────────────────────────────────────────────────
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "irises",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "模块化、可解耦的 AI 聊天框架,支持多平台、多 LLM、工具调用",
5
5
  "license": "GPL-3.0-only",
6
6
  "bin": {
@@ -10,10 +10,10 @@
10
10
  "postinstall": "bun ./postinstall.mjs || node ./postinstall.mjs"
11
11
  },
12
12
  "optionalDependencies": {
13
- "irises-linux-x64": "1.0.0",
14
- "irises-darwin-arm64": "1.0.0",
15
- "irises-darwin-x64": "1.0.0",
16
- "irises-windows-x64": "1.0.0",
17
- "irises-linux-arm64": "1.0.0"
13
+ "irises-darwin-x64": "1.0.2",
14
+ "irises-linux-arm64": "1.0.2",
15
+ "irises-darwin-arm64": "1.0.2",
16
+ "irises-windows-x64": "1.0.2",
17
+ "irises-linux-x64": "1.0.2"
18
18
  }
19
19
  }