@bastani/atomic 0.9.18 → 0.9.19-alpha.2
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 +100 -0
- package/dist/builtin/intercom/CHANGELOG.md +16 -0
- package/dist/builtin/intercom/README.md +21 -11
- package/dist/builtin/intercom/broker/broker.ts +73 -9
- package/dist/builtin/intercom/broker/client.ts +4 -0
- package/dist/builtin/intercom/broker/framing.ts +5 -2
- package/dist/builtin/intercom/broker/group-membership.ts +4 -2
- package/dist/builtin/intercom/broker/presence-handler.ts +14 -0
- package/dist/builtin/intercom/broker/send-handler.ts +34 -5
- package/dist/builtin/intercom/broker/terminal-questions.ts +29 -0
- package/dist/builtin/intercom/index.bundle.mjs +936 -740
- package/dist/builtin/intercom/package.json +2 -2
- package/dist/builtin/intercom/recipient-purpose.ts +9 -0
- package/dist/builtin/intercom/recoverable-disconnect.ts +2 -3
- package/dist/builtin/intercom/retry-policy.ts +4 -2
- package/dist/builtin/intercom/skills/intercom/SKILL.md +5 -4
- package/dist/builtin/intercom/types.ts +16 -2
- package/dist/builtin/mcp/CHANGELOG.md +6 -0
- package/dist/builtin/mcp/README.md +2 -0
- package/dist/builtin/mcp/index.bundle.mjs +2201 -12000
- package/dist/builtin/mcp/package.json +2 -2
- package/dist/builtin/subagents/CHANGELOG.md +27 -0
- package/dist/builtin/subagents/README.md +33 -12
- 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-locator.md +2 -2
- package/dist/builtin/subagents/agents/codebase-online-researcher.md +1 -1
- package/dist/builtin/subagents/agents/codebase-pattern-finder.md +2 -2
- package/dist/builtin/subagents/agents/codebase-research-analyzer.md +1 -1
- package/dist/builtin/subagents/agents/codebase-research-locator.md +2 -2
- package/dist/builtin/subagents/agents/debugger.md +1 -1
- package/dist/builtin/subagents/agents/worker.md +1 -1
- package/dist/builtin/subagents/package.json +2 -2
- package/dist/builtin/subagents/skills/herdr/LICENSE +201 -0
- package/dist/builtin/subagents/skills/herdr/SKILL.md +202 -0
- package/dist/builtin/subagents/skills/subagent/SKILL.md +14 -10
- package/dist/builtin/subagents/skills/tmux/SKILL.md +1 -1
- package/dist/builtin/subagents/src/extension/index.bundle.mjs +1284 -609
- package/dist/builtin/web-access/index.bundle.mjs +26280 -26274
- package/dist/builtin/web-access/package.json +2 -2
- package/dist/builtin/workflows/CHANGELOG.md +48 -0
- package/dist/builtin/workflows/README.md +1 -1
- package/dist/builtin/workflows/builtin/adversarial-verification.js +5 -7
- package/dist/builtin/workflows/builtin/{chunk-reqr3sr3.js → chunk-1kx4aggw.js} +22 -22
- package/dist/builtin/workflows/builtin/{chunk-42s7sw0b.js → chunk-62v3gg9f.js} +9 -9
- package/dist/builtin/workflows/builtin/{chunk-wgccch41.js → chunk-6w6cvk6b.js} +16 -16
- package/dist/builtin/workflows/builtin/{chunk-zbekjqew.js → chunk-a2kdsqn8.js} +4 -4
- package/dist/builtin/workflows/builtin/{chunk-ze5x3d1r.js → chunk-fg9esgkj.js} +7 -7
- package/dist/builtin/workflows/builtin/{chunk-n8h4yyew.js → chunk-g0csgs7w.js} +11 -11
- package/dist/builtin/workflows/builtin/{chunk-79fjkcvh.js → chunk-hbnwv56f.js} +17 -17
- package/dist/builtin/workflows/builtin/{chunk-ed4jfn5t.js → chunk-mygmtz6e.js} +43 -43
- package/dist/builtin/workflows/builtin/{chunk-7430zyas.js → chunk-p8jjwfg6.js} +1 -1
- package/dist/builtin/workflows/builtin/{chunk-hqpe2cyx.js → chunk-r9qq7xfj.js} +49 -49
- package/dist/builtin/workflows/builtin/{chunk-k3w87x8y.js → chunk-t6x2d78s.js} +10 -10
- package/dist/builtin/workflows/builtin/{chunk-6fqs7c01.js → chunk-z0d03ktm.js} +1 -1
- package/dist/builtin/workflows/builtin/{chunk-b0v2xab1.js → chunk-zggjyg5z.js} +221 -23
- package/dist/builtin/workflows/builtin/classify-and-act.js +5 -6
- package/dist/builtin/workflows/builtin/fan-out-and-synthesize.js +3 -4
- package/dist/builtin/workflows/builtin/generate-and-filter.js +5 -6
- package/dist/builtin/workflows/builtin/goal.js +7 -8
- package/dist/builtin/workflows/builtin/index.js +20 -22
- package/dist/builtin/workflows/builtin/loop-until-done.js +5 -6
- package/dist/builtin/workflows/builtin/open-claude-design.js +3 -3
- package/dist/builtin/workflows/builtin/ralph.js +7 -8
- package/dist/builtin/workflows/builtin/steering-context.js +3 -3
- package/dist/builtin/workflows/builtin/tournament.js +5 -7
- package/dist/builtin/workflows/package.json +2 -2
- package/dist/builtin/workflows/src/extension/index.bundle.mjs +56236 -25199
- package/dist/builtin/workflows/src/index.js +1217 -547
- package/dist/cli/config-selector.js.map +1 -1
- package/dist/cli/startup-ui.d.ts +1 -1
- package/dist/cli/startup-ui.js.map +1 -1
- package/dist/core/agent-session-auto-compaction.d.ts.map +1 -1
- package/dist/core/agent-session-auto-compaction.js +5 -4
- package/dist/core/agent-session-auto-compaction.js.map +1 -1
- package/dist/core/agent-session-bash.d.ts +1 -1
- package/dist/core/agent-session-bash.d.ts.map +1 -1
- package/dist/core/agent-session-bash.js +5 -1
- package/dist/core/agent-session-bash.js.map +1 -1
- package/dist/core/agent-session-compaction.d.ts +1 -1
- package/dist/core/agent-session-compaction.js.map +1 -1
- package/dist/core/agent-session-custom-message-commit.d.ts +1 -1
- package/dist/core/agent-session-custom-message-commit.js.map +1 -1
- package/dist/core/agent-session-delivery-forwarding.d.ts +1 -1
- package/dist/core/agent-session-delivery-forwarding.js.map +1 -1
- package/dist/core/agent-session-events.d.ts.map +1 -1
- package/dist/core/agent-session-events.js +5 -0
- package/dist/core/agent-session-events.js.map +1 -1
- package/dist/core/agent-session-export.d.ts +1 -1
- package/dist/core/agent-session-export.js.map +1 -1
- package/dist/core/agent-session-extension-bindings.d.ts +8 -1
- package/dist/core/agent-session-extension-bindings.d.ts.map +1 -1
- package/dist/core/agent-session-extension-bindings.js +45 -3
- package/dist/core/agent-session-extension-bindings.js.map +1 -1
- package/dist/core/agent-session-message-queue.d.ts +1 -1
- package/dist/core/agent-session-message-queue.js.map +1 -1
- package/dist/core/agent-session-methods.d.ts +14 -7
- package/dist/core/agent-session-methods.d.ts.map +1 -1
- package/dist/core/agent-session-methods.js.map +1 -1
- package/dist/core/agent-session-prompt.d.ts +2 -2
- package/dist/core/agent-session-prompt.d.ts.map +1 -1
- package/dist/core/agent-session-prompt.js +22 -18
- package/dist/core/agent-session-prompt.js.map +1 -1
- package/dist/core/agent-session-runtime-auth.d.ts +1 -1
- package/dist/core/agent-session-runtime-auth.js.map +1 -1
- package/dist/core/agent-session-runtime.d.ts +13 -4
- package/dist/core/agent-session-runtime.d.ts.map +1 -1
- package/dist/core/agent-session-runtime.js +27 -4
- package/dist/core/agent-session-runtime.js.map +1 -1
- package/dist/core/agent-session-services.d.ts +5 -1
- package/dist/core/agent-session-services.d.ts.map +1 -1
- package/dist/core/agent-session-services.js +44 -34
- package/dist/core/agent-session-services.js.map +1 -1
- package/dist/core/agent-session-state.d.ts +1 -1
- package/dist/core/agent-session-state.js.map +1 -1
- package/dist/core/agent-session-tasks.d.ts +9 -0
- package/dist/core/agent-session-tasks.d.ts.map +1 -0
- package/dist/core/agent-session-tasks.js +113 -0
- package/dist/core/agent-session-tasks.js.map +1 -0
- package/dist/core/agent-session-tool-registry.d.ts +1 -0
- package/dist/core/agent-session-tool-registry.d.ts.map +1 -1
- package/dist/core/agent-session-tool-registry.js +30 -5
- package/dist/core/agent-session-tool-registry.js.map +1 -1
- package/dist/core/agent-session-tree.d.ts.map +1 -1
- package/dist/core/agent-session-tree.js +3 -0
- package/dist/core/agent-session-tree.js.map +1 -1
- package/dist/core/agent-session-types.d.ts +2 -2
- package/dist/core/agent-session-types.js.map +1 -1
- package/dist/core/agent-session.d.ts +4 -1
- package/dist/core/agent-session.d.ts.map +1 -1
- package/dist/core/agent-session.js +7 -1
- package/dist/core/agent-session.js.map +1 -1
- package/dist/core/bash-executor.d.ts +1 -1
- package/dist/core/bash-executor.js.map +1 -1
- package/dist/core/export-html/index.js.map +1 -1
- package/dist/core/export-html/tool-renderer.d.ts +1 -1
- package/dist/core/export-html/tool-renderer.js.map +1 -1
- package/dist/core/extension-session-state.js.map +1 -1
- package/dist/core/extensions/agent-events.d.ts +4 -4
- package/dist/core/extensions/agent-events.d.ts.map +1 -1
- package/dist/core/extensions/agent-events.js.map +1 -1
- package/dist/core/extensions/api-types.d.ts +8 -2
- package/dist/core/extensions/api-types.d.ts.map +1 -1
- package/dist/core/extensions/api-types.js.map +1 -1
- package/dist/core/extensions/context-types.d.ts +9 -0
- package/dist/core/extensions/context-types.d.ts.map +1 -1
- package/dist/core/extensions/context-types.js.map +1 -1
- package/dist/core/extensions/event-results.d.ts +1 -1
- package/dist/core/extensions/event-results.js.map +1 -1
- package/dist/core/extensions/event-types.d.ts +2 -1
- package/dist/core/extensions/event-types.d.ts.map +1 -1
- package/dist/core/extensions/event-types.js.map +1 -1
- package/dist/core/extensions/index.d.ts +2 -1
- package/dist/core/extensions/index.d.ts.map +1 -1
- package/dist/core/extensions/index.js.map +1 -1
- package/dist/core/extensions/loader-api.d.ts +1 -1
- package/dist/core/extensions/loader-api.d.ts.map +1 -1
- package/dist/core/extensions/loader-api.js +7 -0
- package/dist/core/extensions/loader-api.js.map +1 -1
- package/dist/core/extensions/loader-core.d.ts +1 -1
- package/dist/core/extensions/loader-core.js.map +1 -1
- package/dist/core/extensions/loader-discovery.d.ts +1 -1
- package/dist/core/extensions/loader-discovery.js.map +1 -1
- package/dist/core/extensions/loader-runtime.d.ts.map +1 -1
- package/dist/core/extensions/loader-runtime.js +3 -0
- package/dist/core/extensions/loader-runtime.js.map +1 -1
- package/dist/core/extensions/loader.d.ts +1 -1
- package/dist/core/extensions/loader.js.map +1 -1
- package/dist/core/extensions/message-types.d.ts +1 -1
- package/dist/core/extensions/message-types.js.map +1 -1
- package/dist/core/extensions/runner-context.d.ts +11 -1
- package/dist/core/extensions/runner-context.d.ts.map +1 -1
- package/dist/core/extensions/runner-context.js +41 -2
- package/dist/core/extensions/runner-context.js.map +1 -1
- package/dist/core/extensions/runner-events.d.ts +1 -1
- package/dist/core/extensions/runner-events.d.ts.map +1 -1
- package/dist/core/extensions/runner-events.js +17 -2
- package/dist/core/extensions/runner-events.js.map +1 -1
- package/dist/core/extensions/runner-ui.js.map +1 -1
- package/dist/core/extensions/runner.d.ts +17 -2
- package/dist/core/extensions/runner.d.ts.map +1 -1
- package/dist/core/extensions/runner.js +68 -18
- package/dist/core/extensions/runner.js.map +1 -1
- package/dist/core/extensions/runtime-types.d.ts +4 -1
- package/dist/core/extensions/runtime-types.d.ts.map +1 -1
- package/dist/core/extensions/runtime-types.js.map +1 -1
- package/dist/core/extensions/tool-types.d.ts +1 -1
- package/dist/core/extensions/tool-types.js.map +1 -1
- package/dist/core/extensions/types.d.ts +1 -0
- package/dist/core/extensions/types.d.ts.map +1 -1
- package/dist/core/extensions/types.js.map +1 -1
- package/dist/core/extensions/ui-types.d.ts +5 -1
- package/dist/core/extensions/ui-types.d.ts.map +1 -1
- package/dist/core/extensions/ui-types.js.map +1 -1
- package/dist/core/extensions/workflow-activity-hub.d.ts +25 -0
- package/dist/core/extensions/workflow-activity-hub.d.ts.map +1 -0
- package/dist/core/extensions/workflow-activity-hub.js +183 -0
- package/dist/core/extensions/workflow-activity-hub.js.map +1 -0
- package/dist/core/extensions/workflow-events.d.ts +118 -0
- package/dist/core/extensions/workflow-events.d.ts.map +1 -0
- package/dist/core/extensions/workflow-events.js +2 -0
- package/dist/core/extensions/workflow-events.js.map +1 -0
- package/dist/core/footer-data-provider.d.ts +8 -4
- package/dist/core/footer-data-provider.d.ts.map +1 -1
- package/dist/core/footer-data-provider.js +97 -11
- package/dist/core/footer-data-provider.js.map +1 -1
- package/dist/core/index.d.ts +3 -3
- package/dist/core/index.js.map +1 -1
- package/dist/core/keybindings.d.ts +27 -2
- package/dist/core/keybindings.d.ts.map +1 -1
- package/dist/core/keybindings.js +7 -2
- package/dist/core/keybindings.js.map +1 -1
- package/dist/core/mandatory-runtime-tools.d.ts +1 -1
- package/dist/core/mandatory-runtime-tools.js.map +1 -1
- package/dist/core/model-fallback-failures.js +2 -2
- package/dist/core/model-fallback-failures.js.map +1 -1
- package/dist/core/model-registry.d.ts +5 -1
- package/dist/core/model-registry.d.ts.map +1 -1
- package/dist/core/model-registry.js +8 -0
- package/dist/core/model-registry.js.map +1 -1
- package/dist/core/model-resolver-defaults.js +1 -1
- package/dist/core/model-resolver-defaults.js.map +1 -1
- package/dist/core/resource-loader-assets.js.map +1 -1
- package/dist/core/resource-loader-core.d.ts +1 -1
- package/dist/core/resource-loader-core.js.map +1 -1
- package/dist/core/resource-loader-internals.d.ts +2 -2
- package/dist/core/resource-loader-internals.js.map +1 -1
- package/dist/core/resource-loader-reload.d.ts +2 -0
- package/dist/core/resource-loader-reload.d.ts.map +1 -1
- package/dist/core/resource-loader-reload.js +231 -191
- package/dist/core/resource-loader-reload.js.map +1 -1
- package/dist/core/resource-loader-types.d.ts +4 -2
- package/dist/core/resource-loader-types.d.ts.map +1 -1
- package/dist/core/resource-loader-types.js.map +1 -1
- package/dist/core/sdk-exports.d.ts +2 -2
- package/dist/core/sdk-exports.js.map +1 -1
- package/dist/core/sdk-types.d.ts +2 -2
- package/dist/core/sdk-types.js.map +1 -1
- package/dist/core/sdk.js.map +1 -1
- package/dist/core/settings-manager-core.d.ts.map +1 -1
- package/dist/core/settings-manager-core.js +10 -4
- package/dist/core/settings-manager-core.js.map +1 -1
- package/dist/core/settings-storage.d.ts +1 -0
- package/dist/core/settings-storage.d.ts.map +1 -1
- package/dist/core/settings-storage.js +18 -0
- package/dist/core/settings-storage.js.map +1 -1
- package/dist/core/settings-types.d.ts +11 -0
- package/dist/core/settings-types.d.ts.map +1 -1
- package/dist/core/settings-types.js.map +1 -1
- package/dist/core/slash-commands.d.ts.map +1 -1
- package/dist/core/slash-commands.js +2 -0
- package/dist/core/slash-commands.js.map +1 -1
- package/dist/core/system-prompt.d.ts.map +1 -1
- package/dist/core/system-prompt.js +5 -6
- package/dist/core/system-prompt.js.map +1 -1
- package/dist/core/tasks/agent-adapter.d.ts +32 -0
- package/dist/core/tasks/agent-adapter.d.ts.map +1 -0
- package/dist/core/tasks/agent-adapter.js +71 -0
- package/dist/core/tasks/agent-adapter.js.map +1 -0
- package/dist/core/tasks/command-output.d.ts +15 -0
- package/dist/core/tasks/command-output.d.ts.map +1 -0
- package/dist/core/tasks/command-output.js +29 -0
- package/dist/core/tasks/command-output.js.map +1 -0
- package/dist/core/tasks/completion-ordering.d.ts +11 -0
- package/dist/core/tasks/completion-ordering.d.ts.map +1 -0
- package/dist/core/tasks/completion-ordering.js +19 -0
- package/dist/core/tasks/completion-ordering.js.map +1 -0
- package/dist/core/tasks/completion.d.ts +36 -0
- package/dist/core/tasks/completion.d.ts.map +1 -0
- package/dist/core/tasks/completion.js +115 -0
- package/dist/core/tasks/completion.js.map +1 -0
- package/dist/core/tasks/contracts.d.ts +404 -0
- package/dist/core/tasks/contracts.d.ts.map +1 -0
- package/dist/core/tasks/contracts.js +2 -0
- package/dist/core/tasks/contracts.js.map +1 -0
- package/dist/core/tasks/execution-scope.d.ts +10 -0
- package/dist/core/tasks/execution-scope.d.ts.map +1 -0
- package/dist/core/tasks/execution-scope.js +27 -0
- package/dist/core/tasks/execution-scope.js.map +1 -0
- package/dist/core/tasks/owner-store.d.ts +53 -0
- package/dist/core/tasks/owner-store.d.ts.map +1 -0
- package/dist/core/tasks/owner-store.js +155 -0
- package/dist/core/tasks/owner-store.js.map +1 -0
- package/dist/core/tasks/supervisor.d.ts +121 -0
- package/dist/core/tasks/supervisor.d.ts.map +1 -0
- package/dist/core/tasks/supervisor.js +916 -0
- package/dist/core/tasks/supervisor.js.map +1 -0
- package/dist/core/tasks/transcript.d.ts +23 -0
- package/dist/core/tasks/transcript.d.ts.map +1 -0
- package/dist/core/tasks/transcript.js +74 -0
- package/dist/core/tasks/transcript.js.map +1 -0
- package/dist/core/tools/ask-user-question/ask-user-question.d.ts +2 -2
- package/dist/core/tools/ask-user-question/ask-user-question.d.ts.map +1 -1
- package/dist/core/tools/ask-user-question/ask-user-question.js +8 -4
- package/dist/core/tools/ask-user-question/ask-user-question.js.map +1 -1
- package/dist/core/tools/ask-user-question/state/build-questionnaire.d.ts +1 -1
- package/dist/core/tools/ask-user-question/state/build-questionnaire.js.map +1 -1
- package/dist/core/tools/ask-user-question/state/questionnaire-session.d.ts +1 -1
- package/dist/core/tools/ask-user-question/state/questionnaire-session.js.map +1 -1
- package/dist/core/tools/ask-user-question/view/components/multi-select-view.d.ts +1 -1
- package/dist/core/tools/ask-user-question/view/components/multi-select-view.js.map +1 -1
- package/dist/core/tools/ask-user-question/view/components/preview/markdown-content-cache.d.ts +1 -1
- package/dist/core/tools/ask-user-question/view/components/preview/markdown-content-cache.js.map +1 -1
- package/dist/core/tools/ask-user-question/view/components/preview/preview-block-renderer.d.ts +1 -1
- package/dist/core/tools/ask-user-question/view/components/preview/preview-block-renderer.js.map +1 -1
- package/dist/core/tools/ask-user-question/view/components/submit-picker.d.ts +1 -1
- package/dist/core/tools/ask-user-question/view/components/submit-picker.js.map +1 -1
- package/dist/core/tools/ask-user-question/view/components/tab-bar.d.ts +1 -1
- package/dist/core/tools/ask-user-question/view/components/tab-bar.js.map +1 -1
- package/dist/core/tools/ask-user-question/view/dialog-builder.d.ts +1 -1
- package/dist/core/tools/ask-user-question/view/dialog-builder.js.map +1 -1
- package/dist/core/tools/ask-user-question/view/tab-content-strategy.d.ts +1 -1
- package/dist/core/tools/ask-user-question/view/tab-content-strategy.js.map +1 -1
- package/dist/core/tools/bash-pty-native.d.ts +18 -3
- package/dist/core/tools/bash-pty-native.d.ts.map +1 -1
- package/dist/core/tools/bash-pty-native.js +116 -1
- package/dist/core/tools/bash-pty-native.js.map +1 -1
- package/dist/core/tools/bash.d.ts +11 -4
- package/dist/core/tools/bash.d.ts.map +1 -1
- package/dist/core/tools/bash.js +52 -8
- package/dist/core/tools/bash.js.map +1 -1
- package/dist/core/tools/edit.d.ts.map +1 -1
- package/dist/core/tools/edit.js +1 -2
- package/dist/core/tools/edit.js.map +1 -1
- package/dist/core/tools/find.js.map +1 -1
- package/dist/core/tools/grep.js.map +1 -1
- package/dist/core/tools/index.d.ts +2 -2
- package/dist/core/tools/index.js.map +1 -1
- package/dist/core/tools/ls.js.map +1 -1
- package/dist/core/tools/powershell.d.ts +20 -10
- package/dist/core/tools/powershell.d.ts.map +1 -1
- package/dist/core/tools/powershell.js +32 -7
- package/dist/core/tools/powershell.js.map +1 -1
- package/dist/core/tools/read.d.ts.map +1 -1
- package/dist/core/tools/read.js +1 -2
- package/dist/core/tools/read.js.map +1 -1
- package/dist/core/tools/render-utils.d.ts +1 -1
- package/dist/core/tools/render-utils.js.map +1 -1
- package/dist/core/tools/resource-selectors.d.ts.map +1 -1
- package/dist/core/tools/resource-selectors.js +15 -7
- package/dist/core/tools/resource-selectors.js.map +1 -1
- package/dist/core/tools/search.js.map +1 -1
- package/dist/core/tools/todos-render.d.ts +1 -1
- package/dist/core/tools/todos-render.js.map +1 -1
- package/dist/core/tools/write.d.ts.map +1 -1
- package/dist/core/tools/write.js +1 -2
- package/dist/core/tools/write.js.map +1 -1
- package/dist/core/workflow-stage-admission.d.ts +10 -0
- package/dist/core/workflow-stage-admission.d.ts.map +1 -1
- package/dist/core/workflow-stage-admission.js +24 -0
- package/dist/core/workflow-stage-admission.js.map +1 -1
- package/dist/extensions/herdr/activity.d.ts +15 -0
- package/dist/extensions/herdr/activity.d.ts.map +1 -0
- package/dist/extensions/herdr/activity.js +24 -0
- package/dist/extensions/herdr/activity.js.map +1 -0
- package/dist/extensions/herdr/environment.d.ts +7 -0
- package/dist/extensions/herdr/environment.d.ts.map +1 -0
- package/dist/extensions/herdr/environment.js +6 -0
- package/dist/extensions/herdr/environment.js.map +1 -0
- package/dist/extensions/herdr/index.d.ts +9 -0
- package/dist/extensions/herdr/index.d.ts.map +1 -0
- package/dist/extensions/herdr/index.js +225 -0
- package/dist/extensions/herdr/index.js.map +1 -0
- package/dist/extensions/herdr/pane-owner.d.ts +30 -0
- package/dist/extensions/herdr/pane-owner.d.ts.map +1 -0
- package/dist/extensions/herdr/pane-owner.js +111 -0
- package/dist/extensions/herdr/pane-owner.js.map +1 -0
- package/dist/extensions/herdr/transport.d.ts +8 -0
- package/dist/extensions/herdr/transport.d.ts.map +1 -0
- package/dist/extensions/herdr/transport.js +28 -0
- package/dist/extensions/herdr/transport.js.map +1 -0
- package/dist/extensions/index.d.ts.map +1 -1
- package/dist/extensions/index.js +2 -0
- package/dist/extensions/index.js.map +1 -1
- package/dist/extensions/llama/huggingface-ui.d.ts +1 -1
- package/dist/extensions/llama/huggingface-ui.js.map +1 -1
- package/dist/extensions/llama/ui.js.map +1 -1
- package/dist/index-extensions.d.ts +3 -2
- package/dist/index-extensions.d.ts.map +1 -1
- package/dist/index-extensions.js.map +1 -1
- package/dist/index.d.ts +11 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +8 -0
- package/dist/index.js.map +1 -1
- package/dist/main-session.js.map +1 -1
- package/dist/main.d.ts.map +1 -1
- package/dist/main.js +149 -69
- package/dist/main.js.map +1 -1
- package/dist/modes/interactive/components/armin.js.map +1 -1
- package/dist/modes/interactive/components/assistant-message.js.map +1 -1
- package/dist/modes/interactive/components/atomic-banner.d.ts +1 -1
- package/dist/modes/interactive/components/atomic-banner.js.map +1 -1
- package/dist/modes/interactive/components/atomic-working-status.js.map +1 -1
- package/dist/modes/interactive/components/bash-execution.js.map +1 -1
- package/dist/modes/interactive/components/bordered-loader.d.ts +1 -1
- package/dist/modes/interactive/components/bordered-loader.js.map +1 -1
- package/dist/modes/interactive/components/branch-summary-message.js.map +1 -1
- package/dist/modes/interactive/components/chat-message-renderer.d.ts +12 -0
- package/dist/modes/interactive/components/chat-message-renderer.d.ts.map +1 -1
- package/dist/modes/interactive/components/chat-message-renderer.js +44 -0
- package/dist/modes/interactive/components/chat-message-renderer.js.map +1 -1
- package/dist/modes/interactive/components/chat-session-host-actions.d.ts +1 -1
- package/dist/modes/interactive/components/chat-session-host-actions.d.ts.map +1 -1
- package/dist/modes/interactive/components/chat-session-host-actions.js +43 -8
- package/dist/modes/interactive/components/chat-session-host-actions.js.map +1 -1
- package/dist/modes/interactive/components/chat-session-host-editor.d.ts +1 -1
- package/dist/modes/interactive/components/chat-session-host-editor.js.map +1 -1
- package/dist/modes/interactive/components/chat-session-host-events.d.ts +2 -2
- package/dist/modes/interactive/components/chat-session-host-events.js.map +1 -1
- package/dist/modes/interactive/components/chat-session-host-rendering.d.ts +2 -2
- package/dist/modes/interactive/components/chat-session-host-rendering.d.ts.map +1 -1
- package/dist/modes/interactive/components/chat-session-host-rendering.js +12 -3
- package/dist/modes/interactive/components/chat-session-host-rendering.js.map +1 -1
- package/dist/modes/interactive/components/chat-session-host-runtime.d.ts +4 -5
- package/dist/modes/interactive/components/chat-session-host-runtime.d.ts.map +1 -1
- package/dist/modes/interactive/components/chat-session-host-runtime.js +8 -6
- package/dist/modes/interactive/components/chat-session-host-runtime.js.map +1 -1
- package/dist/modes/interactive/components/chat-session-host-state.d.ts +7 -2
- package/dist/modes/interactive/components/chat-session-host-state.d.ts.map +1 -1
- package/dist/modes/interactive/components/chat-session-host-state.js +1 -0
- package/dist/modes/interactive/components/chat-session-host-state.js.map +1 -1
- package/dist/modes/interactive/components/chat-session-host-terminal-cleanup.d.ts +1 -1
- package/dist/modes/interactive/components/chat-session-host-terminal-cleanup.js.map +1 -1
- package/dist/modes/interactive/components/chat-session-host-types.d.ts +8 -3
- package/dist/modes/interactive/components/chat-session-host-types.d.ts.map +1 -1
- package/dist/modes/interactive/components/chat-session-host-types.js.map +1 -1
- package/dist/modes/interactive/components/chat-session-host-utils.d.ts +1 -1
- package/dist/modes/interactive/components/chat-session-host-utils.d.ts.map +1 -1
- package/dist/modes/interactive/components/chat-session-host-utils.js +2 -0
- package/dist/modes/interactive/components/chat-session-host-utils.js.map +1 -1
- package/dist/modes/interactive/components/chat-session-host.d.ts +17 -2
- package/dist/modes/interactive/components/chat-session-host.d.ts.map +1 -1
- package/dist/modes/interactive/components/chat-session-host.js +97 -1
- package/dist/modes/interactive/components/chat-session-host.js.map +1 -1
- package/dist/modes/interactive/components/chat-transcript.d.ts +1 -0
- package/dist/modes/interactive/components/chat-transcript.d.ts.map +1 -1
- package/dist/modes/interactive/components/chat-transcript.js +1 -1
- package/dist/modes/interactive/components/chat-transcript.js.map +1 -1
- package/dist/modes/interactive/components/compaction-boundary-message.js.map +1 -1
- package/dist/modes/interactive/components/config-selector-list.js.map +1 -1
- package/dist/modes/interactive/components/config-selector.js.map +1 -1
- package/dist/modes/interactive/components/custom-editor.js.map +1 -1
- package/dist/modes/interactive/components/custom-entry.js.map +1 -1
- package/dist/modes/interactive/components/custom-message.d.ts.map +1 -1
- package/dist/modes/interactive/components/custom-message.js +12 -0
- package/dist/modes/interactive/components/custom-message.js.map +1 -1
- package/dist/modes/interactive/components/daxnuts.js.map +1 -1
- package/dist/modes/interactive/components/diff.js.map +1 -1
- package/dist/modes/interactive/components/dynamic-border.js.map +1 -1
- package/dist/modes/interactive/components/earendil-announcement.js.map +1 -1
- package/dist/modes/interactive/components/extension-editor.js.map +1 -1
- package/dist/modes/interactive/components/extension-input.js.map +1 -1
- package/dist/modes/interactive/components/extension-selector.js.map +1 -1
- package/dist/modes/interactive/components/first-time-setup.d.ts +1 -1
- package/dist/modes/interactive/components/first-time-setup.js.map +1 -1
- package/dist/modes/interactive/components/footer.d.ts +7 -6
- package/dist/modes/interactive/components/footer.d.ts.map +1 -1
- package/dist/modes/interactive/components/footer.js +27 -9
- package/dist/modes/interactive/components/footer.js.map +1 -1
- package/dist/modes/interactive/components/host-input-form-mount.js.map +1 -1
- package/dist/modes/interactive/components/host-input-form.d.ts +1 -1
- package/dist/modes/interactive/components/host-input-form.js.map +1 -1
- package/dist/modes/interactive/components/index.d.ts +2 -2
- package/dist/modes/interactive/components/index.js.map +1 -1
- package/dist/modes/interactive/components/keybinding-hints.js.map +1 -1
- package/dist/modes/interactive/components/login-dialog.js.map +1 -1
- package/dist/modes/interactive/components/mermaid.d.ts +1 -1
- package/dist/modes/interactive/components/mermaid.js.map +1 -1
- package/dist/modes/interactive/components/model-selector.js.map +1 -1
- package/dist/modes/interactive/components/oauth-selector.js.map +1 -1
- package/dist/modes/interactive/components/reserved-bottom-overlay.js.map +1 -1
- package/dist/modes/interactive/components/scoped-models-selector.js.map +1 -1
- package/dist/modes/interactive/components/session-selector-header.js.map +1 -1
- package/dist/modes/interactive/components/session-selector-list.js.map +1 -1
- package/dist/modes/interactive/components/session-selector.js.map +1 -1
- package/dist/modes/interactive/components/settings-selector-items.js.map +1 -1
- package/dist/modes/interactive/components/settings-selector-submenus.d.ts +1 -1
- package/dist/modes/interactive/components/settings-selector-submenus.js.map +1 -1
- package/dist/modes/interactive/components/settings-selector-types.d.ts +1 -1
- package/dist/modes/interactive/components/settings-selector-types.js.map +1 -1
- package/dist/modes/interactive/components/settings-selector.js.map +1 -1
- package/dist/modes/interactive/components/show-images-selector.js.map +1 -1
- package/dist/modes/interactive/components/skill-invocation-message.d.ts +1 -1
- package/dist/modes/interactive/components/skill-invocation-message.js.map +1 -1
- package/dist/modes/interactive/components/task-completion-message.d.ts +13 -0
- package/dist/modes/interactive/components/task-completion-message.d.ts.map +1 -0
- package/dist/modes/interactive/components/task-completion-message.js +65 -0
- package/dist/modes/interactive/components/task-completion-message.js.map +1 -0
- package/dist/modes/interactive/components/task-detail.d.ts +27 -0
- package/dist/modes/interactive/components/task-detail.d.ts.map +1 -0
- package/dist/modes/interactive/components/task-detail.js +107 -0
- package/dist/modes/interactive/components/task-detail.js.map +1 -0
- package/dist/modes/interactive/components/task-inspector.d.ts +50 -0
- package/dist/modes/interactive/components/task-inspector.d.ts.map +1 -0
- package/dist/modes/interactive/components/task-inspector.js +599 -0
- package/dist/modes/interactive/components/task-inspector.js.map +1 -0
- package/dist/modes/interactive/components/task-list.d.ts +18 -0
- package/dist/modes/interactive/components/task-list.d.ts.map +1 -0
- package/dist/modes/interactive/components/task-list.js +59 -0
- package/dist/modes/interactive/components/task-list.js.map +1 -0
- package/dist/modes/interactive/components/task-live-transcript.d.ts +17 -0
- package/dist/modes/interactive/components/task-live-transcript.d.ts.map +1 -0
- package/dist/modes/interactive/components/task-live-transcript.js +33 -0
- package/dist/modes/interactive/components/task-live-transcript.js.map +1 -0
- package/dist/modes/interactive/components/task-navigation.d.ts +38 -0
- package/dist/modes/interactive/components/task-navigation.d.ts.map +1 -0
- package/dist/modes/interactive/components/task-navigation.js +93 -0
- package/dist/modes/interactive/components/task-navigation.js.map +1 -0
- package/dist/modes/interactive/components/task-row.d.ts +34 -0
- package/dist/modes/interactive/components/task-row.d.ts.map +1 -0
- package/dist/modes/interactive/components/task-row.js +158 -0
- package/dist/modes/interactive/components/task-row.js.map +1 -0
- package/dist/modes/interactive/components/theme-selector.js.map +1 -1
- package/dist/modes/interactive/components/thinking-selector.js.map +1 -1
- package/dist/modes/interactive/components/tool-execution.js.map +1 -1
- package/dist/modes/interactive/components/transcript-follow-indicator.js.map +1 -1
- package/dist/modes/interactive/components/tree-selector-component.js.map +1 -1
- package/dist/modes/interactive/components/tree-selector-content.js.map +1 -1
- package/dist/modes/interactive/components/tree-selector-help.js.map +1 -1
- package/dist/modes/interactive/components/tree-selector-label-input.js.map +1 -1
- package/dist/modes/interactive/components/tree-selector-list.js.map +1 -1
- package/dist/modes/interactive/components/trust-selector.js.map +1 -1
- package/dist/modes/interactive/components/user-message-selector.js.map +1 -1
- package/dist/modes/interactive/components/user-message.js.map +1 -1
- package/dist/modes/interactive/components/working-status.js.map +1 -1
- package/dist/modes/interactive/interactive-agent-events.js +8 -2
- package/dist/modes/interactive/interactive-agent-events.js.map +1 -1
- package/dist/modes/interactive/interactive-auth-login.js +3 -1
- package/dist/modes/interactive/interactive-auth-login.js.map +1 -1
- package/dist/modes/interactive/interactive-autocomplete.js +9 -30
- package/dist/modes/interactive/interactive-autocomplete.js.map +1 -1
- package/dist/modes/interactive/interactive-deferred-startup.js +2 -1
- package/dist/modes/interactive/interactive-deferred-startup.js.map +1 -1
- package/dist/modes/interactive/interactive-extension-context.js +14 -4
- package/dist/modes/interactive/interactive-extension-context.js.map +1 -1
- package/dist/modes/interactive/interactive-extension-custom-ui.js +52 -4
- package/dist/modes/interactive/interactive-extension-custom-ui.js.map +1 -1
- package/dist/modes/interactive/interactive-extension-runtime.js +1 -0
- package/dist/modes/interactive/interactive-extension-runtime.js.map +1 -1
- package/dist/modes/interactive/interactive-extension-widgets.js +9 -1
- package/dist/modes/interactive/interactive-extension-widgets.js.map +1 -1
- package/dist/modes/interactive/interactive-input-handling.d.ts.map +1 -1
- package/dist/modes/interactive/interactive-input-handling.js +19 -0
- package/dist/modes/interactive/interactive-input-handling.js.map +1 -1
- package/dist/modes/interactive/interactive-mode-base.d.ts +6 -1
- package/dist/modes/interactive/interactive-mode-base.d.ts.map +1 -1
- package/dist/modes/interactive/interactive-mode-base.js +4 -1
- package/dist/modes/interactive/interactive-mode-base.js.map +1 -1
- package/dist/modes/interactive/interactive-mode-deps.d.ts +6 -6
- package/dist/modes/interactive/interactive-mode-deps.js.map +1 -1
- package/dist/modes/interactive/interactive-mode-surface.d.ts +2 -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-mode.d.ts +1 -0
- package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
- package/dist/modes/interactive/interactive-mode.js +3 -0
- package/dist/modes/interactive/interactive-mode.js.map +1 -1
- package/dist/modes/interactive/interactive-process-lifecycle.js +4 -1
- package/dist/modes/interactive/interactive-process-lifecycle.js.map +1 -1
- package/dist/modes/interactive/interactive-render-chat.js +2 -0
- package/dist/modes/interactive/interactive-render-chat.js.map +1 -1
- package/dist/modes/interactive/interactive-session-routing.js +33 -23
- package/dist/modes/interactive/interactive-session-routing.js.map +1 -1
- package/dist/modes/interactive/interactive-session-runtime.js +1 -0
- package/dist/modes/interactive/interactive-session-runtime.js.map +1 -1
- package/dist/modes/interactive/interactive-slash-commands.js.map +1 -1
- package/dist/modes/interactive/interactive-summarization-retry-events.js +2 -2
- package/dist/modes/interactive/interactive-summarization-retry-events.js.map +1 -1
- package/dist/modes/interactive/interactive-task-projection.d.ts +13 -0
- package/dist/modes/interactive/interactive-task-projection.d.ts.map +1 -0
- package/dist/modes/interactive/interactive-task-projection.js +72 -0
- package/dist/modes/interactive/interactive-task-projection.js.map +1 -0
- package/dist/modes/interactive/interactive-tui.js.map +1 -1
- package/dist/modes/interactive/interactive-windows-subshell.d.ts +17 -0
- package/dist/modes/interactive/interactive-windows-subshell.d.ts.map +1 -0
- package/dist/modes/interactive/interactive-windows-subshell.js +92 -0
- package/dist/modes/interactive/interactive-windows-subshell.js.map +1 -0
- package/dist/modes/interactive/skill-command-autocomplete.d.ts +12 -0
- package/dist/modes/interactive/skill-command-autocomplete.d.ts.map +1 -0
- package/dist/modes/interactive/skill-command-autocomplete.js +69 -0
- package/dist/modes/interactive/skill-command-autocomplete.js.map +1 -0
- package/dist/modes/interactive/theme/theme-class.d.ts.map +1 -1
- package/dist/modes/interactive/theme/theme-class.js +4 -1
- package/dist/modes/interactive/theme/theme-class.js.map +1 -1
- package/dist/modes/interactive/theme/theme-controller.d.ts +1 -1
- package/dist/modes/interactive/theme/theme-controller.js.map +1 -1
- package/dist/modes/interactive-engine/create-isolated-runtime.d.ts +1 -1
- package/dist/modes/interactive-engine/create-isolated-runtime.js.map +1 -1
- package/dist/modes/interactive-engine/engine-custom-ui.d.ts +5 -9
- package/dist/modes/interactive-engine/engine-custom-ui.d.ts.map +1 -1
- package/dist/modes/interactive-engine/engine-custom-ui.js +14 -5
- package/dist/modes/interactive-engine/engine-custom-ui.js.map +1 -1
- package/dist/modes/interactive-engine/engine-dialog-host.d.ts +2 -2
- package/dist/modes/interactive-engine/engine-dialog-host.js.map +1 -1
- package/dist/modes/interactive-engine/engine-project-trust.d.ts +10 -0
- package/dist/modes/interactive-engine/engine-project-trust.d.ts.map +1 -0
- package/dist/modes/interactive-engine/engine-project-trust.js +28 -0
- package/dist/modes/interactive-engine/engine-project-trust.js.map +1 -0
- package/dist/modes/interactive-engine/engine-render-service.d.ts +1 -1
- package/dist/modes/interactive-engine/engine-render-service.js.map +1 -1
- package/dist/modes/interactive-engine/extension-ui-bridge.d.ts +3 -1
- package/dist/modes/interactive-engine/extension-ui-bridge.d.ts.map +1 -1
- package/dist/modes/interactive-engine/extension-ui-bridge.js +6 -0
- package/dist/modes/interactive-engine/extension-ui-bridge.js.map +1 -1
- package/dist/modes/interactive-engine/input-form-host.d.ts +2 -2
- package/dist/modes/interactive-engine/input-form-host.js.map +1 -1
- package/dist/modes/interactive-engine/isolated-auth.d.ts +1 -1
- package/dist/modes/interactive-engine/isolated-auth.js.map +1 -1
- package/dist/modes/interactive-engine/isolated-runtime.d.ts +5 -2
- package/dist/modes/interactive-engine/isolated-runtime.d.ts.map +1 -1
- package/dist/modes/interactive-engine/isolated-runtime.js +40 -3
- package/dist/modes/interactive-engine/isolated-runtime.js.map +1 -1
- package/dist/modes/interactive-engine/protocol.d.ts +9 -0
- package/dist/modes/interactive-engine/protocol.d.ts.map +1 -1
- package/dist/modes/interactive-engine/protocol.js +8 -0
- package/dist/modes/interactive-engine/protocol.js.map +1 -1
- package/dist/modes/interactive-engine/remote-component.d.ts +2 -2
- package/dist/modes/interactive-engine/remote-component.d.ts.map +1 -1
- package/dist/modes/interactive-engine/remote-component.js +3 -2
- package/dist/modes/interactive-engine/remote-component.js.map +1 -1
- package/dist/modes/interactive-engine/remote-model-catalog.d.ts +1 -1
- package/dist/modes/interactive-engine/remote-model-catalog.js.map +1 -1
- package/dist/modes/interactive-engine/remote-renderer.d.ts +1 -1
- package/dist/modes/interactive-engine/remote-renderer.js.map +1 -1
- package/dist/modes/interactive-engine/session-picker-host.d.ts +2 -2
- package/dist/modes/interactive-engine/session-picker-host.js.map +1 -1
- package/dist/modes/json-event.d.ts +1 -1
- package/dist/modes/json-event.js.map +1 -1
- package/dist/modes/print-mode.js.map +1 -1
- package/dist/modes/rpc/rpc-bash-request-owners.d.ts +2 -2
- package/dist/modes/rpc/rpc-bash-request-owners.js.map +1 -1
- package/dist/modes/rpc/rpc-client-api.d.ts +2 -2
- package/dist/modes/rpc/rpc-client-api.d.ts.map +1 -1
- package/dist/modes/rpc/rpc-client-api.js +2 -2
- package/dist/modes/rpc/rpc-client-api.js.map +1 -1
- package/dist/modes/rpc/rpc-client-waits.d.ts +1 -1
- package/dist/modes/rpc/rpc-client-waits.js.map +1 -1
- package/dist/modes/rpc/rpc-client.d.ts +3 -1
- package/dist/modes/rpc/rpc-client.d.ts.map +1 -1
- package/dist/modes/rpc/rpc-client.js +20 -0
- package/dist/modes/rpc/rpc-client.js.map +1 -1
- package/dist/modes/rpc/rpc-command-handler.d.ts +4 -2
- package/dist/modes/rpc/rpc-command-handler.d.ts.map +1 -1
- package/dist/modes/rpc/rpc-command-handler.js +12 -4
- package/dist/modes/rpc/rpc-command-handler.js.map +1 -1
- package/dist/modes/rpc/rpc-extension-ui.d.ts +1 -1
- package/dist/modes/rpc/rpc-extension-ui.js.map +1 -1
- package/dist/modes/rpc/rpc-mode.d.ts.map +1 -1
- package/dist/modes/rpc/rpc-mode.js +11 -2
- package/dist/modes/rpc/rpc-mode.js.map +1 -1
- package/dist/modes/rpc/rpc-provider-auth.d.ts +1 -1
- package/dist/modes/rpc/rpc-provider-auth.js.map +1 -1
- package/dist/modes/rpc/rpc-session-binding.d.ts +4 -1
- package/dist/modes/rpc/rpc-session-binding.d.ts.map +1 -1
- package/dist/modes/rpc/rpc-session-binding.js +35 -1
- package/dist/modes/rpc/rpc-session-binding.js.map +1 -1
- package/dist/modes/rpc/rpc-types.d.ts +13 -1
- package/dist/modes/rpc/rpc-types.d.ts.map +1 -1
- package/dist/modes/rpc/rpc-types.js.map +1 -1
- package/dist/modes/rpc/task-ui-bridge.d.ts +9 -0
- package/dist/modes/rpc/task-ui-bridge.d.ts.map +1 -0
- package/dist/modes/rpc/task-ui-bridge.js +146 -0
- package/dist/modes/rpc/task-ui-bridge.js.map +1 -0
- package/dist/self-update-plan.js.map +1 -1
- package/docs/background-tasks.md +199 -0
- package/docs/compaction.md +2 -0
- package/docs/development.md +3 -1
- package/docs/docs.json +2 -0
- package/docs/environment-variables.md +1 -1
- package/docs/extensions.md +108 -6
- package/docs/herdr.md +106 -0
- package/docs/intercom.md +38 -35
- package/docs/keybindings.md +19 -2
- package/docs/models/evals.md +222 -147
- package/docs/models/model-selection.md +20 -14
- package/docs/models/pareto-efficiency.md +2 -2
- package/docs/providers.md +48 -46
- package/docs/quickstart.md +2 -2
- package/docs/sdk.md +244 -0
- package/docs/settings.md +15 -3
- package/docs/skills.md +23 -1
- package/docs/subagents.md +71 -9
- package/docs/themes.md +4 -0
- package/docs/tools.md +25 -0
- package/docs/tui.md +29 -2
- package/docs/usage.md +4 -0
- package/docs/windows.md +4 -4
- package/docs/workflows/api-reference.md +13 -4
- package/docs/workflows/operations.md +59 -5
- package/docs/workflows/reliable-design.md +35 -4
- package/docs/workflows/verification.md +21 -4
- package/docs/workflows.md +3 -1
- package/npm-shrinkwrap.json +781 -661
- package/package.json +10 -10
- /package/dist/builtin/workflows/builtin/{chunk-cg9tmks0.js → chunk-n1910xc4.js} +0 -0
- /package/dist/builtin/workflows/builtin/{chunk-wpckd35c.js → chunk-rc5ec5xx.js} +0 -0
- /package/dist/builtin/workflows/builtin/{chunk-7at6dnkr.js → chunk-tgt0s5e5.js} +0 -0
- /package/dist/builtin/workflows/builtin/{chunk-bfkmzv9h.js → chunk-xtxcq5tj.js} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bastani/web-access",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.19-alpha.2",
|
|
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": [
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"type": "module",
|
|
12
12
|
"engines": {
|
|
13
|
-
"bun": ">=1.4.
|
|
13
|
+
"bun": ">=1.4.2"
|
|
14
14
|
},
|
|
15
15
|
"main": "./index.ts",
|
|
16
16
|
"types": "./index.ts",
|
|
@@ -6,6 +6,54 @@ 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.2] - 2026-09-08
|
|
10
|
+
|
|
11
|
+
### Added
|
|
12
|
+
|
|
13
|
+
- Connected workflow activity to the host extension observer stream, independently of lifecycle-notification settings and attribution filters. Root activity is projected from workflow snapshots plus run-qualified runtime execution ownership: nested runs fold into full root replacements; independent execution is distinguished from human waits; runnable handoffs, retries, stop draining, pauses, and acknowledged failures are accounted for without treating historical running stages as execution. Tool-only execution, parallel human-input waits, pause, cancellation drain, and unresolved failures publish root activity replacements; late attachment receives current state, and durable hydration announces recovering before ready. Typed lifecycle hooks cover run, stage, tool, prompt, and control transitions with canonical nested identities; successful-stage completion hooks exclude failed/skipped outcomes, explicit execution replay is tagged, and restored history creates no synthetic completions. Heartbeat hooks follow the existing configured cadence without adding timers or graph nodes. Because the workflows extension publishes root activity to the host, Atomic's built-in Herdr reporter reflects workflow execution and human-input waits in the owning pane; the end-to-end path is covered by an integration test against a fake Herdr CLI ([#2891](https://github.com/bastani-inc/atomic/issues/2891)).
|
|
14
|
+
- Attached stage chats now suggest stage-local `/skill:` commands with source metadata, qualified selectors, and refreshed catalogs after resource reload. Idle, steering, and follow-up submissions reuse session expansion once, retain stage admission and HIL ownership, and show skill diagnostics locally. Explicit editable post-mortem chats can invoke skills without reopening workflow execution.
|
|
15
|
+
- `StageSendUserMessageOptions.expandPromptTemplates` opts native stage-session delivery into existing command and skill/template expansion; ordinary programmatic messages remain literal by default.
|
|
16
|
+
- Attached stage chats render a bound owner task store through the shared chat host, keeping task activity separate from pending launch-tool replay and retaining the compact task footer after the launch row scrolls away. This requires the stage producer to bind its owner store ([#2884](https://github.com/bastani-inc/atomic/pull/2884)).
|
|
17
|
+
|
|
18
|
+
### Changed
|
|
19
|
+
|
|
20
|
+
- Goal and Ralph orchestration, Ralph research, and Open Claude Design now use GPT-6 Astra at medium. Prompt refinement stays at high, and OpenRouter Grok fallbacks explicitly use xhigh.
|
|
21
|
+
- `/tasks` in an attached stage chat opens the shared owner-bound inspector without entering model context, including during interrupt settlement. Task focus exits before the ordinary stage Escape action, and mounted human-input prompts retain input priority ([#2884](https://github.com/bastani-inc/atomic/pull/2884)).
|
|
22
|
+
- Stage chat now shows compact background-agent and shell counts below the composer instead of persistent task rows. Shared `/tasks` views retain background results, and completion notifications use shaded cards with readable outcomes and previews in the owning stage chat.
|
|
23
|
+
- Workflow guidance now uses project CI/test timing history for critical-path scheduling and launch estimates, avoids redundant full-suite runs while preserving required gates, and compares estimated with actual elapsed time. Agent-authored user questions use `ask_user_question` or an equivalent tool when available; sessions without one continue autonomously using best judgment.
|
|
24
|
+
- Workflow guidance treats requests to work "quickly" as task-scoped inline execution. Duration estimates appear before launch without confidence labels. Launches inherit configured limits without a routine budget-choice question; explicit user limits and approval before raising an exhausted budget remain enforced.
|
|
25
|
+
|
|
26
|
+
### Fixed
|
|
27
|
+
|
|
28
|
+
- Paused stage skill submissions retain Enter versus Ctrl+F delivery intent. Custom stage hosts without admission-aware user-message delivery now report invocation as unavailable rather than using an unguarded fallback.
|
|
29
|
+
- Skill autocomplete reuses the attached stage session without writing durable checkpoints per keystroke. Concurrent lazy discovery requests share one attachment.
|
|
30
|
+
- Same-name prompt/tool nodes no longer cause valid duplicate agent matches to be refused as non-agents. Live `ask` retains ambiguity diagnostics and name-based `send` retains sticky agent delivery ([#2895](https://github.com/bastani-inc/atomic/pull/2895)).
|
|
31
|
+
- Keep a bound task footer visible beside mounted stage questions within the existing viewport budget, and apply the host's expansion setting consistently to task rows.
|
|
32
|
+
- Restored `/tasks` to stage slash suggestions and removed filled backgrounds from skill suggestions, including selected rows. Task status now follows MCP, retaining active counts and `/tasks` without collision with the graph-return shortcut on narrow terminals.
|
|
33
|
+
- Stage pause keeps owned background agents and shells running. Closing the stage generation cancels that owner's remaining work without stopping sibling stages.
|
|
34
|
+
- Preserve an ordinary stage's complete output artifact when a follow-up clarification arrives before completion. Completed answers from the same prompt generation remain ordered supplements, including executor continuations and close-time delivery, without copying earlier history or tool progress. Accepted answers survive context compaction and model fallback during a continuation; failed attempts cannot discard an earlier successful report. Tree navigation cannot import historical answers, and generation close stops capture of later retained-session chat. Completed artifact receipts stay stable under repeated finalization; structured output keeps its existing capture contract.
|
|
35
|
+
- Discard provisional artifact answers from each failed same-model retry, preserving earlier accepted reports and only publishing the successful retry's answers.
|
|
36
|
+
- Prevent workflow activity from briefly reporting idle between settled nodes and live author continuation. Historical, paused, blocked, and stopping runs do not gain continuation ownership ([#2891](https://github.com/bastani-inc/atomic/issues/2891)).
|
|
37
|
+
- Preserved workflow lifecycle `kill` events for already-aborted caller signals and report task-result checkpoint interrupts as `interrupt`, without changing their graceful paused outcome ([#2912](https://github.com/bastani-inc/atomic/pull/2912)).
|
|
38
|
+
- Durable tool callbacks now wait for agent tasks they admit to reach terminal results before checkpointing. Yielded observations are replaced with terminal observations without changing the cancellation-before-persistence or commit-wins fences ([#2884](https://github.com/bastani-inc/atomic/pull/2884)).
|
|
39
|
+
- Workflow graph canvas and node interiors now use the terminal's background like main and stage chat, instead of painting a fixed dark palette. Themed chrome and focused title tabs remain unchanged.
|
|
40
|
+
- Graph chrome and `/workflow connect` picker rows retain solid background fill across truncated names, filters, and hints. Truncated stage and child-workflow labels keep their focused tab's background, text color, and weight through the ellipsis. Skill, command, and file autocomplete retain terminal-default backgrounds, including selected rows.
|
|
41
|
+
- Classified the workflow graph and run picker as navigation so `/workflow connect` no longer creates a false Herdr approval wait. Actual workflow input waits remain reported.
|
|
42
|
+
- Workflow-stage `/tasks` now retains the shared compact picker and the stage's model, reasoning, cwd/branch, and MCP footer. Detail pages stay fullscreen. Task navigation no longer triggers the main-chat input notice, and pending-prompt notices clear when the graph hides, closes, or changes host.
|
|
43
|
+
- Resume ended recoverable blocks through the existing continuation path rather than returning an unchanged snapshot as success. Non-resumable targets and unchanged blocked snapshots report no progress.
|
|
44
|
+
- Settled failed or blocked runs retain attention without reporting an active user-decision wait to Herdr. Pending prompts and exhausted budgets remain blocked.
|
|
45
|
+
- Stopped the workflow graph projection from retaining and deep-freezing a completed stage's structured result, and gave input defaulting a resolver-owned copy, so a stage's structured output can still be handed to a typed child workflow ([#2936](https://github.com/bastani-inc/atomic/issues/2936)).
|
|
46
|
+
|
|
47
|
+
## [0.9.19-alpha.1] - 2026-09-06
|
|
48
|
+
|
|
49
|
+
### Fixed
|
|
50
|
+
|
|
51
|
+
- Interrupting a workflow tool call during initialization now cancels its startup owner instead of leaving an empty, uncontrollable running root. Resume preparation respects cancellation, and already-aborted requests cannot begin actions. Accepted request timeouts and acknowledged background execution retain their existing behavior.
|
|
52
|
+
- Whole-run pause/interrupt during initialization or between-node awaits now retain the same live executor for explicit resume instead of becoming quit. Later tracked work, cached replay, and completion wait for resume; untracked JavaScript or I/O may still finish. Executor-only quit retires the owner, and zero-progress quits remain nonresumable. Cross-process resume still requires durable progress.
|
|
53
|
+
- Executor-only whole-run pause now holds already-live nested child owners as well, preventing their next tracked step or completion until resume. Descendants remain held while the root's durable resume is acknowledged; child-scoped controls preserve sibling isolation.
|
|
54
|
+
- Preserved the original selected tool failure when cancellation arrives later, restored closed-admission errors for retained tool calls, and drained cancelled child boundaries before the parent returns. Durable resume replaces abandoned detached executors without replacing surviving live paused owners.
|
|
55
|
+
- Fixed embedded PostgreSQL discovery in Bun-compiled installations and ordinary native npm leaves, including nested installs, while retaining explicit database/runtime overrides and legacy package fallback.
|
|
56
|
+
|
|
9
57
|
## [0.9.18] - 2026-09-05
|
|
10
58
|
|
|
11
59
|
Cumulative release of the `0.9.18-alpha.3` through `0.9.18-alpha.7` prereleases. Per-change details remain in the unchanged prerelease sections below.
|
|
@@ -689,7 +689,7 @@ Raw stage-chat prompt answer replay is live-memory only. `StageSnapshot.promptAn
|
|
|
689
689
|
```json
|
|
690
690
|
{
|
|
691
691
|
"name": "workflow",
|
|
692
|
-
"description": "Run named builtin, project, user, or package workflows; custom definitions may import reusable project/package workflows or builtin definitions from @bastani/atomic/workflows/builtin and nest them with ctx.workflow(...), including deeper composition within the configured maxDepth; when workflow execution fits but another shape would better achieve the task, author a custom TypeScript workflow({...}) inline with normal coding tools, reload it, and run it; after successfully creating and reloading a newly authored custom workflow, report the folder containing its generated code as 'Custom workflow created. You can inspect its code at: <workflow-folder-path>'; do this only for newly created custom workflows, never builtin or pre-existing workflows; discover with list/get/inputs/models, list session runs with status (no runId; statusFilter narrows the list), inspect status/stages/stage details, answer pending prompts only while the root workflow is nonterminal, pause/resume/interrupt/quit runs, and reload workflow resources. When steering or communication is useful, use Intercom. Before steering a stage, join its invocation group. Use the Intercom `groups` action to discover it. Workflow invocation groups are named `workflow:<rootRunId>`. Then address the stage as `workflow:<rootRunId>/<segment>[/<segment>...]`; each segment may be a stage name, run id, or glob (`*` matches one segment and `**` any depth). Use `intercom list` inside the invocation group to see live, pending, and possible future targets. Live delivery is immediate; a known stage that has not started is queued and receives the message before its first model turn. Name and pattern sends remain sticky for every future matching stage until the root run terminates. When shared scope or acceptance criteria change, broadcast one authoritative update to `workflow:<rootRunId>/**` (or a narrower path pattern) rather than enumerating stages. A syntactically valid target outside the known set queues with a `notInKnownSet` warning and settles undeliverable at terminal only if never delivered. Use `ask` only for a reply-capable live session. Treat a blocked run as continuable by default unless the user requests inline/no-workflow execution: then safely hold/stop it, reconcile completed work and in-flight side effects, and continue inline without duplication. Otherwise resume resumable blocks, answer pending prompts, steer past the obstacle, or start a follow-up workflow past a terminal block; resolve material ambiguity from user intent and repository evidence without bypassing safety or authorization. For action 'run' and 'resume', budget accepts per-field duration, token, cost, and warning overrides; fields resolve over the workflow declaration and config, and 0 disables a field.
|
|
692
|
+
"description": "Run named builtin, project, user, or package workflows; custom definitions may import reusable project/package workflows or builtin definitions from @bastani/atomic/workflows/builtin and nest them with ctx.workflow(...), including deeper composition within the configured maxDepth; Requests to do the task 'quickly' or 'inline' mean no workflow creation or launch, including hidden/nested replacements. when workflow execution fits but another shape would better achieve the task, author a custom TypeScript workflow({...}) inline with normal coding tools, reload it, and run it; after successfully creating and reloading a newly authored custom workflow, report the folder containing its generated code as 'Custom workflow created. You can inspect its code at: <workflow-folder-path>'; do this only for newly created custom workflows, never builtin or pre-existing workflows; discover with list/get/inputs/models, list session runs with status (no runId; statusFilter narrows the list), inspect status/stages/stage details, answer pending prompts only while the root workflow is nonterminal, pause/resume/interrupt/quit runs, and reload workflow resources. When steering or communication is useful, use Intercom. Before steering a stage, join its invocation group. Use the Intercom `groups` action to discover it. Workflow invocation groups are named `workflow:<rootRunId>`. Then address the stage as `workflow:<rootRunId>/<segment>[/<segment>...]`; each segment may be a stage name, run id, or glob (`*` matches one segment and `**` any depth). Use `intercom list` inside the invocation group to see live, pending, and possible future targets. Live delivery is immediate; a known stage that has not started is queued and receives the message before its first model turn. Name and pattern sends remain sticky for every future matching stage until the root run terminates. When shared scope or acceptance criteria change, broadcast one authoritative update to `workflow:<rootRunId>/**` (or a narrower path pattern) rather than enumerating stages. A syntactically valid target outside the known set queues with a `notInKnownSet` warning and settles undeliverable at terminal only if never delivered. Use `ask` only for a reply-capable live session. Treat a blocked run as continuable by default unless the user requests inline/no-workflow execution: then safely hold/stop it, reconcile completed work and in-flight side effects, and continue inline without duplication. Otherwise resume resumable blocks, answer pending prompts, steer past the obstacle, or start a follow-up workflow past a terminal block; resolve material ambiguity from user intent and repository evidence without bypassing safety or authorization. For action 'run' and 'resume', budget accepts per-field duration, token, cost, and warning overrides; fields resolve over the workflow declaration and config, and 0 disables a field. Before launching, share an estimated duration without confidence labels. Proceed with inherited budget limits without asking the user to choose a budget before each launch. Pass budget only for a user-specified limit; otherwise omit it and inherit the declaration and config. An estimate is not a budget. For primitive prompt answers, use booleans or the documented confirm labels, exact case-insensitive select labels or 1-based indexes, and text strings for input/editor; an invalid answer remains pending and returns guidance instead of choosing a default. For large stage handoffs, write context to files/artifacts, pass paths via reads, and prompt downstream agents to 'Read the file at <path>...' instead of injecting large previous text. Wrap critical parts of run inputs and steering messages in <keepContext>...</keepContext> so compaction preserves them verbatim in the stages that inherit them; tag role constraints, prohibitions, must-hold criteria, and identifiers, not background or bulk reference material. For transcripts, prefer status/stages/stage to get sessionFile/transcriptPath, quote the exact path without rewriting separators (Windows backslashes are valid), then search it with rg/grep and read small ranges; transcript is path-only by default when sessionFile/transcriptPath exists, explicit tail/limit returns bounded previews, and missing transcript paths fall back to a small preview. Use action 'models' to inspect models in the configured catalog; the result is a configured-auth snapshot showing what's present in the registry with configured authentication, not proof of credentials, entitlements, OAuth freshness, or live provider access. When authoring a workflow that should dynamically select a model, first call workflow({ action: 'models' }) to inspect the configured catalog, then select from the returned provider/id entries considering the isCurrent marker and available thinking levels.",
|
|
693
693
|
"parameters": {
|
|
694
694
|
"workflow": "string (optional) — workflow ID or normalized name",
|
|
695
695
|
"inputs": "object (optional) — key/value map of workflow inputs",
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
adversarial_verification_default
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import"./chunk-
|
|
5
|
-
import"./chunk-
|
|
6
|
-
import"./chunk-
|
|
7
|
-
import"./chunk-
|
|
8
|
-
import"./chunk-bfkmzv9h.js";
|
|
9
|
-
import"./chunk-zbekjqew.js";
|
|
3
|
+
} from "./chunk-1kx4aggw.js";
|
|
4
|
+
import"./chunk-p8jjwfg6.js";
|
|
5
|
+
import"./chunk-n1910xc4.js";
|
|
6
|
+
import"./chunk-xtxcq5tj.js";
|
|
7
|
+
import"./chunk-a2kdsqn8.js";
|
|
10
8
|
export {
|
|
11
9
|
adversarial_verification_default as default
|
|
12
10
|
};
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import {
|
|
5
|
-
build_scoring_prompt,
|
|
6
|
-
scoring_prompt_reads,
|
|
7
|
-
warm_first_fan_out
|
|
8
|
-
} from "./chunk-7430zyas.js";
|
|
2
|
+
workflow
|
|
3
|
+
} from "./chunk-xtxcq5tj.js";
|
|
9
4
|
import {
|
|
10
|
-
|
|
11
|
-
} from "./chunk-
|
|
5
|
+
withSteeringPropagationContext2
|
|
6
|
+
} from "./chunk-a2kdsqn8.js";
|
|
12
7
|
import {
|
|
13
|
-
|
|
14
|
-
decide_verification,
|
|
8
|
+
parse_rubric,
|
|
15
9
|
normalize_criteria,
|
|
16
|
-
|
|
17
|
-
|
|
10
|
+
VERIFICATION_SCALE,
|
|
11
|
+
decide_verification
|
|
12
|
+
} from "./chunk-n1910xc4.js";
|
|
18
13
|
import {
|
|
19
|
-
|
|
20
|
-
|
|
14
|
+
scoring_prompt_reads,
|
|
15
|
+
build_scoring_prompt,
|
|
16
|
+
warm_first_fan_out
|
|
17
|
+
} from "./chunk-p8jjwfg6.js";
|
|
21
18
|
import {
|
|
22
|
-
|
|
23
|
-
} from "./chunk-
|
|
19
|
+
fold_usage
|
|
20
|
+
} from "./chunk-tgt0s5e5.js";
|
|
21
|
+
import {
|
|
22
|
+
stableArtifactRoot
|
|
23
|
+
} from "./chunk-rc5ec5xx.js";
|
|
24
24
|
|
|
25
25
|
// dist/builtin/workflows/builtin/adversarial-verification.ts
|
|
26
26
|
import { Type as Type2 } from "typebox";
|
|
@@ -258,10 +258,10 @@ async function runAdversarialVerification(ctx) {
|
|
|
258
258
|
});
|
|
259
259
|
}
|
|
260
260
|
}
|
|
261
|
-
const runWave = async (
|
|
262
|
-
if (
|
|
261
|
+
const runWave = async (pending, reaskWave) => {
|
|
262
|
+
if (pending.length === 0)
|
|
263
263
|
return { valid: [], invalid: [], results: [] };
|
|
264
|
-
const reports = await warm_first_fan_out(ctx,
|
|
264
|
+
const reports = await warm_first_fan_out(ctx, pending.map((cell) => scoreStep(cell, reaskWave, scoringHead, criteriaPath)), () => scoringHead, { concurrency: Math.min(pending.length, 4), failFast: false });
|
|
265
265
|
const byName = new Map;
|
|
266
266
|
for (const report of reports) {
|
|
267
267
|
const name = report.name ?? report.stageName;
|
|
@@ -270,7 +270,7 @@ async function runAdversarialVerification(ctx) {
|
|
|
270
270
|
}
|
|
271
271
|
const valid = [];
|
|
272
272
|
const invalid = [];
|
|
273
|
-
for (const cell of
|
|
273
|
+
for (const cell of pending) {
|
|
274
274
|
const report = byName.get(stageName(cell, reaskWave));
|
|
275
275
|
const artifactPath = reaskWave === 0 ? cell.artifactPath : cell.artifactPath.replace(/\.json$/, `-reask-${reaskWave}.json`);
|
|
276
276
|
if (isCriterionScore(report?.structured, cell.criterion.id)) {
|
|
@@ -398,7 +398,7 @@ var adversarial_verification_default = workflow({
|
|
|
398
398
|
review_report_path: Type2.String({ description: "Path to the final consolidated findings or quorum report." }),
|
|
399
399
|
remaining_work: Type2.Array(Type2.String(), { description: "Unresolved findings or quorum evidence when not approved." })
|
|
400
400
|
},
|
|
401
|
-
run: async (ctx) => await runAdversarialVerification(
|
|
401
|
+
run: async (ctx) => await runAdversarialVerification(withSteeringPropagationContext2(ctx))
|
|
402
402
|
});
|
|
403
403
|
|
|
404
404
|
export { adversarial_verification_default };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
workflow
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-xtxcq5tj.js";
|
|
4
4
|
import {
|
|
5
|
-
|
|
6
|
-
} from "./chunk-
|
|
5
|
+
withSteeringPropagationContext2
|
|
6
|
+
} from "./chunk-a2kdsqn8.js";
|
|
7
7
|
|
|
8
8
|
// dist/builtin/workflows/builtin/open-claude-design.ts
|
|
9
9
|
import { Type as Type2 } from "typebox";
|
|
@@ -806,10 +806,10 @@ async function runOpenClaudeDesignWorkflow(ctx) {
|
|
|
806
806
|
}
|
|
807
807
|
};
|
|
808
808
|
const designModelConfig = {
|
|
809
|
-
model: "openai-codex/gpt-6-astra:
|
|
809
|
+
model: "openai-codex/gpt-6-astra:medium",
|
|
810
810
|
fallbackModels: [
|
|
811
|
-
"github-copilot/gpt-6-astra:
|
|
812
|
-
"openai/gpt-6-astra:
|
|
811
|
+
"github-copilot/gpt-6-astra:medium",
|
|
812
|
+
"openai/gpt-6-astra:medium",
|
|
813
813
|
"anthropic/claude-fable-5-1:high",
|
|
814
814
|
"github-copilot/claude-fable-5-1:high",
|
|
815
815
|
"anthropic/claude-opus-5:high",
|
|
@@ -832,7 +832,7 @@ 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/openai/gpt-6-astra:
|
|
835
|
+
"openrouter/openai/gpt-6-astra:medium",
|
|
836
836
|
"openrouter/anthropic/claude-fable-5-1:high",
|
|
837
837
|
"openrouter/anthropic/claude-opus-5:high",
|
|
838
838
|
"openrouter/anthropic/claude-fable-5:high",
|
|
@@ -840,7 +840,7 @@ async function runOpenClaudeDesignWorkflow(ctx) {
|
|
|
840
840
|
"openrouter/moonshotai/kimi-k3:max",
|
|
841
841
|
"openrouter/openai/gpt-5.6-sol:xhigh",
|
|
842
842
|
"openrouter/sakana/fugu-ultra:high",
|
|
843
|
-
"openrouter/x-ai/grok-4.6",
|
|
843
|
+
"openrouter/x-ai/grok-4.6:xhigh",
|
|
844
844
|
"openrouter/z-ai/glm-5.3:high",
|
|
845
845
|
"openrouter/z-ai/glm-5.3-flash:high"
|
|
846
846
|
]
|
|
@@ -1066,7 +1066,7 @@ var open_claude_design_default = workflow({
|
|
|
1066
1066
|
spec_file_url: Type2.Optional(Type2.String({ description: "file:// URL for the generated spec.html file." })),
|
|
1067
1067
|
playwright_cli_status: Type2.Optional(Type2.String({ description: "Outcome of the initial deterministic step that ensures the playwright-cli skill's `playwright-cli` command is installed." }))
|
|
1068
1068
|
},
|
|
1069
|
-
run: async (ctx) => await runOpenClaudeDesignWorkflow(
|
|
1069
|
+
run: async (ctx) => await runOpenClaudeDesignWorkflow(withSteeringPropagationContext2(ctx))
|
|
1070
1070
|
});
|
|
1071
1071
|
|
|
1072
1072
|
export { open_claude_design_default };
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
} from "./chunk-
|
|
2
|
+
workflow
|
|
3
|
+
} from "./chunk-xtxcq5tj.js";
|
|
4
4
|
import {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
} from "./chunk-6fqs7c01.js";
|
|
5
|
+
withSteeringPropagationContext2
|
|
6
|
+
} from "./chunk-a2kdsqn8.js";
|
|
8
7
|
import {
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
score_progress,
|
|
9
|
+
classify_trend
|
|
10
|
+
} from "./chunk-z0d03ktm.js";
|
|
11
11
|
import {
|
|
12
|
-
|
|
13
|
-
} from "./chunk-
|
|
12
|
+
stableArtifactRoot
|
|
13
|
+
} from "./chunk-rc5ec5xx.js";
|
|
14
14
|
|
|
15
15
|
// dist/builtin/workflows/builtin/loop-until-done.ts
|
|
16
16
|
import { Type as Type2 } from "typebox";
|
|
@@ -246,7 +246,7 @@ async function runLoopUntilDone(ctx) {
|
|
|
246
246
|
}
|
|
247
247
|
await writeLedger(ledgerPath, ctx.inputs.prompt, ctx.inputs.max_iterations, decision.done ? "complete" : "active", entries);
|
|
248
248
|
if (decision.done) {
|
|
249
|
-
const
|
|
249
|
+
const report = progressReport(entries);
|
|
250
250
|
const resultPath = join(artifactDir, "result.md");
|
|
251
251
|
const final = await ctx.task("completion-summary", {
|
|
252
252
|
prompt: renderCompletionPrompt({ task: ctx.inputs.prompt, ledgerPath, iterationPath }),
|
|
@@ -255,12 +255,12 @@ async function runLoopUntilDone(ctx) {
|
|
|
255
255
|
output: resultPath,
|
|
256
256
|
outputMode: "file-only"
|
|
257
257
|
});
|
|
258
|
-
const
|
|
258
|
+
const result = `${final.text ? `${final.text.trimEnd()}
|
|
259
259
|
|
|
260
|
-
` : ""}${formatProgressReport(
|
|
260
|
+
` : ""}${formatProgressReport(report)}
|
|
261
261
|
`;
|
|
262
262
|
return {
|
|
263
|
-
result
|
|
263
|
+
result,
|
|
264
264
|
status: "complete",
|
|
265
265
|
iterations_completed: iteration,
|
|
266
266
|
ledger_path: ledgerPath,
|
|
@@ -269,8 +269,8 @@ async function runLoopUntilDone(ctx) {
|
|
|
269
269
|
result_path: resultPath,
|
|
270
270
|
remaining_work: "",
|
|
271
271
|
artifact_dir: artifactDir,
|
|
272
|
-
progress_curve:
|
|
273
|
-
final_trend:
|
|
272
|
+
progress_curve: report.curve,
|
|
273
|
+
final_trend: report.trend,
|
|
274
274
|
progress_disclaimer: PROGRESS_DISCLAIMER
|
|
275
275
|
};
|
|
276
276
|
}
|
|
@@ -339,7 +339,7 @@ var loop_until_done_default = workflow({
|
|
|
339
339
|
final_trend: Type2.Union([Type2.Literal("rising"), Type2.Literal("flat"), Type2.Literal("regressing")], { description: "Final advisory trend classification; never a stop decision." }),
|
|
340
340
|
progress_disclaimer: Type2.String({ description: "Calibration disclaimer for the advisory progress signal." })
|
|
341
341
|
},
|
|
342
|
-
run: async (ctx) => await runLoopUntilDone(
|
|
342
|
+
run: async (ctx) => await runLoopUntilDone(withSteeringPropagationContext2(ctx))
|
|
343
343
|
});
|
|
344
344
|
|
|
345
345
|
export { loop_until_done_default };
|
|
@@ -22,7 +22,7 @@ var PENDING_STAGE_DELIVERY_GUIDANCE = PENDING_STAGE_DELIVERY_GUIDANCE_LINES.join
|
|
|
22
22
|
var STEERING_PROPAGATION_CONTRACT = [
|
|
23
23
|
"Steering propagation contract:",
|
|
24
24
|
"- Mid-run user messages (steering, follow-ups, resume text) are authoritative and may amend this run's objective or acceptance criteria. Adopt an amendment as required behavior from the moment you receive it.",
|
|
25
|
-
`- Explicit task-scoped requests to work "inline", "do this directly", or "don't use a workflow" override workflow-first defaults even for complex work. Do not create or launch a hidden/nested replacement workflow or pressure the user to reapprove the choice. Quoted examples and questions about inline code are not execution-mode instructions.`,
|
|
25
|
+
`- Explicit task-scoped requests to work "quickly", "inline", "do this directly", or "don't use a workflow" override workflow-first defaults even for complex work. Treat "quickly" as an inline execution choice, not a request for a faster workflow. Do not create or launch a hidden/nested replacement workflow or pressure the user to reapprove the choice. Quoted examples and questions about inline code are not execution-mode instructions; neither are descriptions of software that should run quickly.`,
|
|
26
26
|
"- On a switch from an active workflow to inline, notify the controlling session to safely hold/stop the affected workflow, reconcile completed work and in-flight side effects, then continue inline without duplicate execution. Do not claim completed work was undone. Preserve appropriate tests, review, evidence, safety and authorization constraints; the preference applies only to the specified task.",
|
|
27
27
|
"- An amendment that stays in your session is lost. Restate every objective-relevant steering message in your final report or handoff artifact, verbatim when short, under an explicit `Contract amendments received` heading.",
|
|
28
28
|
"- Keep user-authored amendments visibly separate from your own observations, so later stages can tell a required clause from an agent proposal.",
|
|
@@ -64,7 +64,7 @@ var WORKER_PREFLIGHT_CONTRACT = [
|
|
|
64
64
|
var E2E_VERIFICATION_GUIDANCE = [
|
|
65
65
|
"Verify correctness end-to-end whenever practical for user-visible behavior; an executable scenario is stronger proof than code inspection, unit tests, or stage summaries alone.",
|
|
66
66
|
'For web or frontend flows, including frontend changes whose correctness depends on backend/API behavior, use the playwright-cli skill or delegate with `skill: "playwright-cli"`; capture snapshot, screenshot, DOM, or network evidence suited to the objective.',
|
|
67
|
-
|
|
67
|
+
"For TUI/terminal automation/testing, prefer the herdr skill on macOS, Linux and Windows. Install Herdr if missing when network access and permissions permit; fall back to the tmux skill or native Windows psmux if installation or use is not possible. Preserve the pinned herdr skill's explicit-request and HERDR_ENV=1 requirements; never control a focused session from outside Herdr. Check installed help: psmux uses tmux-style commands, while herdr has its own CLI, not interchangeable flags. Exercise the actual interactive flow and retain pane/text or terminal recording evidence.",
|
|
68
68
|
"For desktop and accessible simulator/emulator windows, use suitable PyAutoGUI or native platform tooling for a real visible app scenario and screenshots/video. Consult https://github.com/openai/openai-cua-sample-app#first-run and its Python README for setup and interruption guidance; the sample is optional and needs model/API access. Use a dedicated desktop/session, controlled fixtures and required screen-recording/accessibility permissions, inspect screenshots for other windows, and release held keys/buttons on interruption. Do not automate an arbitrary physical iPhone without an accessible simulator/emulator/mirroring or native automation setup, or label browser recordings as terminal/iOS proof.",
|
|
69
69
|
"Choose tools from observed environment capabilities. Prefer installed/cached tools; install missing tools, runtimes or plugins when online access and permissions permit. Known offline/restricted installation is sufficient evidence not to attempt prohibited downloads; otherwise check capabilities or make one bounded setup attempt. Do not loop on blocked downloads, require production credentials, or take unsafe actions.",
|
|
70
70
|
"When execution or installation is unavailable, continue available authoritative repository checks and retain useful local evidence. Report the constraint or attempted command with observed output, what could not run, and the narrower validation performed. For non-UI tasks, use relevant executable checks rather than manufacturing a UI scenario. An unavailable optional mechanism is not itself failed implementation or permission to relax required project checks."
|
|
@@ -204,7 +204,7 @@ function withStepContract(step) {
|
|
|
204
204
|
const withPrompt = step.prompt === undefined ? step : { ...step, prompt: withSteeringPropagation(step.prompt) };
|
|
205
205
|
return withPrompt.task === undefined ? withPrompt : { ...withPrompt, task: withSteeringPropagation(withPrompt.task) };
|
|
206
206
|
}
|
|
207
|
-
function
|
|
207
|
+
function withSteeringPropagationContext2(ctx) {
|
|
208
208
|
const wrapped = Object.create(ctx);
|
|
209
209
|
wrapped.task = (name, options) => ctx.task(name, withPromptContract(options));
|
|
210
210
|
wrapped.chain = (steps, options) => ctx.chain(steps.map(withStepContract), options);
|
|
@@ -212,4 +212,4 @@ function withSteeringPropagationContext(ctx) {
|
|
|
212
212
|
return wrapped;
|
|
213
213
|
}
|
|
214
214
|
|
|
215
|
-
export { keepContext, REVIEWER_CALIBRATION_RULES, WORKER_PREFLIGHT_CONTRACT, E2E_VERIFICATION_GUIDANCE, CODE_QUALITY_VERIFICATION_GUIDANCE, MEDIA_PUBLICATION_GUIDANCE, REPO_INTENT_MINING_GUIDANCE, renderE2eQaVideoReviewGuidance, LITERAL_OBJECTIVE_CONTRACT, REVIEWER_SPEC_VS_OBJECTIVE_GUARD, REVIEWER_OVERIMPLEMENTATION_GUARD, ACCEPTANCE_MATRIX_CONTRACT, CONTRACT_FIDELITY_AUDIT, REVIEWER_INTERCOM_COORDINATION_PROTOCOL, REVIEWER_INDEPENDENT_VERIFICATION_CONTRACT, REGRESSION_EVIDENCE_CONTRACT, FINDINGS_CONSOLIDATION_CONTRACT, SCOPE_DISCIPLINE_CONTRACT, EVIDENCE_CLOSURE_POLICY, WORKTREE_DISCIPLINE_CONTRACT, REVIEW_CODE_DELTA_CONTRACT,
|
|
215
|
+
export { keepContext, REVIEWER_CALIBRATION_RULES, WORKER_PREFLIGHT_CONTRACT, E2E_VERIFICATION_GUIDANCE, CODE_QUALITY_VERIFICATION_GUIDANCE, MEDIA_PUBLICATION_GUIDANCE, REPO_INTENT_MINING_GUIDANCE, renderE2eQaVideoReviewGuidance, LITERAL_OBJECTIVE_CONTRACT, REVIEWER_SPEC_VS_OBJECTIVE_GUARD, REVIEWER_OVERIMPLEMENTATION_GUARD, ACCEPTANCE_MATRIX_CONTRACT, CONTRACT_FIDELITY_AUDIT, REVIEWER_INTERCOM_COORDINATION_PROTOCOL, REVIEWER_INDEPENDENT_VERIFICATION_CONTRACT, REGRESSION_EVIDENCE_CONTRACT, FINDINGS_CONSOLIDATION_CONTRACT, SCOPE_DISCIPLINE_CONTRACT, EVIDENCE_CLOSURE_POLICY, WORKTREE_DISCIPLINE_CONTRACT, REVIEW_CODE_DELTA_CONTRACT, withSteeringPropagationContext2 };
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
stableArtifactRoot
|
|
3
|
-
} from "./chunk-wpckd35c.js";
|
|
4
1
|
import {
|
|
5
2
|
workflow
|
|
6
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-xtxcq5tj.js";
|
|
7
4
|
import {
|
|
8
|
-
|
|
9
|
-
} from "./chunk-
|
|
5
|
+
withSteeringPropagationContext2
|
|
6
|
+
} from "./chunk-a2kdsqn8.js";
|
|
7
|
+
import {
|
|
8
|
+
stableArtifactRoot
|
|
9
|
+
} from "./chunk-rc5ec5xx.js";
|
|
10
10
|
|
|
11
11
|
// dist/builtin/workflows/builtin/fan-out-and-synthesize.ts
|
|
12
12
|
import { Type as Type2 } from "typebox";
|
|
@@ -193,7 +193,7 @@ var fan_out_and_synthesize_default = workflow({
|
|
|
193
193
|
artifact_dir: Type2.String({ description: "Per-run artifact directory." }),
|
|
194
194
|
manifest_path: Type2.String({ description: "Barrier manifest linking partitions to branch artifacts." })
|
|
195
195
|
},
|
|
196
|
-
run: async (ctx) => await runFanOutAndSynthesize(
|
|
196
|
+
run: async (ctx) => await runFanOutAndSynthesize(withSteeringPropagationContext2(ctx))
|
|
197
197
|
});
|
|
198
198
|
|
|
199
199
|
export { fan_out_and_synthesize_default };
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
stableArtifactRoot
|
|
3
|
-
} from "./chunk-wpckd35c.js";
|
|
4
1
|
import {
|
|
5
2
|
workflow
|
|
6
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-xtxcq5tj.js";
|
|
7
4
|
import {
|
|
8
|
-
|
|
9
|
-
} from "./chunk-
|
|
5
|
+
withSteeringPropagationContext2
|
|
6
|
+
} from "./chunk-a2kdsqn8.js";
|
|
7
|
+
import {
|
|
8
|
+
stableArtifactRoot
|
|
9
|
+
} from "./chunk-rc5ec5xx.js";
|
|
10
10
|
|
|
11
11
|
// dist/builtin/workflows/builtin/classify-and-act.ts
|
|
12
12
|
import { Type as Type2 } from "typebox";
|
|
@@ -112,7 +112,7 @@ async function runClassifyAndAct(ctx) {
|
|
|
112
112
|
const confidenceValue = typeof value === "object" && value !== null && "confidence" in value ? value.confidence : 0;
|
|
113
113
|
const confidence = typeof confidenceValue === "number" && Number.isFinite(confidenceValue) ? Math.max(0, Math.min(1, confidenceValue)) : 0;
|
|
114
114
|
const rationale = typeof value === "object" && value !== null && "rationale" in value ? String(value.rationale) : "Classifier did not provide a usable structured rationale.";
|
|
115
|
-
const exactCategory = ctx.inputs.categories.find((
|
|
115
|
+
const exactCategory = ctx.inputs.categories.find((category) => category === proposedCategory);
|
|
116
116
|
const needsFallback = exactCategory === undefined || confidence < ctx.inputs.confidence_threshold;
|
|
117
117
|
const fallback = needsFallback ? await resolveFallbackCategory(ctx, exactCategory) : undefined;
|
|
118
118
|
const category = fallback?.category ?? exactCategory;
|
|
@@ -140,7 +140,7 @@ async function runClassifyAndAct(ctx) {
|
|
|
140
140
|
}
|
|
141
141
|
|
|
142
142
|
// dist/builtin/workflows/builtin/classify-and-act.ts
|
|
143
|
-
var
|
|
143
|
+
var DEFAULT_ACTION_CATEGORIES2 = ["analysis", "implementation", "research"];
|
|
144
144
|
var classify_and_act_default = workflow({
|
|
145
145
|
name: "classify-and-act",
|
|
146
146
|
description: "Classify a task with structured confidence, route deterministically to an isolated category action, and ask for human selection when confidence is low.",
|
|
@@ -150,7 +150,7 @@ var classify_and_act_default = workflow({
|
|
|
150
150
|
categories: Type2.Array(Type2.String({ minLength: 1 }), {
|
|
151
151
|
minItems: 1,
|
|
152
152
|
maxItems: 8,
|
|
153
|
-
default: [...
|
|
153
|
+
default: [...DEFAULT_ACTION_CATEGORIES2],
|
|
154
154
|
description: "Ordered action categories available to the classifier and fallback chooser."
|
|
155
155
|
}),
|
|
156
156
|
confidence_threshold: Type2.Number({
|
|
@@ -169,7 +169,7 @@ var classify_and_act_default = workflow({
|
|
|
169
169
|
action_path: Type2.String({ description: "Category action report artifact path." }),
|
|
170
170
|
artifact_dir: Type2.String({ description: "Per-run artifact directory." })
|
|
171
171
|
},
|
|
172
|
-
run: async (ctx) => await runClassifyAndAct(
|
|
172
|
+
run: async (ctx) => await runClassifyAndAct(withSteeringPropagationContext2(ctx))
|
|
173
173
|
});
|
|
174
174
|
|
|
175
|
-
export {
|
|
175
|
+
export { DEFAULT_ACTION_CATEGORIES2, classify_and_act_default };
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import {
|
|
5
|
-
build_scoring_prompt,
|
|
6
|
-
scoring_prompt_reads,
|
|
7
|
-
warm_first_fan_out
|
|
8
|
-
} from "./chunk-7430zyas.js";
|
|
2
|
+
workflow
|
|
3
|
+
} from "./chunk-xtxcq5tj.js";
|
|
9
4
|
import {
|
|
10
|
-
|
|
11
|
-
} from "./chunk-
|
|
5
|
+
withSteeringPropagationContext2
|
|
6
|
+
} from "./chunk-a2kdsqn8.js";
|
|
12
7
|
import {
|
|
13
|
-
|
|
8
|
+
parse_rubric,
|
|
14
9
|
normalize_criteria,
|
|
15
|
-
|
|
16
|
-
} from "./chunk-
|
|
10
|
+
VERIFICATION_SCALE
|
|
11
|
+
} from "./chunk-n1910xc4.js";
|
|
17
12
|
import {
|
|
18
|
-
|
|
19
|
-
|
|
13
|
+
scoring_prompt_reads,
|
|
14
|
+
build_scoring_prompt,
|
|
15
|
+
warm_first_fan_out
|
|
16
|
+
} from "./chunk-p8jjwfg6.js";
|
|
20
17
|
import {
|
|
21
|
-
|
|
22
|
-
} from "./chunk-
|
|
18
|
+
fold_usage
|
|
19
|
+
} from "./chunk-tgt0s5e5.js";
|
|
20
|
+
import {
|
|
21
|
+
stableArtifactRoot
|
|
22
|
+
} from "./chunk-rc5ec5xx.js";
|
|
23
23
|
|
|
24
24
|
// dist/builtin/workflows/builtin/tournament.ts
|
|
25
25
|
import { Type as Type2 } from "typebox";
|
|
@@ -596,7 +596,7 @@ var tournament_default = workflow({
|
|
|
596
596
|
seed: Type2.Integer({ description: "Seed used for the deterministic comparison schedule." }),
|
|
597
597
|
artifact_dir: Type2.String({ description: "Run-specific directory containing tournament artifacts." })
|
|
598
598
|
},
|
|
599
|
-
run: async (ctx) => await runTournament(
|
|
599
|
+
run: async (ctx) => await runTournament(withSteeringPropagationContext2(ctx))
|
|
600
600
|
});
|
|
601
601
|
|
|
602
602
|
export { tournament_default };
|
|
@@ -1,48 +1,48 @@
|
|
|
1
|
-
import {
|
|
2
|
-
consolidateFindingsBatch,
|
|
3
|
-
convergence_escalation_evidence,
|
|
4
|
-
ensureWorkflowArtifactDirectory,
|
|
5
|
-
finalActionRemaining,
|
|
6
|
-
parseFailureDiagnostics,
|
|
7
|
-
record_convergence,
|
|
8
|
-
reverify_consolidated_batch,
|
|
9
|
-
reviewerFailureText,
|
|
10
|
-
summarizeReviewConvergence,
|
|
11
|
-
workflowArtifactDirectoryPath
|
|
12
|
-
} from "./chunk-b0v2xab1.js";
|
|
13
|
-
import {
|
|
14
|
-
fold_usage
|
|
15
|
-
} from "./chunk-7at6dnkr.js";
|
|
16
|
-
import {
|
|
17
|
-
VERIFICATION_SCALE
|
|
18
|
-
} from "./chunk-cg9tmks0.js";
|
|
19
1
|
import {
|
|
20
2
|
workflow
|
|
21
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-xtxcq5tj.js";
|
|
22
4
|
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
5
|
+
keepContext,
|
|
6
|
+
REVIEWER_CALIBRATION_RULES,
|
|
7
|
+
WORKER_PREFLIGHT_CONTRACT,
|
|
26
8
|
E2E_VERIFICATION_GUIDANCE,
|
|
27
|
-
|
|
28
|
-
FINDINGS_CONSOLIDATION_CONTRACT,
|
|
29
|
-
LITERAL_OBJECTIVE_CONTRACT,
|
|
9
|
+
CODE_QUALITY_VERIFICATION_GUIDANCE,
|
|
30
10
|
MEDIA_PUBLICATION_GUIDANCE,
|
|
31
|
-
REGRESSION_EVIDENCE_CONTRACT,
|
|
32
11
|
REPO_INTENT_MINING_GUIDANCE,
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
REVIEWER_INTERCOM_COORDINATION_PROTOCOL,
|
|
36
|
-
REVIEWER_OVERIMPLEMENTATION_GUARD,
|
|
12
|
+
renderE2eQaVideoReviewGuidance,
|
|
13
|
+
LITERAL_OBJECTIVE_CONTRACT,
|
|
37
14
|
REVIEWER_SPEC_VS_OBJECTIVE_GUARD,
|
|
38
|
-
|
|
15
|
+
REVIEWER_OVERIMPLEMENTATION_GUARD,
|
|
16
|
+
ACCEPTANCE_MATRIX_CONTRACT,
|
|
17
|
+
CONTRACT_FIDELITY_AUDIT,
|
|
18
|
+
REVIEWER_INTERCOM_COORDINATION_PROTOCOL,
|
|
19
|
+
REVIEWER_INDEPENDENT_VERIFICATION_CONTRACT,
|
|
20
|
+
REGRESSION_EVIDENCE_CONTRACT,
|
|
21
|
+
FINDINGS_CONSOLIDATION_CONTRACT,
|
|
39
22
|
SCOPE_DISCIPLINE_CONTRACT,
|
|
40
|
-
|
|
23
|
+
EVIDENCE_CLOSURE_POLICY,
|
|
41
24
|
WORKTREE_DISCIPLINE_CONTRACT,
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
25
|
+
REVIEW_CODE_DELTA_CONTRACT,
|
|
26
|
+
withSteeringPropagationContext2
|
|
27
|
+
} from "./chunk-a2kdsqn8.js";
|
|
28
|
+
import {
|
|
29
|
+
workflowArtifactDirectoryPath,
|
|
30
|
+
ensureWorkflowArtifactDirectory,
|
|
31
|
+
record_convergence,
|
|
32
|
+
convergence_escalation_evidence,
|
|
33
|
+
finalActionRemaining,
|
|
34
|
+
consolidateFindingsBatch,
|
|
35
|
+
parseFailureDiagnostics,
|
|
36
|
+
reviewerFailureText,
|
|
37
|
+
summarizeReviewConvergence,
|
|
38
|
+
reverify_consolidated_batch
|
|
39
|
+
} from "./chunk-zggjyg5z.js";
|
|
40
|
+
import {
|
|
41
|
+
VERIFICATION_SCALE
|
|
42
|
+
} from "./chunk-n1910xc4.js";
|
|
43
|
+
import {
|
|
44
|
+
fold_usage
|
|
45
|
+
} from "./chunk-tgt0s5e5.js";
|
|
46
46
|
|
|
47
47
|
// dist/builtin/workflows/builtin/goal.ts
|
|
48
48
|
import { Type as Type2 } from "typebox";
|
|
@@ -113,10 +113,10 @@ var reviewDecisionSchema = Type.Object({
|
|
|
113
113
|
|
|
114
114
|
// dist/builtin/workflows/builtin/goal-models.ts
|
|
115
115
|
var orchestratorModelConfig = {
|
|
116
|
-
model: "openai-codex/gpt-6-astra:
|
|
116
|
+
model: "openai-codex/gpt-6-astra:medium",
|
|
117
117
|
fallbackModels: [
|
|
118
|
-
"github-copilot/gpt-6-astra:
|
|
119
|
-
"openai/gpt-6-astra:
|
|
118
|
+
"github-copilot/gpt-6-astra:medium",
|
|
119
|
+
"openai/gpt-6-astra:medium",
|
|
120
120
|
"anthropic/claude-fable-5-1:high",
|
|
121
121
|
"github-copilot/claude-fable-5-1:high",
|
|
122
122
|
"anthropic/claude-opus-5:high",
|
|
@@ -142,7 +142,7 @@ var orchestratorModelConfig = {
|
|
|
142
142
|
"zai-coding-cn/glm-5.3-flash:high",
|
|
143
143
|
"baseten/zai-org/GLM-5.3:high",
|
|
144
144
|
"baseten/zai-org/GLM-5.3-Flash:high",
|
|
145
|
-
"openrouter/openai/gpt-6-astra:
|
|
145
|
+
"openrouter/openai/gpt-6-astra:medium",
|
|
146
146
|
"openrouter/anthropic/claude-fable-5-1:high",
|
|
147
147
|
"openrouter/anthropic/claude-opus-5:high",
|
|
148
148
|
"openrouter/openai/gpt-5.6-sol:xhigh",
|
|
@@ -151,7 +151,7 @@ var orchestratorModelConfig = {
|
|
|
151
151
|
"openrouter/sakana/fugu-ultra:high",
|
|
152
152
|
"openrouter/openai/gpt-5.5:xhigh",
|
|
153
153
|
"openrouter/anthropic/claude-opus-4-8:high",
|
|
154
|
-
"openrouter/x-ai/grok-4.6",
|
|
154
|
+
"openrouter/x-ai/grok-4.6:xhigh",
|
|
155
155
|
"openrouter/z-ai/glm-5.3:high",
|
|
156
156
|
"openrouter/z-ai/glm-5.3-flash:high"
|
|
157
157
|
],
|
|
@@ -196,7 +196,7 @@ var reviewerModelConfig = {
|
|
|
196
196
|
"openrouter/sakana/fugu-ultra:high",
|
|
197
197
|
"openrouter/openai/gpt-5.5:xhigh",
|
|
198
198
|
"openrouter/anthropic/claude-opus-4-8:high",
|
|
199
|
-
"openrouter/x-ai/grok-4.6",
|
|
199
|
+
"openrouter/x-ai/grok-4.6:xhigh",
|
|
200
200
|
"openrouter/z-ai/glm-5.3:high",
|
|
201
201
|
"openrouter/z-ai/glm-5.3-flash:high"
|
|
202
202
|
],
|
|
@@ -1227,7 +1227,7 @@ var goal_default = workflow({
|
|
|
1227
1227
|
baseBranch: "base_branch"
|
|
1228
1228
|
},
|
|
1229
1229
|
run: async (ctx) => {
|
|
1230
|
-
const workflowCtx =
|
|
1230
|
+
const workflowCtx = withSteeringPropagationContext2(ctx);
|
|
1231
1231
|
const workflowStartCwd = workflowCtx.cwd ?? process.cwd();
|
|
1232
1232
|
const createPr = workflowCtx.inputs.create_pr === true;
|
|
1233
1233
|
return await runGoalWorkflow(workflowCtx, { createPr, workflowStartCwd });
|