@bastani/atomic 0.9.19-alpha.4 → 0.9.19-alpha.6
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 +33 -0
- package/dist/builtin/intercom/CHANGELOG.md +6 -0
- package/dist/builtin/intercom/broker/client.ts +19 -1
- package/dist/builtin/intercom/index.bundle.mjs +8 -1
- package/dist/builtin/intercom/package.json +1 -1
- package/dist/builtin/mcp/package.json +1 -1
- package/dist/builtin/subagents/CHANGELOG.md +12 -0
- package/dist/builtin/subagents/README.md +6 -4
- package/dist/builtin/subagents/agents/codebase-online-researcher.md +7 -7
- package/dist/builtin/subagents/agents/debugger.md +2 -2
- package/dist/builtin/subagents/package.json +1 -1
- package/dist/builtin/subagents/skills/subagent/SKILL.md +16 -14
- package/dist/builtin/subagents/src/extension/index.bundle.mjs +2 -1
- package/dist/builtin/web-access/CHANGELOG.md +7 -0
- package/dist/builtin/web-access/README.md +31 -24
- package/dist/builtin/web-access/index.bundle.mjs +16099 -77
- package/dist/builtin/web-access/package.json +2 -1
- package/dist/builtin/workflows/CHANGELOG.md +13 -0
- package/dist/builtin/workflows/builtin/{chunk-9k3ywfgd.js → chunk-1nbq96fh.js} +18 -18
- package/dist/builtin/workflows/builtin/{chunk-ahbntmx2.js → chunk-vhmnzdj9.js} +36 -36
- package/dist/builtin/workflows/builtin/{chunk-62v3gg9f.js → chunk-yeee2jrc.js} +11 -11
- package/dist/builtin/workflows/builtin/goal.js +1 -1
- package/dist/builtin/workflows/builtin/index.js +3 -3
- package/dist/builtin/workflows/builtin/open-claude-design.js +1 -1
- package/dist/builtin/workflows/builtin/ralph.js +1 -1
- package/dist/builtin/workflows/package.json +1 -1
- package/dist/builtin/workflows/src/extension/index.bundle.mjs +96 -67
- package/dist/core/agent-session-tool-registry.d.ts.map +1 -1
- package/dist/core/agent-session-tool-registry.js +10 -0
- package/dist/core/agent-session-tool-registry.js.map +1 -1
- package/dist/core/bash-executor.js.map +1 -1
- package/dist/core/tools/bash.d.ts +1 -1
- package/dist/core/tools/bash.d.ts.map +1 -1
- package/dist/core/tools/bash.js +3 -2
- package/dist/core/tools/bash.js.map +1 -1
- package/dist/core/tools/edit.d.ts +3 -0
- package/dist/core/tools/edit.d.ts.map +1 -1
- package/dist/core/tools/edit.js +91 -12
- package/dist/core/tools/edit.js.map +1 -1
- package/dist/core/tools/file-mutation-coordinator.d.ts +255 -0
- package/dist/core/tools/file-mutation-coordinator.d.ts.map +1 -0
- package/dist/core/tools/file-mutation-coordinator.js +300 -0
- package/dist/core/tools/file-mutation-coordinator.js.map +1 -0
- package/dist/core/tools/file-mutation-queue.d.ts +14 -1
- package/dist/core/tools/file-mutation-queue.d.ts.map +1 -1
- package/dist/core/tools/file-mutation-queue.js +15 -3
- package/dist/core/tools/file-mutation-queue.js.map +1 -1
- package/dist/core/tools/hashline.d.ts +9 -0
- package/dist/core/tools/hashline.d.ts.map +1 -1
- package/dist/core/tools/hashline.js +12 -1
- package/dist/core/tools/hashline.js.map +1 -1
- package/dist/core/tools/index.d.ts +9 -1
- package/dist/core/tools/index.d.ts.map +1 -1
- package/dist/core/tools/index.js +67 -12
- package/dist/core/tools/index.js.map +1 -1
- package/dist/core/tools/non-minting-snapshot-store.d.ts +49 -0
- package/dist/core/tools/non-minting-snapshot-store.d.ts.map +1 -0
- package/dist/core/tools/non-minting-snapshot-store.js +64 -0
- package/dist/core/tools/non-minting-snapshot-store.js.map +1 -0
- package/dist/core/tools/powershell.d.ts +2 -2
- package/dist/core/tools/powershell.d.ts.map +1 -1
- package/dist/core/tools/powershell.js +2 -5
- package/dist/core/tools/powershell.js.map +1 -1
- package/dist/core/tools/read-document-extract.js.map +1 -1
- package/dist/core/tools/render-utils.js.map +1 -1
- package/dist/core/tools/write.d.ts +30 -1
- package/dist/core/tools/write.d.ts.map +1 -1
- package/dist/core/tools/write.js +97 -8
- package/dist/core/tools/write.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/modes/interactive/components/bash-execution.js.map +1 -1
- package/dist/modes/interactive/interactive-mode-base.d.ts +1 -0
- package/dist/modes/interactive/interactive-mode-base.d.ts.map +1 -1
- package/dist/modes/interactive/interactive-mode-base.js +3 -1
- package/dist/modes/interactive/interactive-mode-base.js.map +1 -1
- package/dist/modes/interactive/interactive-mode-surface.d.ts +1 -1
- package/dist/modes/interactive/interactive-mode-surface.d.ts.map +1 -1
- package/dist/modes/interactive/interactive-mode-surface.js.map +1 -1
- package/dist/modes/interactive/interactive-render-chat.js +28 -4
- package/dist/modes/interactive/interactive-render-chat.js.map +1 -1
- package/dist/modes/interactive/interactive-startup.d.ts.map +1 -1
- package/dist/modes/interactive/interactive-startup.js +3 -0
- package/dist/modes/interactive/interactive-startup.js.map +1 -1
- package/dist/modes/interactive-engine/activity-watchdog.d.ts +2 -2
- package/dist/modes/interactive-engine/activity-watchdog.d.ts.map +1 -1
- package/dist/modes/interactive-engine/activity-watchdog.js.map +1 -1
- package/dist/modes/interactive-engine/engine-diagnostic-view.d.ts +3 -1
- package/dist/modes/interactive-engine/engine-diagnostic-view.d.ts.map +1 -1
- package/dist/modes/interactive-engine/engine-diagnostic-view.js +11 -0
- package/dist/modes/interactive-engine/engine-diagnostic-view.js.map +1 -1
- package/dist/modes/interactive-engine/isolated-runtime.js +2 -1
- package/dist/modes/interactive-engine/isolated-runtime.js.map +1 -1
- package/dist/modes/rpc/rpc-client-process.d.ts +2 -0
- package/dist/modes/rpc/rpc-client-process.d.ts.map +1 -1
- package/dist/modes/rpc/rpc-client-process.js +23 -1
- package/dist/modes/rpc/rpc-client-process.js.map +1 -1
- package/dist/modes/rpc/rpc-client.d.ts.map +1 -1
- package/dist/modes/rpc/rpc-client.js +20 -3
- package/dist/modes/rpc/rpc-client.js.map +1 -1
- package/dist/utils/markit.d.ts +2 -0
- package/dist/utils/markit.d.ts.map +1 -1
- package/dist/utils/markit.js +65 -5
- package/dist/utils/markit.js.map +1 -1
- package/docs/background-tasks.md +14 -10
- package/docs/containerization.md +7 -5
- package/docs/development.md +11 -0
- package/docs/docs.json +1 -0
- package/docs/providers.md +1 -1
- package/docs/subagents.md +4 -2
- package/docs/tools.md +26 -0
- package/docs/web-access.md +38 -0
- package/docs/workflows/builtins.md +9 -6
- package/examples/extensions/gondolin/index.ts +116 -148
- package/examples/extensions/gondolin/package.json +1 -1
- package/examples/extensions/ssh.ts +56 -34
- package/npm-shrinkwrap.json +33 -33
- package/package.json +4 -4
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bastani/web-access",
|
|
3
|
-
"version": "0.9.19-alpha.
|
|
3
|
+
"version": "0.9.19-alpha.6",
|
|
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": [
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
+
"@modelcontextprotocol/sdk": "1.30.0",
|
|
45
46
|
"@mozilla/readability": "^0.6.0",
|
|
46
47
|
"linkedom": "^0.18.13",
|
|
47
48
|
"p-limit": "^7.3.1",
|
|
@@ -6,6 +6,19 @@ 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.6] - 2026-09-11
|
|
10
|
+
|
|
11
|
+
### Fixed
|
|
12
|
+
|
|
13
|
+
- Workflow stage routes are no longer republished to the broker when nothing about the route changed. Every store invalidation — including tool events, attachment changes, and notices that leave the route projection identical — previously re-announced every run, so a burst of unrelated activity could produce a thousand redundant broker round trips and surface as `Intercom event relay failed (atomic:workflow-pending-stage-route): List sessions timeout`. Genuine changes still publish immediately and are never debounced, and an announcement that is rejected or that no consumer acknowledges is retried on the next invalidation.
|
|
14
|
+
|
|
15
|
+
## [0.9.19-alpha.5] - 2026-09-11
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
|
|
19
|
+
- 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.
|
|
20
|
+
- 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.
|
|
21
|
+
|
|
9
22
|
## [0.9.19-alpha.4] - 2026-09-10
|
|
10
23
|
|
|
11
24
|
### 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:
|
|
121
|
-
"github-copilot/claude-fable-5-1:
|
|
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:
|
|
125
|
-
"github-copilot/gpt-5.6-sol:
|
|
126
|
-
"openai/gpt-5.6-sol:
|
|
127
|
-
"anthropic/claude-fable-5:
|
|
128
|
-
"github-copilot/claude-fable-5:
|
|
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:
|
|
146
|
+
"openrouter/anthropic/claude-fable-5-1:medium",
|
|
147
147
|
"openrouter/anthropic/claude-opus-5:high",
|
|
148
|
-
"openrouter/openai/gpt-5.6-sol:
|
|
149
|
-
"openrouter/anthropic/claude-fable-5:
|
|
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:
|
|
161
|
+
model: "openai-codex/gpt-6-astra:high",
|
|
162
162
|
fallbackModels: [
|
|
163
|
-
"github-copilot/gpt-6-astra:
|
|
164
|
-
"openai/gpt-6-astra:
|
|
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:
|
|
172
|
-
"github-copilot/gpt-5.6-sol:
|
|
173
|
-
"openai/gpt-5.6-sol:
|
|
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:
|
|
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:
|
|
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:
|
|
542
|
-
"github-copilot/claude-fable-5-1:
|
|
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:
|
|
546
|
-
"github-copilot/claude-fable-5:
|
|
547
|
-
"openai-codex/gpt-5.6-sol:
|
|
548
|
-
"github-copilot/gpt-5.6-sol:
|
|
549
|
-
"openai/gpt-5.6-sol:
|
|
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:
|
|
567
|
+
"openrouter/anthropic/claude-fable-5-1:medium",
|
|
568
568
|
"openrouter/anthropic/claude-opus-5:high",
|
|
569
|
-
"openrouter/anthropic/claude-fable-5:
|
|
570
|
-
"openrouter/openai/gpt-5.6-sol:
|
|
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:
|
|
587
|
-
"github-copilot/claude-fable-5-1:
|
|
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:
|
|
591
|
-
"github-copilot/gpt-5.6-sol:
|
|
592
|
-
"openai/gpt-5.6-sol:
|
|
593
|
-
"anthropic/claude-fable-5:
|
|
594
|
-
"github-copilot/claude-fable-5:
|
|
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:
|
|
612
|
+
"openrouter/anthropic/claude-fable-5-1:medium",
|
|
613
613
|
"openrouter/anthropic/claude-opus-5:high",
|
|
614
|
-
"openrouter/openai/gpt-5.6-sol:
|
|
615
|
-
"openrouter/anthropic/claude-fable-5:
|
|
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:
|
|
631
|
-
"github-copilot/gpt-6-astra:
|
|
632
|
-
"openai/gpt-6-astra:
|
|
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:
|
|
641
|
-
"github-copilot/gpt-5.6-sol:
|
|
642
|
-
"openai/gpt-5.6-sol:
|
|
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:
|
|
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:
|
|
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:
|
|
673
|
+
model: "openai-codex/gpt-6-astra:high",
|
|
674
674
|
fallbackModels: [
|
|
675
|
-
"github-copilot/gpt-6-astra:
|
|
676
|
-
"openai/gpt-6-astra:
|
|
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:
|
|
684
|
-
"github-copilot/gpt-5.6-sol:
|
|
685
|
-
"openai/gpt-5.6-sol:
|
|
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:
|
|
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:
|
|
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: "
|
|
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:
|
|
818
|
-
"github-copilot/claude-fable-5:
|
|
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:
|
|
825
|
-
"github-copilot/gpt-5.6-sol:
|
|
826
|
-
"openai/gpt-5.6-sol:
|
|
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:
|
|
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:
|
|
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",
|
|
@@ -18,16 +18,16 @@ import"./chunk-n8zysf1t.js";
|
|
|
18
18
|
import"./chunk-z0d03ktm.js";
|
|
19
19
|
import {
|
|
20
20
|
goal_default
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-1nbq96fh.js";
|
|
22
22
|
import {
|
|
23
23
|
open_claude_design_default
|
|
24
|
-
} from "./chunk-
|
|
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-
|
|
30
|
+
} from "./chunk-vhmnzdj9.js";
|
|
31
31
|
import {
|
|
32
32
|
tournament_default
|
|
33
33
|
} from "./chunk-hbnwv56f.js";
|