@polderlabs/bizar 10.23.3 → 10.23.4

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/provision.mjs CHANGED
@@ -1000,7 +1000,7 @@ export function writeClaudeSettings({ dryRun = false, force = false } = {}) {
1000
1000
  // malformed router has no enabled candidate; dispatch will fail closed.
1001
1001
  if (installModel) {
1002
1002
  merged.model = installModel;
1003
- merged.modelOverrides = { [installModel]: installModel };
1003
+ merged.modelOverrides = bizarSettings.modelOverrides;
1004
1004
  }
1005
1005
 
1006
1006
  // Auto-compaction is part of the Bizar reliability contract. Remove legacy
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polderlabs/bizar",
3
- "version": "10.23.3",
3
+ "version": "10.23.4",
4
4
  "description": "Autonomous, human-in-the-loop multi-agent harness for Claude Code with guarded workflows, typed SDK primitives, and MCP tools.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,5 +1,5 @@
1
1
  /**
2
2
  * SDK version constant. Keep synchronized with the workspace package versions.
3
3
  */
4
- export declare const SDK_VERSION: "10.23.3";
4
+ export declare const SDK_VERSION: "10.23.4";
5
5
  //# sourceMappingURL=version.d.ts.map
@@ -1,5 +1,5 @@
1
1
  /**
2
2
  * SDK version constant. Keep synchronized with the workspace package versions.
3
3
  */
4
- export const SDK_VERSION = "10.23.3";
4
+ export const SDK_VERSION = "10.23.4";
5
5
  //# sourceMappingURL=version.js.map
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polderlabs/bizar-sdk",
3
- "version": "10.23.3",
3
+ "version": "10.23.4",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",