create-zhin-app 1.0.49 → 1.0.50
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 +5 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -233,11 +233,14 @@ http:
|
|
|
233
233
|
- "https://console.zhin.dev"
|
|
234
234
|
|
|
235
235
|
ai:
|
|
236
|
-
enabled: true
|
|
237
|
-
defaultProvider: ollama
|
|
238
236
|
providers:
|
|
239
237
|
ollama:
|
|
238
|
+
api: ollama-chat
|
|
240
239
|
host: http://127.0.0.1:11434
|
|
240
|
+
agents:
|
|
241
|
+
zhin:
|
|
242
|
+
provider: ollama
|
|
243
|
+
model: qwen3:14b
|
|
241
244
|
agent:
|
|
242
245
|
toolSearch: false
|
|
243
246
|
execSecurity: allowlist
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-zhin-app",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.50",
|
|
4
4
|
"description": "Create a new zhin bot project",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"inquirer": "^14.0.2",
|
|
16
16
|
"chalk": "^5.6.2",
|
|
17
17
|
"yaml": "^2.9.0",
|
|
18
|
-
"@zhin.js/scaffold-wizard": "0.1.
|
|
18
|
+
"@zhin.js/scaffold-wizard": "0.1.3"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@types/node": "^25.9.1",
|