@bastani/atomic 0.8.26-alpha.3 → 0.8.26-alpha.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.8.26-alpha.4] - 2026-06-05
6
+
7
+ ### Changed
8
+
9
+ - Bumped package version for the Atomic 0.8.26-alpha.4 prerelease.
10
+
5
11
  ## [0.8.26-alpha.3] - 2026-06-05
6
12
 
7
13
  ### Changed
@@ -4,6 +4,12 @@ All notable changes to the `pi-intercom` extension will be documented in this fi
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [0.8.26-alpha.4] - 2026-06-05
8
+
9
+ ### Changed
10
+
11
+ - Bumped package version for the Atomic 0.8.26-alpha.4 prerelease.
12
+
7
13
  ## [0.8.26-alpha.3] - 2026-06-05
8
14
 
9
15
  ### Changed
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bastani/intercom",
3
- "version": "0.8.26-alpha.3",
3
+ "version": "0.8.26-alpha.4",
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": [
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.8.26-alpha.4] - 2026-06-05
11
+
12
+ ### Changed
13
+
14
+ - Bumped package version for the Atomic 0.8.26-alpha.4 prerelease.
15
+
10
16
  ## [0.8.26-alpha.3] - 2026-06-05
11
17
 
12
18
  ### Changed
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bastani/mcp",
3
- "version": "0.8.26-alpha.3",
3
+ "version": "0.8.26-alpha.4",
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.8.26-alpha.4] - 2026-06-05
6
+
7
+ ### Changed
8
+
9
+ - Bumped package version for the Atomic 0.8.26-alpha.4 prerelease.
10
+
5
11
  ## [0.8.26-alpha.3] - 2026-06-05
6
12
 
7
13
  ### Changed
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bastani/subagents",
3
- "version": "0.8.26-alpha.3",
3
+ "version": "0.8.26-alpha.4",
4
4
  "private": true,
5
5
  "description": "Atomic extension for delegating tasks to subagents with chains, parallel execution, and TUI clarification. Fork of: https://github.com/nicobailon/pi-subagents",
6
6
  "contributors": [
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [0.8.26-alpha.4] - 2026-06-05
8
+
9
+ ### Changed
10
+
11
+ - Bumped package version for the Atomic 0.8.26-alpha.4 prerelease.
12
+
7
13
  ## [0.8.26-alpha.3] - 2026-06-05
8
14
 
9
15
  ### Changed
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bastani/web-access",
3
- "version": "0.8.26-alpha.3",
3
+ "version": "0.8.26-alpha.4",
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,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.8.26-alpha.4] - 2026-06-05
10
+
11
+ ### Changed
12
+
13
+ - Upgraded builtin workflow fallback model tiers so degraded runs land on stronger models: bumped `github-copilot/claude-opus-4.8` fallbacks from `:medium` to `:xhigh` in `deep-research-codebase` and `ralph`, replaced `claude-sonnet-4-8`/`4.8` fallbacks with `claude-opus-4-8`/`4.8` in the `goal` and `ralph` runner configs, and raised `claude-sonnet-4-6`/`4.6` fallbacks from `:medium` to `:high` in `open-claude-design` ([#1259](https://github.com/bastani-inc/atomic/issues/1259)).
14
+
9
15
  ## [0.8.26-alpha.3] - 2026-06-05
10
16
 
11
17
  ### Changed
@@ -417,7 +417,7 @@ export default defineWorkflow("deep-research-codebase")
417
417
  "openai-codex/gpt-5.5:xhigh",
418
418
  "github-copilot/gpt-5.5:xhigh",
419
419
  "anthropic/claude-opus-4-8:xhigh",
420
- "github-copilot/claude-opus-4.8:medium",
420
+ "github-copilot/claude-opus-4.8:xhigh",
421
421
  ],
422
422
  excludedTools: ["ask_user_question"],
423
423
  };
@@ -1030,8 +1030,8 @@ export default defineWorkflow("goal")
1030
1030
  fallbackModels: [
1031
1031
  "openai-codex/gpt-5.5:medium",
1032
1032
  "github-copilot/gpt-5.5:medium",
1033
- "anthropic/claude-sonnet-4-8:medium",
1034
- "github-copilot/claude-sonnet-4.8:medium",
1033
+ "anthropic/claude-opus-4-8:medium",
1034
+ "github-copilot/claude-opus-4.8:medium",
1035
1035
  ],
1036
1036
  tools: goalRunnerTools,
1037
1037
  };
@@ -1041,8 +1041,8 @@ export default defineWorkflow("goal")
1041
1041
  fallbackModels: [
1042
1042
  "openai-codex/gpt-5.5:xhigh",
1043
1043
  "github-copilot/gpt-5.5:xhigh",
1044
- "anthropic/claude-sonnet-4-8:xhigh",
1045
- "github-copilot/claude-sonnet-4.8:medium",
1044
+ "anthropic/claude-opus-4-8:xhigh",
1045
+ "github-copilot/claude-opus-4.8:xhigh",
1046
1046
  ],
1047
1047
  tools: [...goalRunnerTools, reviewDecisionTool.name],
1048
1048
  customTools: [reviewDecisionTool],
@@ -228,9 +228,9 @@ export default defineWorkflow("open-claude-design")
228
228
  const designModelConfig = {
229
229
  model: "anthropic/claude-opus-4-8:xhigh",
230
230
  fallbackModels: [
231
- "github-copilot/claude-opus-4.8:medium",
232
- "anthropic/claude-sonnet-4-6:xhigh",
233
- "github-copilot/claude-sonnet-4.6:medium",
231
+ "github-copilot/claude-opus-4.8:xhigh",
232
+ "anthropic/claude-sonnet-4-6:high",
233
+ "github-copilot/claude-sonnet-4.6:high",
234
234
  ],
235
235
  };
236
236
 
@@ -620,7 +620,7 @@ async function runRalphWorkflow(
620
620
  "openai-codex/gpt-5.5:xhigh",
621
621
  "github-copilot/gpt-5.5:xhigh",
622
622
  "anthropic/claude-opus-4-8:xhigh",
623
- "github-copilot/claude-opus-4.8:medium",
623
+ "github-copilot/claude-opus-4.8:xhigh",
624
624
  ],
625
625
  excludedTools: ["ask_user_question"],
626
626
  };
@@ -630,8 +630,8 @@ async function runRalphWorkflow(
630
630
  fallbackModels: [
631
631
  "openai-codex/gpt-5.5:medium",
632
632
  "github-copilot/gpt-5.5:medium",
633
- "anthropic/claude-sonnet-4-6:medium",
634
- "github-copilot/claude-sonnet-4.6:medium",
633
+ "anthropic/claude-opus-4-8:medium",
634
+ "github-copilot/claude-opus-4.8:medium",
635
635
  ],
636
636
  excludedTools: ["ask_user_question"],
637
637
  };
@@ -641,8 +641,8 @@ async function runRalphWorkflow(
641
641
  fallbackModels: [
642
642
  "openai-codex/gpt-5.5:medium",
643
643
  "github-copilot/gpt-5.5:medium",
644
- "anthropic/claude-sonnet-4-6:medium",
645
- "github-copilot/claude-sonnet-4.6:medium",
644
+ "anthropic/claude-opus-4-8:medium",
645
+ "github-copilot/claude-opus-4.8:medium",
646
646
  ],
647
647
  excludedTools: ["ask_user_question"],
648
648
  };
@@ -653,7 +653,7 @@ async function runRalphWorkflow(
653
653
  "openai-codex/gpt-5.5:xhigh",
654
654
  "github-copilot/gpt-5.5:xhigh",
655
655
  "anthropic/claude-opus-4-8:xhigh",
656
- "github-copilot/claude-opus-4.8:medium",
656
+ "github-copilot/claude-opus-4.8:xhigh",
657
657
  ],
658
658
  excludedTools: ["ask_user_question"],
659
659
  customTools: [reviewDecisionTool],
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bastani/workflows",
3
- "version": "0.8.26-alpha.3",
3
+ "version": "0.8.26-alpha.4",
4
4
  "private": true,
5
5
  "description": "Atomic extension for multi-stage workflow authoring and execution.",
6
6
  "contributors": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bastani/atomic",
3
- "version": "0.8.26-alpha.3",
3
+ "version": "0.8.26-alpha.4",
4
4
  "description": "Atomic coding agent CLI with read, bash, edit, write tools and session management",
5
5
  "type": "module",
6
6
  "atomicConfig": {