@deveco/deveco-code-darwin-arm64 0.1.9-rc.1 → 0.1.10-rc.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # Changelog
2
2
 
3
+ ## v0.1.10 (2026-08-29)
4
+
5
+ ### DevEco Code 核心
6
+
7
+ #### 新特性
8
+
9
+ - 新增 `--auto`/`--yolo` 权限自动批准标志,跳过工具调用确认(`89c7804`)
10
+ - 更新内置 DevEco CLI 至 v1.3.0(`c95e744`、`ecd05b6`)
11
+
12
+ #### 优化
13
+
14
+ - 移除过时的 `DEVECO_DEFAULTS` 回退逻辑(`f353e9a`)
15
+
16
+ #### 缺陷修复
17
+
18
+ - 修复登录 URL 在 Windows 上无法通过 shell 打开的问题(`185b685`)
19
+ - 限制会话重试次数,配额耗尽时提前终止(`10f8246`)
20
+
21
+ ### TUI 终端界面
22
+
23
+ #### 新特性
24
+
25
+ - 新增 subagent 监控侧边栏面板(`57be7fa`)
26
+ - 流式编辑统计改为按行计数(`690909f`)
27
+
28
+ #### 缺陷修复
29
+
30
+ - 修复模板化技能体的技能徽章渲染问题(`0c326df`)
31
+ - 优化收集对话框交互细节(`e1816523`)
32
+
3
33
  ## v0.1.9 (2026-08-20)
4
34
 
5
35
  ### DevEco Code 核心
package/bin/deveco CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deveco/deveco-code-darwin-arm64",
3
- "version": "0.1.9-rc.1",
3
+ "version": "0.1.10-rc.0",
4
4
  "preferUnplugged": true,
5
5
  "os": [
6
6
  "darwin"
@@ -1 +1 @@
1
- 1.2.2
1
+ 1.3.0
@@ -2,6 +2,6 @@
2
2
  "name": "deveco-cli-vendor",
3
3
  "private": true,
4
4
  "dependencies": {
5
- "@deveco/deveco-cli": "1.2.2"
5
+ "@deveco/deveco-cli": "1.3.0"
6
6
  }
7
7
  }
package/vendor/ripgrep/rg CHANGED
Binary file