@deveco/deveco-code-darwin-arm64 0.1.6-rc.0 → 0.1.6
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 +24 -0
- package/bin/deveco +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.1.6 (2026-08-01)
|
|
4
|
+
|
|
5
|
+
### DevEco Code 核心
|
|
6
|
+
|
|
7
|
+
#### 新特性
|
|
8
|
+
|
|
9
|
+
- 新增地区访问策略,基于时区与实名国籍限制中国大陆区域使用(`5810c71`、`2e408b5`)
|
|
10
|
+
- 集成 Magpie 埋点:采集工具调用链路,复用端点配置,过滤非 DevEco 事件,优化归因精度与统一同意管理(`8a0413a`、`6e6043e`、`1776688`、`766509a`、`fbfd228`、`4a888ee`)
|
|
11
|
+
- 新增 GitCode CI/CD 工作流,涵盖发版、类型检查与测试(`7df5df8`)
|
|
12
|
+
|
|
13
|
+
#### 缺陷修复
|
|
14
|
+
|
|
15
|
+
- 安全加固:密码采用恒定时间比对、登录 URL 防命令注入、工具参数限制为 JSON(`20e4567`、`9fb4045`、`273b7d7`)
|
|
16
|
+
|
|
17
|
+
### TUI 终端界面
|
|
18
|
+
|
|
19
|
+
#### 新特性
|
|
20
|
+
|
|
21
|
+
- 编辑流式输出时实时显示字数统计(`af0d72d`)
|
|
22
|
+
|
|
23
|
+
#### 优化
|
|
24
|
+
|
|
25
|
+
- 移除 `/btw` 命令说明文本(`c0191d1`)
|
|
26
|
+
|
|
3
27
|
## v0.1.5 (2026-07-27)
|
|
4
28
|
|
|
5
29
|
### DevEco Code 核心
|
package/bin/deveco
CHANGED
|
Binary file
|