@deveco/deveco-code-darwin-x64 0.1.13-rc.0 → 0.2.0-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 +44 -0
- package/bin/deveco +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,49 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.2.0 (2026-09-20)
|
|
4
|
+
|
|
5
|
+
### DevEco Code 核心
|
|
6
|
+
|
|
7
|
+
#### 新特性
|
|
8
|
+
|
|
9
|
+
- 支持第三方 Provider 直接接入使用,DevEco Code内置模型改用使用账号登录与实名认证(`c6f4854`)
|
|
10
|
+
- worktree 特性默认开启(`c97716f`)
|
|
11
|
+
- 向生成 `.ets` 代码的 agent 注入 ArkTS/ArkUI 代码规范(`fc6488e`)
|
|
12
|
+
- 支持在非空目录中安全创建项目(`884c5ff`)
|
|
13
|
+
- 文档检索命令统一经由内置 CLI 代理(`1d76bfd`)
|
|
14
|
+
|
|
15
|
+
#### 优化
|
|
16
|
+
|
|
17
|
+
- 构建、运行、日志能力收敛至内置 DevEco CLI,统一由 `devecocli` 承接,新增日志清理、`--tail` 校验、创建冲突检测与模拟器自动启动(`3f6eb64`、`559922d`、`1d60720`)
|
|
18
|
+
- 更新 UI 验证 MCP(`b24c309`)
|
|
19
|
+
|
|
20
|
+
#### 缺陷修复
|
|
21
|
+
|
|
22
|
+
- 修复自动启动模拟器后未等待就绪即运行导致阻塞(`5473f6d`)
|
|
23
|
+
- 恢复内置 CLI 技能加载(`2574319`)
|
|
24
|
+
- 修复 Windows 下 Bun 虚拟路径识别(`9cb1dc2`)
|
|
25
|
+
- 修复日志清理未校验目标设备、失败被误报为成功(`8bc95e6`)
|
|
26
|
+
- 修复文档预览截断后无法读取完整内容(`e65b278`)
|
|
27
|
+
- 修复 goal 模式文档检索范围与 build 模式不一致(`f71cc15`)
|
|
28
|
+
- 快照排除 `.codegenie` 目录(`431d772`)
|
|
29
|
+
- 修复 trace 上报字段因空值被平台丢弃(`e5bc1fa`)
|
|
30
|
+
- 升级 Bun 至 1.4.2,修复 pty 状态卡在运行中、SSE 超时未捕获异常(`aeb4536`)
|
|
31
|
+
- 修复自动合并工作流在合并失败时仍提示成功(`9d90028`)
|
|
32
|
+
|
|
33
|
+
#### 文档
|
|
34
|
+
|
|
35
|
+
- 对齐内置 CLI 技能文档(`29799f4`)
|
|
36
|
+
|
|
37
|
+
### TUI 终端界面
|
|
38
|
+
|
|
39
|
+
#### 新特性
|
|
40
|
+
|
|
41
|
+
- 会话滚动至非边缘时显示跳转提示,点击可跳至最早/最新消息并重新吸附(`8f6bf1a`)
|
|
42
|
+
|
|
43
|
+
#### 缺陷修复
|
|
44
|
+
|
|
45
|
+
- 修复 token 耗尽时按 Esc 导致上下文丢失(`eee4fce`)
|
|
46
|
+
|
|
3
47
|
## v0.1.12 (2026-09-04)
|
|
4
48
|
|
|
5
49
|
### DevEco Code 核心
|
package/bin/deveco
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
[diffend] Oversized file quarantined before diffing.
|
|
2
2
|
name: package/bin/deveco
|
|
3
|
-
size:
|
|
4
|
-
sha256:
|
|
3
|
+
size: 152891664 bytes
|
|
4
|
+
sha256: 90d5d970f1180e1bf82a0d688422f6e72d6507c642162b0cae4038d9133b4a39
|