@bastani/atomic 0.9.19-alpha.1 → 0.9.19-alpha.11
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 +206 -0
- package/README.md +2 -2
- package/dist/builtin/intercom/CHANGELOG.md +51 -0
- package/dist/builtin/intercom/README.md +28 -18
- package/dist/builtin/intercom/broker/broker.ts +81 -9
- package/dist/builtin/intercom/broker/client.ts +45 -1
- 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 +61 -6
- package/dist/builtin/intercom/broker/terminal-questions.ts +29 -0
- package/dist/builtin/intercom/index.bundle.mjs +1120 -783
- 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 +8 -7
- package/dist/builtin/intercom/types.ts +18 -3
- 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 +57 -0
- package/dist/builtin/subagents/README.md +46 -23
- 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 +8 -8
- 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 +2 -2
- 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 +41 -35
- package/dist/builtin/subagents/skills/tmux/SKILL.md +1 -1
- package/dist/builtin/subagents/src/extension/index.bundle.mjs +1414 -656
- package/dist/builtin/web-access/CHANGELOG.md +19 -0
- package/dist/builtin/web-access/README.md +31 -24
- package/dist/builtin/web-access/index.bundle.mjs +42723 -26674
- package/dist/builtin/web-access/package.json +3 -2
- package/dist/builtin/workflows/CHANGELOG.md +127 -0
- package/dist/builtin/workflows/README.md +15 -16
- package/dist/builtin/workflows/builtin/adversarial-verification.js +5 -7
- package/dist/builtin/workflows/builtin/{chunk-hqpe2cyx.js → chunk-1jth021m.js} +85 -85
- package/dist/builtin/workflows/builtin/{chunk-7430zyas.js → chunk-2377r57g.js} +5 -3
- package/dist/builtin/workflows/builtin/{chunk-79fjkcvh.js → chunk-31j2gs7h.js} +18 -18
- 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-b0v2xab1.js → chunk-ngkqkzej.js} +221 -23
- package/dist/builtin/workflows/builtin/{chunk-ed4jfn5t.js → chunk-nkrafh9s.js} +61 -61
- package/dist/builtin/workflows/builtin/{chunk-reqr3sr3.js → chunk-wf741bv3.js} +22 -22
- package/dist/builtin/workflows/builtin/{chunk-42s7sw0b.js → chunk-yeee2jrc.js} +19 -19
- package/dist/builtin/workflows/builtin/{chunk-6fqs7c01.js → chunk-z0d03ktm.js} +1 -1
- package/dist/builtin/workflows/builtin/{chunk-k3w87x8y.js → chunk-z29qbehr.js} +10 -10
- 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 +6 -6
- package/dist/builtin/workflows/src/extension/index.bundle.mjs +27782 -26348
- package/dist/builtin/workflows/src/index.js +1103 -515
- package/dist/builtin/workflows/src/shared/authoring-contract-stage.d.ts +4 -1
- package/dist/builtin/workflows/src/shared/authoring-contract-ui.d.ts +1 -1
- 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 +6 -5
- 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 +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.d.ts.map +1 -1
- package/dist/core/agent-session-custom-message-commit.js +33 -2
- 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 +2 -2
- package/dist/core/agent-session-message-queue.d.ts.map +1 -1
- package/dist/core/agent-session-message-queue.js +22 -8
- package/dist/core/agent-session-message-queue.js.map +1 -1
- package/dist/core/agent-session-methods.d.ts +21 -8
- 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-persistent-custom-messages.d.ts +1 -1
- package/dist/core/agent-session-persistent-custom-messages.d.ts.map +1 -1
- package/dist/core/agent-session-persistent-custom-messages.js +13 -3
- package/dist/core/agent-session-persistent-custom-messages.js.map +1 -1
- package/dist/core/agent-session-post-tool-compaction.js +1 -1
- package/dist/core/agent-session-post-tool-compaction.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 +105 -18
- package/dist/core/agent-session-prompt.js.map +1 -1
- package/dist/core/agent-session-queue-pause.d.ts.map +1 -1
- package/dist/core/agent-session-queue-pause.js +11 -0
- package/dist/core/agent-session-queue-pause.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 +14 -0
- package/dist/core/agent-session-tasks.d.ts.map +1 -0
- package/dist/core/agent-session-tasks.js +120 -0
- package/dist/core/agent-session-tasks.js.map +1 -0
- package/dist/core/agent-session-tool-hooks.d.ts.map +1 -1
- package/dist/core/agent-session-tool-hooks.js +2 -0
- package/dist/core/agent-session-tool-hooks.js.map +1 -1
- 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 +52 -5
- package/dist/core/agent-session-tool-registry.js.map +1 -1
- package/dist/core/agent-session-transfer.d.ts.map +1 -1
- package/dist/core/agent-session-transfer.js +7 -0
- package/dist/core/agent-session-transfer.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 +4 -2
- package/dist/core/agent-session-types.d.ts.map +1 -1
- package/dist/core/agent-session-types.js +2 -0
- package/dist/core/agent-session-types.js.map +1 -1
- package/dist/core/agent-session.d.ts +8 -1
- package/dist/core/agent-session.d.ts.map +1 -1
- package/dist/core/agent-session.js +29 -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 +10 -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 +15 -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 +3 -2
- 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 +10 -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-host-modules.d.ts +1 -1
- package/dist/core/extensions/loader-host-modules.d.ts.map +1 -1
- package/dist/core/extensions/loader-host-modules.js +5 -2
- package/dist/core/extensions/loader-host-modules.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-virtual-modules.d.ts.map +1 -1
- package/dist/core/extensions/loader-virtual-modules.js +6 -1
- package/dist/core/extensions/loader-virtual-modules.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/reactive-widget.d.ts +6 -0
- package/dist/core/extensions/reactive-widget.d.ts.map +1 -1
- package/dist/core/extensions/reactive-widget.js +7 -1
- package/dist/core/extensions/reactive-widget.js.map +1 -1
- package/dist/core/extensions/runner-context.d.ts +12 -2
- package/dist/core/extensions/runner-context.d.ts.map +1 -1
- package/dist/core/extensions/runner-context.js +49 -4
- 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-shortcuts.d.ts.map +1 -1
- package/dist/core/extensions/runner-shortcuts.js +32 -3
- package/dist/core/extensions/runner-shortcuts.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 +69 -19
- package/dist/core/extensions/runner.js.map +1 -1
- package/dist/core/extensions/runtime-types.d.ts +8 -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 +25 -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/keybinding-identity.d.ts +4 -0
- package/dist/core/keybinding-identity.d.ts.map +1 -0
- package/dist/core/keybinding-identity.js +10 -0
- package/dist/core/keybinding-identity.js.map +1 -0
- package/dist/core/keybindings.d.ts +37 -2
- package/dist/core/keybindings.d.ts.map +1 -1
- package/dist/core/keybindings.js +9 -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/retry-policy.d.ts +1 -0
- package/dist/core/retry-policy.d.ts.map +1 -1
- package/dist/core/retry-policy.js +2 -1
- package/dist/core/retry-policy.js.map +1 -1
- package/dist/core/sdk-exports.d.ts +3 -3
- package/dist/core/sdk-exports.d.ts.map +1 -1
- package/dist/core/sdk-exports.js +1 -1
- 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-basic-accessors.d.ts +6 -3
- package/dist/core/settings-manager-basic-accessors.d.ts.map +1 -1
- package/dist/core/settings-manager-basic-accessors.js +25 -8
- package/dist/core/settings-manager-basic-accessors.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-manager.d.ts +1 -1
- package/dist/core/settings-manager.d.ts.map +1 -1
- package/dist/core/settings-manager.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 +17 -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 +6 -5
- 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 +44 -0
- package/dist/core/tasks/agent-adapter.d.ts.map +1 -0
- package/dist/core/tasks/agent-adapter.js +112 -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 +119 -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/pause.d.ts +4 -0
- package/dist/core/tasks/pause.d.ts.map +1 -0
- package/dist/core/tasks/pause.js +49 -0
- package/dist/core/tasks/pause.js.map +1 -0
- package/dist/core/tasks/supervisor.d.ts +123 -0
- package/dist/core/tasks/supervisor.d.ts.map +1 -0
- package/dist/core/tasks/supervisor.js +942 -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 +32 -3
- package/dist/core/tools/bash-pty-native.d.ts.map +1 -1
- package/dist/core/tools/bash-pty-native.js +198 -1
- package/dist/core/tools/bash-pty-native.js.map +1 -1
- package/dist/core/tools/bash.d.ts +25 -5
- package/dist/core/tools/bash.d.ts.map +1 -1
- package/dist/core/tools/bash.js +100 -10
- package/dist/core/tools/bash.js.map +1 -1
- package/dist/core/tools/edit.d.ts +3 -0
- package/dist/core/tools/edit.d.ts.map +1 -1
- package/dist/core/tools/edit.js +92 -14
- package/dist/core/tools/edit.js.map +1 -1
- package/dist/core/tools/file-mutation-coordinator.d.ts +255 -0
- package/dist/core/tools/file-mutation-coordinator.d.ts.map +1 -0
- package/dist/core/tools/file-mutation-coordinator.js +300 -0
- package/dist/core/tools/file-mutation-coordinator.js.map +1 -0
- package/dist/core/tools/file-mutation-queue.d.ts +14 -1
- package/dist/core/tools/file-mutation-queue.d.ts.map +1 -1
- package/dist/core/tools/file-mutation-queue.js +15 -3
- package/dist/core/tools/file-mutation-queue.js.map +1 -1
- package/dist/core/tools/find.js.map +1 -1
- package/dist/core/tools/grep.js.map +1 -1
- package/dist/core/tools/hashline.d.ts +9 -0
- package/dist/core/tools/hashline.d.ts.map +1 -1
- package/dist/core/tools/hashline.js +12 -1
- package/dist/core/tools/hashline.js.map +1 -1
- package/dist/core/tools/index.d.ts +15 -4
- package/dist/core/tools/index.d.ts.map +1 -1
- package/dist/core/tools/index.js +79 -12
- package/dist/core/tools/index.js.map +1 -1
- package/dist/core/tools/kill.d.ts +17 -0
- package/dist/core/tools/kill.d.ts.map +1 -0
- package/dist/core/tools/kill.js +49 -0
- package/dist/core/tools/kill.js.map +1 -0
- package/dist/core/tools/ls.js.map +1 -1
- package/dist/core/tools/non-minting-snapshot-store.d.ts +49 -0
- package/dist/core/tools/non-minting-snapshot-store.d.ts.map +1 -0
- package/dist/core/tools/non-minting-snapshot-store.js +64 -0
- package/dist/core/tools/non-minting-snapshot-store.js.map +1 -0
- package/dist/core/tools/powershell.d.ts +100 -34
- package/dist/core/tools/powershell.d.ts.map +1 -1
- package/dist/core/tools/powershell.js +41 -11
- package/dist/core/tools/powershell.js.map +1 -1
- package/dist/core/tools/read-document-extract.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 +1 -1
- package/dist/core/tools/resource-selectors.d.ts.map +1 -1
- package/dist/core/tools/resource-selectors.js +21 -10
- 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 +30 -1
- package/dist/core/tools/write.d.ts.map +1 -1
- package/dist/core/tools/write.js +98 -10
- package/dist/core/tools/write.js.map +1 -1
- package/dist/core/workflow-stage-admission.d.ts +24 -0
- package/dist/core/workflow-stage-admission.d.ts.map +1 -1
- package/dist/core/workflow-stage-admission.js +87 -3
- 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 +14 -5
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +10 -1
- 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 +100 -3
- 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/scroll-widget.d.ts +23 -0
- package/dist/modes/interactive/components/scroll-widget.d.ts.map +1 -0
- package/dist/modes/interactive/components/scroll-widget.js +61 -0
- package/dist/modes/interactive/components/scroll-widget.js.map +1 -0
- 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 +41 -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 +165 -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 +11 -3
- 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 +7 -1
- package/dist/modes/interactive/interactive-mode-base.d.ts.map +1 -1
- package/dist/modes/interactive/interactive-mode-base.js +10 -4
- 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 +3 -2
- 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 +30 -4
- 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-startup.d.ts.map +1 -1
- package/dist/modes/interactive/interactive-startup.js +3 -0
- package/dist/modes/interactive/interactive-startup.js.map +1 -1
- package/dist/modes/interactive/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/activity-watchdog.d.ts +2 -2
- package/dist/modes/interactive-engine/activity-watchdog.d.ts.map +1 -1
- package/dist/modes/interactive-engine/activity-watchdog.js.map +1 -1
- package/dist/modes/interactive-engine/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 +9 -10
- package/dist/modes/interactive-engine/engine-custom-ui.d.ts.map +1 -1
- package/dist/modes/interactive-engine/engine-custom-ui.js +29 -12
- package/dist/modes/interactive-engine/engine-custom-ui.js.map +1 -1
- package/dist/modes/interactive-engine/engine-diagnostic-view.d.ts +3 -1
- package/dist/modes/interactive-engine/engine-diagnostic-view.d.ts.map +1 -1
- package/dist/modes/interactive-engine/engine-diagnostic-view.js +11 -0
- package/dist/modes/interactive-engine/engine-diagnostic-view.js.map +1 -1
- package/dist/modes/interactive-engine/engine-dialog-host.d.ts +2 -2
- package/dist/modes/interactive-engine/engine-dialog-host.d.ts.map +1 -1
- package/dist/modes/interactive-engine/engine-dialog-host.js +4 -1
- 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 +7 -1
- 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 +42 -4
- package/dist/modes/interactive-engine/isolated-runtime.js.map +1 -1
- package/dist/modes/interactive-engine/protocol.d.ts +21 -1
- package/dist/modes/interactive-engine/protocol.d.ts.map +1 -1
- package/dist/modes/interactive-engine/protocol.js +53 -2
- 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 +19 -8
- 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-process.d.ts +2 -0
- package/dist/modes/rpc/rpc-client-process.d.ts.map +1 -1
- package/dist/modes/rpc/rpc-client-process.js +23 -1
- package/dist/modes/rpc/rpc-client-process.js.map +1 -1
- package/dist/modes/rpc/rpc-client-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 +40 -3
- 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.d.ts.map +1 -1
- package/dist/modes/rpc/rpc-extension-ui.js +2 -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 +12 -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 +17 -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/dist/utils/markit.d.ts +2 -0
- package/dist/utils/markit.d.ts.map +1 -1
- package/dist/utils/markit.js +65 -5
- package/dist/utils/markit.js.map +1 -1
- package/docs/background-tasks.md +232 -0
- package/docs/build.md +51 -0
- package/docs/changelog.mdx +8 -8
- package/docs/compaction/reference.md +267 -0
- package/docs/compaction.md +39 -200
- package/docs/computer-use.md +425 -0
- package/docs/containerization.md +9 -5
- package/docs/custom-provider/api-reference.md +145 -0
- package/docs/custom-provider/oauth.md +131 -0
- package/docs/custom-provider/override.md +34 -0
- package/docs/custom-provider/registration.md +163 -0
- package/docs/custom-provider/streaming.md +214 -0
- package/docs/custom-provider.md +43 -607
- package/docs/development.md +68 -30
- package/docs/docs.json +199 -73
- package/docs/environment-variables.md +2 -2
- package/docs/extensions/api-reference.md +1003 -0
- package/docs/extensions/authoring.md +676 -0
- package/docs/extensions/events.md +793 -0
- package/docs/extensions/examples.md +94 -0
- package/docs/extensions/ui.md +470 -0
- package/docs/extensions.md +241 -2623
- package/docs/getting-started/authentication.md +55 -0
- package/docs/getting-started/first-session.md +172 -0
- package/docs/getting-started/installation.md +154 -0
- package/docs/getting-started/project-instructions.md +43 -0
- package/docs/guides/configuration.md +65 -0
- package/docs/guides/intercom.md +24 -0
- package/docs/guides/non-interactive.md +33 -0
- package/docs/guides/subagents.md +24 -0
- package/docs/guides/workflows.md +27 -0
- package/docs/guides.md +41 -0
- package/docs/herdr.md +55 -0
- package/docs/index.md +13 -44
- package/docs/intercom/operations.md +178 -0
- package/docs/intercom/reference.md +150 -0
- package/docs/intercom.md +61 -251
- package/docs/json.md +17 -0
- package/docs/keybindings.md +36 -2
- package/docs/llama-cpp.md +5 -0
- package/docs/models/artificial-analysis-index.md +89 -0
- package/docs/models/evals.md +225 -148
- package/docs/models/model-selection.md +30 -21
- package/docs/models/pareto-efficiency.md +4 -4
- package/docs/models/reference.md +601 -0
- package/docs/models.md +45 -550
- package/docs/packages/authoring.md +88 -0
- package/docs/packages/reference.md +43 -0
- package/docs/packages.md +28 -107
- package/docs/programmatic.md +29 -0
- package/docs/prompt-templates.md +11 -0
- package/docs/providers/reference.md +23 -0
- package/docs/providers.md +59 -62
- package/docs/quickstart.md +45 -239
- package/docs/reference/cli.md +252 -0
- package/docs/reference.md +52 -0
- package/docs/rpc/examples.md +64 -0
- package/docs/rpc/extension-ui.md +198 -0
- package/docs/rpc/protocol.md +1341 -0
- package/docs/rpc.md +109 -1346
- package/docs/sdk/reference.md +1090 -0
- package/docs/sdk.md +64 -756
- package/docs/session-format.md +2 -0
- package/docs/sessions.md +6 -10
- package/docs/settings.md +45 -48
- package/docs/skills/authoring.md +95 -0
- package/docs/skills/reference.md +60 -0
- package/docs/skills.md +37 -117
- package/docs/subagents/authoring.md +37 -0
- package/docs/subagents/reference.md +60 -0
- package/docs/subagents.md +90 -78
- package/docs/terminal-setup.md +1 -1
- package/docs/themes/reference.md +176 -0
- package/docs/themes.md +25 -135
- package/docs/tmux.md +7 -0
- package/docs/tools/edit.md +5 -0
- package/docs/tools.md +67 -1
- package/docs/tui/reference.md +343 -0
- package/docs/tui.md +83 -285
- package/docs/usage.md +31 -210
- package/docs/web-access.md +50 -0
- package/docs/windows.md +6 -5
- package/docs/workflows/api-reference.md +31 -12
- package/docs/workflows/authoring.md +7 -5
- package/docs/workflows/builtins.md +11 -8
- package/docs/workflows/operations.md +103 -38
- package/docs/workflows/reliable-design.md +59 -10
- package/docs/workflows/verification.md +116 -32
- package/docs/workflows.md +7 -3
- package/examples/extensions/gondolin/index.ts +116 -148
- package/examples/extensions/gondolin/package.json +1 -1
- package/examples/extensions/ssh.ts +56 -34
- package/npm-shrinkwrap.json +798 -678
- package/package.json +11 -11
- /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
package/docs/models/evals.md
CHANGED
|
@@ -8,7 +8,7 @@ description: "The external evals that inform Atomic model selection — Artifici
|
|
|
8
8
|
Atomic's model-selection docs are keyed to two live external eval sources rather than a hand-maintained table of scores. This page lists each eval, what it measures, the measured numbers for the models in Atomic's catalog, and **when to reference it** for a given workflow role — so an agent authoring a workflow can pick a model for a task type from evidence rather than from an aggregate rank.
|
|
9
9
|
|
|
10
10
|
<Warning>
|
|
11
|
-
No single benchmark is the source of truth. Validate these inputs against Atomic's own workflow evals
|
|
11
|
+
No single benchmark is the source of truth. Validate these inputs against Atomic's own workflow evals. Artificial Analysis was retrieved on **2026-09-08**, after its **September 7 Intelligence Index v4.3** announcement. The AA tables and charts below use that read; source pages show no separate per-measurement publication date. DeepSWE retains its **2026-09-03** snapshot, read on **2026-09-05**, and was not revalidated in this refresh. Values preserve the displayed source precision; a rounded lead is not a significance claim.
|
|
12
12
|
</Warning>
|
|
13
13
|
|
|
14
14
|
## The two sources at a glance
|
|
@@ -20,27 +20,25 @@ No single benchmark is the source of truth. Validate these inputs against Atomic
|
|
|
20
20
|
|
|
21
21
|
## Pick by task type
|
|
22
22
|
|
|
23
|
-
Start here when a stage needs a model. Each row names
|
|
23
|
+
Start here when a stage needs a model. Each row names a relevant benchmark and selected candidates, not a universal winner or a guarantee that the cheaper option stays close. "Measured" means the exact configuration named; a different effort level or agent is a different experiment.
|
|
24
24
|
|
|
25
|
-
|
|
25
|
+
Practical workflow default: use `low` or `medium` for coding, and `high` or `xhigh` for code review, test design and failure analysis, where the configured model supports those levels. Run actual tests as tool calls, not model judgments. `max` is usually overkill and is not preferred in practice. These are starting recommendations, not conclusions that every benchmark proves; the rows below preserve the exact measured settings. See [role-based thinking effort](/models/model-selection#role-based-thinking-effort).
|
|
26
|
+
|
|
27
|
+
| Task type | Benchmark to read | Selected measured candidates | Cost-conscious alternative |
|
|
26
28
|
| --- | --- | --- | --- |
|
|
27
|
-
| Implementing features and fixing bugs
|
|
28
|
-
| Terminal work
|
|
29
|
-
|
|
|
30
|
-
|
|
|
31
|
-
|
|
|
32
|
-
| Long-context extraction and synthesis | AA-LCR v1.1 | Kimi K3 max 89%; Fable 5.1 max
|
|
33
|
-
| Facts
|
|
34
|
-
|
|
|
35
|
-
| Scientific
|
|
36
|
-
| Hard
|
|
37
|
-
| Whole coding-agent
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
- **Fable 5.1 (max, default fallback) is the broadest model** — first or tied-first on Terminal-Bench, AA-Briefcase, GDPval, SciCode, HLE and Omniscience accuracy — but it is the most expensive per AA task ($6.12) and its non-hallucination rate is 27%, below Opus 5 (39%) and Astra (49–55%). It is absent from the DeepSWE snapshot.
|
|
42
|
-
- **GPT-6 Astra is the document and terminal specialist** — it leads GDP.pdf at every effort level, sits within a point of the Terminal-Bench leader, and its DeepSWE Best row solves 74% in 29 steps — but it trails the Anthropic rows by 5 points on AA-Briefcase and 8–9 on GDPval, where Muse Spark 1.3 max also leads it by 7, and it trails Meta, xAI and Z.AI by 9–11 points on 𝜏³-Banking.
|
|
43
|
-
- **The OpenAI budget tier is accurate but overconfident.** Luna and Sol score 39–49% on HLE and 81–90% on Terminal-Bench, yet answer wrongly rather than abstain 91–93% of the time when they do not know. Pair them with verification tool nodes; do not use them for uncited research summaries.
|
|
29
|
+
| Implementing features and fixing bugs | September 3 Datacurve DeepSWE | Astra xhigh, Gemini 3.8 Flash high and Opus 5 max display 74% | Luna max 67% / \$0.61; GLM-5.3-Flash max 63% / \$0.24 |
|
|
30
|
+
| Terminal work and shell debugging | Terminal-Bench v4.0 | Astra xhigh 60%, max 59%; Fable 5.1 xhigh with fallback 55% | GLM-5.3-Flash 33% at $0.25 per Index task; task-specific quality is materially lower |
|
|
31
|
+
| Knowledge-work deliverables | AA-Briefcase / GDPval-AA v2, normalized Elo, not pass rates | Fable 5.1 max with fallback 58% / 63%; Opus 5 max 57% / 62% | GLM-5.3-Flash 48% / 58% at $0.25 per Index task |
|
|
32
|
+
| SaaS workflows through REST APIs | AutomationBench-AA | Astra max 68%; Astra high and xhigh, Grok 4.6 high 67% | GLM-5.3-Flash 60%; Luna max 50% |
|
|
33
|
+
| Long PDFs and professional documents | GDP.pdf All-pass | Astra xhigh 32%; max and high 31% | Astra low 30%; Luna max 24% |
|
|
34
|
+
| Long-context extraction and synthesis | AA-LCR v1.1 | Kimi K3 max 89%; Fable 5.1 max with fallback 85% | Luna max 84% at $0.18 per Index task |
|
|
35
|
+
| Facts where a wrong answer is worse than a partial answer or abstention | AA-Omniscience non-hallucination | GLM-5.3-Flash 72%; GLM-5.3 max 70%; Muse Spark 1.3 xhigh 69% | GLM-5.3-Flash; verify claims regardless of benchmark rank |
|
|
36
|
+
| Raw factual recall with external verification | AA-Omniscience accuracy | Fable 5.1 max with fallback 67%; Fable 5 with fallback 65% | Gemini 3.8 Flash high and Gemini 3.7 Flash high 55% |
|
|
37
|
+
| Scientific programming | SciCode | Fable 5.1 max with fallback 63%; Fable 5 with fallback 61% | Gemini 3.8 Flash high and Gemini 3.7 Flash high 57% |
|
|
38
|
+
| Hard reasoning and physics | Humanity's Last Exam / CritPt | Fable 5.1 max with fallback 59% HLE; Astra max and Sol max 32% CritPt | Astra medium 53% HLE / 29% CritPt |
|
|
39
|
+
| Whole coding-agent products | Coding Agent Index v1.4 | Claude Code + Fable 5.1 max with fallback 70; Claude Code + Opus 5 xhigh and Muse Code + Muse Spark 1.3 max 68 | Opencode + Gemini 3.8 Flash high 61 / $2.04; Codex + Luna max 57 / $0.29 |
|
|
40
|
+
|
|
41
|
+
The new terminal benchmark changes the practical cross-check. Astra is strongest among these displayed terminal and PDF configurations, while Fable 5.1 retains stronger normalized Elo on knowledge-work deliverables. Luna remains a low-cost long-context candidate but its 7% non-hallucination metric calls for external verification. AA task costs are not Datacurve or Atomic task costs. All abbreviated Fable labels in charts retain the table's default-fallback setting.
|
|
44
42
|
|
|
45
43
|
## DeepSWE — coding-agent performance
|
|
46
44
|
|
|
@@ -109,15 +107,15 @@ xychart-beta
|
|
|
109
107
|
What the three charts say together:
|
|
110
108
|
|
|
111
109
|
- **Accuracy is flat at the top.** Three models display 74% and a fourth 73%, all inside each other's confidence intervals. Choose among them on cost and steps, not score.
|
|
112
|
-
- **
|
|
110
|
+
- **The displayed 74% rows span about fivefold in cost.** Gemini 3.8 Flash [high] costs $2.36 and Opus 5 [max] $11.84. Luna [max] reaches 67% for $0.61. Sonnet 5 [max] costs $26.40 for 54% and 268 steps in this snapshot.
|
|
113
111
|
- **Steps predict wall time and tool-call load.** Astra [xhigh] (29) and Sol [max] (61) finish in a third of the steps that Gemini 3.8 Flash [high] (166) or DeepSeek V4 Pro [max] (155) need. For a worker loop that pays per tool call or that a reviewer must audit, prefer the low-step row at the same accuracy.
|
|
114
|
-
- **The cheap tier is honest about its ceiling.** GLM-5.3-Flash [max] 63% at
|
|
112
|
+
- **The cheap tier is honest about its ceiling.** GLM-5.3-Flash [max] 63% at \$0.24 and DeepSeek V4 Flash [max] 53% at \$0.46 are the only rows under \$1 besides Luna; they are budget workers, not judgment gates.
|
|
115
113
|
|
|
116
114
|
## Artificial Analysis: current measures
|
|
117
115
|
|
|
118
|
-
### Intelligence Index v4.
|
|
116
|
+
### Intelligence Index v4.3
|
|
119
117
|
|
|
120
|
-
The [September
|
|
118
|
+
The [September 7, 2026 announcement](https://artificialanalysis.ai/articles/artificial-analysis-intelligence-index-v4-3), [current index](https://artificialanalysis.ai/evaluations/artificial-analysis-intelligence-index) and [methodology](https://artificialanalysis.ai/methodology/intelligence-benchmarking), retrieved 2026-09-08, identify **Artificial Analysis Intelligence Index v4.3**. It replaces 𝜏³-Banking with AutomationBench-AA and Terminal-Bench v2.1 with v4.0. Category weights remain unchanged from v4.2; evaluations with private questions or answers now account for 45% rather than 40%. Do not compare scores across revisions as though only the models changed. The announcement still describes v5 as future work.
|
|
121
119
|
|
|
122
120
|
The ten evaluations and their contributions are:
|
|
123
121
|
|
|
@@ -125,8 +123,8 @@ The ten evaluations and their contributions are:
|
|
|
125
123
|
| --- | --- | --- | --- |
|
|
126
124
|
| Agents, 30% | AA-Briefcase | 15% | Multi-week knowledge-work projects and file deliverables |
|
|
127
125
|
| Agents | GDPval-AA v2 | 10% | Economically realistic professional work |
|
|
128
|
-
| Agents |
|
|
129
|
-
| Coding, 20% | Terminal-Bench
|
|
126
|
+
| Agents | AutomationBench-AA | 5% | SaaS workflow automation with REST API tools; objective completion with zero credit on a guardrail violation |
|
|
127
|
+
| Coding, 20% | Terminal-Bench v4.0 | 10% | Terminal execution and debugging |
|
|
130
128
|
| Coding | SciCode | 10% | Scientific programming |
|
|
131
129
|
| Scientific Reasoning, 20% | Humanity's Last Exam | 10% | Hard reasoning and knowledge |
|
|
132
130
|
| Scientific Reasoning | CritPt | 10% | Physics reasoning |
|
|
@@ -134,189 +132,268 @@ The ten evaluations and their contributions are:
|
|
|
134
132
|
| General | GDP.pdf | 10% | Professional document reasoning; headline All-pass requires every criterion to pass |
|
|
135
133
|
| General | AA-LCR v1.1 | 5% | Long-context reasoning |
|
|
136
134
|
|
|
137
|
-
|
|
135
|
+
AutomationBench-AA uses a private 657-task held-out split from dataset v1.0.6, one attempt per task and a 50-turn cap. Terminal-Bench v4.0 uses 66 tasks, mini-SWE-agent v2.4.6 and three repeats per task. These are different experiments from both the older Terminal-Bench v2.1 results and the Coding Agent Index below. The suite remains primarily text-based and English-language, not a universal measure of multimodal or multilingual quality. Additional evaluations such as AA-AnalystAgent and ITBench-AA can be better matches for spreadsheet analysis or incident diagnosis; their presence on the site does not make them index components. GPQA Diamond remains separate.
|
|
138
136
|
|
|
139
137
|
### Headline leaderboard rows for catalog models
|
|
140
138
|
|
|
141
|
-
From the [LLM leaderboard](https://artificialanalysis.ai/leaderboards/models), retrieved 2026-09-
|
|
139
|
+
From the [LLM leaderboard](https://artificialanalysis.ai/leaderboards/models), retrieved 2026-09-08. Cost is AA's weighted **cost per Intelligence Index task**, not a token price. Speed is output tokens per second on the default 10k-input workload. First-chunk latency can refer to a reasoning token; end-to-end includes thinking and a 500-token answer. `—` means the source does not report the value.
|
|
142
140
|
|
|
143
|
-
| AA configuration | Intelligence Index | $/Index task | Output tok/s |
|
|
141
|
+
| AA configuration | Intelligence Index | $/Index task | Output tok/s | First chunk (s) | End-to-end 500 tok (s) |
|
|
144
142
|
| --- | --- | --- | --- | --- | --- |
|
|
145
|
-
| Claude Fable 5.1 (max with fallback) |
|
|
146
|
-
|
|
|
147
|
-
| GPT-6 Astra (
|
|
148
|
-
|
|
|
149
|
-
| Claude
|
|
150
|
-
| GPT-6 Astra (high) |
|
|
151
|
-
| Claude
|
|
152
|
-
|
|
|
153
|
-
| GPT-6 Astra (medium) |
|
|
154
|
-
| Claude Opus 5 (
|
|
155
|
-
|
|
|
156
|
-
|
|
|
157
|
-
|
|
|
158
|
-
|
|
|
159
|
-
|
|
|
160
|
-
|
|
|
161
|
-
| GPT-6 Astra (
|
|
162
|
-
|
|
|
163
|
-
|
|
|
164
|
-
|
|
|
165
|
-
|
|
|
166
|
-
|
|
|
167
|
-
|
|
|
168
|
-
|
|
|
169
|
-
|
|
|
170
|
-
|
|
|
171
|
-
|
|
|
172
|
-
|
|
|
173
|
-
|
|
|
174
|
-
|
|
|
175
|
-
|
|
176
|
-
|
|
143
|
+
| Claude Fable 5.1 (max with fallback) | 53 | $7.63 | 69 | 276.82 | 284.07 |
|
|
144
|
+
| Claude Fable 5.1 (xhigh with fallback) | 53 | $5.98 | 58 | 107.33 | 115.95 |
|
|
145
|
+
| GPT-6 Astra (max) | 53 | $3.26 | 62 | 322.48 | 330.48 |
|
|
146
|
+
| GPT-6 Astra (xhigh) | 53 | $2.31 | 58 | 131.86 | 140.46 |
|
|
147
|
+
| Claude Fable 5.1 (high with fallback) | 51 | $3.91 | 56 | 23.85 | 32.77 |
|
|
148
|
+
| GPT-6 Astra (high) | 51 | $1.72 | 59 | 44.97 | 53.48 |
|
|
149
|
+
| Claude Opus 5 (max) | 51 | $5.86 | 52 | 63.60 | 73.24 |
|
|
150
|
+
| Claude Fable 5 (with fallback) | 50 | $8.75 | 63 | 83.30 | 91.24 |
|
|
151
|
+
| GPT-6 Astra (medium) | 50 | $1.54 | 56 | 5.21 | 14.19 |
|
|
152
|
+
| Claude Opus 5 (xhigh) | 50 | $4.88 | 50 | 29.99 | 39.93 |
|
|
153
|
+
| Claude Fable 5.1 (medium with fallback) | 49 | $2.98 | 54 | 7.99 | 17.17 |
|
|
154
|
+
| Claude Opus 5 (high) | 48 | $3.61 | 52 | 17.45 | 27.04 |
|
|
155
|
+
| Muse Spark 1.3 (max) | 48 | $1.60 | 232 | 26.75 | 37.50 |
|
|
156
|
+
| GPT-5.6 Sol (max) | 47 | $1.99 | 74 | 127.52 | 134.27 |
|
|
157
|
+
| Claude Fable 5.1 (low with fallback) | 47 | $2.37 | 52 | 6.35 | 15.92 |
|
|
158
|
+
| GPT-6 Astra (low) | 46 | $0.82 | 55 | 2.55 | 11.72 |
|
|
159
|
+
| GPT-6 Astra (Non-reasoning) | 45 | $1.71 | — | — | — |
|
|
160
|
+
| Muse Spark 1.3 (xhigh) | 45 | $1.37 | 185 | 31.75 | 45.28 |
|
|
161
|
+
| GLM-5.3 (max) | 45 | $2.01 | 71 | 2.44 | 37.51 |
|
|
162
|
+
| Grok 4.6 (high) | 44 | $1.86 | 56 | 38.16 | 47.12 |
|
|
163
|
+
| GPT-5.6 Sol (xhigh) | 44 | $1.18 | 69 | 45.41 | 52.63 |
|
|
164
|
+
| Kimi K3 (max) | 44 | $2.00 | 42 | 3.26 | 63.43 |
|
|
165
|
+
| GPT-5.6 Sol (high) | 42 | $0.81 | 68 | 10.61 | 17.96 |
|
|
166
|
+
| GPT-5.6 Terra (max) | 42 | $1.40 | 116 | 139.61 | 143.94 |
|
|
167
|
+
| GLM-5.3-Flash | 42 | $0.25 | 58 | 1.51 | 44.66 |
|
|
168
|
+
| Gemini 3.8 Flash (high) | 41 | $1.24 | 286 | 17.36 | 19.11 |
|
|
169
|
+
| Qwen3.8 Max | 40 | $2.67 | 41 | 2.44 | 63.94 |
|
|
170
|
+
| Muse Spark 1.2 (xhigh) | 40 | $0.97 | 217 | 14.78 | 26.28 |
|
|
171
|
+
| Gemini 3.7 Flash (high) | 39 | $0.93 | 319 | 9.50 | 11.07 |
|
|
172
|
+
| Claude Sonnet 5 (max) | 38 | $5.09 | 80 | 183.11 | 189.40 |
|
|
173
|
+
| GPT-5.6 Luna (max) | 38 | $0.18 | 121 | 136.55 | 140.67 |
|
|
174
|
+
| DeepSeek V4 Pro 0813 (max) | 36 | $0.67 | 75 | 1.64 | 34.88 |
|
|
175
|
+
| GPT-5.6 Luna (xhigh) | 35 | $0.09 | 109 | 58.50 | 63.10 |
|
|
176
|
+
| DeepSeek V4 Flash 0731 (max) | 35 | $0.22 | 128 | 0.91 | 20.49 |
|
|
177
|
+
| Gemini 3.6 Flash | 34 | $0.93 | 218 | 14.04 | 16.33 |
|
|
178
|
+
|
|
179
|
+
Four configurations display 53 index points. This rounded tie does not establish identical underlying scores or statistically significant differences. Astra xhigh costs $2.31 per Index task versus $3.26 at max and has lower measured end-to-end latency. Fable 5.1 xhigh similarly costs less and responds sooner than max. Gemini 3.8 Flash now has reported API performance; its 286 tok/s is not a coding-agent completion rate.
|
|
180
|
+
|
|
181
|
+
The live leaderboard also lists **Qwen3.8 2.4T A95B** at 40 index points and $2.16 per Index task, and **DeepSeek V4 Flash Vision (max)** at 35 and $0.31. These are separate model identities, not replacements for Qwen3.8 Max or DeepSeek V4 Flash 0731. Their appearance on AA does not establish Atomic catalog availability. Check the exact model page and provider access before choosing either; no predecessor score is transferred here.
|
|
177
182
|
|
|
178
183
|
### Per-evaluation scores for catalog models
|
|
179
184
|
|
|
180
|
-
Read from the "Intelligence Evaluations" charts on
|
|
185
|
+
Read on 2026-09-08 from the rendered "Intelligence Evaluations" charts on [Astra](https://artificialanalysis.ai/models/gpt-6-astra), [GLM-5.3-Flash](https://artificialanalysis.ai/models/glm-5-3-flash), [Gemini 3.7 Flash](https://artificialanalysis.ai/models/gemini-3-7-flash), [Sonnet 5](https://artificialanalysis.ai/models/claude-sonnet-5) and [Terra](https://artificialanalysis.ai/models/gpt-5-6-terra). AA-Briefcase and GDPval-AA v2 are normalized Elo scores displayed as `100 × clamp((Elo - 500) / 2000, 0, 1)`, **not pass percentages**. For index inclusion, the [methodology](https://artificialanalysis.ai/methodology/intelligence-benchmarking) freezes each evaluation's Elo at model addition. Rounded displays cannot be inverted into exact Elo: 58% corresponds to approximately 1660, not an exact rating. AA-Omniscience non-hallucination is one minus the [hallucination rate](https://artificialanalysis.ai/evaluations/omniscience): `(partial answers + not attempted) / (incorrect + partial answers + not attempted)`, expressed as a percentage. It includes partial answers and not-attempted responses among non-correct responses, not just abstentions or a fraction of all answers.
|
|
186
|
+
|
|
187
|
+
Sol's additional efforts were read from its [xhigh](https://artificialanalysis.ai/models/gpt-5-6-sol-xhigh) and [high](https://artificialanalysis.ai/models/gpt-5-6-sol-high) pages. Selection is explicit: the tables retain the previously documented configurations and add Fable 5.1's lower efforts and Astra's Non-reasoning row. A source label does not establish that Atomic exposes that configuration through every provider.
|
|
181
188
|
|
|
182
189
|
**Agentic and coding evaluations**
|
|
183
190
|
|
|
184
|
-
| AA configuration | AA-Briefcase | GDPval-AA v2 |
|
|
191
|
+
| AA configuration | AA-Briefcase, normalized Elo | GDPval-AA v2, normalized Elo | AutomationBench-AA | Terminal-Bench v4.0 | SciCode |
|
|
185
192
|
| --- | --- | --- | --- | --- | --- |
|
|
186
|
-
| Claude Fable 5.1 (max with fallback) |
|
|
187
|
-
| Claude
|
|
188
|
-
| Claude
|
|
189
|
-
| Claude
|
|
190
|
-
| Claude Fable 5 (with fallback) |
|
|
191
|
-
|
|
|
192
|
-
|
|
|
193
|
-
|
|
|
194
|
-
|
|
|
195
|
-
| GPT-6 Astra (
|
|
196
|
-
| GPT-
|
|
197
|
-
| GPT-
|
|
198
|
-
| GPT-
|
|
199
|
-
| GPT-
|
|
200
|
-
| GPT-
|
|
201
|
-
|
|
|
202
|
-
|
|
|
203
|
-
|
|
|
204
|
-
|
|
|
205
|
-
|
|
|
206
|
-
|
|
|
207
|
-
|
|
|
208
|
-
|
|
|
209
|
-
|
|
|
210
|
-
|
|
|
211
|
-
|
|
|
193
|
+
| Claude Fable 5.1 (max with fallback) | 58% | 63% | 59% | 52% | 63% |
|
|
194
|
+
| Claude Fable 5.1 (xhigh with fallback) | 58% | 62% | 58% | 55% | 61% |
|
|
195
|
+
| Claude Fable 5.1 (high with fallback) | 54% | 57% | 55% | 52% | 59% |
|
|
196
|
+
| Claude Fable 5.1 (medium with fallback) | 52% | 54% | 55% | 45% | 56% |
|
|
197
|
+
| Claude Fable 5.1 (low with fallback) | 49% | 50% | 52% | 40% | 57% |
|
|
198
|
+
| Claude Opus 5 (max) | 57% | 62% | 57% | 49% | 56% |
|
|
199
|
+
| Claude Opus 5 (xhigh) | 56% | 60% | 53% | 46% | 56% |
|
|
200
|
+
| Claude Opus 5 (high) | 53% | 56% | 54% | 46% | 55% |
|
|
201
|
+
| Claude Fable 5 (with fallback) | 51% | 57% | 54% | 42% | 61% |
|
|
202
|
+
| GPT-6 Astra (max) | 53% | 54% | 68% | 59% | 56% |
|
|
203
|
+
| GPT-6 Astra (xhigh) | 52% | 53% | 67% | 60% | 56% |
|
|
204
|
+
| GPT-6 Astra (high) | 50% | 51% | 67% | 54% | 55% |
|
|
205
|
+
| GPT-6 Astra (medium) | 48% | 50% | 65% | 49% | 54% |
|
|
206
|
+
| GPT-6 Astra (low) | 38% | 46% | 59% | 42% | 54% |
|
|
207
|
+
| GPT-6 Astra (Non-reasoning) | 49% | 52% | 62% | 51% | 53% |
|
|
208
|
+
| GPT-5.6 Sol (max) | 49% | 56% | 60% | 40% | 57% |
|
|
209
|
+
| GPT-5.6 Sol (xhigh) | 47% | 54% | 55% | 25% | 57% |
|
|
210
|
+
| GPT-5.6 Sol (high) | 43% | 51% | 55% | 21% | 58% |
|
|
211
|
+
| GPT-5.6 Terra (max) | 42% | 49% | 60% | 35% | 55% |
|
|
212
|
+
| GPT-5.6 Luna (max) | 42% | 49% | 50% | 12% | 54% |
|
|
213
|
+
| Muse Spark 1.3 (max) | 54% | 60% | 58% | 33% | 59% |
|
|
214
|
+
| Muse Spark 1.3 (xhigh) | 49% | 58% | 57% | 17% | 60% |
|
|
215
|
+
| Grok 4.6 (high) | 52% | 57% | 67% | 21% | 56% |
|
|
216
|
+
| Kimi K3 (max) | 50% | 54% | 58% | 13% | 59% |
|
|
217
|
+
| GLM-5.3 (max) | 51% | 59% | 62% | 42% | 59% |
|
|
218
|
+
| GLM-5.3-Flash | 48% | 58% | 60% | 33% | 52% |
|
|
219
|
+
| Gemini 3.8 Flash (high) | 35% | 48% | 60% | 20% | 57% |
|
|
220
|
+
| Gemini 3.7 Flash (high) | 31% | 47% | 62% | 14% | 57% |
|
|
221
|
+
| Claude Sonnet 5 (max) | 43% | 50% | 37% | 14% | 54% |
|
|
222
|
+
| DeepSeek V4 Pro 0813 (max) | 38% | 50% | 57% | 14% | 51% |
|
|
223
|
+
| DeepSeek V4 Flash 0731 (max) | 38% | 48% | 54% | 12% | 50% |
|
|
212
224
|
|
|
213
225
|
**Reasoning, knowledge and document evaluations**
|
|
214
226
|
|
|
215
227
|
| AA configuration | Humanity's Last Exam | CritPt | GDP.pdf All-pass | AA-Omniscience accuracy | AA-Omniscience non-hallucination | AA-LCR v1.1 |
|
|
216
228
|
| --- | --- | --- | --- | --- | --- | --- |
|
|
217
|
-
| Claude Fable 5.1 (max with fallback) |
|
|
229
|
+
| Claude Fable 5.1 (max with fallback) | 59% | 30% | 26% | 67% | 27% | 85% |
|
|
230
|
+
| Claude Fable 5.1 (xhigh with fallback) | 59% | 31% | 26% | 66% | 29% | 83% |
|
|
231
|
+
| Claude Fable 5.1 (high with fallback) | 56% | 30% | 27% | 65% | 31% | 84% |
|
|
232
|
+
| Claude Fable 5.1 (medium with fallback) | 54% | 29% | 27% | 63% | 31% | 85% |
|
|
233
|
+
| Claude Fable 5.1 (low with fallback) | 49% | 28% | 28% | 60% | 34% | 82% |
|
|
218
234
|
| Claude Opus 5 (max) | 55% | 29% | 22% | 61% | 39% | 79% |
|
|
219
235
|
| Claude Opus 5 (xhigh) | 54% | 28% | 21% | 60% | 40% | 80% |
|
|
220
236
|
| Claude Opus 5 (high) | 53% | 28% | 20% | 59% | 39% | 79% |
|
|
221
237
|
| Claude Fable 5 (with fallback) | 55% | 29% | 24% | 65% | 36% | 82% |
|
|
222
|
-
| GPT-6 Astra (max) | 55% |
|
|
238
|
+
| GPT-6 Astra (max) | 55% | 32% | 31% | 63% | 49% | 81% |
|
|
223
239
|
| GPT-6 Astra (xhigh) | 55% | 31% | 32% | 62% | 52% | 80% |
|
|
224
240
|
| GPT-6 Astra (high) | 53% | 29% | 31% | 61% | 55% | 80% |
|
|
225
241
|
| GPT-6 Astra (medium) | 53% | 29% | 30% | 61% | 53% | 80% |
|
|
226
242
|
| GPT-6 Astra (low) | 49% | 26% | 30% | 60% | 53% | 80% |
|
|
227
|
-
| GPT-
|
|
243
|
+
| GPT-6 Astra (Non-reasoning) | 37% | 20% | 27% | 56% | 35% | 71% |
|
|
244
|
+
| GPT-5.6 Sol (max) | 49% | 32% | 27% | 59% | 8% | 84% |
|
|
228
245
|
| GPT-5.6 Sol (xhigh) | 47% | 29% | 28% | 59% | 8% | 82% |
|
|
229
246
|
| GPT-5.6 Sol (high) | 46% | 26% | 28% | 58% | 9% | 82% |
|
|
230
|
-
| GPT-5.6 Terra (max) | 43% | 30% |
|
|
231
|
-
| GPT-5.6 Luna (max) | 39% | 21% |
|
|
232
|
-
| Muse Spark 1.3 (max) | 49% | 25% |
|
|
233
|
-
| Muse Spark 1.3 (xhigh) | 47% | 26% |
|
|
234
|
-
| Grok 4.6 (high) | 43% | 17% |
|
|
235
|
-
| Kimi K3 (max) | 47% | 23% |
|
|
236
|
-
| GLM-5.3 (max) | 42% | 19% |
|
|
237
|
-
| GLM-5.3-Flash | 40% | 15% |
|
|
238
|
-
| Gemini 3.8 Flash (high) | 48% | 18% |
|
|
247
|
+
| GPT-5.6 Terra (max) | 43% | 30% | 24% | 47% | 12% | 83% |
|
|
248
|
+
| GPT-5.6 Luna (max) | 39% | 21% | 24% | 43% | 7% | 84% |
|
|
249
|
+
| Muse Spark 1.3 (max) | 49% | 25% | 27% | 44% | 67% | 83% |
|
|
250
|
+
| Muse Spark 1.3 (xhigh) | 47% | 26% | 24% | 42% | 69% | 83% |
|
|
251
|
+
| Grok 4.6 (high) | 43% | 17% | 17% | 48% | 66% | 80% |
|
|
252
|
+
| Kimi K3 (max) | 47% | 23% | 22% | 48% | 47% | 89% |
|
|
253
|
+
| GLM-5.3 (max) | 42% | 19% | 11% | 34% | 70% | 80% |
|
|
254
|
+
| GLM-5.3-Flash | 40% | 15% | 15% | 28% | 72% | 80% |
|
|
255
|
+
| Gemini 3.8 Flash (high) | 48% | 18% | 21% | 55% | 45% | 81% |
|
|
239
256
|
| Gemini 3.7 Flash (high) | 48% | 14% | 24% | 55% | 35% | 82% |
|
|
240
257
|
| Claude Sonnet 5 (max) | 41% | 17% | 13% | 40% | 61% | 82% |
|
|
241
|
-
| DeepSeek V4 Pro 0813 (max) | 41% | 18% |
|
|
242
|
-
| DeepSeek V4 Flash 0731 (max) | 39% | 17% |
|
|
258
|
+
| DeepSeek V4 Pro 0813 (max) | 41% | 18% | 11% | 49% | 5% | 80% |
|
|
259
|
+
| DeepSeek V4 Flash 0731 (max) | 39% | 17% | 11% | 40% | 8% | 80% |
|
|
260
|
+
|
|
261
|
+
### Benchmark charts
|
|
262
|
+
|
|
263
|
+
These charts use the dated tables above, not a new live retrieval. The first seven use the same selected configurations in the same order for comparison across benchmarks. Fable 5.1 retains its measured default fallback. Normalized Elo is not a pass rate. The following charts cover the remaining Intelligence Index components, including separate accuracy and non-hallucination views for AA-Omniscience.
|
|
264
|
+
|
|
265
|
+
```mermaid
|
|
266
|
+
xychart-beta
|
|
267
|
+
title "GDPval-AA v2, normalized Elo, September 8, 2026 read"
|
|
268
|
+
x-axis ["fable-5.1 max", "astra max", "opus-5 max", "sol max", "luna max", "glm-5.3-flash", "g3.8-flash high"]
|
|
269
|
+
y-axis "normalized Elo (%)" 0 --> 100
|
|
270
|
+
bar [63, 54, 62, 56, 49, 58, 48]
|
|
271
|
+
```
|
|
272
|
+
|
|
273
|
+
```mermaid
|
|
274
|
+
xychart-beta
|
|
275
|
+
title "AutomationBench-AA, September 8, 2026 read"
|
|
276
|
+
x-axis ["fable-5.1 max", "astra max", "opus-5 max", "sol max", "luna max", "glm-5.3-flash", "g3.8-flash high"]
|
|
277
|
+
y-axis "score (%)" 0 --> 100
|
|
278
|
+
bar [59, 68, 57, 60, 50, 60, 60]
|
|
279
|
+
```
|
|
280
|
+
|
|
281
|
+
```mermaid
|
|
282
|
+
xychart-beta
|
|
283
|
+
title "SciCode, September 8, 2026 read"
|
|
284
|
+
x-axis ["fable-5.1 max", "astra max", "opus-5 max", "sol max", "luna max", "glm-5.3-flash", "g3.8-flash high"]
|
|
285
|
+
y-axis "score (%)" 0 --> 100
|
|
286
|
+
bar [63, 56, 56, 57, 54, 52, 57]
|
|
287
|
+
```
|
|
288
|
+
|
|
289
|
+
```mermaid
|
|
290
|
+
xychart-beta
|
|
291
|
+
title "Humanity's Last Exam, September 8, 2026 read"
|
|
292
|
+
x-axis ["fable-5.1 max", "astra max", "opus-5 max", "sol max", "luna max", "glm-5.3-flash", "g3.8-flash high"]
|
|
293
|
+
y-axis "score (%)" 0 --> 100
|
|
294
|
+
bar [59, 55, 55, 49, 39, 40, 48]
|
|
295
|
+
```
|
|
296
|
+
|
|
297
|
+
```mermaid
|
|
298
|
+
xychart-beta
|
|
299
|
+
title "CritPt, September 8, 2026 read"
|
|
300
|
+
x-axis ["fable-5.1 max", "astra max", "opus-5 max", "sol max", "luna max", "glm-5.3-flash", "g3.8-flash high"]
|
|
301
|
+
y-axis "score (%)" 0 --> 100
|
|
302
|
+
bar [30, 32, 29, 32, 21, 15, 18]
|
|
303
|
+
```
|
|
304
|
+
|
|
305
|
+
```mermaid
|
|
306
|
+
xychart-beta
|
|
307
|
+
title "AA-Omniscience accuracy, September 8, 2026 read"
|
|
308
|
+
x-axis ["fable-5.1 max", "astra max", "opus-5 max", "sol max", "luna max", "glm-5.3-flash", "g3.8-flash high"]
|
|
309
|
+
y-axis "accuracy (%)" 0 --> 100
|
|
310
|
+
bar [67, 63, 61, 59, 43, 28, 55]
|
|
311
|
+
```
|
|
312
|
+
|
|
313
|
+
```mermaid
|
|
314
|
+
xychart-beta
|
|
315
|
+
title "AA-LCR v1.1, September 8, 2026 read"
|
|
316
|
+
x-axis ["fable-5.1 max", "astra max", "opus-5 max", "sol max", "luna max", "glm-5.3-flash", "g3.8-flash high"]
|
|
317
|
+
y-axis "score (%)" 0 --> 100
|
|
318
|
+
bar [85, 81, 79, 84, 84, 80, 81]
|
|
319
|
+
```
|
|
243
320
|
|
|
244
321
|
```mermaid
|
|
245
322
|
%%{init: {"xyChart": {"width": 1100, "height": 360}}}%%
|
|
246
323
|
xychart-beta
|
|
247
|
-
title "Terminal-Bench
|
|
248
|
-
x-axis ["
|
|
249
|
-
y-axis "pass rate (%)"
|
|
250
|
-
bar [
|
|
324
|
+
title "Terminal-Bench v4.0 pass rate (%), selected configurations"
|
|
325
|
+
x-axis ["astra xhigh", "astra max", "fable-5.1 xhigh", "fable-5.1 max", "opus-5 max", "fable-5", "glm-5.3 max", "sol max", "terra max", "muse-1.3 max", "glm-5.3-flash", "grok-4.6 high", "g3.8-flash high", "g3.7-flash high", "sonnet-5 max", "dsv4-pro max", "kimi-k3 max", "luna max", "dsv4-flash max"]
|
|
326
|
+
y-axis "pass rate (%)" 0 --> 70
|
|
327
|
+
bar [60, 59, 55, 52, 49, 42, 42, 40, 35, 33, 33, 21, 20, 14, 14, 14, 13, 12, 12]
|
|
251
328
|
```
|
|
252
329
|
|
|
253
330
|
```mermaid
|
|
254
331
|
%%{init: {"xyChart": {"width": 1100, "height": 360}}}%%
|
|
255
332
|
xychart-beta
|
|
256
|
-
title "AA-Briefcase
|
|
333
|
+
title "AA-Briefcase normalized Elo (%): 100 × clamp((Elo - 500) / 2000, 0, 1)"
|
|
257
334
|
x-axis ["fable-5.1 max", "opus-5 max", "astra max", "muse-1.3 max", "grok-4.6 high", "fable-5", "glm-5.3 max", "kimi-k3 max", "sol max", "glm-5.3-flash", "sonnet-5 max", "terra max", "luna max", "dsv4-pro max", "dsv4-flash max", "g3.8-flash high", "g3.7-flash high"]
|
|
258
335
|
y-axis "score (%)" 0 --> 70
|
|
259
|
-
bar [58,
|
|
336
|
+
bar [58, 57, 53, 54, 52, 51, 51, 50, 49, 48, 43, 42, 42, 38, 38, 35, 31]
|
|
260
337
|
```
|
|
261
338
|
|
|
262
339
|
```mermaid
|
|
263
340
|
%%{init: {"xyChart": {"width": 1100, "height": 360}}}%%
|
|
264
341
|
xychart-beta
|
|
265
342
|
title "GDP.pdf All-pass (%), professional document reasoning"
|
|
266
|
-
x-axis ["astra max", "sol max", "
|
|
343
|
+
x-axis ["astra xhigh", "astra max", "sol max", "muse-1.3 max", "fable-5.1 max", "terra max", "fable-5", "g3.7-flash high", "luna max", "opus-5 max", "kimi-k3 max", "g3.8-flash high", "grok-4.6 high", "glm-5.3-flash", "sonnet-5 max", "dsv4-pro max", "dsv4-flash max", "glm-5.3 max"]
|
|
267
344
|
y-axis "all-pass rate (%)" 0 --> 40
|
|
268
|
-
bar [
|
|
345
|
+
bar [32, 31, 27, 27, 26, 24, 24, 24, 24, 22, 22, 21, 17, 15, 13, 11, 11, 11]
|
|
269
346
|
```
|
|
270
347
|
|
|
271
348
|
```mermaid
|
|
272
349
|
%%{init: {"xyChart": {"width": 1100, "height": 360}}}%%
|
|
273
350
|
xychart-beta
|
|
274
|
-
title "AA-Omniscience non-hallucination
|
|
351
|
+
title "AA-Omniscience non-hallucination (%): partial or not attempted / non-correct"
|
|
275
352
|
x-axis ["glm-5.3-flash", "glm-5.3 max", "muse-1.3 max", "grok-4.6 high", "sonnet-5 max", "astra max", "kimi-k3 max", "g3.8-flash high", "opus-5 max", "fable-5", "g3.7-flash high", "fable-5.1 max", "terra max", "sol max", "dsv4-flash max", "luna max", "dsv4-pro max"]
|
|
276
353
|
y-axis "non-hallucination rate (%)" 0 --> 80
|
|
277
|
-
bar [72, 70,
|
|
354
|
+
bar [72, 70, 67, 66, 61, 49, 47, 45, 39, 36, 35, 27, 12, 8, 8, 7, 5]
|
|
278
355
|
```
|
|
279
356
|
|
|
280
357
|
How to read the per-evaluation tables:
|
|
281
358
|
|
|
282
|
-
- **Effort
|
|
283
|
-
- **
|
|
284
|
-
- **
|
|
285
|
-
- **
|
|
359
|
+
- **Effort is not monotonic.** Astra xhigh scores 60% on Terminal-Bench v4.0 and 32% on GDP.pdf, versus 59% and 31% at max. Fable 5.1 xhigh also exceeds max on Terminal-Bench, 55% versus 52%. These are displayed differences, not significance claims.
|
|
360
|
+
- **Harness and task mix matter.** Gemini 3.8 Flash high retains 74% in the September 3 Datacurve snapshot, but scores 20% on AA's new Terminal-Bench v4.0 and 35% normalized Elo on AA-Briefcase. Gemini 3.7 Flash is lower on Briefcase at 31%. Neither result invalidates the other experiment.
|
|
361
|
+
- **Verify uncertain facts.** Luna max has a 7% non-hallucination rate (partial answers or not attempted among non-correct responses). Its 84% AA-LCR score does not remove the need to check factual claims. Non-hallucination is not a general security or reliability guarantee.
|
|
362
|
+
- **Do not infer a missing configuration.** These are selected rendered comparison rows, not every effort on AA. The headline table includes further configurations; omitted per-evaluation rows are not evidence that AA has no measurement.
|
|
286
363
|
|
|
287
364
|
### Additional evaluations for catalog models
|
|
288
365
|
|
|
289
|
-
|
|
366
|
+
These are not Intelligence Index v4.3 components. AutomationBench-AA has moved into the component table above. A blank means no result was present for that exact configuration in the rendered comparison charts inspected on 2026-09-08, not zero or a claim that no result exists anywhere on AA. GPQA and MMMU-Pro remain separate evaluations.
|
|
290
367
|
|
|
291
|
-
| AA configuration |
|
|
368
|
+
| AA configuration | Harvey LAB-AA | EnterpriseOps-Gym-AA | AA-AnalystAgent | IFBench | APEX-Agents-AA | ITBench-AA | GPQA Diamond | MMMU-Pro |
|
|
292
369
|
| --- | --- | --- | --- | --- | --- | --- | --- | --- |
|
|
293
|
-
| Claude Fable 5.1 (max with fallback) |
|
|
294
|
-
| Claude Fable 5 (with fallback) |
|
|
295
|
-
| Claude Opus 5 (max) |
|
|
296
|
-
| Claude Sonnet 5 (max) |
|
|
297
|
-
| GPT-6 Astra (max) | | | | | | | 96% | 87% |
|
|
298
|
-
| GPT-5.6 Sol (max) |
|
|
299
|
-
| GPT-5.6 Terra (max) |
|
|
300
|
-
| GPT-5.6 Luna (max) |
|
|
301
|
-
| Muse Spark 1.3 (xhigh) |
|
|
302
|
-
| Grok 4.6 (high) | |
|
|
303
|
-
| Kimi K3 (max) |
|
|
304
|
-
| GLM-5.3 (max) | |
|
|
305
|
-
| GLM-5.3-Flash | |
|
|
306
|
-
| Gemini 3.8 Flash (high) |
|
|
307
|
-
| Gemini 3.7 Flash (high) |
|
|
308
|
-
| DeepSeek V4 Pro 0813 (max) | |
|
|
370
|
+
| Claude Fable 5.1 (max with fallback) | 93% | | 57% | | | | 94% | |
|
|
371
|
+
| Claude Fable 5 (with fallback) | 94% | 51% | 49% | 63% | | | 93% | |
|
|
372
|
+
| Claude Opus 5 (max) | 93% | 47% | 54% | | | | 93% | 85% |
|
|
373
|
+
| Claude Sonnet 5 (max) | 90% | 45% | 46% | | | | 91% | 77% |
|
|
374
|
+
| GPT-6 Astra (max) | | | 51% | | | | 96% | 87% |
|
|
375
|
+
| GPT-5.6 Sol (max) | 87% | 43% | 48% | 73% | | 56% | 94% | 83% |
|
|
376
|
+
| GPT-5.6 Terra (max) | 85% | 38% | | 71% | 39% | 51% | 93% | 81% |
|
|
377
|
+
| GPT-5.6 Luna (max) | 88% | 41% | | | 36% | 40% | 91% | 79% |
|
|
378
|
+
| Muse Spark 1.3 (xhigh) | 95% | | | | | | 94% | 82% |
|
|
379
|
+
| Grok 4.6 (high) | | 48% | 41% | | | | 95% | |
|
|
380
|
+
| Kimi K3 (max) | 95% | 45% | 39% | | 41% | 48% | 94% | 81% |
|
|
381
|
+
| GLM-5.3 (max) | | 36% | | | | | 92% | |
|
|
382
|
+
| GLM-5.3-Flash | | 33% | | | | | 91% | |
|
|
383
|
+
| Gemini 3.8 Flash (high) | | | | | | | 95% | 86% |
|
|
384
|
+
| Gemini 3.7 Flash (high) | 91% | | 60% | | | | 95% | 85% |
|
|
385
|
+
| DeepSeek V4 Pro 0813 (max) | | 50% | | | | | 93% | |
|
|
309
386
|
| DeepSeek V4 Flash 0731 (max) | | | | | | | 91% | |
|
|
310
387
|
|
|
311
|
-
|
|
388
|
+
Gemini 3.7 Flash high leads the displayed AA-AnalystAgent rows at 60%; Fable 5.1 max now has 57% and Astra max 51%. Sol max leads the displayed IFBench and ITBench rows at 73% and 56%. [APEX-Agents-AA](https://artificialanalysis.ai/evaluations/apex-agents-aa) adds a separate long-horizon agentic-work comparison; among the three configurations listed here Kimi K3 max scores 41%, Terra max 39% and Luna max 36%. These are candidates for task-specific testing, not universal role winners.
|
|
312
389
|
|
|
313
390
|
### Coding Agent Index v1.4 is a different comparison
|
|
314
391
|
|
|
315
|
-
The [Artificial Analysis Coding Agent Index](https://artificialanalysis.ai/agents/coding-agents) evaluates named **agent + model + settings** combinations, not interchangeable base-model rows. Its [methodology](https://artificialanalysis.ai/methodology/coding-agents-benchmarking), retrieved 2026-09-
|
|
392
|
+
The [Artificial Analysis Coding Agent Index](https://artificialanalysis.ai/agents/coding-agents) evaluates named **agent + model + settings** combinations, not interchangeable base-model rows. Its [methodology](https://artificialanalysis.ai/methodology/coding-agents-benchmarking), retrieved 2026-09-08, still identifies **v1.4**, current since August 2026. It equally weights DeepSWE, Terminal-Bench v2.1 and SWE-Atlas-QnA, not the Intelligence Index's new Terminal-Bench v4.0. The components contain 113, 89 and 124 tasks respectively, each with three attempts per task. Per-evaluation pass@1 averages attempts within each task, then tasks within an evaluation. Reward-hacked Terminal-Bench attempts receive zero.
|
|
316
393
|
|
|
317
394
|
Cost and execution time instead pool task attempts across the suite. Cost uses pay-per-token API pricing, including supported cache charges, not subscription-plan prices. Execution time is measured wall time; missing telemetry is excluded from the relevant average, not treated as zero. Agent defaults apply unless the row specifies other settings.
|
|
318
395
|
|
|
319
|
-
The fourteen rows on the rendered leaderboard, read 2026-09-
|
|
396
|
+
The fourteen rows on the rendered leaderboard, read 2026-09-08. Component values are pass@1 percentages; the composite is index points.
|
|
320
397
|
|
|
321
398
|
| Agent + model (settings) | Coding Agent Index | DeepSWE | Terminal-Bench v2.1 | SWE-Atlas-QnA | $/task | Wall time/task |
|
|
322
399
|
| --- | --- | --- | --- | --- | --- | --- |
|
|
@@ -346,21 +423,21 @@ xychart-beta
|
|
|
346
423
|
|
|
347
424
|
Three reads from the agent table:
|
|
348
425
|
|
|
349
|
-
- **SWE-Atlas-QnA
|
|
426
|
+
- **SWE-Atlas-QnA favors the two displayed Anthropic-model rows.** Fable 5.1 and Opus 5 score 55–56% on repository-understanding questions against 29–52% for the other rows. These are named agent experiments, not proof that the base models will retain the same ordering in Atomic.
|
|
350
427
|
- **Muse Spark 1.3 is the value row.** Muse Code + Muse Spark 1.3 (max) ties Opus 5 on the index for $1.58 per task, and leads DeepSWE inside AA's harness at 68. Its `xhigh` row halves wall time to 12.8 minutes for four index points.
|
|
351
428
|
- **Cheap and fast is a real trade.** Codex + Luna (max) at 57 costs $0.29 and finishes in 8.0 minutes; it sits three points behind Fable 5.1 on DeepSWE and loses its gap on SWE-Atlas-QnA and Terminal-Bench instead. Codex + DeepSeek V4 Flash at 50 costs $0.06 but trails on all three components.
|
|
352
429
|
|
|
353
430
|
AA's DeepSWE component uses the DeepSWE dataset with the named agent. It is not the same experiment as Datacurve's `mini-swe-agent` leaderboard, and the two disagree: inside AA's harness Muse Code + Muse Spark 1.3 (68) edges Codex + Astra (67), while Datacurve's Best view has Astra [xhigh] at 74% and has not published Muse Spark 1.3 at all (its Muse Spark 1.2 [xhigh] row sits at 55%). Neither its component score nor its composite belongs in the [DeepSWE frontier](/models/pareto-efficiency).
|
|
354
431
|
|
|
355
|
-
Earlier versions of these docs referred to a base-model **Coding Index** and **Agentic Index**. Neither is listed in the
|
|
432
|
+
Earlier versions of these docs referred to a base-model **Coding Index** and **Agentic Index**. Neither is listed in the [capability directory](https://artificialanalysis.ai/models/capabilities) or [capability methodology](https://artificialanalysis.ai/methodology/capability-indices) inspected on 2026-09-08. We do not silently rename either to Coding Agent Index. Use the named coding and agentic evaluations above instead.
|
|
356
433
|
|
|
357
434
|
### Professional capability indices
|
|
358
435
|
|
|
359
|
-
The
|
|
436
|
+
The directory inspected on 2026-09-08 lists Finance & Accounting, Strategy & Ops, Legal, Healthcare & Medical, Engineering, and Economics. The [capability methodology](https://artificialanalysis.ai/methodology/capability-indices) specifies domain-dependent components and weights and displays no version identifier. Some domains still use 𝜏³-Banking; Engineering still lists Terminal-Bench v2.1. Do not apply the Intelligence Index v4.3 substitutions to these separate indices.
|
|
360
437
|
|
|
361
438
|
### Price, task cost and latency
|
|
362
439
|
|
|
363
|
-
Read the [definitions](https://artificialanalysis.ai/methodology#definitions) and [API performance methodology](https://artificialanalysis.ai/methodology/performance-benchmarking), retrieved 2026-09-
|
|
440
|
+
Read the [definitions](https://artificialanalysis.ai/methodology#definitions) and [API performance methodology](https://artificialanalysis.ai/methodology/performance-benchmarking), retrieved 2026-09-08, before comparing efficiency charts:
|
|
364
441
|
|
|
365
442
|
- Token prices are USD per million native tokens. AA's blended price assumes cache-hit, input and output tokens in a **7:2:1** ratio. That synthetic mix is not your workflow's bill.
|
|
366
443
|
- Intelligence Index cost per task uses actual token consumption, provider prices and typical measured cache hit rates, weighted by the index's evaluation weights. It is neither the total cost of running the suite nor DeepSWE dollars per task. The leaderboard's `$` column above is this value.
|
|
@@ -370,13 +447,13 @@ Read the [definitions](https://artificialanalysis.ai/methodology#definitions) an
|
|
|
370
447
|
|
|
371
448
|
## Role to benchmark map
|
|
372
449
|
|
|
373
|
-
| Role | Primary evidence | Cross-check |
|
|
450
|
+
| Role | Primary evidence | Cross-check | Selected AA measurements on 2026-09-08 |
|
|
374
451
|
| --- | --- | --- | --- |
|
|
375
|
-
| Debugger / coding worker | Datacurve DeepSWE pass@1, cost and steps |
|
|
376
|
-
| Reviewer / judgment gate | Task-specific Atomic evals
|
|
377
|
-
| Planner / orchestrator | AA-Briefcase, GDPval-AA v2 |
|
|
378
|
-
| Research | AA-LCR v1.1, GDP.pdf | AA-Omniscience
|
|
379
|
-
| Domain-specific work | Matching
|
|
452
|
+
| Debugger / coding worker | September 3 Datacurve DeepSWE pass@1, cost and steps | Terminal-Bench v4.0 | Astra xhigh 60%; Fable 5.1 xhigh with fallback 55% |
|
|
453
|
+
| Reviewer / judgment gate | Task-specific Atomic evals | Named-agent SWE-Atlas-QnA and knowledge reliability | Claude Code + Fable 5.1 max with fallback 56%; not a security-review guarantee |
|
|
454
|
+
| Planner / orchestrator | AA-Briefcase, GDPval-AA v2 | AutomationBench-AA for SaaS tools | Fable 5.1 max with fallback 58% / 63% normalized Elo; Astra max 68% AutomationBench |
|
|
455
|
+
| Research | AA-LCR v1.1, GDP.pdf | AA-Omniscience | Astra xhigh 32% GDP.pdf; Kimi K3 max 89% AA-LCR; GLM-5.3-Flash 72% non-hallucination |
|
|
456
|
+
| Domain-specific work | Matching capability index and task evals | Additional evaluations | Gemini 3.7 Flash high 60% AA-AnalystAgent; Sol max 56% ITBench-AA |
|
|
380
457
|
|
|
381
458
|
See [Model Selection](/models/model-selection) for a small dated shortlist and production effort guidance. Benchmark settings are measurement configurations, not instructions to raise every role's effort.
|
|
382
459
|
|