@polderlabs/bizar 3.20.0 → 3.20.1
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/cli/install.mjs +1 -1
- package/config/opencode.json.template +2 -2
- package/package.json +1 -1
package/cli/install.mjs
CHANGED
|
@@ -375,7 +375,7 @@ export async function runInstaller() {
|
|
|
375
375
|
console.log(chalk.dim(' You can configure API keys now or later via /connect in opencode.'));
|
|
376
376
|
const keys = await promptApiKeys();
|
|
377
377
|
|
|
378
|
-
if (keys.opencodeZen || keys.minimax || keys.openai
|
|
378
|
+
if (keys.opencodeZen || keys.minimax || keys.openai) {
|
|
379
379
|
console.log(chalk.dim('\n Keys noted. Add them to your opencode.json or run /connect in opencode.\n'));
|
|
380
380
|
}
|
|
381
381
|
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"permission": {
|
|
63
63
|
"read": "allow",
|
|
64
64
|
"list": "allow",
|
|
65
|
-
"question": "allow"
|
|
65
|
+
"question": "allow"
|
|
66
66
|
}
|
|
67
67
|
},
|
|
68
68
|
"frigg": {
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"grep": "allow",
|
|
78
78
|
"bash": "allow",
|
|
79
79
|
"webfetch": "allow",
|
|
80
|
-
"websearch": "allow"
|
|
80
|
+
"websearch": "allow",
|
|
81
81
|
"question": "allow"
|
|
82
82
|
}
|
|
83
83
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@polderlabs/bizar",
|
|
3
|
-
"version": "3.20.
|
|
3
|
+
"version": "3.20.1",
|
|
4
4
|
"description": "Norse-pantheon multi-agent system for opencode — 13 agents across 4 cost tiers with cost-aware routing, plans, and a configurable agent harness.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|