@harmonyos-arkts/opencode-plugin 0.0.2 → 0.0.3
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/dist/index.js +1 -1
- package/package.json +2 -1
package/dist/index.js
CHANGED
|
@@ -28014,7 +28014,7 @@ function createCommandHooks(ctx) {
|
|
|
28014
28014
|
log("Run env check command", result);
|
|
28015
28015
|
await ctx.client.session.prompt({
|
|
28016
28016
|
body: {
|
|
28017
|
-
parts: [{ type: "text", text: result }],
|
|
28017
|
+
parts: [{ type: "text", text: result, ignored: true }],
|
|
28018
28018
|
noReply: true
|
|
28019
28019
|
},
|
|
28020
28020
|
path: { id: input.sessionID }
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@harmonyos-arkts/opencode-plugin",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.3",
|
|
5
5
|
"description": "HarmonyOS Full-Lifecycle Development Assistant. Specialized in the complete development lifecycle of HarmonyOS applications, including project creation, UI development, state management, network requests, data storage, permission requests, performance optimization, testing, and release.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"license": "MIT",
|
|
@@ -36,6 +36,7 @@
|
|
|
36
36
|
"esbuild": "^0.28.0",
|
|
37
37
|
"jsonc-parser": "^3.3.1",
|
|
38
38
|
"xdg-basedir": "^5.1.0",
|
|
39
|
+
"@node-rs/jieba": "^2.0.1",
|
|
39
40
|
"zod": "latest"
|
|
40
41
|
},
|
|
41
42
|
"devDependencies": {
|