@bastani/atomic 0.9.19-alpha.4 → 0.9.19-alpha.5

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/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.9.19-alpha.5] - 2026-09-11
6
+
7
+ ### Changed
8
+
9
+ - Open Claude Design now starts with Claude Fable 5.1 at medium effort, followed by Copilot Fable 5.1 and Astra at medium effort, with the same Fable-first order on OpenRouter.
10
+ - Tuned bundled debugger, Goal, and Ralph reasoning efforts: debugger uses Astra/Fable at medium and Sol at high; Goal and Ralph reviewers use Astra/Sol at high; orchestration, Ralph research, and design use Fable at medium and Sol at high in their fallbacks. Ralph prompt refinement and other bundled agents retain their existing configurations.
11
+
5
12
  ## [0.9.19-alpha.4] - 2026-09-10
6
13
 
7
14
  ### Breaking Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bastani/intercom",
3
- "version": "0.9.19-alpha.4",
3
+ "version": "0.9.19-alpha.5",
4
4
  "private": true,
5
5
  "description": "Atomic extension providing a private coordination channel between parent and child agent sessions. Fork of: https://github.com/nicobailon/pi-intercom",
6
6
  "contributors": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bastani/mcp",
3
- "version": "0.9.19-alpha.4",
3
+ "version": "0.9.19-alpha.5",
4
4
  "private": true,
5
5
  "description": "Atomic extension that adapts MCP (Model Context Protocol) servers into the coding agent. Fork of: https://github.com/nicobailon/pi-mcp-adapter",
6
6
  "contributors": [
@@ -2,6 +2,12 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.9.19-alpha.5] - 2026-09-11
6
+
7
+ ### Changed
8
+
9
+ - The bundled debugger now uses GPT-6 Astra at `medium`, with Astra/Fable 5.1/Fable 5 fallbacks at `medium` and Sol at `high`. Its complete fallback order, other model efforts, and all other bundled agent configurations remain unchanged.
10
+
5
11
  ## [0.9.19-alpha.4] - 2026-09-10
6
12
 
7
13
  ### Breaking Changes
@@ -125,7 +125,7 @@ There is no generic `reviewer` or `planner` agent; pick the specialist whose ang
125
125
 
126
126
  ## Changing a builtin agent's model
127
127
 
128
- Builtin agents inherit your current Pi default model by default. This keeps new installs from depending on a provider you may not have configured. If you want a role to use a specific model, set an override instead of copying the bundled agent file.
128
+ Builtin agents declare role-specific models and ordered fallbacks. The debugger starts with `openai-codex/gpt-6-astra:medium`, with Astra/Fable fallbacks at `medium` and Sol/Opus fallbacks at `high`. See the [bundled defaults](../coding-agent/docs/subagents.md#bundled-agents) for the other roles. If you want a role to use a specific model, set an override instead of copying the bundled agent file.
129
129
 
130
130
  For one run, pass `model` on the `subagent` call:
131
131
 
@@ -134,7 +134,7 @@ subagent({ agent: "codebase-analyzer", task: "Review this diff", model: "anthrop
134
134
  ```
135
135
 
136
136
 
137
- For a persistent override, edit settings. This example pins the codebase-analyzer everywhere, adds a backup model for provider failures, and keeps the other builtins on your normal default model:
137
+ For a persistent override, edit settings. This example pins the codebase-analyzer everywhere, adds a backup model for provider failures, and keeps the other builtins on their configured defaults:
138
138
 
139
139
  ```json
140
140
  {
@@ -263,7 +263,7 @@ Agent locations, lowest to highest priority:
263
263
 
264
264
  Project discovery also reads legacy `.agents/**/*.md` and `.pi/agents/**/*.md` files. Nested subdirectories are discovered recursively. If primary Atomic and legacy paths define the same parsed runtime agent name, the primary `.atomic/agents/` definition wins. Use `agentScope: "user" | "project" | "both"` to control discovery; `both` is the default and project definitions win runtime-name collisions.
265
265
 
266
- Builtin agents load at the lowest priority, so a user or project agent with the same name overrides them. They do not pin a provider model; they inherit your current Atomic default model unless you set `subagents.agentOverrides.<name>.model`. `worker` is the implementation agent for normal tasks and approved orchestrator handoffs.
266
+ Builtin agents load at the lowest priority, so a user or project agent with the same name overrides them. Their declared models and fallback chains apply unless you set an override such as `subagents.agentOverrides.<name>.model`. `worker` is the implementation agent for normal tasks and approved orchestrator handoffs.
267
267
 
268
268
  The `codebase-online-researcher` builtin uses `web_search`, `fetch_content`, and `get_search_content`; those require [pi-web-access](https://github.com/nicobailon/pi-web-access):
269
269
 
@@ -2,8 +2,8 @@
2
2
  name: debugger
3
3
  description: Debug and fix errors, test failures, and unexpected behavior. Use PROACTIVELY when encountering issues, analyzing stack traces, or investigating system problems.
4
4
  tools: read, edit, write, search, find, ls, bash, web_search, fetch_content, get_search_content, intercom, contact_supervisor, todo
5
- model: openai-codex/gpt-6-astra:xhigh
6
- fallbackModels: github-copilot/gpt-6-astra:xhigh, openai/gpt-6-astra:xhigh, anthropic/claude-fable-5-1:high, github-copilot/claude-fable-5-1:high, anthropic/claude-opus-5:high, github-copilot/claude-opus-5:high, anthropic/claude-fable-5:high, github-copilot/claude-fable-5:high, openai-codex/gpt-5.6-sol:xhigh, github-copilot/gpt-5.6-sol:xhigh, openai/gpt-5.6-sol:xhigh, kimi-coding/k3:max, moonshotai/kimi-k3:max, moonshotai-cn/kimi-k3:max, openai-codex/gpt-5.5:xhigh, github-copilot/gpt-5.5:xhigh, openai/gpt-5.5:xhigh, anthropic/claude-opus-4-8:high, github-copilot/claude-opus-4.8:high, xai/grok-4.6:xhigh, github-copilot/grok-4.6:xhigh, zai/glm-5.3:high, zai-coding-cn/glm-5.3:high, zai/glm-5.3-flash:high, zai-coding-cn/glm-5.3-flash:high, baseten/zai-org/GLM-5.3:high, baseten/zai-org/GLM-5.3-Flash:high, openrouter/openai/gpt-6-astra:xhigh, openrouter/anthropic/claude-fable-5-1:high, openrouter/anthropic/claude-opus-5:high, openrouter/anthropic/claude-fable-5:high, openrouter/openai/gpt-5.6-sol:xhigh, openrouter/moonshotai/kimi-k3:max, openrouter/sakana/fugu-ultra:high, openrouter/openai/gpt-5.5:xhigh, openrouter/anthropic/claude-opus-4-8:high, openrouter/x-ai/grok-4.6:xhigh, openrouter/z-ai/glm-5.3:high, openrouter/z-ai/glm-5.3-flash:high
5
+ model: openai-codex/gpt-6-astra:medium
6
+ fallbackModels: github-copilot/gpt-6-astra:medium, openai/gpt-6-astra:medium, anthropic/claude-fable-5-1:medium, github-copilot/claude-fable-5-1:medium, anthropic/claude-opus-5:high, github-copilot/claude-opus-5:high, anthropic/claude-fable-5:medium, github-copilot/claude-fable-5:medium, openai-codex/gpt-5.6-sol:high, github-copilot/gpt-5.6-sol:high, openai/gpt-5.6-sol:high, kimi-coding/k3:max, moonshotai/kimi-k3:max, moonshotai-cn/kimi-k3:max, openai-codex/gpt-5.5:xhigh, github-copilot/gpt-5.5:xhigh, openai/gpt-5.5:xhigh, anthropic/claude-opus-4-8:high, github-copilot/claude-opus-4.8:high, xai/grok-4.6:xhigh, github-copilot/grok-4.6:xhigh, zai/glm-5.3:high, zai-coding-cn/glm-5.3:high, zai/glm-5.3-flash:high, zai-coding-cn/glm-5.3-flash:high, baseten/zai-org/GLM-5.3:high, baseten/zai-org/GLM-5.3-Flash:high, openrouter/openai/gpt-6-astra:medium, openrouter/anthropic/claude-fable-5-1:medium, openrouter/anthropic/claude-opus-5:high, openrouter/anthropic/claude-fable-5:medium, openrouter/openai/gpt-5.6-sol:high, openrouter/moonshotai/kimi-k3:max, openrouter/sakana/fugu-ultra:high, openrouter/openai/gpt-5.5:xhigh, openrouter/anthropic/claude-opus-4-8:high, openrouter/x-ai/grok-4.6:xhigh, openrouter/z-ai/glm-5.3:high, openrouter/z-ai/glm-5.3-flash:high
7
7
  skills: tdd, playwright-cli, tmux
8
8
  ---
9
9
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bastani/subagents",
3
- "version": "0.9.19-alpha.4",
3
+ "version": "0.9.19-alpha.5",
4
4
  "private": true,
5
5
  "description": "Atomic extension for delegating tasks to subagents with parallel execution. Fork of: https://github.com/nicobailon/pi-subagents",
6
6
  "contributors": [
@@ -65,19 +65,19 @@ Use this after implementation when the user wants cleanup review or when a final
65
65
 
66
66
  Builtin agents load at the lowest priority. Project agents override user agents, and user/project agents override builtins with the same name.
67
67
 
68
- | Agent | Purpose | Default model | Thinking | Tools | Notes |
69
- | ---------------------------- | ----------------------------------------------------------------- | --------------------- | -------- | -------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
70
- | `codebase-locator` | Locate files, directories, tests, and configs relevant to a topic | `openai-codex/gpt-6-astra:low` | low | read, search, find, ls, bash | Read-only finder. Returns a categorized file map; no analysis. |
71
- | `codebase-analyzer` | Explain how specific code currently works | `openai-codex/gpt-6-astra:low` | low | read, search, find, ls, bash | Read-only. Traces flow with `file:line` references; does not critique. |
72
- | `codebase-pattern-finder` | Find similar implementations or conventions | `openai-codex/gpt-6-astra:low` | low | read, search, find, ls, bash | Read-only. Returns code snippets with `file:line` references. |
73
- | `codebase-research-locator` | Discover prior `research/` and `specs/` docs | `openai-codex/gpt-6-astra:low` | low | read, search, find, ls, bash | Read-only. Sorts by date, tiers by recency, flags supersession. |
74
- | `codebase-research-analyzer` | Extract decisions and constraints from prior docs | `openai-codex/gpt-6-astra:low` | low | read, search, find, ls, bash | Read-only. Filters aggressively for what still applies today. |
75
- | `codebase-online-researcher` | Web research with authoritative sources | `openai-codex/gpt-6-astra:low` | low | read, search, find, ls, bash, write, web_search, fetch_content, get_search_content | Has the `playwright-cli` skill. Persists keepers to `research/web/`. |
76
- | `code-simplifier` | Clean up recently changed code without changing behavior | `openai-codex/gpt-6-astra:low` | low | read, edit, write, search, find, ls, bash | **Writer.** Scopes to recently modified code by default; preserves all observable behavior. |
77
- | `debugger` | Reproduce, diagnose, and fix failing behavior | `openai-codex/gpt-6-astra:xhigh` | xhigh | read, edit, write, search, find, ls, bash, web_search, fetch_content, get_search_content, intercom, contact_supervisor, todo | **Writer.** Has the `tdd`, `playwright-cli`, and `tmux` skills. Can coordinate with the parent; inspect-only mode requires an explicit instruction. |
78
- | `worker` | Implement normal tasks and approved orchestrator handoffs | `openai-codex/gpt-6-astra:low` | low | read, edit, write, search, find, ls, bash, web_search, fetch_content, get_search_content, intercom, contact_supervisor, todo | **Writer.** Has the `tdd`, `playwright-cli`, and `tmux` skills. Defaults to forked context; escalates unapproved decisions instead of guessing. |
79
-
80
- Each builtin declares an explicit `model` and ordered `fallbackModels` sequence. Astra-led agents try GitHub Copilot Astra, OpenAI Astra, Anthropic Fable 5.1, then GitHub Copilot Fable 5.1 before older models. Ordinary agents use Astra/Fable 5.1 at `low`; debugger uses Astra at `xhigh` and Fable 5.1 at `high`. See each definition for its full provider-specific chain. The current user-selected model is automatically appended as the last fallback and de-duplicated. Override per run with inline config:
68
+ | Agent | Purpose | Tools | Notes |
69
+ | --- | --- | --- | --- |
70
+ | `codebase-locator` | Locate files, directories, tests, and configs relevant to a topic | read, search, find, ls, bash | Read-only finder. Returns a categorized file map; no analysis. |
71
+ | `codebase-analyzer` | Explain how specific code currently works | read, search, find, ls, bash | Read-only. Traces flow with `file:line` references; does not critique. |
72
+ | `codebase-pattern-finder` | Find similar implementations or conventions | read, search, find, ls, bash | Read-only. Returns code snippets with `file:line` references. |
73
+ | `codebase-research-locator` | Discover prior `research/` and `specs/` docs | read, search, find, ls, bash | Read-only. Sorts by date, tiers by recency, flags supersession. |
74
+ | `codebase-research-analyzer` | Extract decisions and constraints from prior docs | read, search, find, ls, bash | Read-only. Filters aggressively for what still applies today. |
75
+ | `codebase-online-researcher` | Web research with authoritative sources | read, search, find, ls, bash, write, web_search, fetch_content, get_search_content | Has the `playwright-cli` skill. Persists keepers to `research/web/`. |
76
+ | `code-simplifier` | Clean up recently changed code without changing behavior | read, edit, write, search, find, ls, bash | **Writer.** Scopes to recently modified code by default; preserves all observable behavior. |
77
+ | `debugger` | Reproduce, diagnose, and fix failing behavior | read, edit, write, search, find, ls, bash, web_search, fetch_content, get_search_content, intercom, contact_supervisor, todo | **Writer.** Has the `tdd`, `playwright-cli`, and `tmux` skills. Can coordinate with the parent; inspect-only mode requires an explicit instruction. |
78
+ | `worker` | Implement normal tasks and approved orchestrator handoffs | read, edit, write, search, find, ls, bash, web_search, fetch_content, get_search_content, intercom, contact_supervisor, todo | **Writer.** Has the `tdd`, `playwright-cli`, and `tmux` skills. Defaults to forked context; escalates unapproved decisions instead of guessing. |
79
+
80
+ Each builtin declares its model, reasoning level, and ordered fallback chain in its agent definition. Inspect the current configuration with `subagent({ action: "get", agent: "debugger" })` rather than relying on a fixed list of defaults. The current user-selected model is automatically appended as the last fallback and de-duplicated. Override per run with inline config:
81
81
 
82
82
  ```typescript
83
83
  subagent({ agent: "codebase-analyzer", task: "Trace the auth flow", model: "anthropic/claude-sonnet-4" })
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bastani/web-access",
3
- "version": "0.9.19-alpha.4",
3
+ "version": "0.9.19-alpha.5",
4
4
  "private": true,
5
5
  "description": "Atomic extension for web search, URL fetching, GitHub repo cloning, PDF/video extraction. Fork of: https://github.com/nicobailon/pi-web-access",
6
6
  "contributors": [
@@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.9.19-alpha.5] - 2026-09-11
10
+
11
+ ### Changed
12
+
13
+ - Open Claude Design now starts with Anthropic Claude Fable 5.1 at `medium`, then Copilot Fable 5.1 and Codex/Copilot/OpenAI Astra at `medium`; its OpenRouter fallbacks also put Fable 5.1 before Astra.
14
+ - Goal and Ralph orchestration, Ralph research, and design now use Fable 5.1/Fable 5 fallbacks at `medium` and Sol at `high`. Goal reviewers and Ralph reviewers use Astra/Sol at `high`, preserving their role-specific fallback order. Ralph prompt refinement remains unchanged.
15
+
9
16
  ## [0.9.19-alpha.4] - 2026-09-10
10
17
 
11
18
  ### Breaking Changes
@@ -117,15 +117,15 @@ var orchestratorModelConfig = {
117
117
  fallbackModels: [
118
118
  "github-copilot/gpt-6-astra:medium",
119
119
  "openai/gpt-6-astra:medium",
120
- "anthropic/claude-fable-5-1:high",
121
- "github-copilot/claude-fable-5-1:high",
120
+ "anthropic/claude-fable-5-1:medium",
121
+ "github-copilot/claude-fable-5-1:medium",
122
122
  "anthropic/claude-opus-5:high",
123
123
  "github-copilot/claude-opus-5:high",
124
- "openai-codex/gpt-5.6-sol:xhigh",
125
- "github-copilot/gpt-5.6-sol:xhigh",
126
- "openai/gpt-5.6-sol:xhigh",
127
- "anthropic/claude-fable-5:high",
128
- "github-copilot/claude-fable-5:high",
124
+ "openai-codex/gpt-5.6-sol:high",
125
+ "github-copilot/gpt-5.6-sol:high",
126
+ "openai/gpt-5.6-sol:high",
127
+ "anthropic/claude-fable-5:medium",
128
+ "github-copilot/claude-fable-5:medium",
129
129
  "kimi-coding/k3:max",
130
130
  "moonshotai/kimi-k3:max",
131
131
  "moonshotai-cn/kimi-k3:max",
@@ -143,10 +143,10 @@ var orchestratorModelConfig = {
143
143
  "baseten/zai-org/GLM-5.3:high",
144
144
  "baseten/zai-org/GLM-5.3-Flash:high",
145
145
  "openrouter/openai/gpt-6-astra:medium",
146
- "openrouter/anthropic/claude-fable-5-1:high",
146
+ "openrouter/anthropic/claude-fable-5-1:medium",
147
147
  "openrouter/anthropic/claude-opus-5:high",
148
- "openrouter/openai/gpt-5.6-sol:xhigh",
149
- "openrouter/anthropic/claude-fable-5:high",
148
+ "openrouter/openai/gpt-5.6-sol:high",
149
+ "openrouter/anthropic/claude-fable-5:medium",
150
150
  "openrouter/moonshotai/kimi-k3:max",
151
151
  "openrouter/sakana/fugu-ultra:high",
152
152
  "openrouter/openai/gpt-5.5:xhigh",
@@ -158,19 +158,19 @@ var orchestratorModelConfig = {
158
158
  excludedTools: ["ask_user_question"]
159
159
  };
160
160
  var reviewerModelConfig = {
161
- model: "openai-codex/gpt-6-astra:xhigh",
161
+ model: "openai-codex/gpt-6-astra:high",
162
162
  fallbackModels: [
163
- "github-copilot/gpt-6-astra:xhigh",
164
- "openai/gpt-6-astra:xhigh",
163
+ "github-copilot/gpt-6-astra:high",
164
+ "openai/gpt-6-astra:high",
165
165
  "anthropic/claude-fable-5-1:high",
166
166
  "github-copilot/claude-fable-5-1:high",
167
167
  "anthropic/claude-opus-5:high",
168
168
  "github-copilot/claude-opus-5:high",
169
169
  "anthropic/claude-fable-5:high",
170
170
  "github-copilot/claude-fable-5:high",
171
- "openai-codex/gpt-5.6-sol:xhigh",
172
- "github-copilot/gpt-5.6-sol:xhigh",
173
- "openai/gpt-5.6-sol:xhigh",
171
+ "openai-codex/gpt-5.6-sol:high",
172
+ "github-copilot/gpt-5.6-sol:high",
173
+ "openai/gpt-5.6-sol:high",
174
174
  "kimi-coding/k3:max",
175
175
  "moonshotai/kimi-k3:max",
176
176
  "moonshotai-cn/kimi-k3:max",
@@ -187,11 +187,11 @@ var reviewerModelConfig = {
187
187
  "zai-coding-cn/glm-5.3-flash:high",
188
188
  "baseten/zai-org/GLM-5.3:high",
189
189
  "baseten/zai-org/GLM-5.3-Flash:high",
190
- "openrouter/openai/gpt-6-astra:xhigh",
190
+ "openrouter/openai/gpt-6-astra:high",
191
191
  "openrouter/anthropic/claude-fable-5-1:high",
192
192
  "openrouter/anthropic/claude-opus-5:high",
193
193
  "openrouter/anthropic/claude-fable-5:high",
194
- "openrouter/openai/gpt-5.6-sol:xhigh",
194
+ "openrouter/openai/gpt-5.6-sol:high",
195
195
  "openrouter/moonshotai/kimi-k3:max",
196
196
  "openrouter/sakana/fugu-ultra:high",
197
197
  "openrouter/openai/gpt-5.5:xhigh",
@@ -538,15 +538,15 @@ var researchModelConfig = {
538
538
  fallbackModels: [
539
539
  "github-copilot/gpt-6-astra:medium",
540
540
  "openai/gpt-6-astra:medium",
541
- "anthropic/claude-fable-5-1:high",
542
- "github-copilot/claude-fable-5-1:high",
541
+ "anthropic/claude-fable-5-1:medium",
542
+ "github-copilot/claude-fable-5-1:medium",
543
543
  "anthropic/claude-opus-5:high",
544
544
  "github-copilot/claude-opus-5:high",
545
- "anthropic/claude-fable-5:high",
546
- "github-copilot/claude-fable-5:high",
547
- "openai-codex/gpt-5.6-sol:xhigh",
548
- "github-copilot/gpt-5.6-sol:xhigh",
549
- "openai/gpt-5.6-sol:xhigh",
545
+ "anthropic/claude-fable-5:medium",
546
+ "github-copilot/claude-fable-5:medium",
547
+ "openai-codex/gpt-5.6-sol:high",
548
+ "github-copilot/gpt-5.6-sol:high",
549
+ "openai/gpt-5.6-sol:high",
550
550
  "kimi-coding/k3:max",
551
551
  "moonshotai/kimi-k3:max",
552
552
  "moonshotai-cn/kimi-k3:max",
@@ -564,10 +564,10 @@ var researchModelConfig = {
564
564
  "baseten/zai-org/GLM-5.3:high",
565
565
  "baseten/zai-org/GLM-5.3-Flash:high",
566
566
  "openrouter/openai/gpt-6-astra:medium",
567
- "openrouter/anthropic/claude-fable-5-1:high",
567
+ "openrouter/anthropic/claude-fable-5-1:medium",
568
568
  "openrouter/anthropic/claude-opus-5:high",
569
- "openrouter/anthropic/claude-fable-5:high",
570
- "openrouter/openai/gpt-5.6-sol:xhigh",
569
+ "openrouter/anthropic/claude-fable-5:medium",
570
+ "openrouter/openai/gpt-5.6-sol:high",
571
571
  "openrouter/moonshotai/kimi-k3:max",
572
572
  "openrouter/sakana/fugu-ultra:high",
573
573
  "openrouter/openai/gpt-5.5:xhigh",
@@ -583,15 +583,15 @@ var orchestratorModelConfig = {
583
583
  fallbackModels: [
584
584
  "github-copilot/gpt-6-astra:medium",
585
585
  "openai/gpt-6-astra:medium",
586
- "anthropic/claude-fable-5-1:high",
587
- "github-copilot/claude-fable-5-1:high",
586
+ "anthropic/claude-fable-5-1:medium",
587
+ "github-copilot/claude-fable-5-1:medium",
588
588
  "anthropic/claude-opus-5:high",
589
589
  "github-copilot/claude-opus-5:high",
590
- "openai-codex/gpt-5.6-sol:xhigh",
591
- "github-copilot/gpt-5.6-sol:xhigh",
592
- "openai/gpt-5.6-sol:xhigh",
593
- "anthropic/claude-fable-5:high",
594
- "github-copilot/claude-fable-5:high",
590
+ "openai-codex/gpt-5.6-sol:high",
591
+ "github-copilot/gpt-5.6-sol:high",
592
+ "openai/gpt-5.6-sol:high",
593
+ "anthropic/claude-fable-5:medium",
594
+ "github-copilot/claude-fable-5:medium",
595
595
  "kimi-coding/k3:max",
596
596
  "moonshotai/kimi-k3:max",
597
597
  "moonshotai-cn/kimi-k3:max",
@@ -609,10 +609,10 @@ var orchestratorModelConfig = {
609
609
  "baseten/zai-org/GLM-5.3:high",
610
610
  "baseten/zai-org/GLM-5.3-Flash:high",
611
611
  "openrouter/openai/gpt-6-astra:medium",
612
- "openrouter/anthropic/claude-fable-5-1:high",
612
+ "openrouter/anthropic/claude-fable-5-1:medium",
613
613
  "openrouter/anthropic/claude-opus-5:high",
614
- "openrouter/openai/gpt-5.6-sol:xhigh",
615
- "openrouter/anthropic/claude-fable-5:high",
614
+ "openrouter/openai/gpt-5.6-sol:high",
615
+ "openrouter/anthropic/claude-fable-5:medium",
616
616
  "openrouter/moonshotai/kimi-k3:max",
617
617
  "openrouter/sakana/fugu-ultra:high",
618
618
  "openrouter/openai/gpt-5.5:xhigh",
@@ -627,9 +627,9 @@ var reviewerAModelConfig = {
627
627
  model: "anthropic/claude-fable-5-1:high",
628
628
  fallbackModels: [
629
629
  "github-copilot/claude-fable-5-1:high",
630
- "openai-codex/gpt-6-astra:xhigh",
631
- "github-copilot/gpt-6-astra:xhigh",
632
- "openai/gpt-6-astra:xhigh",
630
+ "openai-codex/gpt-6-astra:high",
631
+ "github-copilot/gpt-6-astra:high",
632
+ "openai/gpt-6-astra:high",
633
633
  "anthropic/claude-opus-5:high",
634
634
  "github-copilot/claude-opus-5:high",
635
635
  "anthropic/claude-fable-5:high",
@@ -637,9 +637,9 @@ var reviewerAModelConfig = {
637
637
  "kimi-coding/k3:max",
638
638
  "moonshotai/kimi-k3:max",
639
639
  "moonshotai-cn/kimi-k3:max",
640
- "openai-codex/gpt-5.6-sol:xhigh",
641
- "github-copilot/gpt-5.6-sol:xhigh",
642
- "openai/gpt-5.6-sol:xhigh",
640
+ "openai-codex/gpt-5.6-sol:high",
641
+ "github-copilot/gpt-5.6-sol:high",
642
+ "openai/gpt-5.6-sol:high",
643
643
  "openai-codex/gpt-5.5:xhigh",
644
644
  "github-copilot/gpt-5.5:xhigh",
645
645
  "openai/gpt-5.5:xhigh",
@@ -654,11 +654,11 @@ var reviewerAModelConfig = {
654
654
  "baseten/zai-org/GLM-5.3:high",
655
655
  "baseten/zai-org/GLM-5.3-Flash:high",
656
656
  "openrouter/anthropic/claude-fable-5-1:high",
657
- "openrouter/openai/gpt-6-astra:xhigh",
657
+ "openrouter/openai/gpt-6-astra:high",
658
658
  "openrouter/anthropic/claude-opus-5:high",
659
659
  "openrouter/anthropic/claude-fable-5:high",
660
660
  "openrouter/moonshotai/kimi-k3:max",
661
- "openrouter/openai/gpt-5.6-sol:xhigh",
661
+ "openrouter/openai/gpt-5.6-sol:high",
662
662
  "openrouter/sakana/fugu-ultra:high",
663
663
  "openrouter/openai/gpt-5.5:xhigh",
664
664
  "openrouter/anthropic/claude-opus-4-8:high",
@@ -670,19 +670,19 @@ var reviewerAModelConfig = {
670
670
  schema: reviewDecisionSchema
671
671
  };
672
672
  var reviewerBModelConfig = {
673
- model: "openai-codex/gpt-6-astra:xhigh",
673
+ model: "openai-codex/gpt-6-astra:high",
674
674
  fallbackModels: [
675
- "github-copilot/gpt-6-astra:xhigh",
676
- "openai/gpt-6-astra:xhigh",
675
+ "github-copilot/gpt-6-astra:high",
676
+ "openai/gpt-6-astra:high",
677
677
  "anthropic/claude-fable-5-1:high",
678
678
  "github-copilot/claude-fable-5-1:high",
679
679
  "anthropic/claude-opus-5:high",
680
680
  "github-copilot/claude-opus-5:high",
681
681
  "anthropic/claude-fable-5:high",
682
682
  "github-copilot/claude-fable-5:high",
683
- "openai-codex/gpt-5.6-sol:xhigh",
684
- "github-copilot/gpt-5.6-sol:xhigh",
685
- "openai/gpt-5.6-sol:xhigh",
683
+ "openai-codex/gpt-5.6-sol:high",
684
+ "github-copilot/gpt-5.6-sol:high",
685
+ "openai/gpt-5.6-sol:high",
686
686
  "kimi-coding/k3:max",
687
687
  "moonshotai/kimi-k3:max",
688
688
  "moonshotai-cn/kimi-k3:max",
@@ -699,11 +699,11 @@ var reviewerBModelConfig = {
699
699
  "zai-coding-cn/glm-5.3-flash:high",
700
700
  "baseten/zai-org/GLM-5.3:high",
701
701
  "baseten/zai-org/GLM-5.3-Flash:high",
702
- "openrouter/openai/gpt-6-astra:xhigh",
702
+ "openrouter/openai/gpt-6-astra:high",
703
703
  "openrouter/anthropic/claude-fable-5-1:high",
704
704
  "openrouter/anthropic/claude-opus-5:high",
705
705
  "openrouter/anthropic/claude-fable-5:high",
706
- "openrouter/openai/gpt-5.6-sol:xhigh",
706
+ "openrouter/openai/gpt-5.6-sol:high",
707
707
  "openrouter/moonshotai/kimi-k3:max",
708
708
  "openrouter/sakana/fugu-ultra:high",
709
709
  "openrouter/openai/gpt-5.5:xhigh",
@@ -806,24 +806,24 @@ async function runOpenClaudeDesignWorkflow(ctx) {
806
806
  }
807
807
  };
808
808
  const designModelConfig = {
809
- model: "openai-codex/gpt-6-astra:medium",
809
+ model: "anthropic/claude-fable-5-1:medium",
810
810
  fallbackModels: [
811
+ "github-copilot/claude-fable-5-1:medium",
812
+ "openai-codex/gpt-6-astra:medium",
811
813
  "github-copilot/gpt-6-astra:medium",
812
814
  "openai/gpt-6-astra:medium",
813
- "anthropic/claude-fable-5-1:high",
814
- "github-copilot/claude-fable-5-1:high",
815
815
  "anthropic/claude-opus-5:high",
816
816
  "github-copilot/claude-opus-5:high",
817
- "anthropic/claude-fable-5:high",
818
- "github-copilot/claude-fable-5:high",
817
+ "anthropic/claude-fable-5:medium",
818
+ "github-copilot/claude-fable-5:medium",
819
819
  "kimi-coding/k3:max",
820
820
  "moonshotai/kimi-k3:max",
821
821
  "moonshotai-cn/kimi-k3:max",
822
822
  "anthropic/claude-opus-4-8:high",
823
823
  "github-copilot/claude-opus-4.8:high",
824
- "openai-codex/gpt-5.6-sol:xhigh",
825
- "github-copilot/gpt-5.6-sol:xhigh",
826
- "openai/gpt-5.6-sol:xhigh",
824
+ "openai-codex/gpt-5.6-sol:high",
825
+ "github-copilot/gpt-5.6-sol:high",
826
+ "openai/gpt-5.6-sol:high",
827
827
  "xai/grok-4.6:xhigh",
828
828
  "github-copilot/grok-4.6:xhigh",
829
829
  "zai/glm-5.3:high",
@@ -832,13 +832,13 @@ async function runOpenClaudeDesignWorkflow(ctx) {
832
832
  "zai-coding-cn/glm-5.3-flash:high",
833
833
  "baseten/zai-org/GLM-5.3:high",
834
834
  "baseten/zai-org/GLM-5.3-Flash:high",
835
+ "openrouter/anthropic/claude-fable-5-1:medium",
835
836
  "openrouter/openai/gpt-6-astra:medium",
836
- "openrouter/anthropic/claude-fable-5-1:high",
837
837
  "openrouter/anthropic/claude-opus-5:high",
838
- "openrouter/anthropic/claude-fable-5:high",
838
+ "openrouter/anthropic/claude-fable-5:medium",
839
839
  "openrouter/anthropic/claude-opus-4-8:high",
840
840
  "openrouter/moonshotai/kimi-k3:max",
841
- "openrouter/openai/gpt-5.6-sol:xhigh",
841
+ "openrouter/openai/gpt-5.6-sol:high",
842
842
  "openrouter/sakana/fugu-ultra:high",
843
843
  "openrouter/x-ai/grok-4.6:xhigh",
844
844
  "openrouter/z-ai/glm-5.3:high",
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  goal_default
3
- } from "./chunk-9k3ywfgd.js";
3
+ } from "./chunk-1nbq96fh.js";
4
4
  import"./chunk-n8zysf1t.js";
5
5
  import"./chunk-p8jjwfg6.js";
6
6
  import"./chunk-z0d03ktm.js";
@@ -18,16 +18,16 @@ import"./chunk-n8zysf1t.js";
18
18
  import"./chunk-z0d03ktm.js";
19
19
  import {
20
20
  goal_default
21
- } from "./chunk-9k3ywfgd.js";
21
+ } from "./chunk-1nbq96fh.js";
22
22
  import {
23
23
  open_claude_design_default
24
- } from "./chunk-62v3gg9f.js";
24
+ } from "./chunk-yeee2jrc.js";
25
25
  import {
26
26
  loop_until_done_default
27
27
  } from "./chunk-6w6cvk6b.js";
28
28
  import {
29
29
  ralph_default
30
- } from "./chunk-ahbntmx2.js";
30
+ } from "./chunk-vhmnzdj9.js";
31
31
  import {
32
32
  tournament_default
33
33
  } from "./chunk-hbnwv56f.js";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  open_claude_design_default
3
- } from "./chunk-62v3gg9f.js";
3
+ } from "./chunk-yeee2jrc.js";
4
4
  import"./chunk-xtxcq5tj.js";
5
5
  import"./chunk-a2kdsqn8.js";
6
6
  export {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  ralph_default
3
- } from "./chunk-ahbntmx2.js";
3
+ } from "./chunk-vhmnzdj9.js";
4
4
  import"./chunk-n8zysf1t.js";
5
5
  import"./chunk-p8jjwfg6.js";
6
6
  import"./chunk-z0d03ktm.js";
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bastani/workflows",
3
- "version": "0.9.19-alpha.4",
3
+ "version": "0.9.19-alpha.5",
4
4
  "private": true,
5
5
  "description": "Atomic extension for multi-stage workflow authoring and execution.",
6
6
  "contributors": [
@@ -92266,15 +92266,15 @@ var orchestratorModelConfig = {
92266
92266
  fallbackModels: [
92267
92267
  "github-copilot/gpt-6-astra:medium",
92268
92268
  "openai/gpt-6-astra:medium",
92269
- "anthropic/claude-fable-5-1:high",
92270
- "github-copilot/claude-fable-5-1:high",
92269
+ "anthropic/claude-fable-5-1:medium",
92270
+ "github-copilot/claude-fable-5-1:medium",
92271
92271
  "anthropic/claude-opus-5:high",
92272
92272
  "github-copilot/claude-opus-5:high",
92273
- "openai-codex/gpt-5.6-sol:xhigh",
92274
- "github-copilot/gpt-5.6-sol:xhigh",
92275
- "openai/gpt-5.6-sol:xhigh",
92276
- "anthropic/claude-fable-5:high",
92277
- "github-copilot/claude-fable-5:high",
92273
+ "openai-codex/gpt-5.6-sol:high",
92274
+ "github-copilot/gpt-5.6-sol:high",
92275
+ "openai/gpt-5.6-sol:high",
92276
+ "anthropic/claude-fable-5:medium",
92277
+ "github-copilot/claude-fable-5:medium",
92278
92278
  "kimi-coding/k3:max",
92279
92279
  "moonshotai/kimi-k3:max",
92280
92280
  "moonshotai-cn/kimi-k3:max",
@@ -92292,10 +92292,10 @@ var orchestratorModelConfig = {
92292
92292
  "baseten/zai-org/GLM-5.3:high",
92293
92293
  "baseten/zai-org/GLM-5.3-Flash:high",
92294
92294
  "openrouter/openai/gpt-6-astra:medium",
92295
- "openrouter/anthropic/claude-fable-5-1:high",
92295
+ "openrouter/anthropic/claude-fable-5-1:medium",
92296
92296
  "openrouter/anthropic/claude-opus-5:high",
92297
- "openrouter/openai/gpt-5.6-sol:xhigh",
92298
- "openrouter/anthropic/claude-fable-5:high",
92297
+ "openrouter/openai/gpt-5.6-sol:high",
92298
+ "openrouter/anthropic/claude-fable-5:medium",
92299
92299
  "openrouter/moonshotai/kimi-k3:max",
92300
92300
  "openrouter/sakana/fugu-ultra:high",
92301
92301
  "openrouter/openai/gpt-5.5:xhigh",
@@ -92307,19 +92307,19 @@ var orchestratorModelConfig = {
92307
92307
  excludedTools: ["ask_user_question"]
92308
92308
  };
92309
92309
  var reviewerModelConfig = {
92310
- model: "openai-codex/gpt-6-astra:xhigh",
92310
+ model: "openai-codex/gpt-6-astra:high",
92311
92311
  fallbackModels: [
92312
- "github-copilot/gpt-6-astra:xhigh",
92313
- "openai/gpt-6-astra:xhigh",
92312
+ "github-copilot/gpt-6-astra:high",
92313
+ "openai/gpt-6-astra:high",
92314
92314
  "anthropic/claude-fable-5-1:high",
92315
92315
  "github-copilot/claude-fable-5-1:high",
92316
92316
  "anthropic/claude-opus-5:high",
92317
92317
  "github-copilot/claude-opus-5:high",
92318
92318
  "anthropic/claude-fable-5:high",
92319
92319
  "github-copilot/claude-fable-5:high",
92320
- "openai-codex/gpt-5.6-sol:xhigh",
92321
- "github-copilot/gpt-5.6-sol:xhigh",
92322
- "openai/gpt-5.6-sol:xhigh",
92320
+ "openai-codex/gpt-5.6-sol:high",
92321
+ "github-copilot/gpt-5.6-sol:high",
92322
+ "openai/gpt-5.6-sol:high",
92323
92323
  "kimi-coding/k3:max",
92324
92324
  "moonshotai/kimi-k3:max",
92325
92325
  "moonshotai-cn/kimi-k3:max",
@@ -92336,11 +92336,11 @@ var reviewerModelConfig = {
92336
92336
  "zai-coding-cn/glm-5.3-flash:high",
92337
92337
  "baseten/zai-org/GLM-5.3:high",
92338
92338
  "baseten/zai-org/GLM-5.3-Flash:high",
92339
- "openrouter/openai/gpt-6-astra:xhigh",
92339
+ "openrouter/openai/gpt-6-astra:high",
92340
92340
  "openrouter/anthropic/claude-fable-5-1:high",
92341
92341
  "openrouter/anthropic/claude-opus-5:high",
92342
92342
  "openrouter/anthropic/claude-fable-5:high",
92343
- "openrouter/openai/gpt-5.6-sol:xhigh",
92343
+ "openrouter/openai/gpt-5.6-sol:high",
92344
92344
  "openrouter/moonshotai/kimi-k3:max",
92345
92345
  "openrouter/sakana/fugu-ultra:high",
92346
92346
  "openrouter/openai/gpt-5.5:xhigh",
@@ -94429,24 +94429,24 @@ async function runOpenClaudeDesignWorkflow(ctx) {
94429
94429
  }
94430
94430
  };
94431
94431
  const designModelConfig = {
94432
- model: "openai-codex/gpt-6-astra:medium",
94432
+ model: "anthropic/claude-fable-5-1:medium",
94433
94433
  fallbackModels: [
94434
+ "github-copilot/claude-fable-5-1:medium",
94435
+ "openai-codex/gpt-6-astra:medium",
94434
94436
  "github-copilot/gpt-6-astra:medium",
94435
94437
  "openai/gpt-6-astra:medium",
94436
- "anthropic/claude-fable-5-1:high",
94437
- "github-copilot/claude-fable-5-1:high",
94438
94438
  "anthropic/claude-opus-5:high",
94439
94439
  "github-copilot/claude-opus-5:high",
94440
- "anthropic/claude-fable-5:high",
94441
- "github-copilot/claude-fable-5:high",
94440
+ "anthropic/claude-fable-5:medium",
94441
+ "github-copilot/claude-fable-5:medium",
94442
94442
  "kimi-coding/k3:max",
94443
94443
  "moonshotai/kimi-k3:max",
94444
94444
  "moonshotai-cn/kimi-k3:max",
94445
94445
  "anthropic/claude-opus-4-8:high",
94446
94446
  "github-copilot/claude-opus-4.8:high",
94447
- "openai-codex/gpt-5.6-sol:xhigh",
94448
- "github-copilot/gpt-5.6-sol:xhigh",
94449
- "openai/gpt-5.6-sol:xhigh",
94447
+ "openai-codex/gpt-5.6-sol:high",
94448
+ "github-copilot/gpt-5.6-sol:high",
94449
+ "openai/gpt-5.6-sol:high",
94450
94450
  "xai/grok-4.6:xhigh",
94451
94451
  "github-copilot/grok-4.6:xhigh",
94452
94452
  "zai/glm-5.3:high",
@@ -94455,13 +94455,13 @@ async function runOpenClaudeDesignWorkflow(ctx) {
94455
94455
  "zai-coding-cn/glm-5.3-flash:high",
94456
94456
  "baseten/zai-org/GLM-5.3:high",
94457
94457
  "baseten/zai-org/GLM-5.3-Flash:high",
94458
+ "openrouter/anthropic/claude-fable-5-1:medium",
94458
94459
  "openrouter/openai/gpt-6-astra:medium",
94459
- "openrouter/anthropic/claude-fable-5-1:high",
94460
94460
  "openrouter/anthropic/claude-opus-5:high",
94461
- "openrouter/anthropic/claude-fable-5:high",
94461
+ "openrouter/anthropic/claude-fable-5:medium",
94462
94462
  "openrouter/anthropic/claude-opus-4-8:high",
94463
94463
  "openrouter/moonshotai/kimi-k3:max",
94464
- "openrouter/openai/gpt-5.6-sol:xhigh",
94464
+ "openrouter/openai/gpt-5.6-sol:high",
94465
94465
  "openrouter/sakana/fugu-ultra:high",
94466
94466
  "openrouter/x-ai/grok-4.6:xhigh",
94467
94467
  "openrouter/z-ai/glm-5.3:high",
@@ -95515,15 +95515,15 @@ var researchModelConfig = {
95515
95515
  fallbackModels: [
95516
95516
  "github-copilot/gpt-6-astra:medium",
95517
95517
  "openai/gpt-6-astra:medium",
95518
- "anthropic/claude-fable-5-1:high",
95519
- "github-copilot/claude-fable-5-1:high",
95518
+ "anthropic/claude-fable-5-1:medium",
95519
+ "github-copilot/claude-fable-5-1:medium",
95520
95520
  "anthropic/claude-opus-5:high",
95521
95521
  "github-copilot/claude-opus-5:high",
95522
- "anthropic/claude-fable-5:high",
95523
- "github-copilot/claude-fable-5:high",
95524
- "openai-codex/gpt-5.6-sol:xhigh",
95525
- "github-copilot/gpt-5.6-sol:xhigh",
95526
- "openai/gpt-5.6-sol:xhigh",
95522
+ "anthropic/claude-fable-5:medium",
95523
+ "github-copilot/claude-fable-5:medium",
95524
+ "openai-codex/gpt-5.6-sol:high",
95525
+ "github-copilot/gpt-5.6-sol:high",
95526
+ "openai/gpt-5.6-sol:high",
95527
95527
  "kimi-coding/k3:max",
95528
95528
  "moonshotai/kimi-k3:max",
95529
95529
  "moonshotai-cn/kimi-k3:max",
@@ -95541,10 +95541,10 @@ var researchModelConfig = {
95541
95541
  "baseten/zai-org/GLM-5.3:high",
95542
95542
  "baseten/zai-org/GLM-5.3-Flash:high",
95543
95543
  "openrouter/openai/gpt-6-astra:medium",
95544
- "openrouter/anthropic/claude-fable-5-1:high",
95544
+ "openrouter/anthropic/claude-fable-5-1:medium",
95545
95545
  "openrouter/anthropic/claude-opus-5:high",
95546
- "openrouter/anthropic/claude-fable-5:high",
95547
- "openrouter/openai/gpt-5.6-sol:xhigh",
95546
+ "openrouter/anthropic/claude-fable-5:medium",
95547
+ "openrouter/openai/gpt-5.6-sol:high",
95548
95548
  "openrouter/moonshotai/kimi-k3:max",
95549
95549
  "openrouter/sakana/fugu-ultra:high",
95550
95550
  "openrouter/openai/gpt-5.5:xhigh",
@@ -95560,15 +95560,15 @@ var orchestratorModelConfig2 = {
95560
95560
  fallbackModels: [
95561
95561
  "github-copilot/gpt-6-astra:medium",
95562
95562
  "openai/gpt-6-astra:medium",
95563
- "anthropic/claude-fable-5-1:high",
95564
- "github-copilot/claude-fable-5-1:high",
95563
+ "anthropic/claude-fable-5-1:medium",
95564
+ "github-copilot/claude-fable-5-1:medium",
95565
95565
  "anthropic/claude-opus-5:high",
95566
95566
  "github-copilot/claude-opus-5:high",
95567
- "openai-codex/gpt-5.6-sol:xhigh",
95568
- "github-copilot/gpt-5.6-sol:xhigh",
95569
- "openai/gpt-5.6-sol:xhigh",
95570
- "anthropic/claude-fable-5:high",
95571
- "github-copilot/claude-fable-5:high",
95567
+ "openai-codex/gpt-5.6-sol:high",
95568
+ "github-copilot/gpt-5.6-sol:high",
95569
+ "openai/gpt-5.6-sol:high",
95570
+ "anthropic/claude-fable-5:medium",
95571
+ "github-copilot/claude-fable-5:medium",
95572
95572
  "kimi-coding/k3:max",
95573
95573
  "moonshotai/kimi-k3:max",
95574
95574
  "moonshotai-cn/kimi-k3:max",
@@ -95586,10 +95586,10 @@ var orchestratorModelConfig2 = {
95586
95586
  "baseten/zai-org/GLM-5.3:high",
95587
95587
  "baseten/zai-org/GLM-5.3-Flash:high",
95588
95588
  "openrouter/openai/gpt-6-astra:medium",
95589
- "openrouter/anthropic/claude-fable-5-1:high",
95589
+ "openrouter/anthropic/claude-fable-5-1:medium",
95590
95590
  "openrouter/anthropic/claude-opus-5:high",
95591
- "openrouter/openai/gpt-5.6-sol:xhigh",
95592
- "openrouter/anthropic/claude-fable-5:high",
95591
+ "openrouter/openai/gpt-5.6-sol:high",
95592
+ "openrouter/anthropic/claude-fable-5:medium",
95593
95593
  "openrouter/moonshotai/kimi-k3:max",
95594
95594
  "openrouter/sakana/fugu-ultra:high",
95595
95595
  "openrouter/openai/gpt-5.5:xhigh",
@@ -95604,9 +95604,9 @@ var reviewerAModelConfig = {
95604
95604
  model: "anthropic/claude-fable-5-1:high",
95605
95605
  fallbackModels: [
95606
95606
  "github-copilot/claude-fable-5-1:high",
95607
- "openai-codex/gpt-6-astra:xhigh",
95608
- "github-copilot/gpt-6-astra:xhigh",
95609
- "openai/gpt-6-astra:xhigh",
95607
+ "openai-codex/gpt-6-astra:high",
95608
+ "github-copilot/gpt-6-astra:high",
95609
+ "openai/gpt-6-astra:high",
95610
95610
  "anthropic/claude-opus-5:high",
95611
95611
  "github-copilot/claude-opus-5:high",
95612
95612
  "anthropic/claude-fable-5:high",
@@ -95614,9 +95614,9 @@ var reviewerAModelConfig = {
95614
95614
  "kimi-coding/k3:max",
95615
95615
  "moonshotai/kimi-k3:max",
95616
95616
  "moonshotai-cn/kimi-k3:max",
95617
- "openai-codex/gpt-5.6-sol:xhigh",
95618
- "github-copilot/gpt-5.6-sol:xhigh",
95619
- "openai/gpt-5.6-sol:xhigh",
95617
+ "openai-codex/gpt-5.6-sol:high",
95618
+ "github-copilot/gpt-5.6-sol:high",
95619
+ "openai/gpt-5.6-sol:high",
95620
95620
  "openai-codex/gpt-5.5:xhigh",
95621
95621
  "github-copilot/gpt-5.5:xhigh",
95622
95622
  "openai/gpt-5.5:xhigh",
@@ -95631,11 +95631,11 @@ var reviewerAModelConfig = {
95631
95631
  "baseten/zai-org/GLM-5.3:high",
95632
95632
  "baseten/zai-org/GLM-5.3-Flash:high",
95633
95633
  "openrouter/anthropic/claude-fable-5-1:high",
95634
- "openrouter/openai/gpt-6-astra:xhigh",
95634
+ "openrouter/openai/gpt-6-astra:high",
95635
95635
  "openrouter/anthropic/claude-opus-5:high",
95636
95636
  "openrouter/anthropic/claude-fable-5:high",
95637
95637
  "openrouter/moonshotai/kimi-k3:max",
95638
- "openrouter/openai/gpt-5.6-sol:xhigh",
95638
+ "openrouter/openai/gpt-5.6-sol:high",
95639
95639
  "openrouter/sakana/fugu-ultra:high",
95640
95640
  "openrouter/openai/gpt-5.5:xhigh",
95641
95641
  "openrouter/anthropic/claude-opus-4-8:high",
@@ -95647,19 +95647,19 @@ var reviewerAModelConfig = {
95647
95647
  schema: reviewDecisionSchema2
95648
95648
  };
95649
95649
  var reviewerBModelConfig = {
95650
- model: "openai-codex/gpt-6-astra:xhigh",
95650
+ model: "openai-codex/gpt-6-astra:high",
95651
95651
  fallbackModels: [
95652
- "github-copilot/gpt-6-astra:xhigh",
95653
- "openai/gpt-6-astra:xhigh",
95652
+ "github-copilot/gpt-6-astra:high",
95653
+ "openai/gpt-6-astra:high",
95654
95654
  "anthropic/claude-fable-5-1:high",
95655
95655
  "github-copilot/claude-fable-5-1:high",
95656
95656
  "anthropic/claude-opus-5:high",
95657
95657
  "github-copilot/claude-opus-5:high",
95658
95658
  "anthropic/claude-fable-5:high",
95659
95659
  "github-copilot/claude-fable-5:high",
95660
- "openai-codex/gpt-5.6-sol:xhigh",
95661
- "github-copilot/gpt-5.6-sol:xhigh",
95662
- "openai/gpt-5.6-sol:xhigh",
95660
+ "openai-codex/gpt-5.6-sol:high",
95661
+ "github-copilot/gpt-5.6-sol:high",
95662
+ "openai/gpt-5.6-sol:high",
95663
95663
  "kimi-coding/k3:max",
95664
95664
  "moonshotai/kimi-k3:max",
95665
95665
  "moonshotai-cn/kimi-k3:max",
@@ -95676,11 +95676,11 @@ var reviewerBModelConfig = {
95676
95676
  "zai-coding-cn/glm-5.3-flash:high",
95677
95677
  "baseten/zai-org/GLM-5.3:high",
95678
95678
  "baseten/zai-org/GLM-5.3-Flash:high",
95679
- "openrouter/openai/gpt-6-astra:xhigh",
95679
+ "openrouter/openai/gpt-6-astra:high",
95680
95680
  "openrouter/anthropic/claude-fable-5-1:high",
95681
95681
  "openrouter/anthropic/claude-opus-5:high",
95682
95682
  "openrouter/anthropic/claude-fable-5:high",
95683
- "openrouter/openai/gpt-5.6-sol:xhigh",
95683
+ "openrouter/openai/gpt-5.6-sol:high",
95684
95684
  "openrouter/moonshotai/kimi-k3:max",
95685
95685
  "openrouter/sakana/fugu-ultra:high",
95686
95686
  "openrouter/openai/gpt-5.5:xhigh",
package/docs/providers.md CHANGED
@@ -118,7 +118,7 @@ Run `/login xai`, then select **Use a subscription**. `XAI_API_KEY` remains avai
118
118
 
119
119
  Atomic defaults xAI sessions to `grok-4.6`. Built-in workflow and subagent fallback chains use `xai/grok-4.6:xhigh`, `github-copilot/grok-4.6:xhigh`, and `openrouter/x-ai/grok-4.6:xhigh`; GitHub Copilot also exposes Grok 4.6 when the account's model policy enables it. Network-backed catalogs refresh and cache these newer entries independently of the bundled catalog snapshot.
120
120
 
121
- The `codebase-locator`, `codebase-pattern-finder`, and `codebase-research-locator` agents use GPT-5.6 Luna at `xhigh` and Grok fallbacks at `medium` instead. Goal and Ralph orchestration, Ralph research, and Open Claude Design use GPT-6 Astra at `medium`; Ralph prompt refinement remains at `high`.
121
+ The `codebase-locator`, `codebase-pattern-finder`, and `codebase-research-locator` agents use GPT-5.6 Luna at `xhigh` and Grok fallbacks at `medium` instead. Goal and Ralph orchestration, Ralph research, and the debugger use GPT-6 Astra at `medium`; Ralph prompt refinement remains at `high`. Open Claude Design starts with Anthropic Fable 5.1 at `medium`, then GitHub Copilot Fable 5.1 and Codex, Copilot, and OpenAI Astra at `medium`.
122
122
 
123
123
  ### Radius
124
124
 
package/docs/subagents.md CHANGED
@@ -119,7 +119,7 @@ Atomic currently bundles these agents from `@bastani/subagents`:
119
119
  | `code-simplifier` | Simplify recently changed code under its behavior-preservation “doors” rubric. | Yes |
120
120
  | `worker` | Implement an approved task or handoff, validate the narrow change, and escalate product, architecture, or scope decisions to its supervisor. | Yes |
121
121
 
122
- All bundled agents except `debugger` default to `openai-codex/gpt-6-astra:low`; `debugger` uses `openai-codex/gpt-6-astra:xhigh`. Their fallback chains start with GitHub Copilot Astra, OpenAI Astra, Anthropic Fable 5.1, then GitHub Copilot Fable 5.1. Ordinary agents use Astra/Fable 5.1 at `low`, with Sol and GPT-5.5 fallbacks at `medium`, including the locator roles. Debugger keeps Astra and Sol at `xhigh` and Anthropic fallbacks at `high`. Later candidates retain provider-specific reasoning levels and identifiers; OpenRouter mirrors follow the direct-provider candidates. Each agent definition contains its complete ordered chain.
122
+ The bundled `debugger` defaults to `openai-codex/gpt-6-astra:medium`. Its Astra, Fable 5.1, and Fable 5 candidates use `medium`; Sol and Opus candidates use `high`. Other defaults are unchanged: the three locator roles use `openai-codex/gpt-5.6-luna:xhigh`, while the remaining agents use `openai-codex/gpt-6-astra:low`. Ordinary agents use Astra/Fable 5.1 at `low`, with Sol and GPT-5.5 fallbacks at `medium`, including the locator roles. Debugger's fallback chain starts with GitHub Copilot Astra, OpenAI Astra, Anthropic Fable 5.1, then GitHub Copilot Fable 5.1. Later candidates retain provider-specific reasoning levels and identifiers; OpenRouter mirrors follow the direct-provider candidates. Each agent definition contains its complete ordered chain.
123
123
 
124
124
  The bundled definitions keep their routing and model frontmatter but use compact, outcome-first bodies: role and goal, success criteria, constraints and tool routes, output contract, and stop rules where applicable. Report-producing agents ground progress claims in tool results and return concise evidence rather than narrating internal reasoning. Read-oriented agents inspect and report. `debugger`, `code-simplifier`, and `worker` can edit files, so give them an explicit scope and validation target. The debugger should finish an in-scope diagnosis by applying and validating the fix, not stop at a proposed patch.
125
125
 
@@ -102,14 +102,17 @@ The current `goal`, `ralph`, and `open-claude-design` defaults are:
102
102
 
103
103
  | Role | Primary model |
104
104
  |---|---|
105
- | Goal and Ralph orchestrators | `openai-codex/gpt-6-astra:high` |
106
- | Goal reviewers | `openai-codex/gpt-6-astra:xhigh` |
107
- | Ralph prompt engineer and research | `openai-codex/gpt-6-astra:high` |
105
+ | Goal and Ralph orchestrators | `openai-codex/gpt-6-astra:medium` |
106
+ | Goal reviewers | `openai-codex/gpt-6-astra:high` |
107
+ | Ralph prompt engineer | `openai-codex/gpt-6-astra:high` |
108
+ | Ralph research | `openai-codex/gpt-6-astra:medium` |
108
109
  | Ralph reviewer A | `anthropic/claude-fable-5-1:high` |
109
- | Ralph reviewer B | `openai-codex/gpt-6-astra:xhigh` |
110
- | Open Claude Design model stages | `openai-codex/gpt-6-astra:high` |
110
+ | Ralph reviewer B | `openai-codex/gpt-6-astra:high` |
111
+ | Open Claude Design model stages | `anthropic/claude-fable-5-1:medium` |
111
112
 
112
- Astra-led chains try GitHub Copilot Astra, OpenAI Astra, Anthropic Fable 5.1, then GitHub Copilot Fable 5.1 before older models. Ralph reviewer A starts with GitHub Copilot Fable 5.1, then Codex, Copilot, and OpenAI Astra at `xhigh`. Later fallback order is role-specific: Ralph research puts Fable 5 before Sol, while the orchestrators put Sol before Fable 5. Reviewer A puts Kimi before Sol; Goal reviewers and Ralph reviewer B put Sol before Kimi. OpenRouter mirrors follow direct-provider candidates. These are configured preferences, not guarantees of provider or account availability.
113
+ Astra-led chains try GitHub Copilot Astra, OpenAI Astra, Anthropic Fable 5.1, then GitHub Copilot Fable 5.1 before older models. Ralph reviewer A starts with GitHub Copilot Fable 5.1, then Codex, Copilot, and OpenAI Astra at `high`. Open Claude Design starts with Anthropic and Copilot Fable 5.1, then Codex, Copilot, and OpenAI Astra, all at `medium`; its OpenRouter group also puts Fable 5.1 before Astra.
114
+
115
+ Goal and Ralph orchestration, Ralph research, and design use Fable 5.1/Fable 5 at `medium` and Sol at `high` in their fallbacks. Goal and Ralph reviewers use Astra/Sol at `high`. Ralph prompt refinement keeps its Fable `high` and Sol `xhigh` fallbacks. Later fallback order remains role-specific: Ralph research puts Fable 5 before Sol, while the orchestrators put Sol before Fable 5. Reviewer A puts Kimi before Sol; Goal reviewers and Ralph reviewer B put Sol before Kimi. OpenRouter mirrors follow direct-provider candidates. These are configured preferences, not guarantees of provider or account availability.
113
116
 
114
117
  ### Six composable pattern builtins
115
118
 
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@bastani/atomic",
3
- "version": "0.9.19-alpha.4",
3
+ "version": "0.9.19-alpha.5",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@bastani/atomic",
9
- "version": "0.9.19-alpha.4",
9
+ "version": "0.9.19-alpha.5",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
- "@bastani/atomic-natives": "0.9.19-alpha.4",
13
- "@bastani/pi-ai": "0.9.19-alpha.4",
12
+ "@bastani/atomic-natives": "0.9.19-alpha.5",
13
+ "@bastani/pi-ai": "0.9.19-alpha.5",
14
14
  "@dbos-inc/dbos-sdk": "4.25.14",
15
15
  "@earendil-works/pi-agent-core": "0.85.1",
16
16
  "@earendil-works/pi-client": "0.85.1",
@@ -518,18 +518,18 @@
518
518
  }
519
519
  },
520
520
  "node_modules/@bastani/atomic-natives": {
521
- "version": "0.9.19-alpha.4",
522
- "resolved": "https://registry.npmjs.org/@bastani/atomic-natives/-/atomic-natives-0.9.19-alpha.4.tgz",
521
+ "version": "0.9.19-alpha.5",
522
+ "resolved": "https://registry.npmjs.org/@bastani/atomic-natives/-/atomic-natives-0.9.19-alpha.5.tgz",
523
523
  "license": "MIT",
524
524
  "optionalDependencies": {
525
- "@bastani/atomic-natives-darwin-arm64": "0.9.19-alpha.4",
526
- "@bastani/atomic-natives-darwin-x64": "0.9.19-alpha.4",
527
- "@bastani/atomic-natives-linux-arm64-gnu": "0.9.19-alpha.4",
528
- "@bastani/atomic-natives-linux-arm64-musl": "0.9.19-alpha.4",
529
- "@bastani/atomic-natives-linux-x64-gnu": "0.9.19-alpha.4",
530
- "@bastani/atomic-natives-linux-x64-musl": "0.9.19-alpha.4",
531
- "@bastani/atomic-natives-win32-arm64-msvc": "0.9.19-alpha.4",
532
- "@bastani/atomic-natives-win32-x64-msvc": "0.9.19-alpha.4"
525
+ "@bastani/atomic-natives-darwin-arm64": "0.9.19-alpha.5",
526
+ "@bastani/atomic-natives-darwin-x64": "0.9.19-alpha.5",
527
+ "@bastani/atomic-natives-linux-arm64-gnu": "0.9.19-alpha.5",
528
+ "@bastani/atomic-natives-linux-arm64-musl": "0.9.19-alpha.5",
529
+ "@bastani/atomic-natives-linux-x64-gnu": "0.9.19-alpha.5",
530
+ "@bastani/atomic-natives-linux-x64-musl": "0.9.19-alpha.5",
531
+ "@bastani/atomic-natives-win32-arm64-msvc": "0.9.19-alpha.5",
532
+ "@bastani/atomic-natives-win32-x64-msvc": "0.9.19-alpha.5"
533
533
  },
534
534
  "engines": {
535
535
  "bun": ">=1.4.2",
@@ -537,8 +537,8 @@
537
537
  }
538
538
  },
539
539
  "node_modules/@bastani/atomic-natives-darwin-arm64": {
540
- "version": "0.9.19-alpha.4",
541
- "resolved": "https://registry.npmjs.org/@bastani/atomic-natives-darwin-arm64/-/atomic-natives-darwin-arm64-0.9.19-alpha.4.tgz",
540
+ "version": "0.9.19-alpha.5",
541
+ "resolved": "https://registry.npmjs.org/@bastani/atomic-natives-darwin-arm64/-/atomic-natives-darwin-arm64-0.9.19-alpha.5.tgz",
542
542
  "license": "MIT",
543
543
  "os": [
544
544
  "darwin"
@@ -549,8 +549,8 @@
549
549
  "optional": true
550
550
  },
551
551
  "node_modules/@bastani/atomic-natives-darwin-x64": {
552
- "version": "0.9.19-alpha.4",
553
- "resolved": "https://registry.npmjs.org/@bastani/atomic-natives-darwin-x64/-/atomic-natives-darwin-x64-0.9.19-alpha.4.tgz",
552
+ "version": "0.9.19-alpha.5",
553
+ "resolved": "https://registry.npmjs.org/@bastani/atomic-natives-darwin-x64/-/atomic-natives-darwin-x64-0.9.19-alpha.5.tgz",
554
554
  "license": "MIT",
555
555
  "os": [
556
556
  "darwin"
@@ -561,8 +561,8 @@
561
561
  "optional": true
562
562
  },
563
563
  "node_modules/@bastani/atomic-natives-linux-arm64-gnu": {
564
- "version": "0.9.19-alpha.4",
565
- "resolved": "https://registry.npmjs.org/@bastani/atomic-natives-linux-arm64-gnu/-/atomic-natives-linux-arm64-gnu-0.9.19-alpha.4.tgz",
564
+ "version": "0.9.19-alpha.5",
565
+ "resolved": "https://registry.npmjs.org/@bastani/atomic-natives-linux-arm64-gnu/-/atomic-natives-linux-arm64-gnu-0.9.19-alpha.5.tgz",
566
566
  "license": "MIT",
567
567
  "os": [
568
568
  "linux"
@@ -576,8 +576,8 @@
576
576
  "optional": true
577
577
  },
578
578
  "node_modules/@bastani/atomic-natives-linux-arm64-musl": {
579
- "version": "0.9.19-alpha.4",
580
- "resolved": "https://registry.npmjs.org/@bastani/atomic-natives-linux-arm64-musl/-/atomic-natives-linux-arm64-musl-0.9.19-alpha.4.tgz",
579
+ "version": "0.9.19-alpha.5",
580
+ "resolved": "https://registry.npmjs.org/@bastani/atomic-natives-linux-arm64-musl/-/atomic-natives-linux-arm64-musl-0.9.19-alpha.5.tgz",
581
581
  "license": "MIT",
582
582
  "os": [
583
583
  "linux"
@@ -591,8 +591,8 @@
591
591
  "optional": true
592
592
  },
593
593
  "node_modules/@bastani/atomic-natives-linux-x64-gnu": {
594
- "version": "0.9.19-alpha.4",
595
- "resolved": "https://registry.npmjs.org/@bastani/atomic-natives-linux-x64-gnu/-/atomic-natives-linux-x64-gnu-0.9.19-alpha.4.tgz",
594
+ "version": "0.9.19-alpha.5",
595
+ "resolved": "https://registry.npmjs.org/@bastani/atomic-natives-linux-x64-gnu/-/atomic-natives-linux-x64-gnu-0.9.19-alpha.5.tgz",
596
596
  "license": "MIT",
597
597
  "os": [
598
598
  "linux"
@@ -606,8 +606,8 @@
606
606
  "optional": true
607
607
  },
608
608
  "node_modules/@bastani/atomic-natives-linux-x64-musl": {
609
- "version": "0.9.19-alpha.4",
610
- "resolved": "https://registry.npmjs.org/@bastani/atomic-natives-linux-x64-musl/-/atomic-natives-linux-x64-musl-0.9.19-alpha.4.tgz",
609
+ "version": "0.9.19-alpha.5",
610
+ "resolved": "https://registry.npmjs.org/@bastani/atomic-natives-linux-x64-musl/-/atomic-natives-linux-x64-musl-0.9.19-alpha.5.tgz",
611
611
  "license": "MIT",
612
612
  "os": [
613
613
  "linux"
@@ -621,8 +621,8 @@
621
621
  "optional": true
622
622
  },
623
623
  "node_modules/@bastani/atomic-natives-win32-arm64-msvc": {
624
- "version": "0.9.19-alpha.4",
625
- "resolved": "https://registry.npmjs.org/@bastani/atomic-natives-win32-arm64-msvc/-/atomic-natives-win32-arm64-msvc-0.9.19-alpha.4.tgz",
624
+ "version": "0.9.19-alpha.5",
625
+ "resolved": "https://registry.npmjs.org/@bastani/atomic-natives-win32-arm64-msvc/-/atomic-natives-win32-arm64-msvc-0.9.19-alpha.5.tgz",
626
626
  "license": "MIT",
627
627
  "os": [
628
628
  "win32"
@@ -633,8 +633,8 @@
633
633
  "optional": true
634
634
  },
635
635
  "node_modules/@bastani/atomic-natives-win32-x64-msvc": {
636
- "version": "0.9.19-alpha.4",
637
- "resolved": "https://registry.npmjs.org/@bastani/atomic-natives-win32-x64-msvc/-/atomic-natives-win32-x64-msvc-0.9.19-alpha.4.tgz",
636
+ "version": "0.9.19-alpha.5",
637
+ "resolved": "https://registry.npmjs.org/@bastani/atomic-natives-win32-x64-msvc/-/atomic-natives-win32-x64-msvc-0.9.19-alpha.5.tgz",
638
638
  "license": "MIT",
639
639
  "os": [
640
640
  "win32"
@@ -645,8 +645,8 @@
645
645
  "optional": true
646
646
  },
647
647
  "node_modules/@bastani/pi-ai": {
648
- "version": "0.9.19-alpha.4",
649
- "resolved": "https://registry.npmjs.org/@bastani/pi-ai/-/pi-ai-0.9.19-alpha.4.tgz",
648
+ "version": "0.9.19-alpha.5",
649
+ "resolved": "https://registry.npmjs.org/@bastani/pi-ai/-/pi-ai-0.9.19-alpha.5.tgz",
650
650
  "license": "MIT",
651
651
  "dependencies": {
652
652
  "@anthropic-ai/sdk": "0.124.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bastani/atomic",
3
- "version": "0.9.19-alpha.4",
3
+ "version": "0.9.19-alpha.5",
4
4
  "description": "Atomic coding agent CLI with read, bash, edit, write tools and session management",
5
5
  "type": "module",
6
6
  "atomicConfig": {
@@ -79,8 +79,8 @@
79
79
  "prepublishOnly": "bun run clean && bun run build && bun run shrinkwrap"
80
80
  },
81
81
  "dependencies": {
82
- "@bastani/atomic-natives": "0.9.19-alpha.4",
83
- "@bastani/pi-ai": "0.9.19-alpha.4",
82
+ "@bastani/atomic-natives": "0.9.19-alpha.5",
83
+ "@bastani/pi-ai": "0.9.19-alpha.5",
84
84
  "@dbos-inc/dbos-sdk": "4.25.14",
85
85
  "@earendil-works/pi-agent-core": "0.85.1",
86
86
  "@earendil-works/pi-client": "0.85.1",