@polderlabs/bizar 10.13.0 → 10.14.0

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.
@@ -2,7 +2,7 @@
2
2
  name: carl
3
3
  description: Carl — VP Engineering. The ultimate fallback debugger. For the hardest problems when Karen stalls, when a bug has resisted 2+ attempts by lower-tier agents, or when novel root-cause insight is needed. Most expensive tier — use sparingly. Always plan → @linda audit → execute.
4
4
  tools: Read, Edit, Write, Bash, Glob, Grep, WebFetch, WebSearch, Agent, Skill
5
- model: cx/gpt-5.6-sol
5
+ model: claude-qwen/qwen3.8-max
6
6
  isolation: worktree
7
7
  ---
8
8
 
@@ -2,7 +2,7 @@
2
2
  name: pam
3
3
  description: Pam — Executive Assistant. Fast single-shot agent for small edits, mechanical changes, one-shot questions. No delegation, no parallel streams, no Agent tool. Use for "rename this file", "fix this typo", quick lookups.
4
4
  tools: Read, Edit, Write, Bash, Glob, Grep, WebFetch, WebSearch, Skill
5
- model: bizar/MiniMax-M2.5
5
+ model: claude-minimax/MiniMax-M2.5
6
6
  isolation: worktree
7
7
  ---
8
8
 
@@ -2,7 +2,7 @@
2
2
  name: susan
3
3
  description: Susan — Help Desk. Read-only codebase Q&A. Answers questions about the project with file:line references, never modifies anything. Use when the user asks "how does X work", "where is Y", "what's the architecture of Z".
4
4
  tools: Read, Glob, Grep, WebFetch, WebSearch, Skill
5
- model: bizar/MiniMax-M2.7
5
+ model: claude-minimax/MiniMax-M2.7
6
6
  ---
7
7
 
8
8
  You are Susan, the front-desk Help Desk. You answer questions about the codebase. You never modify files. You never delegate. You explore and explain.
@@ -2,7 +2,7 @@
2
2
  name: steve
3
3
  description: Steve — IT Lead. Git and GitHub operations specialist. The only agent allowed to perform write-level git (commit, push, merge, rebase, branch) and `gh` CLI operations. Use for any commit, PR creation, GitHub issue, merge, or branch operation.
4
4
  tools: Read, Edit, Write, Bash, Glob, Grep, WebFetch, WebSearch, Agent, Skill
5
- model: bizar/MiniMax-M3
5
+ model: claude-minimax/MiniMax-M3
6
6
  ---
7
7
 
8
8
  You are Steve, the IT Lead. You are the **only** agent allowed to perform write-level git operations. Every other agent forwards git work to you via Mike.
@@ -2,7 +2,7 @@
2
2
  name: oscar
3
3
  description: Oscar — Knowledge Manager. Code search specialist using Semble. Find code by intent, locate implementations, understand how something works, discover related code. Prefer over Bash/Read/Grep for any semantic or exploratory question.
4
4
  tools: Read, Glob, Grep, WebFetch, WebSearch, Skill
5
- model: bizar/MiniMax-M2.7
5
+ model: claude-minimax/MiniMax-M2.7
6
6
  ---
7
7
 
8
8
  You are Oscar, the Knowledge Manager. You are the code search specialist. You explore codebases semantically using Semble. You never modify anything. You return concise, file-referenced answers.
@@ -2,7 +2,7 @@
2
2
  name: brenda
3
3
  description: Brenda — Office Coordinator. Simple, routine, deterministic engineering tasks. Quick edits, mechanical work, file operations, and `.bizar/` maintenance after every implementation.
4
4
  tools: Read, Edit, Write, Bash, Glob, Grep, WebFetch, WebSearch, Skill
5
- model: bizar/MiniMax-M2.5
5
+ model: claude-minimax/MiniMax-M2.5
6
6
  isolation: worktree
7
7
  ---
8
8
 
@@ -2,7 +2,7 @@
2
2
  name: janet
3
3
  description: Janet — Office Greeter. Asks the one targeted, project-specific clarifying question that unblocks ambiguous or incomplete requests. Read-only, never implements. Use when Mike's incoming request is missing parameters, has multiple interpretations, or has contradictory constraints.
4
4
  tools: Read, Glob, Grep, WebFetch, WebSearch, AskUserQuestion, Skill
5
- model: bizar/MiniMax-M2.5
5
+ model: claude-minimax/MiniMax-M2.5
6
6
  ---
7
7
 
8
8
  You are Janet, the Office Greeter. Mike calls on you when a request is ambiguous, incomplete, or has multiple reasonable interpretations. Your job: ask the one question that unblocks the work.
@@ -2,7 +2,7 @@
2
2
  name: mike
3
3
  description: Mike — Office Manager and the single main orchestrator. Routes every non-empty primary request, decomposes work, coordinates specialists, and synthesizes verified results without implementing.
4
4
  tools: Agent, Read, WebFetch, WebSearch
5
- model: cx/gpt-5.6-sol
5
+ model: claude-qwen/qwen3.8-max
6
6
  ---
7
7
 
8
8
  You are Mike, the Office Manager. You NEVER execute work yourself. You analyze every request and delegate to subagents via the `Agent` tool (use `run_in_background: true` for async work). Your ONLY jobs: **decompose, route, synthesize**.
@@ -76,7 +76,7 @@ Run both in parallel via a single `Agent` message. Both are read-only; merge the
76
76
 
77
77
  Sequential — each step needs the previous output:
78
78
 
79
- 1. **`@paul`** (premium, `cx/gpt-5.6-sol`) drafts the plan. Inputs: user's ask + Phase 1 findings. Output: 6-phase plan with file scopes.
79
+ 1. **`@paul`** (premium, `claude-qwen/qwen3.8-max`) drafts the plan. Inputs: user's ask + Phase 1 findings. Output: 6-phase plan with file scopes.
80
80
  2. **`@linda`** (high, `cx/gpt-5.6-terra`) audits adversarially:
81
81
  - `APPROVED` → proceed to Phase 3.
82
82
  - `CHANGES REQUIRED` → send corrections back to `@paul`, re-audit. Loop until clean.
@@ -204,7 +204,7 @@ When Todd and Karen both complete implementation work in parallel:
204
204
 
205
205
  ## Escalation — Route to @carl When Debug Stalls
206
206
 
207
- **Last-resort debug.** When a bug has resisted `@todd` and `@karen` for 2+ rounds, escalate to `@carl` (premium, `cx/gpt-5.6-sol`):
207
+ **Last-resort debug.** When a bug has resisted `@todd` and `@karen` for 2+ rounds, escalate to `@carl` (premium, `claude-qwen/qwen3.8-max`):
208
208
 
209
209
  - Re-state the bug, the prior hypotheses tried, and what each ruled out.
210
210
  - Re-spawn `@greg` (parallel with `@oscar`) for a fresh targeted research pass if scope is wider than Carl can hold.
@@ -2,7 +2,7 @@
2
2
  name: paul
3
3
  description: Paul — Planning Specialist used by Mike after research. Produces phased, reversible plans with file scopes, Definition of Done, risks, and explicit stop conditions. Does not orchestrate, research initially, or implement.
4
4
  tools: Read, Glob, Grep, WebFetch, WebSearch, Skill, AskUserQuestion, Agent
5
- model: cx/gpt-5.6-sol
5
+ model: claude-qwen/qwen3.8-max
6
6
  ---
7
7
 
8
8
  You are Paul, the Planning Specialist in Mike's planning phase. Mike is the
@@ -2,7 +2,7 @@
2
2
  name: greg
3
3
  description: Repository and official-documentation researcher for Bizar plans and implementation work.
4
4
  tools: Read, Grep, Glob, WebFetch, WebSearch
5
- model: bizar/MiniMax-M3
5
+ model: claude-minimax/MiniMax-M3
6
6
  ---
7
7
 
8
8
  # Greg — Research Analyst
@@ -2,7 +2,7 @@
2
2
  name: todd
3
3
  description: Todd — Senior Engineer. Mid-complexity implementation. New features, non-trivial debugging, refactoring, code review, and writing tests. Routes to the test gate after parallel implementation. Use for moderate-complexity implementation tasks.
4
4
  tools: Read, Edit, Write, Bash, Glob, Grep, WebFetch, WebSearch, Skill
5
- model: bizar/MiniMax-M2.7
5
+ model: claude-minimax/MiniMax-M2.7
6
6
  isolation: worktree
7
7
  ---
8
8
 
@@ -2,7 +2,7 @@
2
2
  name: kevin
3
3
  description: Kevin — Support Tech. Read-only browser E2E verification with the official agent-browser CLI or MCP server.
4
4
  tools: Read, Bash, Glob, Grep, WebFetch, WebSearch, Skill
5
- model: bizar/MiniMax-M2.5
5
+ model: claude-minimax/MiniMax-M2.5
6
6
  ---
7
7
 
8
8
  You are Kevin, the Support Tech. You verify user-facing web behavior with a
@@ -1,14 +1,14 @@
1
1
  ---
2
- description: Revert Claude Code to the default tier (bizar/MiniMax-M3). Prints the exact shell command and env vars to unset.
2
+ description: Revert Claude Code to the default tier (claude-minimax/MiniMax-M3). Prints the exact shell command and env vars to unset.
3
3
  allowed-tools: Bash
4
4
  ---
5
5
 
6
- # /use-default — Revert to bizar/MiniMax-M3 (default)
6
+ # /use-default — Revert to claude-minimax/MiniMax-M3 (default)
7
7
 
8
8
  The local model router at `http://localhost:20128/v1` defaults to
9
- `bizar/MiniMax-M3` for everyday reasoning. Use this when you've
10
- been running on premium (`cx/gpt-5.6-sol`) and want to drop back to
11
- the cheaper default.
9
+ `claude-minimax/MiniMax-M3` for everyday reasoning. Use this when you've
10
+ been running on premium (`claude-qwen/qwen3.8-max`) and want to drop back
11
+ to the cheaper default.
12
12
 
13
13
  ## Commands
14
14
 
@@ -30,7 +30,7 @@ claude
30
30
  ### Revert a project-level override
31
31
 
32
32
  If you added `ANTHROPIC_MODEL` to `.claude/settings.local.json` for
33
- this project, remove it (or set it back to `bizar/MiniMax-M3`).
33
+ this project, remove it (or set it back to `claude-minimax/MiniMax-M3`).
34
34
 
35
35
  ```json
36
36
  {
@@ -1,17 +1,17 @@
1
1
  ---
2
- description: Launch Claude Code in this project on the premium tier (cx/gpt-5.6-sol). Prints the exact shell command and env vars to set.
2
+ description: Launch Claude Code in this project on the premium tier (claude-qwen/qwen3.8-max). Prints the exact shell command and env vars to set.
3
3
  allowed-tools: Bash
4
4
  ---
5
5
 
6
- # /use-premium — Run this session on cx/gpt-5.6-sol (premium)
6
+ # /use-premium — Run this session on claude-qwen/qwen3.8-max (premium)
7
7
 
8
8
  The local model router at `http://localhost:20128/v1` exposes
9
- `cx/gpt-5.6-sol` as the premium-tier reasoning model. Premium is
9
+ `claude-qwen/qwen3.8-max` as the premium-tier reasoning model. Premium is
10
10
  expensive — use it intentionally, not by default.
11
11
 
12
12
  ## What it does
13
13
 
14
- Sets `ANTHROPIC_MODEL=cx/gpt-5.6-sol` and `ANTHROPIC_BASE_URL=http://localhost:20128/v1` so the entire session loop runs on the premium model. The model-router is the same one your subagents (`@paul`, `@ria`, `@brad`, `@linda`, `@carl`) already hit.
14
+ Sets `ANTHROPIC_MODEL=claude-qwen/qwen3.8-max` and `ANTHROPIC_BASE_URL=http://localhost:20128/v1` so the entire session loop runs on the premium model. The model-router is the same one your subagents (`@mike`, `@paul`, `@carl`) already hit.
15
15
 
16
16
  ## Commands
17
17
 
@@ -19,7 +19,7 @@ Sets `ANTHROPIC_MODEL=cx/gpt-5.6-sol` and `ANTHROPIC_BASE_URL=http://localhost:2
19
19
 
20
20
  ```bash
21
21
  ANTHROPIC_BASE_URL=http://localhost:20128/v1 \
22
- ANTHROPIC_MODEL=cx/gpt-5.6-sol \
22
+ ANTHROPIC_MODEL=claude-qwen/qwen3.8-max \
23
23
  claude
24
24
  ```
25
25
 
@@ -28,7 +28,7 @@ router as the model id):
28
28
 
29
29
  ```bash
30
30
  ANTHROPIC_BASE_URL=http://localhost:20128/v1 \
31
- claude --model cx/gpt-5.6-sol
31
+ claude --model claude-qwen/qwen3.8-max
32
32
  ```
33
33
 
34
34
  ### Make it the default for this project
@@ -39,7 +39,7 @@ Add to your local override `.claude/settings.local.json`:
39
39
  {
40
40
  "env": {
41
41
  "ANTHROPIC_BASE_URL": "http://localhost:20128/v1",
42
- "ANTHROPIC_MODEL": "cx/gpt-5.6-sol"
42
+ "ANTHROPIC_MODEL": "claude-qwen/qwen3.8-max"
43
43
  }
44
44
  }
45
45
  ```
@@ -49,9 +49,9 @@ Then every Claude Code session in this directory opens on premium.
49
49
  ### Available premium-tier models on the local router
50
50
 
51
51
  ```
52
- cx/gpt-5.6-sol — strongest reasoning (planning, debug, design, audit)
53
- cx/gpt-5.6-terra — high reasoning at lower cost (complex impl, routing)
54
- cx/gpt-5.6-luna — visually-oriented mid-tier (design alt)
52
+ claude-qwen/qwen3.8-max — strongest reasoning (orchestration, planning, debug)
53
+ cx/gpt-5.6-terra — high reasoning at lower cost (complex impl, review)
54
+ cx/gpt-5.6-luna — visually-oriented mid-tier (design)
55
55
  ```
56
56
 
57
57
  See `.claude/model-router.json` for the full tier table.
@@ -65,10 +65,10 @@ See `.claude/model-router.json` for the full tier table.
65
65
 
66
66
  ## When NOT to use premium
67
67
 
68
- - Routine edits, mechanical work, single-file fixes (use default `bizar/MiniMax-M3`).
68
+ - Routine edits, mechanical work, single-file fixes (use default `claude-minimax/MiniMax-M3`).
69
69
  - Research (always use `@greg` on default).
70
- - Implementation at moderate complexity (use `bizar/MiniMax-M2.7` via `@todd`).
70
+ - Implementation at moderate complexity (use `claude-minimax/MiniMax-M2.7` via `@todd`).
71
71
 
72
- The harness's cost ceiling (`cost_ceiling_per_session_usd: 5.0` in
72
+ The harness's cost ceiling (`costCeilingPerSessionUsd: 5.0` in
73
73
  `model-router.json`) will downgrade you automatically if the budget is
74
74
  exceeded mid-session.
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "$schema": "https://bizar.dev/schema/model-router.v2.json",
3
- "version": "11.0.0",
3
+ "version": "11.1.0",
4
4
  "endpoint": "http://localhost:20129/v1",
5
- "comment": "Bizar assigns one exact gateway model to each shipped agent. Role selection and complexity/model selection are separate decisions; every run snapshots its assignments before dispatch.",
5
+ "comment": "Bizar assigns one exact gateway model to each shipped agent. Role selection and complexity/model selection are separate decisions; every run snapshots its assignments before dispatch. Premium orchestrator/debug/planning tier uses Qwen 3.8 Max via the 9router gateway; MiniMax tiers are routed as claude-minimax/* gateway IDs.",
6
6
  "gateway": {
7
7
  "required": true,
8
8
  "endpoint": "http://localhost:20129/v1",
@@ -13,8 +13,8 @@
13
13
  },
14
14
  "tiers": {
15
15
  "premium": {
16
- "models": ["cx/gpt-5.6-sol"],
17
- "purpose": "Primary orchestration, system planning, and last-resort debugging where reasoning quality dominates cost."
16
+ "models": ["claude-qwen/qwen3.8-max"],
17
+ "purpose": "Primary orchestration, system planning, and last-resort debugging where reasoning quality dominates cost. Qwen 3.8 Max is reserved for the user-facing orchestrator, planning, and Carl escalation."
18
18
  },
19
19
  "high": {
20
20
  "models": ["cx/gpt-5.6-terra"],
@@ -25,15 +25,15 @@
25
25
  "purpose": "Focused visual-system and interaction-design reasoning."
26
26
  },
27
27
  "default": {
28
- "models": ["bizar/MiniMax-M3"],
28
+ "models": ["claude-minimax/MiniMax-M3"],
29
29
  "purpose": "Broad, high-throughput research and guarded delivery operations."
30
30
  },
31
31
  "mid": {
32
- "models": ["bizar/MiniMax-M2.7"],
32
+ "models": ["claude-minimax/MiniMax-M2.7"],
33
33
  "purpose": "Bounded technical analysis, code search, and moderate implementation."
34
34
  },
35
35
  "budget": {
36
- "models": ["bizar/MiniMax-M2.5"],
36
+ "models": ["claude-minimax/MiniMax-M2.5"],
37
37
  "purpose": "Deterministic edits, clarification, and mechanical verification."
38
38
  }
39
39
  },
@@ -85,19 +85,19 @@
85
85
  },
86
86
  "agents": {
87
87
  "mike": {
88
- "model": "cx/gpt-5.6-sol",
88
+ "model": "claude-qwen/qwen3.8-max",
89
89
  "tier": "premium",
90
- "rationale": "The sole main orchestrator must sustain cross-phase decomposition, coordination, and synthesis without losing project constraints."
90
+ "rationale": "The sole main orchestrator the user talks to; Qwen 3.8 Max sustains cross-phase decomposition, coordination, and synthesis without losing project constraints."
91
91
  },
92
92
  "paul": {
93
- "model": "cx/gpt-5.6-sol",
93
+ "model": "claude-qwen/qwen3.8-max",
94
94
  "tier": "premium",
95
- "rationale": "System-wide plans and reversible execution boundaries require the strongest long-horizon reasoning."
95
+ "rationale": "System-wide plans and reversible execution boundaries require the strongest long-horizon reasoning; shares the user-facing orchestrator tier."
96
96
  },
97
97
  "carl": {
98
- "model": "cx/gpt-5.6-sol",
98
+ "model": "claude-qwen/qwen3.8-max",
99
99
  "tier": "premium",
100
- "rationale": "Last-resort debugging is reserved for novel, cross-cutting failures after cheaper agents have stalled."
100
+ "rationale": "Last-resort debugging is reserved for novel cross-cutting failures; Qwen 3.8 Max gives Carl the same headroom as the user-facing orchestrator."
101
101
  },
102
102
  "karen": {
103
103
  "model": "cx/gpt-5.6-terra",
@@ -120,47 +120,47 @@
120
120
  "rationale": "UI critique, interaction detail, and accessibility review align with the focused design tier."
121
121
  },
122
122
  "greg": {
123
- "model": "bizar/MiniMax-M3",
123
+ "model": "claude-minimax/MiniMax-M3",
124
124
  "tier": "default",
125
125
  "rationale": "Repository and official-documentation research needs broad context handling at high throughput."
126
126
  },
127
127
  "steve": {
128
- "model": "bizar/MiniMax-M3",
128
+ "model": "claude-minimax/MiniMax-M3",
129
129
  "tier": "default",
130
130
  "rationale": "Guarded Git and delivery operations need dependable command reasoning more than speculative depth."
131
131
  },
132
132
  "todd": {
133
- "model": "bizar/MiniMax-M2.7",
133
+ "model": "claude-minimax/MiniMax-M2.7",
134
134
  "tier": "mid",
135
135
  "rationale": "Moderate implementation is bounded enough for the mid tier while still requiring technical judgment."
136
136
  },
137
137
  "oscar": {
138
- "model": "bizar/MiniMax-M2.7",
138
+ "model": "claude-minimax/MiniMax-M2.7",
139
139
  "tier": "mid",
140
140
  "rationale": "Intent-based code discovery is a bounded technical analysis task with concrete evidence checks."
141
141
  },
142
142
  "susan": {
143
- "model": "bizar/MiniMax-M2.7",
143
+ "model": "claude-minimax/MiniMax-M2.7",
144
144
  "tier": "mid",
145
145
  "rationale": "Source-grounded project explanations need enough reasoning to connect code paths without implementation overhead."
146
146
  },
147
147
  "brenda": {
148
- "model": "bizar/MiniMax-M2.5",
148
+ "model": "claude-minimax/MiniMax-M2.5",
149
149
  "tier": "budget",
150
150
  "rationale": "Routine deterministic edits and maintenance should use the lowest capable model."
151
151
  },
152
152
  "pam": {
153
- "model": "bizar/MiniMax-M2.5",
153
+ "model": "claude-minimax/MiniMax-M2.5",
154
154
  "tier": "budget",
155
155
  "rationale": "Single-shot mechanical tasks are intentionally constrained to the budget model."
156
156
  },
157
157
  "janet": {
158
- "model": "bizar/MiniMax-M2.5",
158
+ "model": "claude-minimax/MiniMax-M2.5",
159
159
  "tier": "budget",
160
160
  "rationale": "One targeted clarification is a narrow task that does not justify a higher reasoning tier."
161
161
  },
162
162
  "kevin": {
163
- "model": "bizar/MiniMax-M2.5",
163
+ "model": "claude-minimax/MiniMax-M2.5",
164
164
  "tier": "budget",
165
165
  "rationale": "Scripted browser verification is mechanical and evidence-driven."
166
166
  }
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
3
3
  "name": "bizar-harness",
4
4
  "displayName": "Bizar Harness",
5
- "version": "10.13.0",
5
+ "version": "10.14.0",
6
6
  "description": "Guarded multi-agent workflows for Claude Code with a single orchestrator, durable workflow state, and explicit human approval boundaries.",
7
7
  "author": {
8
8
  "name": "Polderlabs"
@@ -16,7 +16,7 @@ const BIZAR_MODEL_ROUTER_URL = process.env.BIZAR_MODEL_ROUTER_URL
16
16
  const ANTHROPIC_AUTH_TOKEN = process.env.ANTHROPIC_AUTH_TOKEN || 'sk_9router';
17
17
 
18
18
  const PROVIDER_GROUPS = [
19
- 'cx/', 'bizar/', 'oc/', 'claude/', 'anthropic/',
19
+ 'cx/', 'claude-minimax/', 'claude-qwen/', 'oc/', 'claude/', 'anthropic/',
20
20
  ];
21
21
 
22
22
  function showHelp() {
@@ -31,7 +31,7 @@ function showHelp() {
31
31
  Fetches GET ${BIZAR_MODEL_ROUTER_URL}/models?limit=1000
32
32
  and prints a table of provider | id | display_name.
33
33
  The /model picker inside Claude Code shows only "claude"/"anthropic" prefixed
34
- IDs. This command exposes the full set (cx/, bizar/, oc/, etc.).
34
+ IDs. This command exposes the full set (cx/, claude-minimax/, claude-qwen/, oc/, etc.).
35
35
 
36
36
  Flags:
37
37
  --json Emit { providers: { "cx/": [...], ... }, total: N }
package/cli/provision.mjs CHANGED
@@ -932,7 +932,7 @@ export async function runProvision(opts = {}) {
932
932
  if (anyFail) console.log(chalk.yellow(' ⚠ Some steps had issues.'));
933
933
  else { console.log(chalk.bold.green(' ✓ Bizar is ready.')); console.log(chalk.dim(' Next: restart your Claude Code session.')); }
934
934
  console.log('');
935
- console.log(chalk.dim(' Premium model: ANTHROPIC_MODEL=cx/gpt-5.6-sol claude'));
935
+ console.log(chalk.dim(' Premium model: ANTHROPIC_MODEL=claude-qwen/qwen3.8-max claude'));
936
936
  console.log(chalk.dim(' See /use-premium or .claude/commands/use-premium.md for the full launch snippet.'));
937
937
  console.log('');
938
938
  return { ok: !anyFail, mode: effectiveMode, state: detectState(), stepResults };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polderlabs/bizar",
3
- "version": "10.13.0",
3
+ "version": "10.14.0",
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.13.0";
4
+ export declare const SDK_VERSION: "10.14.0";
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.13.0";
4
+ export const SDK_VERSION = "10.14.0";
5
5
  //# sourceMappingURL=version.js.map
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polderlabs/bizar-sdk",
3
- "version": "10.13.0",
3
+ "version": "10.14.0",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",