@bastani/atomic 0.9.18 → 0.9.19-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (698) hide show
  1. package/CHANGELOG.md +100 -0
  2. package/dist/builtin/intercom/CHANGELOG.md +16 -0
  3. package/dist/builtin/intercom/README.md +21 -11
  4. package/dist/builtin/intercom/broker/broker.ts +73 -9
  5. package/dist/builtin/intercom/broker/client.ts +4 -0
  6. package/dist/builtin/intercom/broker/framing.ts +5 -2
  7. package/dist/builtin/intercom/broker/group-membership.ts +4 -2
  8. package/dist/builtin/intercom/broker/presence-handler.ts +14 -0
  9. package/dist/builtin/intercom/broker/send-handler.ts +34 -5
  10. package/dist/builtin/intercom/broker/terminal-questions.ts +29 -0
  11. package/dist/builtin/intercom/index.bundle.mjs +936 -740
  12. package/dist/builtin/intercom/package.json +2 -2
  13. package/dist/builtin/intercom/recipient-purpose.ts +9 -0
  14. package/dist/builtin/intercom/recoverable-disconnect.ts +2 -3
  15. package/dist/builtin/intercom/retry-policy.ts +4 -2
  16. package/dist/builtin/intercom/skills/intercom/SKILL.md +5 -4
  17. package/dist/builtin/intercom/types.ts +16 -2
  18. package/dist/builtin/mcp/CHANGELOG.md +6 -0
  19. package/dist/builtin/mcp/README.md +2 -0
  20. package/dist/builtin/mcp/index.bundle.mjs +2201 -12000
  21. package/dist/builtin/mcp/package.json +2 -2
  22. package/dist/builtin/subagents/CHANGELOG.md +27 -0
  23. package/dist/builtin/subagents/README.md +33 -12
  24. package/dist/builtin/subagents/agents/code-simplifier.md +1 -1
  25. package/dist/builtin/subagents/agents/codebase-analyzer.md +1 -1
  26. package/dist/builtin/subagents/agents/codebase-locator.md +2 -2
  27. package/dist/builtin/subagents/agents/codebase-online-researcher.md +1 -1
  28. package/dist/builtin/subagents/agents/codebase-pattern-finder.md +2 -2
  29. package/dist/builtin/subagents/agents/codebase-research-analyzer.md +1 -1
  30. package/dist/builtin/subagents/agents/codebase-research-locator.md +2 -2
  31. package/dist/builtin/subagents/agents/debugger.md +1 -1
  32. package/dist/builtin/subagents/agents/worker.md +1 -1
  33. package/dist/builtin/subagents/package.json +2 -2
  34. package/dist/builtin/subagents/skills/herdr/LICENSE +201 -0
  35. package/dist/builtin/subagents/skills/herdr/SKILL.md +202 -0
  36. package/dist/builtin/subagents/skills/subagent/SKILL.md +14 -10
  37. package/dist/builtin/subagents/skills/tmux/SKILL.md +1 -1
  38. package/dist/builtin/subagents/src/extension/index.bundle.mjs +1284 -609
  39. package/dist/builtin/web-access/index.bundle.mjs +26280 -26274
  40. package/dist/builtin/web-access/package.json +2 -2
  41. package/dist/builtin/workflows/CHANGELOG.md +48 -0
  42. package/dist/builtin/workflows/README.md +1 -1
  43. package/dist/builtin/workflows/builtin/adversarial-verification.js +5 -7
  44. package/dist/builtin/workflows/builtin/{chunk-reqr3sr3.js → chunk-1kx4aggw.js} +22 -22
  45. package/dist/builtin/workflows/builtin/{chunk-42s7sw0b.js → chunk-62v3gg9f.js} +9 -9
  46. package/dist/builtin/workflows/builtin/{chunk-wgccch41.js → chunk-6w6cvk6b.js} +16 -16
  47. package/dist/builtin/workflows/builtin/{chunk-zbekjqew.js → chunk-a2kdsqn8.js} +4 -4
  48. package/dist/builtin/workflows/builtin/{chunk-ze5x3d1r.js → chunk-fg9esgkj.js} +7 -7
  49. package/dist/builtin/workflows/builtin/{chunk-n8h4yyew.js → chunk-g0csgs7w.js} +11 -11
  50. package/dist/builtin/workflows/builtin/{chunk-79fjkcvh.js → chunk-hbnwv56f.js} +17 -17
  51. package/dist/builtin/workflows/builtin/{chunk-ed4jfn5t.js → chunk-mygmtz6e.js} +43 -43
  52. package/dist/builtin/workflows/builtin/{chunk-7430zyas.js → chunk-p8jjwfg6.js} +1 -1
  53. package/dist/builtin/workflows/builtin/{chunk-hqpe2cyx.js → chunk-r9qq7xfj.js} +49 -49
  54. package/dist/builtin/workflows/builtin/{chunk-k3w87x8y.js → chunk-t6x2d78s.js} +10 -10
  55. package/dist/builtin/workflows/builtin/{chunk-6fqs7c01.js → chunk-z0d03ktm.js} +1 -1
  56. package/dist/builtin/workflows/builtin/{chunk-b0v2xab1.js → chunk-zggjyg5z.js} +221 -23
  57. package/dist/builtin/workflows/builtin/classify-and-act.js +5 -6
  58. package/dist/builtin/workflows/builtin/fan-out-and-synthesize.js +3 -4
  59. package/dist/builtin/workflows/builtin/generate-and-filter.js +5 -6
  60. package/dist/builtin/workflows/builtin/goal.js +7 -8
  61. package/dist/builtin/workflows/builtin/index.js +20 -22
  62. package/dist/builtin/workflows/builtin/loop-until-done.js +5 -6
  63. package/dist/builtin/workflows/builtin/open-claude-design.js +3 -3
  64. package/dist/builtin/workflows/builtin/ralph.js +7 -8
  65. package/dist/builtin/workflows/builtin/steering-context.js +3 -3
  66. package/dist/builtin/workflows/builtin/tournament.js +5 -7
  67. package/dist/builtin/workflows/package.json +2 -2
  68. package/dist/builtin/workflows/src/extension/index.bundle.mjs +56236 -25199
  69. package/dist/builtin/workflows/src/index.js +1217 -547
  70. package/dist/cli/config-selector.js.map +1 -1
  71. package/dist/cli/startup-ui.d.ts +1 -1
  72. package/dist/cli/startup-ui.js.map +1 -1
  73. package/dist/core/agent-session-auto-compaction.d.ts.map +1 -1
  74. package/dist/core/agent-session-auto-compaction.js +5 -4
  75. package/dist/core/agent-session-auto-compaction.js.map +1 -1
  76. package/dist/core/agent-session-bash.d.ts +1 -1
  77. package/dist/core/agent-session-bash.d.ts.map +1 -1
  78. package/dist/core/agent-session-bash.js +5 -1
  79. package/dist/core/agent-session-bash.js.map +1 -1
  80. package/dist/core/agent-session-compaction.d.ts +1 -1
  81. package/dist/core/agent-session-compaction.js.map +1 -1
  82. package/dist/core/agent-session-custom-message-commit.d.ts +1 -1
  83. package/dist/core/agent-session-custom-message-commit.js.map +1 -1
  84. package/dist/core/agent-session-delivery-forwarding.d.ts +1 -1
  85. package/dist/core/agent-session-delivery-forwarding.js.map +1 -1
  86. package/dist/core/agent-session-events.d.ts.map +1 -1
  87. package/dist/core/agent-session-events.js +5 -0
  88. package/dist/core/agent-session-events.js.map +1 -1
  89. package/dist/core/agent-session-export.d.ts +1 -1
  90. package/dist/core/agent-session-export.js.map +1 -1
  91. package/dist/core/agent-session-extension-bindings.d.ts +8 -1
  92. package/dist/core/agent-session-extension-bindings.d.ts.map +1 -1
  93. package/dist/core/agent-session-extension-bindings.js +45 -3
  94. package/dist/core/agent-session-extension-bindings.js.map +1 -1
  95. package/dist/core/agent-session-message-queue.d.ts +1 -1
  96. package/dist/core/agent-session-message-queue.js.map +1 -1
  97. package/dist/core/agent-session-methods.d.ts +14 -7
  98. package/dist/core/agent-session-methods.d.ts.map +1 -1
  99. package/dist/core/agent-session-methods.js.map +1 -1
  100. package/dist/core/agent-session-prompt.d.ts +2 -2
  101. package/dist/core/agent-session-prompt.d.ts.map +1 -1
  102. package/dist/core/agent-session-prompt.js +22 -18
  103. package/dist/core/agent-session-prompt.js.map +1 -1
  104. package/dist/core/agent-session-runtime-auth.d.ts +1 -1
  105. package/dist/core/agent-session-runtime-auth.js.map +1 -1
  106. package/dist/core/agent-session-runtime.d.ts +13 -4
  107. package/dist/core/agent-session-runtime.d.ts.map +1 -1
  108. package/dist/core/agent-session-runtime.js +27 -4
  109. package/dist/core/agent-session-runtime.js.map +1 -1
  110. package/dist/core/agent-session-services.d.ts +5 -1
  111. package/dist/core/agent-session-services.d.ts.map +1 -1
  112. package/dist/core/agent-session-services.js +44 -34
  113. package/dist/core/agent-session-services.js.map +1 -1
  114. package/dist/core/agent-session-state.d.ts +1 -1
  115. package/dist/core/agent-session-state.js.map +1 -1
  116. package/dist/core/agent-session-tasks.d.ts +9 -0
  117. package/dist/core/agent-session-tasks.d.ts.map +1 -0
  118. package/dist/core/agent-session-tasks.js +113 -0
  119. package/dist/core/agent-session-tasks.js.map +1 -0
  120. package/dist/core/agent-session-tool-registry.d.ts +1 -0
  121. package/dist/core/agent-session-tool-registry.d.ts.map +1 -1
  122. package/dist/core/agent-session-tool-registry.js +30 -5
  123. package/dist/core/agent-session-tool-registry.js.map +1 -1
  124. package/dist/core/agent-session-tree.d.ts.map +1 -1
  125. package/dist/core/agent-session-tree.js +3 -0
  126. package/dist/core/agent-session-tree.js.map +1 -1
  127. package/dist/core/agent-session-types.d.ts +2 -2
  128. package/dist/core/agent-session-types.js.map +1 -1
  129. package/dist/core/agent-session.d.ts +4 -1
  130. package/dist/core/agent-session.d.ts.map +1 -1
  131. package/dist/core/agent-session.js +7 -1
  132. package/dist/core/agent-session.js.map +1 -1
  133. package/dist/core/bash-executor.d.ts +1 -1
  134. package/dist/core/bash-executor.js.map +1 -1
  135. package/dist/core/export-html/index.js.map +1 -1
  136. package/dist/core/export-html/tool-renderer.d.ts +1 -1
  137. package/dist/core/export-html/tool-renderer.js.map +1 -1
  138. package/dist/core/extension-session-state.js.map +1 -1
  139. package/dist/core/extensions/agent-events.d.ts +4 -4
  140. package/dist/core/extensions/agent-events.d.ts.map +1 -1
  141. package/dist/core/extensions/agent-events.js.map +1 -1
  142. package/dist/core/extensions/api-types.d.ts +8 -2
  143. package/dist/core/extensions/api-types.d.ts.map +1 -1
  144. package/dist/core/extensions/api-types.js.map +1 -1
  145. package/dist/core/extensions/context-types.d.ts +9 -0
  146. package/dist/core/extensions/context-types.d.ts.map +1 -1
  147. package/dist/core/extensions/context-types.js.map +1 -1
  148. package/dist/core/extensions/event-results.d.ts +1 -1
  149. package/dist/core/extensions/event-results.js.map +1 -1
  150. package/dist/core/extensions/event-types.d.ts +2 -1
  151. package/dist/core/extensions/event-types.d.ts.map +1 -1
  152. package/dist/core/extensions/event-types.js.map +1 -1
  153. package/dist/core/extensions/index.d.ts +2 -1
  154. package/dist/core/extensions/index.d.ts.map +1 -1
  155. package/dist/core/extensions/index.js.map +1 -1
  156. package/dist/core/extensions/loader-api.d.ts +1 -1
  157. package/dist/core/extensions/loader-api.d.ts.map +1 -1
  158. package/dist/core/extensions/loader-api.js +7 -0
  159. package/dist/core/extensions/loader-api.js.map +1 -1
  160. package/dist/core/extensions/loader-core.d.ts +1 -1
  161. package/dist/core/extensions/loader-core.js.map +1 -1
  162. package/dist/core/extensions/loader-discovery.d.ts +1 -1
  163. package/dist/core/extensions/loader-discovery.js.map +1 -1
  164. package/dist/core/extensions/loader-runtime.d.ts.map +1 -1
  165. package/dist/core/extensions/loader-runtime.js +3 -0
  166. package/dist/core/extensions/loader-runtime.js.map +1 -1
  167. package/dist/core/extensions/loader.d.ts +1 -1
  168. package/dist/core/extensions/loader.js.map +1 -1
  169. package/dist/core/extensions/message-types.d.ts +1 -1
  170. package/dist/core/extensions/message-types.js.map +1 -1
  171. package/dist/core/extensions/runner-context.d.ts +11 -1
  172. package/dist/core/extensions/runner-context.d.ts.map +1 -1
  173. package/dist/core/extensions/runner-context.js +41 -2
  174. package/dist/core/extensions/runner-context.js.map +1 -1
  175. package/dist/core/extensions/runner-events.d.ts +1 -1
  176. package/dist/core/extensions/runner-events.d.ts.map +1 -1
  177. package/dist/core/extensions/runner-events.js +17 -2
  178. package/dist/core/extensions/runner-events.js.map +1 -1
  179. package/dist/core/extensions/runner-ui.js.map +1 -1
  180. package/dist/core/extensions/runner.d.ts +17 -2
  181. package/dist/core/extensions/runner.d.ts.map +1 -1
  182. package/dist/core/extensions/runner.js +68 -18
  183. package/dist/core/extensions/runner.js.map +1 -1
  184. package/dist/core/extensions/runtime-types.d.ts +4 -1
  185. package/dist/core/extensions/runtime-types.d.ts.map +1 -1
  186. package/dist/core/extensions/runtime-types.js.map +1 -1
  187. package/dist/core/extensions/tool-types.d.ts +1 -1
  188. package/dist/core/extensions/tool-types.js.map +1 -1
  189. package/dist/core/extensions/types.d.ts +1 -0
  190. package/dist/core/extensions/types.d.ts.map +1 -1
  191. package/dist/core/extensions/types.js.map +1 -1
  192. package/dist/core/extensions/ui-types.d.ts +5 -1
  193. package/dist/core/extensions/ui-types.d.ts.map +1 -1
  194. package/dist/core/extensions/ui-types.js.map +1 -1
  195. package/dist/core/extensions/workflow-activity-hub.d.ts +25 -0
  196. package/dist/core/extensions/workflow-activity-hub.d.ts.map +1 -0
  197. package/dist/core/extensions/workflow-activity-hub.js +183 -0
  198. package/dist/core/extensions/workflow-activity-hub.js.map +1 -0
  199. package/dist/core/extensions/workflow-events.d.ts +118 -0
  200. package/dist/core/extensions/workflow-events.d.ts.map +1 -0
  201. package/dist/core/extensions/workflow-events.js +2 -0
  202. package/dist/core/extensions/workflow-events.js.map +1 -0
  203. package/dist/core/footer-data-provider.d.ts +8 -4
  204. package/dist/core/footer-data-provider.d.ts.map +1 -1
  205. package/dist/core/footer-data-provider.js +97 -11
  206. package/dist/core/footer-data-provider.js.map +1 -1
  207. package/dist/core/index.d.ts +3 -3
  208. package/dist/core/index.js.map +1 -1
  209. package/dist/core/keybindings.d.ts +27 -2
  210. package/dist/core/keybindings.d.ts.map +1 -1
  211. package/dist/core/keybindings.js +7 -2
  212. package/dist/core/keybindings.js.map +1 -1
  213. package/dist/core/mandatory-runtime-tools.d.ts +1 -1
  214. package/dist/core/mandatory-runtime-tools.js.map +1 -1
  215. package/dist/core/model-fallback-failures.js +2 -2
  216. package/dist/core/model-fallback-failures.js.map +1 -1
  217. package/dist/core/model-registry.d.ts +5 -1
  218. package/dist/core/model-registry.d.ts.map +1 -1
  219. package/dist/core/model-registry.js +8 -0
  220. package/dist/core/model-registry.js.map +1 -1
  221. package/dist/core/model-resolver-defaults.js +1 -1
  222. package/dist/core/model-resolver-defaults.js.map +1 -1
  223. package/dist/core/resource-loader-assets.js.map +1 -1
  224. package/dist/core/resource-loader-core.d.ts +1 -1
  225. package/dist/core/resource-loader-core.js.map +1 -1
  226. package/dist/core/resource-loader-internals.d.ts +2 -2
  227. package/dist/core/resource-loader-internals.js.map +1 -1
  228. package/dist/core/resource-loader-reload.d.ts +2 -0
  229. package/dist/core/resource-loader-reload.d.ts.map +1 -1
  230. package/dist/core/resource-loader-reload.js +231 -191
  231. package/dist/core/resource-loader-reload.js.map +1 -1
  232. package/dist/core/resource-loader-types.d.ts +4 -2
  233. package/dist/core/resource-loader-types.d.ts.map +1 -1
  234. package/dist/core/resource-loader-types.js.map +1 -1
  235. package/dist/core/sdk-exports.d.ts +2 -2
  236. package/dist/core/sdk-exports.js.map +1 -1
  237. package/dist/core/sdk-types.d.ts +2 -2
  238. package/dist/core/sdk-types.js.map +1 -1
  239. package/dist/core/sdk.js.map +1 -1
  240. package/dist/core/settings-manager-core.d.ts.map +1 -1
  241. package/dist/core/settings-manager-core.js +10 -4
  242. package/dist/core/settings-manager-core.js.map +1 -1
  243. package/dist/core/settings-storage.d.ts +1 -0
  244. package/dist/core/settings-storage.d.ts.map +1 -1
  245. package/dist/core/settings-storage.js +18 -0
  246. package/dist/core/settings-storage.js.map +1 -1
  247. package/dist/core/settings-types.d.ts +11 -0
  248. package/dist/core/settings-types.d.ts.map +1 -1
  249. package/dist/core/settings-types.js.map +1 -1
  250. package/dist/core/slash-commands.d.ts.map +1 -1
  251. package/dist/core/slash-commands.js +2 -0
  252. package/dist/core/slash-commands.js.map +1 -1
  253. package/dist/core/system-prompt.d.ts.map +1 -1
  254. package/dist/core/system-prompt.js +5 -6
  255. package/dist/core/system-prompt.js.map +1 -1
  256. package/dist/core/tasks/agent-adapter.d.ts +32 -0
  257. package/dist/core/tasks/agent-adapter.d.ts.map +1 -0
  258. package/dist/core/tasks/agent-adapter.js +71 -0
  259. package/dist/core/tasks/agent-adapter.js.map +1 -0
  260. package/dist/core/tasks/command-output.d.ts +15 -0
  261. package/dist/core/tasks/command-output.d.ts.map +1 -0
  262. package/dist/core/tasks/command-output.js +29 -0
  263. package/dist/core/tasks/command-output.js.map +1 -0
  264. package/dist/core/tasks/completion-ordering.d.ts +11 -0
  265. package/dist/core/tasks/completion-ordering.d.ts.map +1 -0
  266. package/dist/core/tasks/completion-ordering.js +19 -0
  267. package/dist/core/tasks/completion-ordering.js.map +1 -0
  268. package/dist/core/tasks/completion.d.ts +36 -0
  269. package/dist/core/tasks/completion.d.ts.map +1 -0
  270. package/dist/core/tasks/completion.js +115 -0
  271. package/dist/core/tasks/completion.js.map +1 -0
  272. package/dist/core/tasks/contracts.d.ts +404 -0
  273. package/dist/core/tasks/contracts.d.ts.map +1 -0
  274. package/dist/core/tasks/contracts.js +2 -0
  275. package/dist/core/tasks/contracts.js.map +1 -0
  276. package/dist/core/tasks/execution-scope.d.ts +10 -0
  277. package/dist/core/tasks/execution-scope.d.ts.map +1 -0
  278. package/dist/core/tasks/execution-scope.js +27 -0
  279. package/dist/core/tasks/execution-scope.js.map +1 -0
  280. package/dist/core/tasks/owner-store.d.ts +53 -0
  281. package/dist/core/tasks/owner-store.d.ts.map +1 -0
  282. package/dist/core/tasks/owner-store.js +155 -0
  283. package/dist/core/tasks/owner-store.js.map +1 -0
  284. package/dist/core/tasks/supervisor.d.ts +121 -0
  285. package/dist/core/tasks/supervisor.d.ts.map +1 -0
  286. package/dist/core/tasks/supervisor.js +916 -0
  287. package/dist/core/tasks/supervisor.js.map +1 -0
  288. package/dist/core/tasks/transcript.d.ts +23 -0
  289. package/dist/core/tasks/transcript.d.ts.map +1 -0
  290. package/dist/core/tasks/transcript.js +74 -0
  291. package/dist/core/tasks/transcript.js.map +1 -0
  292. package/dist/core/tools/ask-user-question/ask-user-question.d.ts +2 -2
  293. package/dist/core/tools/ask-user-question/ask-user-question.d.ts.map +1 -1
  294. package/dist/core/tools/ask-user-question/ask-user-question.js +8 -4
  295. package/dist/core/tools/ask-user-question/ask-user-question.js.map +1 -1
  296. package/dist/core/tools/ask-user-question/state/build-questionnaire.d.ts +1 -1
  297. package/dist/core/tools/ask-user-question/state/build-questionnaire.js.map +1 -1
  298. package/dist/core/tools/ask-user-question/state/questionnaire-session.d.ts +1 -1
  299. package/dist/core/tools/ask-user-question/state/questionnaire-session.js.map +1 -1
  300. package/dist/core/tools/ask-user-question/view/components/multi-select-view.d.ts +1 -1
  301. package/dist/core/tools/ask-user-question/view/components/multi-select-view.js.map +1 -1
  302. package/dist/core/tools/ask-user-question/view/components/preview/markdown-content-cache.d.ts +1 -1
  303. package/dist/core/tools/ask-user-question/view/components/preview/markdown-content-cache.js.map +1 -1
  304. package/dist/core/tools/ask-user-question/view/components/preview/preview-block-renderer.d.ts +1 -1
  305. package/dist/core/tools/ask-user-question/view/components/preview/preview-block-renderer.js.map +1 -1
  306. package/dist/core/tools/ask-user-question/view/components/submit-picker.d.ts +1 -1
  307. package/dist/core/tools/ask-user-question/view/components/submit-picker.js.map +1 -1
  308. package/dist/core/tools/ask-user-question/view/components/tab-bar.d.ts +1 -1
  309. package/dist/core/tools/ask-user-question/view/components/tab-bar.js.map +1 -1
  310. package/dist/core/tools/ask-user-question/view/dialog-builder.d.ts +1 -1
  311. package/dist/core/tools/ask-user-question/view/dialog-builder.js.map +1 -1
  312. package/dist/core/tools/ask-user-question/view/tab-content-strategy.d.ts +1 -1
  313. package/dist/core/tools/ask-user-question/view/tab-content-strategy.js.map +1 -1
  314. package/dist/core/tools/bash-pty-native.d.ts +18 -3
  315. package/dist/core/tools/bash-pty-native.d.ts.map +1 -1
  316. package/dist/core/tools/bash-pty-native.js +116 -1
  317. package/dist/core/tools/bash-pty-native.js.map +1 -1
  318. package/dist/core/tools/bash.d.ts +11 -4
  319. package/dist/core/tools/bash.d.ts.map +1 -1
  320. package/dist/core/tools/bash.js +52 -8
  321. package/dist/core/tools/bash.js.map +1 -1
  322. package/dist/core/tools/edit.d.ts.map +1 -1
  323. package/dist/core/tools/edit.js +1 -2
  324. package/dist/core/tools/edit.js.map +1 -1
  325. package/dist/core/tools/find.js.map +1 -1
  326. package/dist/core/tools/grep.js.map +1 -1
  327. package/dist/core/tools/index.d.ts +2 -2
  328. package/dist/core/tools/index.js.map +1 -1
  329. package/dist/core/tools/ls.js.map +1 -1
  330. package/dist/core/tools/powershell.d.ts +20 -10
  331. package/dist/core/tools/powershell.d.ts.map +1 -1
  332. package/dist/core/tools/powershell.js +32 -7
  333. package/dist/core/tools/powershell.js.map +1 -1
  334. package/dist/core/tools/read.d.ts.map +1 -1
  335. package/dist/core/tools/read.js +1 -2
  336. package/dist/core/tools/read.js.map +1 -1
  337. package/dist/core/tools/render-utils.d.ts +1 -1
  338. package/dist/core/tools/render-utils.js.map +1 -1
  339. package/dist/core/tools/resource-selectors.d.ts.map +1 -1
  340. package/dist/core/tools/resource-selectors.js +15 -7
  341. package/dist/core/tools/resource-selectors.js.map +1 -1
  342. package/dist/core/tools/search.js.map +1 -1
  343. package/dist/core/tools/todos-render.d.ts +1 -1
  344. package/dist/core/tools/todos-render.js.map +1 -1
  345. package/dist/core/tools/write.d.ts.map +1 -1
  346. package/dist/core/tools/write.js +1 -2
  347. package/dist/core/tools/write.js.map +1 -1
  348. package/dist/core/workflow-stage-admission.d.ts +10 -0
  349. package/dist/core/workflow-stage-admission.d.ts.map +1 -1
  350. package/dist/core/workflow-stage-admission.js +24 -0
  351. package/dist/core/workflow-stage-admission.js.map +1 -1
  352. package/dist/extensions/herdr/activity.d.ts +15 -0
  353. package/dist/extensions/herdr/activity.d.ts.map +1 -0
  354. package/dist/extensions/herdr/activity.js +24 -0
  355. package/dist/extensions/herdr/activity.js.map +1 -0
  356. package/dist/extensions/herdr/environment.d.ts +7 -0
  357. package/dist/extensions/herdr/environment.d.ts.map +1 -0
  358. package/dist/extensions/herdr/environment.js +6 -0
  359. package/dist/extensions/herdr/environment.js.map +1 -0
  360. package/dist/extensions/herdr/index.d.ts +9 -0
  361. package/dist/extensions/herdr/index.d.ts.map +1 -0
  362. package/dist/extensions/herdr/index.js +225 -0
  363. package/dist/extensions/herdr/index.js.map +1 -0
  364. package/dist/extensions/herdr/pane-owner.d.ts +30 -0
  365. package/dist/extensions/herdr/pane-owner.d.ts.map +1 -0
  366. package/dist/extensions/herdr/pane-owner.js +111 -0
  367. package/dist/extensions/herdr/pane-owner.js.map +1 -0
  368. package/dist/extensions/herdr/transport.d.ts +8 -0
  369. package/dist/extensions/herdr/transport.d.ts.map +1 -0
  370. package/dist/extensions/herdr/transport.js +28 -0
  371. package/dist/extensions/herdr/transport.js.map +1 -0
  372. package/dist/extensions/index.d.ts.map +1 -1
  373. package/dist/extensions/index.js +2 -0
  374. package/dist/extensions/index.js.map +1 -1
  375. package/dist/extensions/llama/huggingface-ui.d.ts +1 -1
  376. package/dist/extensions/llama/huggingface-ui.js.map +1 -1
  377. package/dist/extensions/llama/ui.js.map +1 -1
  378. package/dist/index-extensions.d.ts +3 -2
  379. package/dist/index-extensions.d.ts.map +1 -1
  380. package/dist/index-extensions.js.map +1 -1
  381. package/dist/index.d.ts +11 -3
  382. package/dist/index.d.ts.map +1 -1
  383. package/dist/index.js +8 -0
  384. package/dist/index.js.map +1 -1
  385. package/dist/main-session.js.map +1 -1
  386. package/dist/main.d.ts.map +1 -1
  387. package/dist/main.js +149 -69
  388. package/dist/main.js.map +1 -1
  389. package/dist/modes/interactive/components/armin.js.map +1 -1
  390. package/dist/modes/interactive/components/assistant-message.js.map +1 -1
  391. package/dist/modes/interactive/components/atomic-banner.d.ts +1 -1
  392. package/dist/modes/interactive/components/atomic-banner.js.map +1 -1
  393. package/dist/modes/interactive/components/atomic-working-status.js.map +1 -1
  394. package/dist/modes/interactive/components/bash-execution.js.map +1 -1
  395. package/dist/modes/interactive/components/bordered-loader.d.ts +1 -1
  396. package/dist/modes/interactive/components/bordered-loader.js.map +1 -1
  397. package/dist/modes/interactive/components/branch-summary-message.js.map +1 -1
  398. package/dist/modes/interactive/components/chat-message-renderer.d.ts +12 -0
  399. package/dist/modes/interactive/components/chat-message-renderer.d.ts.map +1 -1
  400. package/dist/modes/interactive/components/chat-message-renderer.js +44 -0
  401. package/dist/modes/interactive/components/chat-message-renderer.js.map +1 -1
  402. package/dist/modes/interactive/components/chat-session-host-actions.d.ts +1 -1
  403. package/dist/modes/interactive/components/chat-session-host-actions.d.ts.map +1 -1
  404. package/dist/modes/interactive/components/chat-session-host-actions.js +43 -8
  405. package/dist/modes/interactive/components/chat-session-host-actions.js.map +1 -1
  406. package/dist/modes/interactive/components/chat-session-host-editor.d.ts +1 -1
  407. package/dist/modes/interactive/components/chat-session-host-editor.js.map +1 -1
  408. package/dist/modes/interactive/components/chat-session-host-events.d.ts +2 -2
  409. package/dist/modes/interactive/components/chat-session-host-events.js.map +1 -1
  410. package/dist/modes/interactive/components/chat-session-host-rendering.d.ts +2 -2
  411. package/dist/modes/interactive/components/chat-session-host-rendering.d.ts.map +1 -1
  412. package/dist/modes/interactive/components/chat-session-host-rendering.js +12 -3
  413. package/dist/modes/interactive/components/chat-session-host-rendering.js.map +1 -1
  414. package/dist/modes/interactive/components/chat-session-host-runtime.d.ts +4 -5
  415. package/dist/modes/interactive/components/chat-session-host-runtime.d.ts.map +1 -1
  416. package/dist/modes/interactive/components/chat-session-host-runtime.js +8 -6
  417. package/dist/modes/interactive/components/chat-session-host-runtime.js.map +1 -1
  418. package/dist/modes/interactive/components/chat-session-host-state.d.ts +7 -2
  419. package/dist/modes/interactive/components/chat-session-host-state.d.ts.map +1 -1
  420. package/dist/modes/interactive/components/chat-session-host-state.js +1 -0
  421. package/dist/modes/interactive/components/chat-session-host-state.js.map +1 -1
  422. package/dist/modes/interactive/components/chat-session-host-terminal-cleanup.d.ts +1 -1
  423. package/dist/modes/interactive/components/chat-session-host-terminal-cleanup.js.map +1 -1
  424. package/dist/modes/interactive/components/chat-session-host-types.d.ts +8 -3
  425. package/dist/modes/interactive/components/chat-session-host-types.d.ts.map +1 -1
  426. package/dist/modes/interactive/components/chat-session-host-types.js.map +1 -1
  427. package/dist/modes/interactive/components/chat-session-host-utils.d.ts +1 -1
  428. package/dist/modes/interactive/components/chat-session-host-utils.d.ts.map +1 -1
  429. package/dist/modes/interactive/components/chat-session-host-utils.js +2 -0
  430. package/dist/modes/interactive/components/chat-session-host-utils.js.map +1 -1
  431. package/dist/modes/interactive/components/chat-session-host.d.ts +17 -2
  432. package/dist/modes/interactive/components/chat-session-host.d.ts.map +1 -1
  433. package/dist/modes/interactive/components/chat-session-host.js +97 -1
  434. package/dist/modes/interactive/components/chat-session-host.js.map +1 -1
  435. package/dist/modes/interactive/components/chat-transcript.d.ts +1 -0
  436. package/dist/modes/interactive/components/chat-transcript.d.ts.map +1 -1
  437. package/dist/modes/interactive/components/chat-transcript.js +1 -1
  438. package/dist/modes/interactive/components/chat-transcript.js.map +1 -1
  439. package/dist/modes/interactive/components/compaction-boundary-message.js.map +1 -1
  440. package/dist/modes/interactive/components/config-selector-list.js.map +1 -1
  441. package/dist/modes/interactive/components/config-selector.js.map +1 -1
  442. package/dist/modes/interactive/components/custom-editor.js.map +1 -1
  443. package/dist/modes/interactive/components/custom-entry.js.map +1 -1
  444. package/dist/modes/interactive/components/custom-message.d.ts.map +1 -1
  445. package/dist/modes/interactive/components/custom-message.js +12 -0
  446. package/dist/modes/interactive/components/custom-message.js.map +1 -1
  447. package/dist/modes/interactive/components/daxnuts.js.map +1 -1
  448. package/dist/modes/interactive/components/diff.js.map +1 -1
  449. package/dist/modes/interactive/components/dynamic-border.js.map +1 -1
  450. package/dist/modes/interactive/components/earendil-announcement.js.map +1 -1
  451. package/dist/modes/interactive/components/extension-editor.js.map +1 -1
  452. package/dist/modes/interactive/components/extension-input.js.map +1 -1
  453. package/dist/modes/interactive/components/extension-selector.js.map +1 -1
  454. package/dist/modes/interactive/components/first-time-setup.d.ts +1 -1
  455. package/dist/modes/interactive/components/first-time-setup.js.map +1 -1
  456. package/dist/modes/interactive/components/footer.d.ts +7 -6
  457. package/dist/modes/interactive/components/footer.d.ts.map +1 -1
  458. package/dist/modes/interactive/components/footer.js +27 -9
  459. package/dist/modes/interactive/components/footer.js.map +1 -1
  460. package/dist/modes/interactive/components/host-input-form-mount.js.map +1 -1
  461. package/dist/modes/interactive/components/host-input-form.d.ts +1 -1
  462. package/dist/modes/interactive/components/host-input-form.js.map +1 -1
  463. package/dist/modes/interactive/components/index.d.ts +2 -2
  464. package/dist/modes/interactive/components/index.js.map +1 -1
  465. package/dist/modes/interactive/components/keybinding-hints.js.map +1 -1
  466. package/dist/modes/interactive/components/login-dialog.js.map +1 -1
  467. package/dist/modes/interactive/components/mermaid.d.ts +1 -1
  468. package/dist/modes/interactive/components/mermaid.js.map +1 -1
  469. package/dist/modes/interactive/components/model-selector.js.map +1 -1
  470. package/dist/modes/interactive/components/oauth-selector.js.map +1 -1
  471. package/dist/modes/interactive/components/reserved-bottom-overlay.js.map +1 -1
  472. package/dist/modes/interactive/components/scoped-models-selector.js.map +1 -1
  473. package/dist/modes/interactive/components/session-selector-header.js.map +1 -1
  474. package/dist/modes/interactive/components/session-selector-list.js.map +1 -1
  475. package/dist/modes/interactive/components/session-selector.js.map +1 -1
  476. package/dist/modes/interactive/components/settings-selector-items.js.map +1 -1
  477. package/dist/modes/interactive/components/settings-selector-submenus.d.ts +1 -1
  478. package/dist/modes/interactive/components/settings-selector-submenus.js.map +1 -1
  479. package/dist/modes/interactive/components/settings-selector-types.d.ts +1 -1
  480. package/dist/modes/interactive/components/settings-selector-types.js.map +1 -1
  481. package/dist/modes/interactive/components/settings-selector.js.map +1 -1
  482. package/dist/modes/interactive/components/show-images-selector.js.map +1 -1
  483. package/dist/modes/interactive/components/skill-invocation-message.d.ts +1 -1
  484. package/dist/modes/interactive/components/skill-invocation-message.js.map +1 -1
  485. package/dist/modes/interactive/components/task-completion-message.d.ts +13 -0
  486. package/dist/modes/interactive/components/task-completion-message.d.ts.map +1 -0
  487. package/dist/modes/interactive/components/task-completion-message.js +65 -0
  488. package/dist/modes/interactive/components/task-completion-message.js.map +1 -0
  489. package/dist/modes/interactive/components/task-detail.d.ts +27 -0
  490. package/dist/modes/interactive/components/task-detail.d.ts.map +1 -0
  491. package/dist/modes/interactive/components/task-detail.js +107 -0
  492. package/dist/modes/interactive/components/task-detail.js.map +1 -0
  493. package/dist/modes/interactive/components/task-inspector.d.ts +50 -0
  494. package/dist/modes/interactive/components/task-inspector.d.ts.map +1 -0
  495. package/dist/modes/interactive/components/task-inspector.js +599 -0
  496. package/dist/modes/interactive/components/task-inspector.js.map +1 -0
  497. package/dist/modes/interactive/components/task-list.d.ts +18 -0
  498. package/dist/modes/interactive/components/task-list.d.ts.map +1 -0
  499. package/dist/modes/interactive/components/task-list.js +59 -0
  500. package/dist/modes/interactive/components/task-list.js.map +1 -0
  501. package/dist/modes/interactive/components/task-live-transcript.d.ts +17 -0
  502. package/dist/modes/interactive/components/task-live-transcript.d.ts.map +1 -0
  503. package/dist/modes/interactive/components/task-live-transcript.js +33 -0
  504. package/dist/modes/interactive/components/task-live-transcript.js.map +1 -0
  505. package/dist/modes/interactive/components/task-navigation.d.ts +38 -0
  506. package/dist/modes/interactive/components/task-navigation.d.ts.map +1 -0
  507. package/dist/modes/interactive/components/task-navigation.js +93 -0
  508. package/dist/modes/interactive/components/task-navigation.js.map +1 -0
  509. package/dist/modes/interactive/components/task-row.d.ts +34 -0
  510. package/dist/modes/interactive/components/task-row.d.ts.map +1 -0
  511. package/dist/modes/interactive/components/task-row.js +158 -0
  512. package/dist/modes/interactive/components/task-row.js.map +1 -0
  513. package/dist/modes/interactive/components/theme-selector.js.map +1 -1
  514. package/dist/modes/interactive/components/thinking-selector.js.map +1 -1
  515. package/dist/modes/interactive/components/tool-execution.js.map +1 -1
  516. package/dist/modes/interactive/components/transcript-follow-indicator.js.map +1 -1
  517. package/dist/modes/interactive/components/tree-selector-component.js.map +1 -1
  518. package/dist/modes/interactive/components/tree-selector-content.js.map +1 -1
  519. package/dist/modes/interactive/components/tree-selector-help.js.map +1 -1
  520. package/dist/modes/interactive/components/tree-selector-label-input.js.map +1 -1
  521. package/dist/modes/interactive/components/tree-selector-list.js.map +1 -1
  522. package/dist/modes/interactive/components/trust-selector.js.map +1 -1
  523. package/dist/modes/interactive/components/user-message-selector.js.map +1 -1
  524. package/dist/modes/interactive/components/user-message.js.map +1 -1
  525. package/dist/modes/interactive/components/working-status.js.map +1 -1
  526. package/dist/modes/interactive/interactive-agent-events.js +8 -2
  527. package/dist/modes/interactive/interactive-agent-events.js.map +1 -1
  528. package/dist/modes/interactive/interactive-auth-login.js +3 -1
  529. package/dist/modes/interactive/interactive-auth-login.js.map +1 -1
  530. package/dist/modes/interactive/interactive-autocomplete.js +9 -30
  531. package/dist/modes/interactive/interactive-autocomplete.js.map +1 -1
  532. package/dist/modes/interactive/interactive-deferred-startup.js +2 -1
  533. package/dist/modes/interactive/interactive-deferred-startup.js.map +1 -1
  534. package/dist/modes/interactive/interactive-extension-context.js +14 -4
  535. package/dist/modes/interactive/interactive-extension-context.js.map +1 -1
  536. package/dist/modes/interactive/interactive-extension-custom-ui.js +52 -4
  537. package/dist/modes/interactive/interactive-extension-custom-ui.js.map +1 -1
  538. package/dist/modes/interactive/interactive-extension-runtime.js +1 -0
  539. package/dist/modes/interactive/interactive-extension-runtime.js.map +1 -1
  540. package/dist/modes/interactive/interactive-extension-widgets.js +9 -1
  541. package/dist/modes/interactive/interactive-extension-widgets.js.map +1 -1
  542. package/dist/modes/interactive/interactive-input-handling.d.ts.map +1 -1
  543. package/dist/modes/interactive/interactive-input-handling.js +19 -0
  544. package/dist/modes/interactive/interactive-input-handling.js.map +1 -1
  545. package/dist/modes/interactive/interactive-mode-base.d.ts +6 -1
  546. package/dist/modes/interactive/interactive-mode-base.d.ts.map +1 -1
  547. package/dist/modes/interactive/interactive-mode-base.js +4 -1
  548. package/dist/modes/interactive/interactive-mode-base.js.map +1 -1
  549. package/dist/modes/interactive/interactive-mode-deps.d.ts +6 -6
  550. package/dist/modes/interactive/interactive-mode-deps.js.map +1 -1
  551. package/dist/modes/interactive/interactive-mode-surface.d.ts +2 -1
  552. package/dist/modes/interactive/interactive-mode-surface.d.ts.map +1 -1
  553. package/dist/modes/interactive/interactive-mode-surface.js.map +1 -1
  554. package/dist/modes/interactive/interactive-mode.d.ts +1 -0
  555. package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
  556. package/dist/modes/interactive/interactive-mode.js +3 -0
  557. package/dist/modes/interactive/interactive-mode.js.map +1 -1
  558. package/dist/modes/interactive/interactive-process-lifecycle.js +4 -1
  559. package/dist/modes/interactive/interactive-process-lifecycle.js.map +1 -1
  560. package/dist/modes/interactive/interactive-render-chat.js +2 -0
  561. package/dist/modes/interactive/interactive-render-chat.js.map +1 -1
  562. package/dist/modes/interactive/interactive-session-routing.js +33 -23
  563. package/dist/modes/interactive/interactive-session-routing.js.map +1 -1
  564. package/dist/modes/interactive/interactive-session-runtime.js +1 -0
  565. package/dist/modes/interactive/interactive-session-runtime.js.map +1 -1
  566. package/dist/modes/interactive/interactive-slash-commands.js.map +1 -1
  567. package/dist/modes/interactive/interactive-summarization-retry-events.js +2 -2
  568. package/dist/modes/interactive/interactive-summarization-retry-events.js.map +1 -1
  569. package/dist/modes/interactive/interactive-task-projection.d.ts +13 -0
  570. package/dist/modes/interactive/interactive-task-projection.d.ts.map +1 -0
  571. package/dist/modes/interactive/interactive-task-projection.js +72 -0
  572. package/dist/modes/interactive/interactive-task-projection.js.map +1 -0
  573. package/dist/modes/interactive/interactive-tui.js.map +1 -1
  574. package/dist/modes/interactive/interactive-windows-subshell.d.ts +17 -0
  575. package/dist/modes/interactive/interactive-windows-subshell.d.ts.map +1 -0
  576. package/dist/modes/interactive/interactive-windows-subshell.js +92 -0
  577. package/dist/modes/interactive/interactive-windows-subshell.js.map +1 -0
  578. package/dist/modes/interactive/skill-command-autocomplete.d.ts +12 -0
  579. package/dist/modes/interactive/skill-command-autocomplete.d.ts.map +1 -0
  580. package/dist/modes/interactive/skill-command-autocomplete.js +69 -0
  581. package/dist/modes/interactive/skill-command-autocomplete.js.map +1 -0
  582. package/dist/modes/interactive/theme/theme-class.d.ts.map +1 -1
  583. package/dist/modes/interactive/theme/theme-class.js +4 -1
  584. package/dist/modes/interactive/theme/theme-class.js.map +1 -1
  585. package/dist/modes/interactive/theme/theme-controller.d.ts +1 -1
  586. package/dist/modes/interactive/theme/theme-controller.js.map +1 -1
  587. package/dist/modes/interactive-engine/create-isolated-runtime.d.ts +1 -1
  588. package/dist/modes/interactive-engine/create-isolated-runtime.js.map +1 -1
  589. package/dist/modes/interactive-engine/engine-custom-ui.d.ts +5 -9
  590. package/dist/modes/interactive-engine/engine-custom-ui.d.ts.map +1 -1
  591. package/dist/modes/interactive-engine/engine-custom-ui.js +14 -5
  592. package/dist/modes/interactive-engine/engine-custom-ui.js.map +1 -1
  593. package/dist/modes/interactive-engine/engine-dialog-host.d.ts +2 -2
  594. package/dist/modes/interactive-engine/engine-dialog-host.js.map +1 -1
  595. package/dist/modes/interactive-engine/engine-project-trust.d.ts +10 -0
  596. package/dist/modes/interactive-engine/engine-project-trust.d.ts.map +1 -0
  597. package/dist/modes/interactive-engine/engine-project-trust.js +28 -0
  598. package/dist/modes/interactive-engine/engine-project-trust.js.map +1 -0
  599. package/dist/modes/interactive-engine/engine-render-service.d.ts +1 -1
  600. package/dist/modes/interactive-engine/engine-render-service.js.map +1 -1
  601. package/dist/modes/interactive-engine/extension-ui-bridge.d.ts +3 -1
  602. package/dist/modes/interactive-engine/extension-ui-bridge.d.ts.map +1 -1
  603. package/dist/modes/interactive-engine/extension-ui-bridge.js +6 -0
  604. package/dist/modes/interactive-engine/extension-ui-bridge.js.map +1 -1
  605. package/dist/modes/interactive-engine/input-form-host.d.ts +2 -2
  606. package/dist/modes/interactive-engine/input-form-host.js.map +1 -1
  607. package/dist/modes/interactive-engine/isolated-auth.d.ts +1 -1
  608. package/dist/modes/interactive-engine/isolated-auth.js.map +1 -1
  609. package/dist/modes/interactive-engine/isolated-runtime.d.ts +5 -2
  610. package/dist/modes/interactive-engine/isolated-runtime.d.ts.map +1 -1
  611. package/dist/modes/interactive-engine/isolated-runtime.js +40 -3
  612. package/dist/modes/interactive-engine/isolated-runtime.js.map +1 -1
  613. package/dist/modes/interactive-engine/protocol.d.ts +9 -0
  614. package/dist/modes/interactive-engine/protocol.d.ts.map +1 -1
  615. package/dist/modes/interactive-engine/protocol.js +8 -0
  616. package/dist/modes/interactive-engine/protocol.js.map +1 -1
  617. package/dist/modes/interactive-engine/remote-component.d.ts +2 -2
  618. package/dist/modes/interactive-engine/remote-component.d.ts.map +1 -1
  619. package/dist/modes/interactive-engine/remote-component.js +3 -2
  620. package/dist/modes/interactive-engine/remote-component.js.map +1 -1
  621. package/dist/modes/interactive-engine/remote-model-catalog.d.ts +1 -1
  622. package/dist/modes/interactive-engine/remote-model-catalog.js.map +1 -1
  623. package/dist/modes/interactive-engine/remote-renderer.d.ts +1 -1
  624. package/dist/modes/interactive-engine/remote-renderer.js.map +1 -1
  625. package/dist/modes/interactive-engine/session-picker-host.d.ts +2 -2
  626. package/dist/modes/interactive-engine/session-picker-host.js.map +1 -1
  627. package/dist/modes/json-event.d.ts +1 -1
  628. package/dist/modes/json-event.js.map +1 -1
  629. package/dist/modes/print-mode.js.map +1 -1
  630. package/dist/modes/rpc/rpc-bash-request-owners.d.ts +2 -2
  631. package/dist/modes/rpc/rpc-bash-request-owners.js.map +1 -1
  632. package/dist/modes/rpc/rpc-client-api.d.ts +2 -2
  633. package/dist/modes/rpc/rpc-client-api.d.ts.map +1 -1
  634. package/dist/modes/rpc/rpc-client-api.js +2 -2
  635. package/dist/modes/rpc/rpc-client-api.js.map +1 -1
  636. package/dist/modes/rpc/rpc-client-waits.d.ts +1 -1
  637. package/dist/modes/rpc/rpc-client-waits.js.map +1 -1
  638. package/dist/modes/rpc/rpc-client.d.ts +3 -1
  639. package/dist/modes/rpc/rpc-client.d.ts.map +1 -1
  640. package/dist/modes/rpc/rpc-client.js +20 -0
  641. package/dist/modes/rpc/rpc-client.js.map +1 -1
  642. package/dist/modes/rpc/rpc-command-handler.d.ts +4 -2
  643. package/dist/modes/rpc/rpc-command-handler.d.ts.map +1 -1
  644. package/dist/modes/rpc/rpc-command-handler.js +12 -4
  645. package/dist/modes/rpc/rpc-command-handler.js.map +1 -1
  646. package/dist/modes/rpc/rpc-extension-ui.d.ts +1 -1
  647. package/dist/modes/rpc/rpc-extension-ui.js.map +1 -1
  648. package/dist/modes/rpc/rpc-mode.d.ts.map +1 -1
  649. package/dist/modes/rpc/rpc-mode.js +11 -2
  650. package/dist/modes/rpc/rpc-mode.js.map +1 -1
  651. package/dist/modes/rpc/rpc-provider-auth.d.ts +1 -1
  652. package/dist/modes/rpc/rpc-provider-auth.js.map +1 -1
  653. package/dist/modes/rpc/rpc-session-binding.d.ts +4 -1
  654. package/dist/modes/rpc/rpc-session-binding.d.ts.map +1 -1
  655. package/dist/modes/rpc/rpc-session-binding.js +35 -1
  656. package/dist/modes/rpc/rpc-session-binding.js.map +1 -1
  657. package/dist/modes/rpc/rpc-types.d.ts +13 -1
  658. package/dist/modes/rpc/rpc-types.d.ts.map +1 -1
  659. package/dist/modes/rpc/rpc-types.js.map +1 -1
  660. package/dist/modes/rpc/task-ui-bridge.d.ts +9 -0
  661. package/dist/modes/rpc/task-ui-bridge.d.ts.map +1 -0
  662. package/dist/modes/rpc/task-ui-bridge.js +146 -0
  663. package/dist/modes/rpc/task-ui-bridge.js.map +1 -0
  664. package/dist/self-update-plan.js.map +1 -1
  665. package/docs/background-tasks.md +199 -0
  666. package/docs/compaction.md +2 -0
  667. package/docs/development.md +3 -1
  668. package/docs/docs.json +2 -0
  669. package/docs/environment-variables.md +1 -1
  670. package/docs/extensions.md +108 -6
  671. package/docs/herdr.md +106 -0
  672. package/docs/intercom.md +38 -35
  673. package/docs/keybindings.md +19 -2
  674. package/docs/models/evals.md +222 -147
  675. package/docs/models/model-selection.md +20 -14
  676. package/docs/models/pareto-efficiency.md +2 -2
  677. package/docs/providers.md +48 -46
  678. package/docs/quickstart.md +2 -2
  679. package/docs/sdk.md +244 -0
  680. package/docs/settings.md +15 -3
  681. package/docs/skills.md +23 -1
  682. package/docs/subagents.md +71 -9
  683. package/docs/themes.md +4 -0
  684. package/docs/tools.md +25 -0
  685. package/docs/tui.md +29 -2
  686. package/docs/usage.md +4 -0
  687. package/docs/windows.md +4 -4
  688. package/docs/workflows/api-reference.md +13 -4
  689. package/docs/workflows/operations.md +59 -5
  690. package/docs/workflows/reliable-design.md +35 -4
  691. package/docs/workflows/verification.md +21 -4
  692. package/docs/workflows.md +3 -1
  693. package/npm-shrinkwrap.json +781 -661
  694. package/package.json +10 -10
  695. /package/dist/builtin/workflows/builtin/{chunk-cg9tmks0.js → chunk-n1910xc4.js} +0 -0
  696. /package/dist/builtin/workflows/builtin/{chunk-wpckd35c.js → chunk-rc5ec5xx.js} +0 -0
  697. /package/dist/builtin/workflows/builtin/{chunk-7at6dnkr.js → chunk-tgt0s5e5.js} +0 -0
  698. /package/dist/builtin/workflows/builtin/{chunk-bfkmzv9h.js → chunk-xtxcq5tj.js} +0 -0
@@ -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, whose task distribution is closer to the work you intend to run. Artificial Analysis was re-fetched on **2026-09-05**, including its September 4 Intelligence Index revision; the per-evaluation scores, leaderboard rows and Coding Agent Index rows below were read from the rendered charts on that date. The DeepSWE leaderboard rows below retain their **2026-09-03** compilation date and were read from the live page on **2026-09-05**. Every number is a rounded value as displayed by the source; unrounded values and confidence intervals live on the linked pages.
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,23 @@ 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 the benchmark that measures the task type, the top measured picks and the cheapest pick that stays close, using the tables further down. "Measured" means the exact configuration named; a different effort level or agent is a different row on the source.
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
- | Task type | Benchmark to read | Top measured picks | Budget pick that holds up |
25
+ | Task type | Benchmark to read | Selected measured candidates | Cost-conscious alternative |
26
26
  | --- | --- | --- | --- |
27
- | Implementing features and fixing bugs in a repo | DeepSWE `pass@1`, `$/task`, steps | gpt-6-astra [xhigh] 74% / $6.52 / 29 steps; gemini-3.8-flash [high] 74% / $2.36 / 166 steps; claude-opus-5 [max] 74% / $11.84 | gpt-5.6-luna [max] 67% / $0.61; glm-5.3-flash [max] 63% / $0.24 |
28
- | Terminal work, sysadmin, debugging in a shell | Terminal-Bench v2.1 | Fable 5.1 max 91%; Astra high and medium 90%; Sol xhigh 90%; Opus 5 max 89% | Terra max and Gemini 3.8 Flash high 88%; Gemini 3.7 Flash high 86%; GLM-5.3-Flash 84%; Luna max 81% |
29
- | Multi-file knowledge-work deliverables (spreadsheets, decks, memos) | AA-Briefcase, GDPval-AA v2 | Fable 5.1 max 58% / 63%; Opus 5 max 58% / 62%; Muse Spark 1.3 max 53% / 61% | GLM-5.3-Flash 48% / 59% at $0.18 per Index task |
30
- | Tool-calling against an API or knowledge base | 𝜏³-Banking | Muse Spark 1.3 max 52%; Grok 4.6 high 51%; GLM-5.3 max 50% | GLM-5.3-Flash 47%; Gemini 3.8 Flash high 45%. Luna max scores 31%: avoid it for tool-heavy loops |
31
- | Reasoning over long PDFs and reports | GDP.pdf All-pass | Astra max 33%; Astra xhigh 32%; Sol max 28%; Fable 5.1 max 26% | Astra low 30%; Luna max 23%. GLM-5.3 max 12% and Sonnet 5 max 13% are weak here |
32
- | Long-context extraction and synthesis | AA-LCR v1.1 | Kimi K3 max 89%; Fable 5.1 max 85%; Sol max, Luna max and Muse Spark 1.3 max 84% | Luna max 84% at $0.10 per Index task; nearly everything else sits at 79–83% |
33
- | Facts without citations, where a wrong answer is worse than "I don't know" | AA-Omniscience non-hallucination rate | GLM-5.3-Flash 72%; GLM-5.3 max 70%; Muse Spark 1.3 xhigh 69%; Grok 4.6 high 66% | GLM-5.3-Flash is already the cheapest row; Sonnet 5 max 61% is the Anthropic option. Sol max 8%, Luna max 7%, Terra max 12% and DeepSeek V4 5–8% answer wrong rather than abstain |
34
- | Facts where raw recall matters and the answer will be checked | AA-Omniscience accuracy | Fable 5.1 max 67%; Fable 5 65%; Astra max 63% | Gemini 3.8 Flash high and Gemini 3.7 Flash high 55% |
35
- | Scientific or numerical programming | SciCode | Fable 5.1 max 63%; Fable 5 61%; Muse Spark 1.3 xhigh 60%; Kimi K3 max and GLM-5.3 max 59% | Gemini 3.8 Flash high and Gemini 3.7 Flash high 57%; Luna max 54% |
36
- | Hard closed-form reasoning and research-level physics | Humanity's Last Exam, CritPt | HLE: Fable 5.1 max 59%; Opus 5 max and Astra max 55%. CritPt: Sol max and Astra max 32% | Astra medium 53% HLE / 29% CritPt |
37
- | Whole coding-agent product comparison (agent + model) | AA Coding Agent Index v1.4 | Claude Code + Fable 5.1 max 70; Claude Code + Opus 5 xhigh 68; Muse Code + Muse Spark 1.3 max 68 | Opencode + Gemini 3.8 Flash high 61 at $2.04 and 11.9 min; Codex + Luna max 57 at $0.29 and 8.0 min |
38
-
39
- Three cross-cutting reads from the numbers:
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.
27
+ | 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 |
28
+ | 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 |
29
+ | 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 |
30
+ | 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% |
31
+ | Long PDFs and professional documents | GDP.pdf All-pass | Astra xhigh 32%; max and high 31% | Astra low 30%; Luna max 24% |
32
+ | 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 |
33
+ | 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 |
34
+ | 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% |
35
+ | 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% |
36
+ | 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 |
37
+ | 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 |
38
+
39
+ 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
40
 
45
41
  ## DeepSWE — coding-agent performance
46
42
 
@@ -109,15 +105,15 @@ xychart-beta
109
105
  What the three charts say together:
110
106
 
111
107
  - **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
- - **Cost spans two orders of magnitude at the same score.** Luna [max] and Gemini 3.8 Flash [high] reach 67% and 74% for $0.61 and $2.36; Opus 5 [max] and Fable 5 [xhigh] reach 74% and 70% for $11.84 and $13.41. Sonnet 5 [max] is the outlier to avoid: 54% for $26.40 and 268 steps.
108
+ - **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
109
  - **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
110
  - **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
111
 
116
112
  ## Artificial Analysis: current measures
117
113
 
118
- ### Intelligence Index v4.2
114
+ ### Intelligence Index v4.3
119
115
 
120
- The [September 4, 2026 announcement](https://artificialanalysis.ai/articles/artificial-analysis-intelligence-index-v4-2) and [current methodology](https://artificialanalysis.ai/methodology/intelligence-benchmarking), retrieved 2026-09-05, identify **Artificial Analysis Intelligence Index v4.2**. It adds AA-Briefcase and GDP.pdf, removes GPQA Diamond from this index, upgrades AA-LCR to v1.1, improves SciCode grading, and rebalances the weights. It also revises GDPval-AA v2 and AA-Briefcase Elo sampling and anchoring. Do not compare scores across index revisions as though only the models changed. The announcement describes v5 as upcoming, not current.
116
+ 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
117
 
122
118
  The ten evaluations and their contributions are:
123
119
 
@@ -125,8 +121,8 @@ The ten evaluations and their contributions are:
125
121
  | --- | --- | --- | --- |
126
122
  | Agents, 30% | AA-Briefcase | 15% | Multi-week knowledge-work projects and file deliverables |
127
123
  | Agents | GDPval-AA v2 | 10% | Economically realistic professional work |
128
- | Agents | 𝜏³-Banking | 5% | Tool use and customer interaction |
129
- | Coding, 20% | Terminal-Bench v2.1 | 10% | Terminal execution and debugging |
124
+ | Agents | AutomationBench-AA | 5% | SaaS workflow automation with REST API tools; objective completion with zero credit on a guardrail violation |
125
+ | Coding, 20% | Terminal-Bench v4.0 | 10% | Terminal execution and debugging |
130
126
  | Coding | SciCode | 10% | Scientific programming |
131
127
  | Scientific Reasoning, 20% | Humanity's Last Exam | 10% | Hard reasoning and knowledge |
132
128
  | Scientific Reasoning | CritPt | 10% | Physics reasoning |
@@ -134,189 +130,268 @@ The ten evaluations and their contributions are:
134
130
  | General | GDP.pdf | 10% | Professional document reasoning; headline All-pass requires every criterion to pass |
135
131
  | General | AA-LCR v1.1 | 5% | Long-context reasoning |
136
132
 
137
- This is primarily a text-based, English-language suite, not a universal measure of multimodal or multilingual quality. The [additional evaluations](https://artificialanalysis.ai/methodology/intelligence-benchmarking#additional-evaluations), such as AutomationBench-AA, AA-AnalystAgent and ITBench-AA, can be better matches for SaaS workflows, spreadsheet analysis or incident diagnosis. Their presence on the site does not make them Intelligence Index components. GPQA Diamond also remains visible separately and in the Engineering capability index.
133
+ 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
134
 
139
135
  ### Headline leaderboard rows for catalog models
140
136
 
141
- From the [LLM leaderboard](https://artificialanalysis.ai/leaderboards/models), retrieved 2026-09-05. Cost is AA's weighted **cost per Intelligence Index task** (confirmed against the model-page label), not a token price. Speed is output tokens per second on the default 10k-input workload. Latency is AA's time to first token, which for a streaming reasoning model can be the first reasoning token; end-to-end is seconds to a 500-token answer including thinking. `—` means AA does not report the value.
137
+ 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
138
 
143
- | AA configuration | Intelligence Index | $/Index task | Output tok/s | TTFT (s) | End-to-end 500 tok (s) |
139
+ | AA configuration | Intelligence Index | $/Index task | Output tok/s | First chunk (s) | End-to-end 500 tok (s) |
144
140
  | --- | --- | --- | --- | --- | --- |
145
- | Claude Fable 5.1 (max with fallback) | 57 | $6.12 | 69 | 266.5 | 273.8 |
146
- | GPT-6 Astra (max) | 55 | $2.57 | 87 | 463.7 | 469.5 |
147
- | GPT-6 Astra (xhigh) | 54 | $1.85 | 81 | 309.5 | 315.7 |
148
- | Claude Opus 5 (max) | 54 | $4.21 | 59 | 91.2 | 99.7 |
149
- | Claude Opus 5 (xhigh) | 53 | $3.36 | 57 | 33.8 | 42.6 |
150
- | GPT-6 Astra (high) | 53 | $1.41 | 87 | 141.6 | 147.3 |
151
- | Claude Fable 5 (with fallback) | 53 | $5.62 | 70 | 111.4 | 118.5 |
152
- | Muse Spark 1.3 (max) | 53 | $0.96 | 190 | 18.7 | 31.8 |
153
- | GPT-6 Astra (medium) | 52 | $1.16 | 79 | 24.6 | 30.9 |
154
- | Claude Opus 5 (high) | 52 | $2.44 | 56 | 23.0 | 31.9 |
155
- | Muse Spark 1.3 (xhigh) | 52 | $0.84 | 135 | 42.6 | 61.0 |
156
- | GPT-5.6 Sol (max) | 51 | $1.25 | 85 | 163.0 | 168.8 |
157
- | Grok 4.6 (high) | 51 | $1.25 | 65 | 52.4 | 60.1 |
158
- | Kimi K3 (max) | 50 | $1.58 | 40 | 4.7 | 67.9 |
159
- | GPT-5.6 Sol (xhigh) | 50 | $0.89 | 82 | 76.0 | 82.1 |
160
- | GLM-5.3 (max) | 49 | $1.26 | 80 | 2.1 | 33.3 |
161
- | GPT-6 Astra (low) | 49 | $0.63 | 86 | 6.6 | 12.5 |
162
- | GPT-5.6 Sol (high) | 48 | $0.61 | 72 | 18.8 | 25.8 |
163
- | Gemini 3.8 Flash (high) | 47 | $0.74 | | | |
164
- | Qwen3.8 Max | 47 | $1.19 | 39 | 2.4 | 66.5 |
165
- | Muse Spark 1.2 (xhigh) | 47 | $0.55 | 267 | 15.3 | 24.6 |
166
- | GPT-5.6 Terra (max) | 47 | $0.81 | 111 | 244.8 | 249.3 |
167
- | GLM-5.3-Flash | 46 | $0.18 | 48 | 1.6 | 54.2 |
168
- | Gemini 3.7 Flash (high) | 45 | $0.55 | 310 | 10.6 | 12.2 |
169
- | Claude Sonnet 5 (max) | 45 | $3.31 | 74 | 178.7 | 185.4 |
170
- | GPT-5.6 Luna (max) | 43 | $0.10 | 135 | 173.2 | 177.0 |
171
- | DeepSeek V4 Pro 0813 (max) | 42 | $0.33 | 70 | 1.6 | 37.2 |
172
- | GPT-5.6 Luna (xhigh) | 42 | $0.06 | 125 | 71.1 | 75.1 |
173
- | DeepSeek V4 Flash 0731 (max) | 41 | $0.14 | 135 | 1.1 | 19.6 |
174
- | Gemini 3.6 Flash | 40 | $0.36 | 215 | 15.5 | 17.9 |
175
-
176
- Two things the latency columns make obvious that the index hides: `max` effort on OpenAI and Anthropic models costs three to eight minutes before the first answer token (Astra max 464 s, Fable 5.1 max 267 s, Terra max 245 s, Luna max 173 s), and the fast interactive tier is Opus 5 high or xhigh (23–34 s), Astra medium or low (7–25 s), Muse Spark 1.3 (19–43 s) and the Flash models (1–16 s). Pick effort for an interactive session from this column, not from the index.
141
+ | Claude Fable 5.1 (max with fallback) | 53 | $7.63 | 69 | 276.82 | 284.07 |
142
+ | Claude Fable 5.1 (xhigh with fallback) | 53 | $5.98 | 58 | 107.33 | 115.95 |
143
+ | GPT-6 Astra (max) | 53 | $3.26 | 62 | 322.48 | 330.48 |
144
+ | GPT-6 Astra (xhigh) | 53 | $2.31 | 58 | 131.86 | 140.46 |
145
+ | Claude Fable 5.1 (high with fallback) | 51 | $3.91 | 56 | 23.85 | 32.77 |
146
+ | GPT-6 Astra (high) | 51 | $1.72 | 59 | 44.97 | 53.48 |
147
+ | Claude Opus 5 (max) | 51 | $5.86 | 52 | 63.60 | 73.24 |
148
+ | Claude Fable 5 (with fallback) | 50 | $8.75 | 63 | 83.30 | 91.24 |
149
+ | GPT-6 Astra (medium) | 50 | $1.54 | 56 | 5.21 | 14.19 |
150
+ | Claude Opus 5 (xhigh) | 50 | $4.88 | 50 | 29.99 | 39.93 |
151
+ | Claude Fable 5.1 (medium with fallback) | 49 | $2.98 | 54 | 7.99 | 17.17 |
152
+ | Claude Opus 5 (high) | 48 | $3.61 | 52 | 17.45 | 27.04 |
153
+ | Muse Spark 1.3 (max) | 48 | $1.60 | 232 | 26.75 | 37.50 |
154
+ | GPT-5.6 Sol (max) | 47 | $1.99 | 74 | 127.52 | 134.27 |
155
+ | Claude Fable 5.1 (low with fallback) | 47 | $2.37 | 52 | 6.35 | 15.92 |
156
+ | GPT-6 Astra (low) | 46 | $0.82 | 55 | 2.55 | 11.72 |
157
+ | GPT-6 Astra (Non-reasoning) | 45 | $1.71 | | | |
158
+ | Muse Spark 1.3 (xhigh) | 45 | $1.37 | 185 | 31.75 | 45.28 |
159
+ | GLM-5.3 (max) | 45 | $2.01 | 71 | 2.44 | 37.51 |
160
+ | Grok 4.6 (high) | 44 | $1.86 | 56 | 38.16 | 47.12 |
161
+ | GPT-5.6 Sol (xhigh) | 44 | $1.18 | 69 | 45.41 | 52.63 |
162
+ | Kimi K3 (max) | 44 | $2.00 | 42 | 3.26 | 63.43 |
163
+ | GPT-5.6 Sol (high) | 42 | $0.81 | 68 | 10.61 | 17.96 |
164
+ | GPT-5.6 Terra (max) | 42 | $1.40 | 116 | 139.61 | 143.94 |
165
+ | GLM-5.3-Flash | 42 | $0.25 | 58 | 1.51 | 44.66 |
166
+ | Gemini 3.8 Flash (high) | 41 | $1.24 | 286 | 17.36 | 19.11 |
167
+ | Qwen3.8 Max | 40 | $2.67 | 41 | 2.44 | 63.94 |
168
+ | Muse Spark 1.2 (xhigh) | 40 | $0.97 | 217 | 14.78 | 26.28 |
169
+ | Gemini 3.7 Flash (high) | 39 | $0.93 | 319 | 9.50 | 11.07 |
170
+ | Claude Sonnet 5 (max) | 38 | $5.09 | 80 | 183.11 | 189.40 |
171
+ | GPT-5.6 Luna (max) | 38 | $0.18 | 121 | 136.55 | 140.67 |
172
+ | DeepSeek V4 Pro 0813 (max) | 36 | $0.67 | 75 | 1.64 | 34.88 |
173
+ | GPT-5.6 Luna (xhigh) | 35 | $0.09 | 109 | 58.50 | 63.10 |
174
+ | DeepSeek V4 Flash 0731 (max) | 35 | $0.22 | 128 | 0.91 | 20.49 |
175
+ | Gemini 3.6 Flash | 34 | $0.93 | 218 | 14.04 | 16.33 |
176
+
177
+ 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.
178
+
179
+ 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
180
 
178
181
  ### Per-evaluation scores for catalog models
179
182
 
180
- Read from the "Intelligence Evaluations" charts on the AA model pages ([GPT-6 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), [Claude Sonnet 5](https://artificialanalysis.ai/models/claude-sonnet-5), [GPT-5.6 Terra](https://artificialanalysis.ai/models/gpt-5-6-terra)) on 2026-09-05. AA-Briefcase and GDPval-AA v2 are Elo scales; the model pages display them as `(Elo 500) / 2000`, so 58% is Elo 1666 and 63% is Elo 1769. Everything else is a pass rate. Bold marks the column leader among these rows.
183
+ 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.
184
+
185
+ 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
186
 
182
187
  **Agentic and coding evaluations**
183
188
 
184
- | AA configuration | AA-Briefcase | GDPval-AA v2 | 𝜏³-Banking | Terminal-Bench v2.1 | SciCode |
189
+ | AA configuration | AA-Briefcase, normalized Elo | GDPval-AA v2, normalized Elo | AutomationBench-AA | Terminal-Bench v4.0 | SciCode |
185
190
  | --- | --- | --- | --- | --- | --- |
186
- | Claude Fable 5.1 (max with fallback) | **58%** | **63%** | 47% | **91%** | **63%** |
187
- | Claude Opus 5 (max) | **58%** | 62% | 42% | 89% | 56% |
188
- | Claude Opus 5 (xhigh) | 56% | 61% | 43% | 88% | 56% |
189
- | Claude Opus 5 (high) | 53% | 57% | 45% | 88% | 55% |
190
- | Claude Fable 5 (with fallback) | 52% | 57% | 38% | 85% | 61% |
191
- | GPT-6 Astra (max) | 53% | 54% | 41% | 88% | 56% |
192
- | GPT-6 Astra (xhigh) | 52% | 53% | 43% | 89% | 56% |
193
- | GPT-6 Astra (high) | 50% | 52% | 40% | 90% | 55% |
194
- | GPT-6 Astra (medium) | 48% | 50% | 35% | 90% | 54% |
195
- | GPT-6 Astra (low) | 38% | 46% | 32% | 88% | 54% |
196
- | GPT-5.6 Sol (max) | 49% | 56% | 44% | 88% | 57% |
197
- | GPT-5.6 Sol (xhigh) | 47% | 55% | 38% | 90% | 57% |
198
- | GPT-5.6 Sol (high) | 43% | 51% | 37% | 87% | 58% |
199
- | GPT-5.6 Terra (max) | 42% | 49% | 40% | 88% | 55% |
200
- | GPT-5.6 Luna (max) | 42% | 50% | 31% | 81% | 54% |
201
- | Muse Spark 1.3 (max) | 53% | 61% | **52%** | 86% | 58% |
202
- | Muse Spark 1.3 (xhigh) | 49% | 58% | 47% | 85% | 60% |
203
- | Grok 4.6 (high) | 52% | 57% | 51% | 88% | 56% |
204
- | Kimi K3 (max) | 50% | 54% | 46% | 85% | 59% |
205
- | GLM-5.3 (max) | 51% | 59% | 50% | 84% | 59% |
206
- | GLM-5.3-Flash | 48% | 59% | 47% | 84% | 52% |
207
- | Gemini 3.8 Flash (high) | 35% | 48% | 45% | 88% | 57% |
208
- | Gemini 3.7 Flash (high) | 31% | 47% | 33% | 86% | 57% |
209
- | Claude Sonnet 5 (max) | 43% | 50% | 37% | 81% | 54% |
210
- | DeepSeek V4 Pro 0813 (max) | 39% | 50% | 40% | 79% | 51% |
211
- | DeepSeek V4 Flash 0731 (max) | 38% | 49% | 39% | 79% | 50% |
191
+ | Claude Fable 5.1 (max with fallback) | 58% | 63% | 59% | 52% | 63% |
192
+ | Claude Fable 5.1 (xhigh with fallback) | 58% | 62% | 58% | 55% | 61% |
193
+ | Claude Fable 5.1 (high with fallback) | 54% | 57% | 55% | 52% | 59% |
194
+ | Claude Fable 5.1 (medium with fallback) | 52% | 54% | 55% | 45% | 56% |
195
+ | Claude Fable 5.1 (low with fallback) | 49% | 50% | 52% | 40% | 57% |
196
+ | Claude Opus 5 (max) | 57% | 62% | 57% | 49% | 56% |
197
+ | Claude Opus 5 (xhigh) | 56% | 60% | 53% | 46% | 56% |
198
+ | Claude Opus 5 (high) | 53% | 56% | 54% | 46% | 55% |
199
+ | Claude Fable 5 (with fallback) | 51% | 57% | 54% | 42% | 61% |
200
+ | GPT-6 Astra (max) | 53% | 54% | 68% | 59% | 56% |
201
+ | GPT-6 Astra (xhigh) | 52% | 53% | 67% | 60% | 56% |
202
+ | GPT-6 Astra (high) | 50% | 51% | 67% | 54% | 55% |
203
+ | GPT-6 Astra (medium) | 48% | 50% | 65% | 49% | 54% |
204
+ | GPT-6 Astra (low) | 38% | 46% | 59% | 42% | 54% |
205
+ | GPT-6 Astra (Non-reasoning) | 49% | 52% | 62% | 51% | 53% |
206
+ | GPT-5.6 Sol (max) | 49% | 56% | 60% | 40% | 57% |
207
+ | GPT-5.6 Sol (xhigh) | 47% | 54% | 55% | 25% | 57% |
208
+ | GPT-5.6 Sol (high) | 43% | 51% | 55% | 21% | 58% |
209
+ | GPT-5.6 Terra (max) | 42% | 49% | 60% | 35% | 55% |
210
+ | GPT-5.6 Luna (max) | 42% | 49% | 50% | 12% | 54% |
211
+ | Muse Spark 1.3 (max) | 54% | 60% | 58% | 33% | 59% |
212
+ | Muse Spark 1.3 (xhigh) | 49% | 58% | 57% | 17% | 60% |
213
+ | Grok 4.6 (high) | 52% | 57% | 67% | 21% | 56% |
214
+ | Kimi K3 (max) | 50% | 54% | 58% | 13% | 59% |
215
+ | GLM-5.3 (max) | 51% | 59% | 62% | 42% | 59% |
216
+ | GLM-5.3-Flash | 48% | 58% | 60% | 33% | 52% |
217
+ | Gemini 3.8 Flash (high) | 35% | 48% | 60% | 20% | 57% |
218
+ | Gemini 3.7 Flash (high) | 31% | 47% | 62% | 14% | 57% |
219
+ | Claude Sonnet 5 (max) | 43% | 50% | 37% | 14% | 54% |
220
+ | DeepSeek V4 Pro 0813 (max) | 38% | 50% | 57% | 14% | 51% |
221
+ | DeepSeek V4 Flash 0731 (max) | 38% | 48% | 54% | 12% | 50% |
212
222
 
213
223
  **Reasoning, knowledge and document evaluations**
214
224
 
215
225
  | AA configuration | Humanity's Last Exam | CritPt | GDP.pdf All-pass | AA-Omniscience accuracy | AA-Omniscience non-hallucination | AA-LCR v1.1 |
216
226
  | --- | --- | --- | --- | --- | --- | --- |
217
- | Claude Fable 5.1 (max with fallback) | **59%** | 30% | 26% | **67%** | 27% | 85% |
227
+ | Claude Fable 5.1 (max with fallback) | 59% | 30% | 26% | 67% | 27% | 85% |
228
+ | Claude Fable 5.1 (xhigh with fallback) | 59% | 31% | 26% | 66% | 29% | 83% |
229
+ | Claude Fable 5.1 (high with fallback) | 56% | 30% | 27% | 65% | 31% | 84% |
230
+ | Claude Fable 5.1 (medium with fallback) | 54% | 29% | 27% | 63% | 31% | 85% |
231
+ | Claude Fable 5.1 (low with fallback) | 49% | 28% | 28% | 60% | 34% | 82% |
218
232
  | Claude Opus 5 (max) | 55% | 29% | 22% | 61% | 39% | 79% |
219
233
  | Claude Opus 5 (xhigh) | 54% | 28% | 21% | 60% | 40% | 80% |
220
234
  | Claude Opus 5 (high) | 53% | 28% | 20% | 59% | 39% | 79% |
221
235
  | Claude Fable 5 (with fallback) | 55% | 29% | 24% | 65% | 36% | 82% |
222
- | GPT-6 Astra (max) | 55% | **32%** | **33%** | 63% | 49% | 81% |
236
+ | GPT-6 Astra (max) | 55% | 32% | 31% | 63% | 49% | 81% |
223
237
  | GPT-6 Astra (xhigh) | 55% | 31% | 32% | 62% | 52% | 80% |
224
238
  | GPT-6 Astra (high) | 53% | 29% | 31% | 61% | 55% | 80% |
225
239
  | GPT-6 Astra (medium) | 53% | 29% | 30% | 61% | 53% | 80% |
226
240
  | GPT-6 Astra (low) | 49% | 26% | 30% | 60% | 53% | 80% |
227
- | GPT-5.6 Sol (max) | 49% | **32%** | 28% | 59% | 8% | 84% |
241
+ | GPT-6 Astra (Non-reasoning) | 37% | 20% | 27% | 56% | 35% | 71% |
242
+ | GPT-5.6 Sol (max) | 49% | 32% | 27% | 59% | 8% | 84% |
228
243
  | GPT-5.6 Sol (xhigh) | 47% | 29% | 28% | 59% | 8% | 82% |
229
244
  | GPT-5.6 Sol (high) | 46% | 26% | 28% | 58% | 9% | 82% |
230
- | GPT-5.6 Terra (max) | 43% | 30% | 26% | 47% | 12% | 83% |
231
- | GPT-5.6 Luna (max) | 39% | 21% | 23% | 43% | 7% | 84% |
232
- | Muse Spark 1.3 (max) | 49% | 25% | 26% | 44% | 66% | 84% |
233
- | Muse Spark 1.3 (xhigh) | 47% | 26% | 23% | 42% | 69% | 83% |
234
- | Grok 4.6 (high) | 43% | 17% | 19% | 48% | 66% | 80% |
235
- | Kimi K3 (max) | 47% | 23% | 20% | 48% | 47% | **89%** |
236
- | GLM-5.3 (max) | 42% | 19% | 12% | 34% | 70% | 80% |
237
- | GLM-5.3-Flash | 40% | 15% | 13% | 28% | **72%** | 80% |
238
- | Gemini 3.8 Flash (high) | 48% | 18% | 19% | 55% | 45% | 81% |
245
+ | GPT-5.6 Terra (max) | 43% | 30% | 24% | 47% | 12% | 83% |
246
+ | GPT-5.6 Luna (max) | 39% | 21% | 24% | 43% | 7% | 84% |
247
+ | Muse Spark 1.3 (max) | 49% | 25% | 27% | 44% | 67% | 83% |
248
+ | Muse Spark 1.3 (xhigh) | 47% | 26% | 24% | 42% | 69% | 83% |
249
+ | Grok 4.6 (high) | 43% | 17% | 17% | 48% | 66% | 80% |
250
+ | Kimi K3 (max) | 47% | 23% | 22% | 48% | 47% | 89% |
251
+ | GLM-5.3 (max) | 42% | 19% | 11% | 34% | 70% | 80% |
252
+ | GLM-5.3-Flash | 40% | 15% | 15% | 28% | 72% | 80% |
253
+ | Gemini 3.8 Flash (high) | 48% | 18% | 21% | 55% | 45% | 81% |
239
254
  | Gemini 3.7 Flash (high) | 48% | 14% | 24% | 55% | 35% | 82% |
240
255
  | Claude Sonnet 5 (max) | 41% | 17% | 13% | 40% | 61% | 82% |
241
- | DeepSeek V4 Pro 0813 (max) | 41% | 18% | 13% | 49% | 5% | 80% |
242
- | DeepSeek V4 Flash 0731 (max) | 39% | 17% | 14% | 40% | 8% | 80% |
256
+ | DeepSeek V4 Pro 0813 (max) | 41% | 18% | 11% | 49% | 5% | 80% |
257
+ | DeepSeek V4 Flash 0731 (max) | 39% | 17% | 11% | 40% | 8% | 80% |
258
+
259
+ ### Benchmark charts
260
+
261
+ 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.
262
+
263
+ ```mermaid
264
+ xychart-beta
265
+ title "GDPval-AA v2, normalized Elo, September 8, 2026 read"
266
+ x-axis ["fable-5.1 max", "astra max", "opus-5 max", "sol max", "luna max", "glm-5.3-flash", "g3.8-flash high"]
267
+ y-axis "normalized Elo (%)" 0 --> 100
268
+ bar [63, 54, 62, 56, 49, 58, 48]
269
+ ```
270
+
271
+ ```mermaid
272
+ xychart-beta
273
+ title "AutomationBench-AA, September 8, 2026 read"
274
+ x-axis ["fable-5.1 max", "astra max", "opus-5 max", "sol max", "luna max", "glm-5.3-flash", "g3.8-flash high"]
275
+ y-axis "score (%)" 0 --> 100
276
+ bar [59, 68, 57, 60, 50, 60, 60]
277
+ ```
278
+
279
+ ```mermaid
280
+ xychart-beta
281
+ title "SciCode, September 8, 2026 read"
282
+ x-axis ["fable-5.1 max", "astra max", "opus-5 max", "sol max", "luna max", "glm-5.3-flash", "g3.8-flash high"]
283
+ y-axis "score (%)" 0 --> 100
284
+ bar [63, 56, 56, 57, 54, 52, 57]
285
+ ```
286
+
287
+ ```mermaid
288
+ xychart-beta
289
+ title "Humanity's Last Exam, September 8, 2026 read"
290
+ x-axis ["fable-5.1 max", "astra max", "opus-5 max", "sol max", "luna max", "glm-5.3-flash", "g3.8-flash high"]
291
+ y-axis "score (%)" 0 --> 100
292
+ bar [59, 55, 55, 49, 39, 40, 48]
293
+ ```
294
+
295
+ ```mermaid
296
+ xychart-beta
297
+ title "CritPt, September 8, 2026 read"
298
+ x-axis ["fable-5.1 max", "astra max", "opus-5 max", "sol max", "luna max", "glm-5.3-flash", "g3.8-flash high"]
299
+ y-axis "score (%)" 0 --> 100
300
+ bar [30, 32, 29, 32, 21, 15, 18]
301
+ ```
302
+
303
+ ```mermaid
304
+ xychart-beta
305
+ title "AA-Omniscience accuracy, September 8, 2026 read"
306
+ x-axis ["fable-5.1 max", "astra max", "opus-5 max", "sol max", "luna max", "glm-5.3-flash", "g3.8-flash high"]
307
+ y-axis "accuracy (%)" 0 --> 100
308
+ bar [67, 63, 61, 59, 43, 28, 55]
309
+ ```
310
+
311
+ ```mermaid
312
+ xychart-beta
313
+ title "AA-LCR v1.1, September 8, 2026 read"
314
+ x-axis ["fable-5.1 max", "astra max", "opus-5 max", "sol max", "luna max", "glm-5.3-flash", "g3.8-flash high"]
315
+ y-axis "score (%)" 0 --> 100
316
+ bar [85, 81, 79, 84, 84, 80, 81]
317
+ ```
243
318
 
244
319
  ```mermaid
245
320
  %%{init: {"xyChart": {"width": 1100, "height": 360}}}%%
246
321
  xychart-beta
247
- title "Terminal-Bench v2.1 pass rate (%), top effort per model"
248
- x-axis ["fable-5.1 max", "astra high", "sol xhigh", "opus-5 max", "terra max", "g3.8-flash high", "grok-4.6 high", "muse-1.3 max", "g3.7-flash high", "fable-5", "kimi-k3 max", "glm-5.3 max", "glm-5.3-flash", "luna max", "sonnet-5 max", "dsv4-pro max", "dsv4-flash max"]
249
- y-axis "pass rate (%)" 60 --> 100
250
- bar [91, 90, 90, 89, 88, 88, 88, 86, 86, 85, 85, 84, 84, 81, 81, 79, 79]
322
+ title "Terminal-Bench v4.0 pass rate (%), selected configurations"
323
+ 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"]
324
+ y-axis "pass rate (%)" 0 --> 70
325
+ bar [60, 59, 55, 52, 49, 42, 42, 40, 35, 33, 33, 21, 20, 14, 14, 14, 13, 12, 12]
251
326
  ```
252
327
 
253
328
  ```mermaid
254
329
  %%{init: {"xyChart": {"width": 1100, "height": 360}}}%%
255
330
  xychart-beta
256
- title "AA-Briefcase, agentic knowledge work, (Elo - 500) / 2000 as %"
331
+ title "AA-Briefcase normalized Elo (%): 100 × clamp((Elo - 500) / 2000, 0, 1)"
257
332
  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
333
  y-axis "score (%)" 0 --> 70
259
- bar [58, 58, 53, 53, 52, 52, 51, 50, 49, 48, 43, 42, 42, 39, 38, 35, 31]
334
+ bar [58, 57, 53, 54, 52, 51, 51, 50, 49, 48, 43, 42, 42, 38, 38, 35, 31]
260
335
  ```
261
336
 
262
337
  ```mermaid
263
338
  %%{init: {"xyChart": {"width": 1100, "height": 360}}}%%
264
339
  xychart-beta
265
340
  title "GDP.pdf All-pass (%), professional document reasoning"
266
- x-axis ["astra max", "sol max", "fable-5.1 max", "muse-1.3 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", "dsv4-flash max", "sonnet-5 max", "dsv4-pro max", "glm-5.3-flash", "glm-5.3 max"]
341
+ 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
342
  y-axis "all-pass rate (%)" 0 --> 40
268
- bar [33, 28, 26, 26, 26, 24, 24, 23, 22, 20, 19, 19, 14, 13, 13, 13, 12]
343
+ bar [32, 31, 27, 27, 26, 24, 24, 24, 24, 22, 22, 21, 17, 15, 13, 11, 11, 11]
269
344
  ```
270
345
 
271
346
  ```mermaid
272
347
  %%{init: {"xyChart": {"width": 1100, "height": 360}}}%%
273
348
  xychart-beta
274
- title "AA-Omniscience non-hallucination rate (%), higher means it abstains instead of guessing"
349
+ title "AA-Omniscience non-hallucination (%): partial or not attempted / non-correct"
275
350
  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
351
  y-axis "non-hallucination rate (%)" 0 --> 80
277
- bar [72, 70, 66, 66, 61, 49, 47, 45, 39, 36, 35, 27, 12, 8, 8, 7, 5]
352
+ bar [72, 70, 67, 66, 61, 49, 47, 45, 39, 36, 35, 27, 12, 8, 8, 7, 5]
278
353
  ```
279
354
 
280
355
  How to read the per-evaluation tables:
281
356
 
282
- - **Effort buys different things on different evaluations.** Raising Astra from `medium` to `max` moves AA-Briefcase from 48% to 53% and GDP.pdf from 30% to 33%, but Terminal-Bench is flat at 88–90% across every level, including `low`. Sol `high` beats Sol `max` on SciCode. Do not assume the top effort is the best row for a coding stage; check the column.
283
- - **Knowledge-work agents and coding agents are different skills.** Gemini 3.8 Flash scores 88% on Terminal-Bench and 74% on DeepSWE, yet 35% on AA-Briefcase the lowest of these rows. GLM-5.3-Flash is the opposite shape: 59% on GDPval, at the level of Opus 5 high, for $0.18 per Index task. Route by the column that matches the stage.
284
- - **Non-hallucination is a family trait, not an intelligence signal.** The Z.AI, Meta and xAI models abstain at 66–72%; Anthropic models sit at 27–61%; OpenAI's Sol, Luna and Terra and both DeepSeek rows sit at 5–12%. For an uncited research summary or a "does this API exist" question, a 7% model needs a verification tool node behind it regardless of its index score.
285
- - **Long context is not a differentiator at the top.** Every row except Kimi K3 (89%) sits at 79–85% on AA-LCR v1.1. Choose long-context stages on cost and on the accuracy or document columns instead.
357
+ - **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.
358
+ - **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.
359
+ - **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.
360
+ - **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
361
 
287
362
  ### Additional evaluations for catalog models
288
363
 
289
- Not Intelligence Index components. AA measures only some models on each; a blank means AA had no result for that configuration on 2026-09-05, not a zero. GPQA Diamond and MMMU-Pro are included because they remain on the model pages; GPQA is saturated (89–96% across every row) and no longer discriminates.
364
+ 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
365
 
291
- | AA configuration | AutomationBench-AA (SaaS workflows) | Harvey LAB-AA (legal) | EnterpriseOps-Gym-AA | AA-AnalystAgent (spreadsheets) | IFBench (instruction following) | ITBench-AA (K8s incidents) | GPQA Diamond | MMMU-Pro |
366
+ | AA configuration | Harvey LAB-AA | EnterpriseOps-Gym-AA | AA-AnalystAgent | IFBench | APEX-Agents-AA | ITBench-AA | GPQA Diamond | MMMU-Pro |
292
367
  | --- | --- | --- | --- | --- | --- | --- | --- | --- |
293
- | Claude Fable 5.1 (max with fallback) | | 93% | | | | | 94% | |
294
- | Claude Fable 5 (with fallback) | 49% | 94% | 51% | 49% | 63% | | 93% | |
295
- | Claude Opus 5 (max) | | 93% | 47% | 54% | | | 93% | 85% |
296
- | Claude Sonnet 5 (max) | 39% | 90% | 45% | 46% | | | 91% | 77% |
297
- | GPT-6 Astra (max) | | | | | | | 96% | 87% |
298
- | GPT-5.6 Sol (max) | 51% | 87% | 43% | 48% | 73% | 56% | 94% | 83% |
299
- | GPT-5.6 Terra (max) | 46% | 85% | 38% | | 71% | 51% | 93% | 81% |
300
- | GPT-5.6 Luna (max) | 42% | 88% | 41% | | | 40% | 91% | 79% |
301
- | Muse Spark 1.3 (xhigh) | | 95% | | | | | 94% | 82% |
302
- | Grok 4.6 (high) | | | 48% | 41% | | | 95% | |
303
- | Kimi K3 (max) | 53% | 95% | 45% | 39% | | 48% | 94% | 81% |
304
- | GLM-5.3 (max) | | | 36% | | | | 92% | |
305
- | GLM-5.3-Flash | | | 33% | | | | 91% | |
306
- | Gemini 3.8 Flash (high) | 51% | | | | | | 95% | 86% |
307
- | Gemini 3.7 Flash (high) | 63% | 91% | | 60% | | | 95% | 85% |
308
- | DeepSeek V4 Pro 0813 (max) | | | 50% | | | | 93% | |
368
+ | Claude Fable 5.1 (max with fallback) | 93% | | 57% | | | | 94% | |
369
+ | Claude Fable 5 (with fallback) | 94% | 51% | 49% | 63% | | | 93% | |
370
+ | Claude Opus 5 (max) | 93% | 47% | 54% | | | | 93% | 85% |
371
+ | Claude Sonnet 5 (max) | 90% | 45% | 46% | | | | 91% | 77% |
372
+ | GPT-6 Astra (max) | | | 51% | | | | 96% | 87% |
373
+ | GPT-5.6 Sol (max) | 87% | 43% | 48% | 73% | | 56% | 94% | 83% |
374
+ | GPT-5.6 Terra (max) | 85% | 38% | | 71% | 39% | 51% | 93% | 81% |
375
+ | GPT-5.6 Luna (max) | 88% | 41% | | | 36% | 40% | 91% | 79% |
376
+ | Muse Spark 1.3 (xhigh) | 95% | | | | | | 94% | 82% |
377
+ | Grok 4.6 (high) | | 48% | 41% | | | | 95% | |
378
+ | Kimi K3 (max) | 95% | 45% | 39% | | 41% | 48% | 94% | 81% |
379
+ | GLM-5.3 (max) | | 36% | | | | | 92% | |
380
+ | GLM-5.3-Flash | | 33% | | | | | 91% | |
381
+ | Gemini 3.8 Flash (high) | | | | | | | 95% | 86% |
382
+ | Gemini 3.7 Flash (high) | 91% | | 60% | | | | 95% | 85% |
383
+ | DeepSeek V4 Pro 0813 (max) | | 50% | | | | | 93% | |
309
384
  | DeepSeek V4 Flash 0731 (max) | | | | | | | 91% | |
310
385
 
311
- Two rows worth knowing: Gemini 3.7 Flash leads AutomationBench-AA (63%) and AA-AnalystAgent (60%) among measured rows, so it is the SaaS-automation and spreadsheet candidate despite its weak AA-Briefcase; and Sol max leads IFBench (73%) and ITBench-AA (56%), which makes it the strict-format and incident-diagnosis candidate in the OpenAI family.
386
+ 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
387
 
313
388
  ### Coding Agent Index v1.4 is a different comparison
314
389
 
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-05, identifies **v1.4**, current since August 2026. It equally weights DeepSWE, Terminal-Bench v2.1 and SWE-Atlas-QnA. Those components contain 113, 89 and 124 tasks respectively, each with three attempts per task. Per-evaluation pass@1 averages attempts within a task, then tasks within an evaluation. Reward-hacked Terminal-Bench attempts receive zero.
390
+ 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
391
 
317
392
  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
393
 
319
- The fourteen rows on the rendered leaderboard, read 2026-09-05:
394
+ The fourteen rows on the rendered leaderboard, read 2026-09-08. Component values are pass@1 percentages; the composite is index points.
320
395
 
321
396
  | Agent + model (settings) | Coding Agent Index | DeepSWE | Terminal-Bench v2.1 | SWE-Atlas-QnA | $/task | Wall time/task |
322
397
  | --- | --- | --- | --- | --- | --- | --- |
@@ -346,21 +421,21 @@ xychart-beta
346
421
 
347
422
  Three reads from the agent table:
348
423
 
349
- - **SWE-Atlas-QnA is where the Anthropic rows separate.** Fable 5.1 and Opus 5 score 55–56% on repository-understanding questions against 33–52% for every other row; on DeepSWE and Terminal-Bench they are inside the pack. If a stage is mostly reading and explaining code rather than patching it, that column is the one to weight.
424
+ - **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
425
  - **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
426
  - **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
427
 
353
428
  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
429
 
355
- Earlier versions of these docs referred to a base-model **Coding Index** and **Agentic Index**. Neither is listed in the current [capability directory](https://artificialanalysis.ai/models/capabilities) or [capability methodology](https://artificialanalysis.ai/methodology/capability-indices) inspected on 2026-09-05. We therefore do not assign them a current version or silently rename either to Coding Agent Index. Use the named coding and agentic evaluations above instead.
430
+ 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
431
 
357
432
  ### Professional capability indices
358
433
 
359
- The current directory 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, rather than a single shared formula. It displays no version identifier. Use the matching domain index when its task mix fits your work.
434
+ 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
435
 
361
436
  ### Price, task cost and latency
362
437
 
363
- Read the [definitions](https://artificialanalysis.ai/methodology#definitions) and [API performance methodology](https://artificialanalysis.ai/methodology/performance-benchmarking), retrieved 2026-09-05, before comparing efficiency charts:
438
+ 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
439
 
365
440
  - 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
441
  - 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 +445,13 @@ Read the [definitions](https://artificialanalysis.ai/methodology#definitions) an
370
445
 
371
446
  ## Role to benchmark map
372
447
 
373
- | Role | Primary evidence | Cross-check | Measured leaders on 2026-09-05 |
448
+ | Role | Primary evidence | Cross-check | Selected AA measurements on 2026-09-08 |
374
449
  | --- | --- | --- | --- |
375
- | Debugger / coding worker | Datacurve DeepSWE pass@1, cost and steps | AA Terminal-Bench v2.1; Coding Agent Index with the actual agent identified | DeepSWE: astra [xhigh], gemini-3.8-flash [high], opus-5 [max] at 74%; Terminal-Bench: Fable 5.1 max 91%, Astra high 90% |
376
- | Reviewer / judgment gate | Task-specific Atomic evals and DeepSWE for code judgments | AA-Briefcase and knowledge reliability for broader judgments; SWE-Atlas-QnA for code-reading judgments | AA-Briefcase: Fable 5.1 max and Opus 5 max 58%; SWE-Atlas-QnA: Claude Code + Fable 5.1 56% |
377
- | Planner / orchestrator | AA-Briefcase, GDPval-AA v2 | 𝜏³-Banking for tool interaction | GDPval: Fable 5.1 max 63%, Opus 5 max 62%, Muse Spark 1.3 max 61%; 𝜏³: Muse Spark 1.3 max 52%, Grok 4.6 high 51% |
378
- | Research | AA-LCR v1.1, GDP.pdf | AA-Omniscience accuracy and non-hallucination | GDP.pdf: Astra max 33%; LCR: Kimi K3 max 89%; accuracy: Fable 5.1 max 67%; non-hallucination: GLM-5.3-Flash 72% |
379
- | Domain-specific work | Matching AA capability index | Its component evaluations | Legal: Muse Spark 1.3 xhigh and Kimi K3 max 95% on Harvey LAB-AA; SaaS automation: Gemini 3.7 Flash high 63%; incidents: Sol max 56% on ITBench-AA |
450
+ | 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% |
451
+ | 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 |
452
+ | 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 |
453
+ | 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 |
454
+ | 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
455
 
381
456
  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
457