@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 =
|
|
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