@deveco/deveco-code-darwin-x64 0.1.0-rc.1 → 0.1.1-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/README.md
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
</p>
|
|
17
17
|
|
|
18
18
|
<p align="center">
|
|
19
|
-
<img src="
|
|
19
|
+
<img src="https://raw.gitcode.com/openharmony-sig/deveco-code/raw/develop/assets/readme/readme-screenshot.png" alt="DevEco Code" width="600">
|
|
20
20
|
</p>
|
|
21
21
|
|
|
22
22
|
***
|
|
@@ -79,7 +79,7 @@ DevEco Code 当前通过 npm 提供以下平台安装包:
|
|
|
79
79
|
|
|
80
80
|
**终端 Shell**
|
|
81
81
|
|
|
82
|
-
- Windows:PowerShell 7+(推荐)、PowerShell 5.1+
|
|
82
|
+
- Windows:PowerShell 7+(推荐)、Windows PowerShell 5.1+
|
|
83
83
|
- macOS:Zsh(推荐)、Bash
|
|
84
84
|
|
|
85
85
|
**网络**
|
|
@@ -149,7 +149,7 @@ deveco auth logout
|
|
|
149
149
|
|
|
150
150
|
登录后可使用 DevEco Code 提供的免费模型通道。
|
|
151
151
|
|
|
152
|
-
在 DevEco Code 中输入 `/models` 可进入模型配置界面。当前免费提供 `GLM-5.1` 模型,单账号默认每分钟 50 次请求。也可以通过 `
|
|
152
|
+
在 DevEco Code 中输入 `/models` 可进入模型配置界面。当前免费提供 `GLM-5.1` 模型,单账号默认每分钟 50 次请求。也可以通过 `/connect` 进入 Provider 选择界面,配置支持的第三方模型。
|
|
153
153
|
|
|
154
154
|
也可以通过 `deveco.jsonc` 配置模型:
|
|
155
155
|
|
|
@@ -181,7 +181,7 @@ deveco auth logout
|
|
|
181
181
|
|
|
182
182
|
UI 检查是功能验证阶段的可选能力,用于验证界面是否符合需求描述。
|
|
183
183
|
|
|
184
|
-
|
|
184
|
+
该功能需调用多模态模型(仅用于 UI 检查,不作为主对话模型):已登录账号时默认使用内置 Qwen3-VL 模型,未登录时则跳过 UI 检查。
|
|
185
185
|
|
|
186
186
|
如需配置第三方多模态模型(仅支持 Qwen 系列),可在 `deveco.jsonc` 的 `agent` 中指定,以qwen3-vl-plus为例:
|
|
187
187
|
|
|
@@ -240,7 +240,7 @@ DevEco Code 集成了常用 HarmonyOS 开发工具能力:
|
|
|
240
240
|
| `start_app` | 在模拟器或真机上运行应用 |
|
|
241
241
|
| `hdc_log` | 收集/清理设备日志/查看连接模拟器 |
|
|
242
242
|
| `verify_ui` | 执行 UI 操作验证功能是否正确 |
|
|
243
|
-
| `
|
|
243
|
+
| `arkts_check` | ArkTS 静态语法检查 |
|
|
244
244
|
| `arkts_knowledge_search` | HarmonyOS 知识搜索 |
|
|
245
245
|
| `switch_cwd` | 切换构建项目路径 |
|
|
246
246
|
|
|
@@ -315,8 +315,8 @@ Skills、Agents、Plugins 也可以迁移到 `~/.config/deveco` 下的对应目
|
|
|
315
315
|
|
|
316
316
|
## 帮助与支持
|
|
317
317
|
|
|
318
|
+
- 完整文档请参阅 [DevEco Code 使用文档](docs/deveco-code-docs.html)(需下载到本地后打开),也可在线阅读 [OpenCode TUI 文档](https://opencode.ai/docs/zh-cn/tui/)
|
|
318
319
|
- 常见问题请参阅 [FAQ 文档](https://gitcode.com/openharmony-sig/deveco-code/wiki/FAQ.md)
|
|
319
|
-
- 终端常用命令(如 `/models`、`/connect` 等)请参阅 [OpenCode TUI 文档](https://opencode.ai/docs/zh-cn/tui/)
|
|
320
320
|
- 反馈与交流 [GitCode Issue](https://gitcode.com/openharmony-sig/deveco-code/issues)
|
|
321
321
|
|
|
322
322
|
## 开源许可
|
package/bin/README.md
ADDED
package/bin/deveco
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deveco/deveco-code-darwin-x64",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1-rc.0",
|
|
4
4
|
"preferUnplugged": true,
|
|
5
5
|
"os": [
|
|
6
6
|
"darwin"
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"files": [
|
|
12
12
|
"bin/**/*",
|
|
13
13
|
"vendor/**/*",
|
|
14
|
-
"
|
|
15
|
-
"
|
|
14
|
+
"assets/**/*",
|
|
15
|
+
"README.md"
|
|
16
16
|
]
|
|
17
17
|
}
|
|
Binary file
|