@bastani/atomic 0.9.4-alpha.7 → 0.9.4-alpha.8
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/dist/builtin/cursor/package.json +2 -2
- package/dist/builtin/intercom/package.json +1 -1
- package/dist/builtin/mcp/package.json +1 -1
- package/dist/builtin/subagents/agents/code-simplifier.md +1 -1
- package/dist/builtin/subagents/agents/codebase-analyzer.md +1 -1
- package/dist/builtin/subagents/agents/codebase-online-researcher.md +1 -1
- package/dist/builtin/subagents/agents/codebase-research-analyzer.md +1 -1
- package/dist/builtin/subagents/agents/debugger.md +1 -1
- package/dist/builtin/subagents/agents/worker.md +1 -1
- package/dist/builtin/subagents/package.json +1 -1
- package/dist/builtin/web-access/package.json +1 -1
- package/dist/builtin/workflows/CHANGELOG.md +10 -0
- package/dist/builtin/workflows/builtin/deep-research-codebase-utils.ts +8 -1
- package/dist/builtin/workflows/builtin/goal-runner.ts +14 -1
- package/dist/builtin/workflows/builtin/open-claude-design-runner.ts +5 -2
- package/dist/builtin/workflows/builtin/ralph-models.ts +44 -9
- package/dist/builtin/workflows/package.json +1 -1
- package/docs/workflows.md +1 -1
- package/npm-shrinkwrap.json +23 -23
- package/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bastani/cursor",
|
|
3
|
-
"version": "0.9.4-alpha.
|
|
3
|
+
"version": "0.9.4-alpha.8",
|
|
4
4
|
"private": true,
|
|
5
5
|
"description": "Experimental first-party Atomic extension for Cursor OAuth, model discovery, and streaming provider registration.",
|
|
6
6
|
"contributors": [
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@bastani/atomic-natives": "0.9.4-alpha.
|
|
43
|
+
"@bastani/atomic-natives": "0.9.4-alpha.8",
|
|
44
44
|
"@bufbuild/protobuf": "^2.12.1",
|
|
45
45
|
"@earendil-works/pi-ai": "^0.80.3"
|
|
46
46
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bastani/intercom",
|
|
3
|
-
"version": "0.9.4-alpha.
|
|
3
|
+
"version": "0.9.4-alpha.8",
|
|
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.4-alpha.
|
|
3
|
+
"version": "0.9.4-alpha.8",
|
|
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": [
|
|
@@ -9,7 +9,7 @@ description: |
|
|
|
9
9
|
- Code that has gotten messy after several iterations.
|
|
10
10
|
tools: read, edit, write, search, find, ls, bash, todo
|
|
11
11
|
model: zai/glm-5.2:medium
|
|
12
|
-
fallbackModels: zai-coding-cn/glm-5.2:medium, openai-codex/gpt-5.5:medium, github-copilot/gpt-5.5:medium, openai/gpt-5.5:medium, github-copilot/claude-opus-4.8 (1m):medium, anthropic/claude-opus-4-8:medium, github-copilot/gemini-3.5-flash (1m):medium, google/gemini-3.5-flash:medium, google-vertex/gemini-3.5-flash:medium, github-copilot/gemini-3.1-pro-preview (1m):medium, google/gemini-3.1-pro-preview:medium, google-vertex/gemini-3.1-pro-preview:medium, openrouter/z-ai/glm-5.2:medium, openrouter/openai/gpt-5.5:medium, openrouter/anthropic/claude-opus-4-8:medium, openrouter/google/gemini-3.5-flash:medium, openrouter/google/gemini-3.1-pro-preview:medium
|
|
12
|
+
fallbackModels: zai-coding-cn/glm-5.2:medium, openai-codex/gpt-5.5:medium, github-copilot/gpt-5.5:medium, openai/gpt-5.5:medium, github-copilot/claude-opus-4.8 (1m):medium, anthropic/claude-opus-4-8:medium, github-copilot/claude-sonnet-5 (1m):medium, anthropic/claude-sonnet-5:medium, github-copilot/claude-sonnet-4.6 (1m):medium, anthropic/claude-sonnet-4-6:medium, github-copilot/gemini-3.5-flash (1m):medium, google/gemini-3.5-flash:medium, google-vertex/gemini-3.5-flash:medium, github-copilot/gemini-3.1-pro-preview (1m):medium, google/gemini-3.1-pro-preview:medium, google-vertex/gemini-3.1-pro-preview:medium, openrouter/z-ai/glm-5.2:medium, openrouter/openai/gpt-5.5:medium, openrouter/anthropic/claude-opus-4-8:medium, openrouter/anthropic/claude-sonnet-5:medium, openrouter/anthropic/claude-sonnet-4-6:medium, openrouter/google/gemini-3.5-flash:medium, openrouter/google/gemini-3.1-pro-preview:medium
|
|
13
13
|
skills: tdd, playwright-cli, tmux
|
|
14
14
|
---
|
|
15
15
|
|
|
@@ -3,7 +3,7 @@ name: codebase-analyzer
|
|
|
3
3
|
description: Analyzes codebase implementation details. Call the codebase-analyzer agent when you need to find detailed information about specific components.
|
|
4
4
|
tools: read, search, find, ls, todo
|
|
5
5
|
model: zai/glm-5.2:low
|
|
6
|
-
fallbackModels: zai-coding-cn/glm-5.2:low, openai-codex/gpt-5.5:low, github-copilot/gpt-5.5:low, openai/gpt-5.5:low, github-copilot/claude-opus-4.8 (1m):low, anthropic/claude-opus-4-8:low, github-copilot/gemini-3.5-flash (1m):low, google/gemini-3.5-flash:low, google-vertex/gemini-3.5-flash:low, github-copilot/gemini-3.1-pro-preview (1m):low, google/gemini-3.1-pro-preview:low, google-vertex/gemini-3.1-pro-preview:low, openrouter/z-ai/glm-5.2:low, openrouter/openai/gpt-5.5:low, openrouter/anthropic/claude-opus-4-8:low, openrouter/google/gemini-3.5-flash:low, openrouter/google/gemini-3.1-pro-preview:low
|
|
6
|
+
fallbackModels: zai-coding-cn/glm-5.2:low, openai-codex/gpt-5.5:low, github-copilot/gpt-5.5:low, openai/gpt-5.5:low, github-copilot/claude-opus-4.8 (1m):low, anthropic/claude-opus-4-8:low, github-copilot/claude-sonnet-5 (1m):low, anthropic/claude-sonnet-5:low, github-copilot/claude-sonnet-4.6 (1m):low, anthropic/claude-sonnet-4-6:low, github-copilot/gemini-3.5-flash (1m):low, google/gemini-3.5-flash:low, google-vertex/gemini-3.5-flash:low, github-copilot/gemini-3.1-pro-preview (1m):low, google/gemini-3.1-pro-preview:low, google-vertex/gemini-3.1-pro-preview:low, openrouter/z-ai/glm-5.2:low, openrouter/openai/gpt-5.5:low, openrouter/anthropic/claude-opus-4-8:low, openrouter/anthropic/claude-sonnet-5:low, openrouter/anthropic/claude-sonnet-4-6:low, openrouter/google/gemini-3.5-flash:low, openrouter/google/gemini-3.1-pro-preview:low
|
|
7
7
|
skills: tdd, playwright-cli, tmux
|
|
8
8
|
---
|
|
9
9
|
|
|
@@ -3,7 +3,7 @@ name: codebase-online-researcher
|
|
|
3
3
|
description: Online research for up-to-date documentation and library-source knowledge. Use when you need authoritative external information — official docs, ecosystem context, version-specific behavior, GitHub permalinks into open-source libraries, or video tutorials.
|
|
4
4
|
tools: read, search, find, ls, bash, web_search, fetch_content, get_search_content, todo
|
|
5
5
|
model: zai/glm-5.2:medium
|
|
6
|
-
fallbackModels: zai-coding-cn/glm-5.2:medium, openai-codex/gpt-5.5:medium, github-copilot/gpt-5.5:medium, openai/gpt-5.5:medium, github-copilot/claude-opus-4.8 (1m):medium, anthropic/claude-opus-4-8:medium, github-copilot/gemini-3.5-flash (1m):medium, google/gemini-3.5-flash:medium, google-vertex/gemini-3.5-flash:medium, github-copilot/gemini-3.1-pro-preview (1m):medium, google/gemini-3.1-pro-preview:medium, google-vertex/gemini-3.1-pro-preview:medium, openrouter/z-ai/glm-5.2:medium, openrouter/openai/gpt-5.5:medium, openrouter/anthropic/claude-opus-4-8:medium, openrouter/google/gemini-3.5-flash:medium, openrouter/google/gemini-3.1-pro-preview:medium
|
|
6
|
+
fallbackModels: zai-coding-cn/glm-5.2:medium, openai-codex/gpt-5.5:medium, github-copilot/gpt-5.5:medium, openai/gpt-5.5:medium, github-copilot/claude-opus-4.8 (1m):medium, anthropic/claude-opus-4-8:medium, github-copilot/claude-sonnet-5 (1m):medium, anthropic/claude-sonnet-5:medium, github-copilot/claude-sonnet-4.6 (1m):medium, anthropic/claude-sonnet-4-6:medium, github-copilot/gemini-3.5-flash (1m):medium, google/gemini-3.5-flash:medium, google-vertex/gemini-3.5-flash:medium, github-copilot/gemini-3.1-pro-preview (1m):medium, google/gemini-3.1-pro-preview:medium, google-vertex/gemini-3.1-pro-preview:medium, openrouter/z-ai/glm-5.2:medium, openrouter/openai/gpt-5.5:medium, openrouter/anthropic/claude-opus-4-8:medium, openrouter/anthropic/claude-sonnet-5:medium, openrouter/anthropic/claude-sonnet-4-6:medium, openrouter/google/gemini-3.5-flash:medium, openrouter/google/gemini-3.1-pro-preview:medium
|
|
7
7
|
skills: playwright-cli
|
|
8
8
|
---
|
|
9
9
|
|
|
@@ -3,7 +3,7 @@ name: codebase-research-analyzer
|
|
|
3
3
|
description: Analyzes local research documents to extract high-value insights, decisions, and technical details while filtering out noise. Use this when you want to deep dive on a research topic or understand the rationale behind decisions.
|
|
4
4
|
tools: read, search, find, ls, todo
|
|
5
5
|
model: zai/glm-5.2:low
|
|
6
|
-
fallbackModels: zai-coding-cn/glm-5.2:low, openai-codex/gpt-5.5:low, github-copilot/gpt-5.5:low, openai/gpt-5.5:low, github-copilot/claude-opus-4.8 (1m):low, anthropic/claude-opus-4-8:low, github-copilot/gemini-3.5-flash (1m):low, google/gemini-3.5-flash:low, google-vertex/gemini-3.5-flash:low, github-copilot/gemini-3.1-pro-preview (1m):low, google/gemini-3.1-pro-preview:low, google-vertex/gemini-3.1-pro-preview:low, openrouter/z-ai/glm-5.2:low, openrouter/openai/gpt-5.5:low, openrouter/anthropic/claude-opus-4-8:low, openrouter/google/gemini-3.5-flash:low, openrouter/google/gemini-3.1-pro-preview:low
|
|
6
|
+
fallbackModels: zai-coding-cn/glm-5.2:low, openai-codex/gpt-5.5:low, github-copilot/gpt-5.5:low, openai/gpt-5.5:low, github-copilot/claude-opus-4.8 (1m):low, anthropic/claude-opus-4-8:low, github-copilot/claude-sonnet-5 (1m):low, anthropic/claude-sonnet-5:low, github-copilot/claude-sonnet-4.6 (1m):low, anthropic/claude-sonnet-4-6:low, github-copilot/gemini-3.5-flash (1m):low, google/gemini-3.5-flash:low, google-vertex/gemini-3.5-flash:low, github-copilot/gemini-3.1-pro-preview (1m):low, google/gemini-3.1-pro-preview:low, google-vertex/gemini-3.1-pro-preview:low, openrouter/z-ai/glm-5.2:low, openrouter/openai/gpt-5.5:low, openrouter/anthropic/claude-opus-4-8:low, openrouter/anthropic/claude-sonnet-5:low, openrouter/anthropic/claude-sonnet-4-6:low, openrouter/google/gemini-3.5-flash:low, openrouter/google/gemini-3.1-pro-preview:low
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
You are a specialist at extracting HIGH-VALUE insights from research documents. Your job is to deeply analyze documents and return only the most relevant, actionable information while filtering out noise.
|
|
@@ -3,7 +3,7 @@ name: debugger
|
|
|
3
3
|
description: Debug errors, test failures, and unexpected behavior. Use PROACTIVELY when encountering issues, analyzing stack traces, or investigating system problems.
|
|
4
4
|
tools: read, search, find, ls, bash, web_search, fetch_content, get_search_content, intercom, contact_supervisor, todo
|
|
5
5
|
model: openai-codex/gpt-5.5:xhigh
|
|
6
|
-
fallbackModels: github-copilot/gpt-5.5:xhigh, openai/gpt-5.5:xhigh, github-copilot/claude-opus-4.8 (1m):xhigh, anthropic/claude-opus-4-8:xhigh, zai/glm-5.2:xhigh, zai-coding-cn/glm-5.2:xhigh, github-copilot/gemini-3.5-flash (1m):high, google/gemini-3.5-flash:high, google-vertex/gemini-3.5-flash:high, github-copilot/gemini-3.1-pro-preview (1m):high, google/gemini-3.1-pro-preview:high, google-vertex/gemini-3.1-pro-preview:high, openrouter/z-ai/glm-5.2:xhigh, openrouter/openai/gpt-5.5:xhigh, openrouter/anthropic/claude-opus-4-8:xhigh, openrouter/google/gemini-3.5-flash:high, openrouter/google/gemini-3.1-pro-preview:high
|
|
6
|
+
fallbackModels: github-copilot/gpt-5.5:xhigh, openai/gpt-5.5:xhigh, github-copilot/claude-opus-4.8 (1m):xhigh, anthropic/claude-opus-4-8:xhigh, zai/glm-5.2:xhigh, zai-coding-cn/glm-5.2:xhigh, github-copilot/claude-sonnet-5 (1m):high, anthropic/claude-sonnet-5:high, github-copilot/claude-sonnet-4.6 (1m):high, anthropic/claude-sonnet-4-6:high, github-copilot/gemini-3.5-flash (1m):high, google/gemini-3.5-flash:high, google-vertex/gemini-3.5-flash:high, github-copilot/gemini-3.1-pro-preview (1m):high, google/gemini-3.1-pro-preview:high, google-vertex/gemini-3.1-pro-preview:high, openrouter/z-ai/glm-5.2:xhigh, openrouter/openai/gpt-5.5:xhigh, openrouter/anthropic/claude-opus-4-8:xhigh, openrouter/anthropic/claude-sonnet-5:high, openrouter/anthropic/claude-sonnet-4-6:high, openrouter/google/gemini-3.5-flash:high, openrouter/google/gemini-3.1-pro-preview:high
|
|
7
7
|
skills: tdd, playwright-cli, tmux
|
|
8
8
|
---
|
|
9
9
|
|
|
@@ -6,7 +6,7 @@ inheritProjectContext: true
|
|
|
6
6
|
inheritSkills: false
|
|
7
7
|
tools: read, edit, write, search, find, ls, bash, web_search, fetch_content, get_search_content, intercom, contact_supervisor, todo
|
|
8
8
|
model: zai/glm-5.2:medium
|
|
9
|
-
fallbackModels: zai-coding-cn/glm-5.2:medium, openai-codex/gpt-5.5:medium, github-copilot/gpt-5.5:medium, openai/gpt-5.5:medium, github-copilot/claude-opus-4.8 (1m):medium, anthropic/claude-opus-4-8:medium, github-copilot/gemini-3.5-flash (1m):medium, google/gemini-3.5-flash:medium, google-vertex/gemini-3.5-flash:medium, github-copilot/gemini-3.1-pro-preview (1m):medium, google/gemini-3.1-pro-preview:medium, google-vertex/gemini-3.1-pro-preview:medium, openrouter/z-ai/glm-5.2:medium, openrouter/openai/gpt-5.5:medium, openrouter/anthropic/claude-opus-4-8:medium, openrouter/google/gemini-3.5-flash:medium, openrouter/google/gemini-3.1-pro-preview:medium
|
|
9
|
+
fallbackModels: zai-coding-cn/glm-5.2:medium, openai-codex/gpt-5.5:medium, github-copilot/gpt-5.5:medium, openai/gpt-5.5:medium, github-copilot/claude-opus-4.8 (1m):medium, anthropic/claude-opus-4-8:medium, github-copilot/claude-sonnet-5 (1m):medium, anthropic/claude-sonnet-5:medium, github-copilot/claude-sonnet-4.6 (1m):medium, anthropic/claude-sonnet-4-6:medium, github-copilot/gemini-3.5-flash (1m):medium, google/gemini-3.5-flash:medium, google-vertex/gemini-3.5-flash:medium, github-copilot/gemini-3.1-pro-preview (1m):medium, google/gemini-3.1-pro-preview:medium, google-vertex/gemini-3.1-pro-preview:medium, openrouter/z-ai/glm-5.2:medium, openrouter/openai/gpt-5.5:medium, openrouter/anthropic/claude-opus-4-8:medium, openrouter/anthropic/claude-sonnet-5:medium, openrouter/anthropic/claude-sonnet-4-6:medium, openrouter/google/gemini-3.5-flash:medium, openrouter/google/gemini-3.1-pro-preview:medium
|
|
10
10
|
skills: tdd, playwright-cli, tmux
|
|
11
11
|
defaultContext: fork
|
|
12
12
|
defaultProgress: true
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bastani/subagents",
|
|
3
|
-
"version": "0.9.4-alpha.
|
|
3
|
+
"version": "0.9.4-alpha.8",
|
|
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": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bastani/web-access",
|
|
3
|
-
"version": "0.9.4-alpha.
|
|
3
|
+
"version": "0.9.4-alpha.8",
|
|
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,16 @@ 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.4-alpha.8] - 2026-07-02
|
|
10
|
+
|
|
11
|
+
### Changed
|
|
12
|
+
|
|
13
|
+
- Changed the Claude Fable 5 reasoning level from `xhigh` to `high` across all builtin workflow model chains (`ralph` prompt-engineer/reviewer-a/reviewer-b/reviewer-c, `goal` reviewer, `deep-research-codebase` planner, and `open-claude-design`), covering both the native `anthropic/claude-fable-5` entries and their OpenRouter mirrors.
|
|
14
|
+
|
|
15
|
+
### Fixed
|
|
16
|
+
|
|
17
|
+
- Fixed the builtin `goal` reviewer and `deep-research-codebase` planner model fallback chains missing the OpenRouter mirror of their primary model: `openrouter/anthropic/claude-fable-5` is now the first OpenRouter fallback candidate in both chains, matching the ordering already used by the `ralph` prompt-engineer/reviewer and `open-claude-design` chains.
|
|
18
|
+
|
|
9
19
|
## [0.9.4-alpha.7] - 2026-07-02
|
|
10
20
|
|
|
11
21
|
### Fixed
|
|
@@ -32,7 +32,7 @@ export interface DeepResearchCodebaseResult {
|
|
|
32
32
|
export const FILE_ONLY_OUTPUT = "file-only" satisfies WorkflowOutputMode;
|
|
33
33
|
|
|
34
34
|
export const PLANNER_MODEL_CONFIG = {
|
|
35
|
-
model: "anthropic/claude-fable-5:
|
|
35
|
+
model: "anthropic/claude-fable-5:high",
|
|
36
36
|
fallbackModels: [
|
|
37
37
|
"openai-codex/gpt-5.5:xhigh",
|
|
38
38
|
"github-copilot/gpt-5.5:xhigh",
|
|
@@ -41,15 +41,22 @@ export const PLANNER_MODEL_CONFIG = {
|
|
|
41
41
|
"anthropic/claude-opus-4-8:xhigh",
|
|
42
42
|
"zai/glm-5.2:xhigh",
|
|
43
43
|
"zai-coding-cn/glm-5.2:xhigh",
|
|
44
|
+
"github-copilot/claude-sonnet-5 (1m):high",
|
|
45
|
+
"anthropic/claude-sonnet-5:high",
|
|
46
|
+
"github-copilot/claude-sonnet-4.6 (1m):high",
|
|
47
|
+
"anthropic/claude-sonnet-4-6:high",
|
|
44
48
|
"github-copilot/gemini-3.5-flash (1m):high",
|
|
45
49
|
"google/gemini-3.5-flash:high",
|
|
46
50
|
"google-vertex/gemini-3.5-flash:high",
|
|
47
51
|
"github-copilot/gemini-3.1-pro-preview (1m):high",
|
|
48
52
|
"google/gemini-3.1-pro-preview:high",
|
|
49
53
|
"google-vertex/gemini-3.1-pro-preview:high",
|
|
54
|
+
"openrouter/anthropic/claude-fable-5:high",
|
|
50
55
|
"openrouter/openai/gpt-5.5:xhigh",
|
|
51
56
|
"openrouter/anthropic/claude-opus-4-8:xhigh",
|
|
52
57
|
"openrouter/z-ai/glm-5.2:xhigh",
|
|
58
|
+
"openrouter/anthropic/claude-sonnet-5:high",
|
|
59
|
+
"openrouter/anthropic/claude-sonnet-4-6:high",
|
|
53
60
|
"openrouter/google/gemini-3.5-flash:high",
|
|
54
61
|
"openrouter/google/gemini-3.1-pro-preview:high"
|
|
55
62
|
],
|
|
@@ -101,6 +101,10 @@ export async function runGoalWorkflow(ctx: GoalRunnerContext, options: GoalWorkf
|
|
|
101
101
|
"anthropic/claude-opus-4-8:medium",
|
|
102
102
|
"zai/glm-5.2:medium",
|
|
103
103
|
"zai-coding-cn/glm-5.2:medium",
|
|
104
|
+
"github-copilot/claude-sonnet-5 (1m):medium",
|
|
105
|
+
"anthropic/claude-sonnet-5:medium",
|
|
106
|
+
"github-copilot/claude-sonnet-4.6 (1m):medium",
|
|
107
|
+
"anthropic/claude-sonnet-4-6:medium",
|
|
104
108
|
"github-copilot/gemini-3.5-flash (1m):medium",
|
|
105
109
|
"google/gemini-3.5-flash:medium",
|
|
106
110
|
"google-vertex/gemini-3.5-flash:medium",
|
|
@@ -110,6 +114,8 @@ export async function runGoalWorkflow(ctx: GoalRunnerContext, options: GoalWorkf
|
|
|
110
114
|
"openrouter/openai/gpt-5.5:medium",
|
|
111
115
|
"openrouter/anthropic/claude-opus-4-8:medium",
|
|
112
116
|
"openrouter/z-ai/glm-5.2:medium",
|
|
117
|
+
"openrouter/anthropic/claude-sonnet-5:medium",
|
|
118
|
+
"openrouter/anthropic/claude-sonnet-4-6:medium",
|
|
113
119
|
"openrouter/google/gemini-3.5-flash:medium",
|
|
114
120
|
"openrouter/google/gemini-3.1-pro-preview:medium"
|
|
115
121
|
],
|
|
@@ -117,7 +123,7 @@ export async function runGoalWorkflow(ctx: GoalRunnerContext, options: GoalWorkf
|
|
|
117
123
|
};
|
|
118
124
|
|
|
119
125
|
const reviewerModelConfig = {
|
|
120
|
-
model: "anthropic/claude-fable-5:
|
|
126
|
+
model: "anthropic/claude-fable-5:high",
|
|
121
127
|
fallbackModels: [
|
|
122
128
|
"openai-codex/gpt-5.5:xhigh",
|
|
123
129
|
"github-copilot/gpt-5.5:xhigh",
|
|
@@ -126,15 +132,22 @@ export async function runGoalWorkflow(ctx: GoalRunnerContext, options: GoalWorkf
|
|
|
126
132
|
"anthropic/claude-opus-4-8:xhigh",
|
|
127
133
|
"zai/glm-5.2:xhigh",
|
|
128
134
|
"zai-coding-cn/glm-5.2:xhigh",
|
|
135
|
+
"github-copilot/claude-sonnet-5 (1m):high",
|
|
136
|
+
"anthropic/claude-sonnet-5:high",
|
|
137
|
+
"github-copilot/claude-sonnet-4.6 (1m):high",
|
|
138
|
+
"anthropic/claude-sonnet-4-6:high",
|
|
129
139
|
"github-copilot/gemini-3.5-flash (1m):high",
|
|
130
140
|
"google/gemini-3.5-flash:high",
|
|
131
141
|
"google-vertex/gemini-3.5-flash:high",
|
|
132
142
|
"github-copilot/gemini-3.1-pro-preview (1m):high",
|
|
133
143
|
"google/gemini-3.1-pro-preview:high",
|
|
134
144
|
"google-vertex/gemini-3.1-pro-preview:high",
|
|
145
|
+
"openrouter/anthropic/claude-fable-5:high",
|
|
135
146
|
"openrouter/openai/gpt-5.5:xhigh",
|
|
136
147
|
"openrouter/anthropic/claude-opus-4-8:xhigh",
|
|
137
148
|
"openrouter/z-ai/glm-5.2:xhigh",
|
|
149
|
+
"openrouter/anthropic/claude-sonnet-5:high",
|
|
150
|
+
"openrouter/anthropic/claude-sonnet-4-6:high",
|
|
138
151
|
"openrouter/google/gemini-3.5-flash:high",
|
|
139
152
|
"openrouter/google/gemini-3.1-pro-preview:high"
|
|
140
153
|
],
|
|
@@ -75,17 +75,20 @@ export async function runOpenClaudeDesignWorkflow(ctx: OpenClaudeDesignContext):
|
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
const designModelConfig = {
|
|
78
|
-
model: "anthropic/claude-fable-5:
|
|
78
|
+
model: "anthropic/claude-fable-5:high",
|
|
79
79
|
fallbackModels: [
|
|
80
80
|
"github-copilot/claude-opus-4.8 (1m):xhigh",
|
|
81
81
|
"anthropic/claude-opus-4-8:xhigh",
|
|
82
82
|
"zai/glm-5.2:xhigh",
|
|
83
83
|
"zai-coding-cn/glm-5.2:xhigh",
|
|
84
|
+
"github-copilot/claude-sonnet-5 (1m):high",
|
|
84
85
|
"github-copilot/claude-sonnet-4.6 (1m):high",
|
|
86
|
+
"anthropic/claude-sonnet-5:high",
|
|
85
87
|
"anthropic/claude-sonnet-4-6:high",
|
|
86
|
-
"openrouter/anthropic/claude-fable-5:
|
|
88
|
+
"openrouter/anthropic/claude-fable-5:high",
|
|
87
89
|
"openrouter/anthropic/claude-opus-4-8:xhigh",
|
|
88
90
|
"openrouter/z-ai/glm-5.2:xhigh",
|
|
91
|
+
"openrouter/anthropic/claude-sonnet-5:high",
|
|
89
92
|
"openrouter/anthropic/claude-sonnet-4-6:high"
|
|
90
93
|
],
|
|
91
94
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { reviewDecisionSchema } from "./ralph-core.js";
|
|
2
2
|
|
|
3
3
|
export const promptEngineerModelConfig = {
|
|
4
|
-
model: "anthropic/claude-fable-5:
|
|
4
|
+
model: "anthropic/claude-fable-5:high",
|
|
5
5
|
fallbackModels: [
|
|
6
6
|
"openai-codex/gpt-5.5:xhigh",
|
|
7
7
|
"github-copilot/gpt-5.5:xhigh",
|
|
@@ -10,16 +10,22 @@ export const promptEngineerModelConfig = {
|
|
|
10
10
|
"anthropic/claude-opus-4-8:xhigh",
|
|
11
11
|
"zai/glm-5.2:xhigh",
|
|
12
12
|
"zai-coding-cn/glm-5.2:xhigh",
|
|
13
|
+
"github-copilot/claude-sonnet-5 (1m):high",
|
|
14
|
+
"anthropic/claude-sonnet-5:high",
|
|
15
|
+
"github-copilot/claude-sonnet-4.6 (1m):high",
|
|
16
|
+
"anthropic/claude-sonnet-4-6:high",
|
|
13
17
|
"github-copilot/gemini-3.5-flash (1m):high",
|
|
14
18
|
"google/gemini-3.5-flash:high",
|
|
15
19
|
"google-vertex/gemini-3.5-flash:high",
|
|
16
20
|
"github-copilot/gemini-3.1-pro-preview (1m):high",
|
|
17
21
|
"google/gemini-3.1-pro-preview:high",
|
|
18
22
|
"google-vertex/gemini-3.1-pro-preview:high",
|
|
19
|
-
"openrouter/anthropic/claude-fable-5:
|
|
23
|
+
"openrouter/anthropic/claude-fable-5:high",
|
|
20
24
|
"openrouter/openai/gpt-5.5:xhigh",
|
|
21
25
|
"openrouter/anthropic/claude-opus-4-8:xhigh",
|
|
22
26
|
"openrouter/z-ai/glm-5.2:xhigh",
|
|
27
|
+
"openrouter/anthropic/claude-sonnet-5:high",
|
|
28
|
+
"openrouter/anthropic/claude-sonnet-4-6:high",
|
|
23
29
|
"openrouter/google/gemini-3.5-flash:high",
|
|
24
30
|
"openrouter/google/gemini-3.1-pro-preview:high"
|
|
25
31
|
],
|
|
@@ -35,6 +41,10 @@ export const researchModelConfig = {
|
|
|
35
41
|
"anthropic/claude-opus-4-8:medium",
|
|
36
42
|
"zai/glm-5.2:medium",
|
|
37
43
|
"zai-coding-cn/glm-5.2:medium",
|
|
44
|
+
"github-copilot/claude-sonnet-5 (1m):medium",
|
|
45
|
+
"anthropic/claude-sonnet-5:medium",
|
|
46
|
+
"github-copilot/claude-sonnet-4.6 (1m):medium",
|
|
47
|
+
"anthropic/claude-sonnet-4-6:medium",
|
|
38
48
|
"github-copilot/gemini-3.5-flash (1m):medium",
|
|
39
49
|
"google/gemini-3.5-flash:medium",
|
|
40
50
|
"google-vertex/gemini-3.5-flash:medium",
|
|
@@ -44,6 +54,8 @@ export const researchModelConfig = {
|
|
|
44
54
|
"openrouter/openai/gpt-5.5:medium",
|
|
45
55
|
"openrouter/anthropic/claude-opus-4-8:medium",
|
|
46
56
|
"openrouter/z-ai/glm-5.2:medium",
|
|
57
|
+
"openrouter/anthropic/claude-sonnet-5:medium",
|
|
58
|
+
"openrouter/anthropic/claude-sonnet-4-6:medium",
|
|
47
59
|
"openrouter/google/gemini-3.5-flash:medium",
|
|
48
60
|
"openrouter/google/gemini-3.1-pro-preview:medium"
|
|
49
61
|
],
|
|
@@ -59,6 +71,10 @@ export const orchestratorModelConfig = {
|
|
|
59
71
|
"anthropic/claude-opus-4-8:medium",
|
|
60
72
|
"zai/glm-5.2:medium",
|
|
61
73
|
"zai-coding-cn/glm-5.2:medium",
|
|
74
|
+
"github-copilot/claude-sonnet-5 (1m):medium",
|
|
75
|
+
"anthropic/claude-sonnet-5:medium",
|
|
76
|
+
"github-copilot/claude-sonnet-4.6 (1m):medium",
|
|
77
|
+
"anthropic/claude-sonnet-4-6:medium",
|
|
62
78
|
"github-copilot/gemini-3.5-flash (1m):medium",
|
|
63
79
|
"google/gemini-3.5-flash:medium",
|
|
64
80
|
"google-vertex/gemini-3.5-flash:medium",
|
|
@@ -68,6 +84,8 @@ export const orchestratorModelConfig = {
|
|
|
68
84
|
"openrouter/openai/gpt-5.5:medium",
|
|
69
85
|
"openrouter/anthropic/claude-opus-4-8:medium",
|
|
70
86
|
"openrouter/z-ai/glm-5.2:medium",
|
|
87
|
+
"openrouter/anthropic/claude-sonnet-5:medium",
|
|
88
|
+
"openrouter/anthropic/claude-sonnet-4-6:medium",
|
|
71
89
|
"openrouter/google/gemini-3.5-flash:medium",
|
|
72
90
|
"openrouter/google/gemini-3.1-pro-preview:medium"
|
|
73
91
|
],
|
|
@@ -75,7 +93,7 @@ export const orchestratorModelConfig = {
|
|
|
75
93
|
};
|
|
76
94
|
|
|
77
95
|
export const reviewerAModelConfig = {
|
|
78
|
-
model: "anthropic/claude-fable-5:
|
|
96
|
+
model: "anthropic/claude-fable-5:high",
|
|
79
97
|
fallbackModels: [
|
|
80
98
|
"github-copilot/claude-opus-4.8 (1m):xhigh",
|
|
81
99
|
"anthropic/claude-opus-4-8:xhigh",
|
|
@@ -84,16 +102,22 @@ export const reviewerAModelConfig = {
|
|
|
84
102
|
"openai/gpt-5.5:xhigh",
|
|
85
103
|
"zai/glm-5.2:xhigh",
|
|
86
104
|
"zai-coding-cn/glm-5.2:xhigh",
|
|
105
|
+
"github-copilot/claude-sonnet-5 (1m):high",
|
|
106
|
+
"anthropic/claude-sonnet-5:high",
|
|
107
|
+
"github-copilot/claude-sonnet-4.6 (1m):high",
|
|
108
|
+
"anthropic/claude-sonnet-4-6:high",
|
|
87
109
|
"github-copilot/gemini-3.5-flash (1m):high",
|
|
88
110
|
"google/gemini-3.5-flash:high",
|
|
89
111
|
"google-vertex/gemini-3.5-flash:high",
|
|
90
112
|
"github-copilot/gemini-3.1-pro-preview (1m):high",
|
|
91
113
|
"google/gemini-3.1-pro-preview:high",
|
|
92
114
|
"google-vertex/gemini-3.1-pro-preview:high",
|
|
93
|
-
"openrouter/anthropic/claude-fable-5:
|
|
115
|
+
"openrouter/anthropic/claude-fable-5:high",
|
|
94
116
|
"openrouter/anthropic/claude-opus-4-8:xhigh",
|
|
95
117
|
"openrouter/openai/gpt-5.5:xhigh",
|
|
96
118
|
"openrouter/z-ai/glm-5.2:xhigh",
|
|
119
|
+
"openrouter/anthropic/claude-sonnet-5:high",
|
|
120
|
+
"openrouter/anthropic/claude-sonnet-4-6:high",
|
|
97
121
|
"openrouter/google/gemini-3.5-flash:high",
|
|
98
122
|
"openrouter/google/gemini-3.1-pro-preview:high"
|
|
99
123
|
],
|
|
@@ -106,11 +130,15 @@ export const reviewerBModelConfig = {
|
|
|
106
130
|
fallbackModels: [
|
|
107
131
|
"github-copilot/gpt-5.5:xhigh",
|
|
108
132
|
"openai/gpt-5.5:xhigh",
|
|
109
|
-
"anthropic/claude-fable-5:
|
|
133
|
+
"anthropic/claude-fable-5:high",
|
|
110
134
|
"github-copilot/claude-opus-4.8 (1m):xhigh",
|
|
111
135
|
"anthropic/claude-opus-4-8:xhigh",
|
|
112
136
|
"zai/glm-5.2:xhigh",
|
|
113
137
|
"zai-coding-cn/glm-5.2:xhigh",
|
|
138
|
+
"github-copilot/claude-sonnet-5 (1m):high",
|
|
139
|
+
"anthropic/claude-sonnet-5:high",
|
|
140
|
+
"github-copilot/claude-sonnet-4.6 (1m):high",
|
|
141
|
+
"anthropic/claude-sonnet-4-6:high",
|
|
114
142
|
"github-copilot/gemini-3.5-flash (1m):high",
|
|
115
143
|
"google/gemini-3.5-flash:high",
|
|
116
144
|
"google-vertex/gemini-3.5-flash:high",
|
|
@@ -118,9 +146,11 @@ export const reviewerBModelConfig = {
|
|
|
118
146
|
"google/gemini-3.1-pro-preview:high",
|
|
119
147
|
"google-vertex/gemini-3.1-pro-preview:high",
|
|
120
148
|
"openrouter/openai/gpt-5.5:xhigh",
|
|
121
|
-
"openrouter/anthropic/claude-fable-5:
|
|
149
|
+
"openrouter/anthropic/claude-fable-5:high",
|
|
122
150
|
"openrouter/anthropic/claude-opus-4-8:xhigh",
|
|
123
151
|
"openrouter/z-ai/glm-5.2:xhigh",
|
|
152
|
+
"openrouter/anthropic/claude-sonnet-5:high",
|
|
153
|
+
"openrouter/anthropic/claude-sonnet-4-6:high",
|
|
124
154
|
"openrouter/google/gemini-3.5-flash:high",
|
|
125
155
|
"openrouter/google/gemini-3.1-pro-preview:high"
|
|
126
156
|
],
|
|
@@ -141,11 +171,17 @@ export const reviewerCModelConfig = {
|
|
|
141
171
|
"openai-codex/gpt-5.5:xhigh",
|
|
142
172
|
"github-copilot/gpt-5.5:xhigh",
|
|
143
173
|
"openai/gpt-5.5:xhigh",
|
|
144
|
-
"anthropic/claude-fable-5:
|
|
174
|
+
"anthropic/claude-fable-5:high",
|
|
145
175
|
"github-copilot/claude-opus-4.8 (1m):xhigh",
|
|
146
176
|
"anthropic/claude-opus-4-8:xhigh",
|
|
147
|
-
"
|
|
177
|
+
"github-copilot/claude-sonnet-5 (1m):high",
|
|
178
|
+
"anthropic/claude-sonnet-5:high",
|
|
179
|
+
"github-copilot/claude-sonnet-4.6 (1m):high",
|
|
180
|
+
"anthropic/claude-sonnet-4-6:high",
|
|
181
|
+
"openrouter/anthropic/claude-fable-5:high",
|
|
148
182
|
"openrouter/anthropic/claude-opus-4-8:xhigh",
|
|
183
|
+
"openrouter/anthropic/claude-sonnet-5:high",
|
|
184
|
+
"openrouter/anthropic/claude-sonnet-4-6:high",
|
|
149
185
|
"openrouter/openai/gpt-5.5:xhigh",
|
|
150
186
|
"openrouter/z-ai/glm-5.2:xhigh",
|
|
151
187
|
"openrouter/google/gemini-3.5-flash:high",
|
|
@@ -154,4 +190,3 @@ export const reviewerCModelConfig = {
|
|
|
154
190
|
excludedTools: ["ask_user_question"],
|
|
155
191
|
schema: reviewDecisionSchema,
|
|
156
192
|
};
|
|
157
|
-
|
package/docs/workflows.md
CHANGED
|
@@ -1851,7 +1851,7 @@ A `model`/`fallbackModels` entry may also request a context-window budget with a
|
|
|
1851
1851
|
```ts
|
|
1852
1852
|
await ctx.task("review", {
|
|
1853
1853
|
task: "Review the diff",
|
|
1854
|
-
model: "anthropic/claude-fable-5:
|
|
1854
|
+
model: "anthropic/claude-fable-5:high",
|
|
1855
1855
|
// The copilot opus fallback runs at its largest advertised (long-context) window.
|
|
1856
1856
|
// Use (long) for a size-agnostic marker, or a rounded long-tier label like (1m).
|
|
1857
1857
|
fallbackModels: ["github-copilot/claude-opus-4.8 (long):xhigh", "anthropic/claude-opus-4-8:xhigh"],
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bastani/atomic",
|
|
3
|
-
"version": "0.9.4-alpha.
|
|
3
|
+
"version": "0.9.4-alpha.8",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@bastani/atomic",
|
|
9
|
-
"version": "0.9.4-alpha.
|
|
9
|
+
"version": "0.9.4-alpha.8",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@bastani/atomic-natives": "0.9.4-alpha.
|
|
12
|
+
"@bastani/atomic-natives": "0.9.4-alpha.8",
|
|
13
13
|
"@bufbuild/protobuf": "^2.12.1",
|
|
14
14
|
"@earendil-works/pi-agent-core": "^0.80.3",
|
|
15
15
|
"@earendil-works/pi-ai": "^0.80.3",
|
|
@@ -514,16 +514,16 @@
|
|
|
514
514
|
}
|
|
515
515
|
},
|
|
516
516
|
"node_modules/@bastani/atomic-natives": {
|
|
517
|
-
"version": "0.9.4-alpha.
|
|
518
|
-
"resolved": "https://registry.npmjs.org/@bastani/atomic-natives/-/atomic-natives-0.9.4-alpha.
|
|
517
|
+
"version": "0.9.4-alpha.8",
|
|
518
|
+
"resolved": "https://registry.npmjs.org/@bastani/atomic-natives/-/atomic-natives-0.9.4-alpha.8.tgz",
|
|
519
519
|
"license": "MIT",
|
|
520
520
|
"optionalDependencies": {
|
|
521
|
-
"@bastani/atomic-natives-darwin-arm64": "0.9.4-alpha.
|
|
522
|
-
"@bastani/atomic-natives-darwin-x64": "0.9.4-alpha.
|
|
523
|
-
"@bastani/atomic-natives-linux-arm64-gnu": "0.9.4-alpha.
|
|
524
|
-
"@bastani/atomic-natives-linux-x64-gnu": "0.9.4-alpha.
|
|
525
|
-
"@bastani/atomic-natives-win32-arm64-msvc": "0.9.4-alpha.
|
|
526
|
-
"@bastani/atomic-natives-win32-x64-msvc": "0.9.4-alpha.
|
|
521
|
+
"@bastani/atomic-natives-darwin-arm64": "0.9.4-alpha.8",
|
|
522
|
+
"@bastani/atomic-natives-darwin-x64": "0.9.4-alpha.8",
|
|
523
|
+
"@bastani/atomic-natives-linux-arm64-gnu": "0.9.4-alpha.8",
|
|
524
|
+
"@bastani/atomic-natives-linux-x64-gnu": "0.9.4-alpha.8",
|
|
525
|
+
"@bastani/atomic-natives-win32-arm64-msvc": "0.9.4-alpha.8",
|
|
526
|
+
"@bastani/atomic-natives-win32-x64-msvc": "0.9.4-alpha.8"
|
|
527
527
|
},
|
|
528
528
|
"engines": {
|
|
529
529
|
"bun": ">=1.3.14",
|
|
@@ -531,8 +531,8 @@
|
|
|
531
531
|
}
|
|
532
532
|
},
|
|
533
533
|
"node_modules/@bastani/atomic-natives-darwin-arm64": {
|
|
534
|
-
"version": "0.9.4-alpha.
|
|
535
|
-
"resolved": "https://registry.npmjs.org/@bastani/atomic-natives-darwin-arm64/-/atomic-natives-darwin-arm64-0.9.4-alpha.
|
|
534
|
+
"version": "0.9.4-alpha.8",
|
|
535
|
+
"resolved": "https://registry.npmjs.org/@bastani/atomic-natives-darwin-arm64/-/atomic-natives-darwin-arm64-0.9.4-alpha.8.tgz",
|
|
536
536
|
"license": "MIT",
|
|
537
537
|
"os": [
|
|
538
538
|
"darwin"
|
|
@@ -543,8 +543,8 @@
|
|
|
543
543
|
"optional": true
|
|
544
544
|
},
|
|
545
545
|
"node_modules/@bastani/atomic-natives-darwin-x64": {
|
|
546
|
-
"version": "0.9.4-alpha.
|
|
547
|
-
"resolved": "https://registry.npmjs.org/@bastani/atomic-natives-darwin-x64/-/atomic-natives-darwin-x64-0.9.4-alpha.
|
|
546
|
+
"version": "0.9.4-alpha.8",
|
|
547
|
+
"resolved": "https://registry.npmjs.org/@bastani/atomic-natives-darwin-x64/-/atomic-natives-darwin-x64-0.9.4-alpha.8.tgz",
|
|
548
548
|
"license": "MIT",
|
|
549
549
|
"os": [
|
|
550
550
|
"darwin"
|
|
@@ -555,8 +555,8 @@
|
|
|
555
555
|
"optional": true
|
|
556
556
|
},
|
|
557
557
|
"node_modules/@bastani/atomic-natives-linux-arm64-gnu": {
|
|
558
|
-
"version": "0.9.4-alpha.
|
|
559
|
-
"resolved": "https://registry.npmjs.org/@bastani/atomic-natives-linux-arm64-gnu/-/atomic-natives-linux-arm64-gnu-0.9.4-alpha.
|
|
558
|
+
"version": "0.9.4-alpha.8",
|
|
559
|
+
"resolved": "https://registry.npmjs.org/@bastani/atomic-natives-linux-arm64-gnu/-/atomic-natives-linux-arm64-gnu-0.9.4-alpha.8.tgz",
|
|
560
560
|
"license": "MIT",
|
|
561
561
|
"os": [
|
|
562
562
|
"linux"
|
|
@@ -570,8 +570,8 @@
|
|
|
570
570
|
"optional": true
|
|
571
571
|
},
|
|
572
572
|
"node_modules/@bastani/atomic-natives-linux-x64-gnu": {
|
|
573
|
-
"version": "0.9.4-alpha.
|
|
574
|
-
"resolved": "https://registry.npmjs.org/@bastani/atomic-natives-linux-x64-gnu/-/atomic-natives-linux-x64-gnu-0.9.4-alpha.
|
|
573
|
+
"version": "0.9.4-alpha.8",
|
|
574
|
+
"resolved": "https://registry.npmjs.org/@bastani/atomic-natives-linux-x64-gnu/-/atomic-natives-linux-x64-gnu-0.9.4-alpha.8.tgz",
|
|
575
575
|
"license": "MIT",
|
|
576
576
|
"os": [
|
|
577
577
|
"linux"
|
|
@@ -585,8 +585,8 @@
|
|
|
585
585
|
"optional": true
|
|
586
586
|
},
|
|
587
587
|
"node_modules/@bastani/atomic-natives-win32-arm64-msvc": {
|
|
588
|
-
"version": "0.9.4-alpha.
|
|
589
|
-
"resolved": "https://registry.npmjs.org/@bastani/atomic-natives-win32-arm64-msvc/-/atomic-natives-win32-arm64-msvc-0.9.4-alpha.
|
|
588
|
+
"version": "0.9.4-alpha.8",
|
|
589
|
+
"resolved": "https://registry.npmjs.org/@bastani/atomic-natives-win32-arm64-msvc/-/atomic-natives-win32-arm64-msvc-0.9.4-alpha.8.tgz",
|
|
590
590
|
"license": "MIT",
|
|
591
591
|
"os": [
|
|
592
592
|
"win32"
|
|
@@ -597,8 +597,8 @@
|
|
|
597
597
|
"optional": true
|
|
598
598
|
},
|
|
599
599
|
"node_modules/@bastani/atomic-natives-win32-x64-msvc": {
|
|
600
|
-
"version": "0.9.4-alpha.
|
|
601
|
-
"resolved": "https://registry.npmjs.org/@bastani/atomic-natives-win32-x64-msvc/-/atomic-natives-win32-x64-msvc-0.9.4-alpha.
|
|
600
|
+
"version": "0.9.4-alpha.8",
|
|
601
|
+
"resolved": "https://registry.npmjs.org/@bastani/atomic-natives-win32-x64-msvc/-/atomic-natives-win32-x64-msvc-0.9.4-alpha.8.tgz",
|
|
602
602
|
"license": "MIT",
|
|
603
603
|
"os": [
|
|
604
604
|
"win32"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bastani/atomic",
|
|
3
|
-
"version": "0.9.4-alpha.
|
|
3
|
+
"version": "0.9.4-alpha.8",
|
|
4
4
|
"description": "Atomic coding agent CLI with read, bash, edit, write tools and session management",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"atomicConfig": {
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"prepublishOnly": "bun run clean && bun run build && bun run shrinkwrap"
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
|
-
"@bastani/atomic-natives": "0.9.4-alpha.
|
|
78
|
+
"@bastani/atomic-natives": "0.9.4-alpha.8",
|
|
79
79
|
"@bufbuild/protobuf": "^2.12.1",
|
|
80
80
|
"@earendil-works/pi-agent-core": "^0.80.3",
|
|
81
81
|
"@earendil-works/pi-ai": "^0.80.3",
|