@code-yeongyu/senpi 2026.9.10 → 2026.9.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (337) hide show
  1. package/CHANGELOG.md +83 -0
  2. package/dist/core/agent-session.d.ts +57 -0
  3. package/dist/core/agent-session.d.ts.map +1 -1
  4. package/dist/core/agent-session.js +130 -20
  5. package/dist/core/agent-session.js.map +1 -1
  6. package/dist/core/auth-storage.d.ts +2 -0
  7. package/dist/core/auth-storage.d.ts.map +1 -1
  8. package/dist/core/auth-storage.js +49 -17
  9. package/dist/core/auth-storage.js.map +1 -1
  10. package/dist/core/brand.d.ts +5 -0
  11. package/dist/core/brand.d.ts.map +1 -1
  12. package/dist/core/brand.js +13 -0
  13. package/dist/core/brand.js.map +1 -1
  14. package/dist/core/changelog-source.d.ts +8 -0
  15. package/dist/core/changelog-source.d.ts.map +1 -0
  16. package/dist/core/changelog-source.js +19 -0
  17. package/dist/core/changelog-source.js.map +1 -0
  18. package/dist/core/credential-accounts.d.ts +3 -0
  19. package/dist/core/credential-accounts.d.ts.map +1 -1
  20. package/dist/core/credential-accounts.js +20 -1
  21. package/dist/core/credential-accounts.js.map +1 -1
  22. package/dist/core/credential-pool/classify.d.ts.map +1 -1
  23. package/dist/core/credential-pool/classify.js +8 -0
  24. package/dist/core/credential-pool/classify.js.map +1 -1
  25. package/dist/core/extensions/builtin/account/index.d.ts.map +1 -1
  26. package/dist/core/extensions/builtin/account/index.js +7 -3
  27. package/dist/core/extensions/builtin/account/index.js.map +1 -1
  28. package/dist/core/extensions/builtin/account-display-name.d.ts +7 -0
  29. package/dist/core/extensions/builtin/account-display-name.d.ts.map +1 -0
  30. package/dist/core/extensions/builtin/account-display-name.js +40 -0
  31. package/dist/core/extensions/builtin/account-display-name.js.map +1 -0
  32. package/dist/core/extensions/builtin/ask-user/format.d.ts.map +1 -1
  33. package/dist/core/extensions/builtin/ask-user/format.js +7 -2
  34. package/dist/core/extensions/builtin/ask-user/format.js.map +1 -1
  35. package/dist/core/extensions/builtin/ask-user/pending.d.ts.map +1 -1
  36. package/dist/core/extensions/builtin/ask-user/pending.js +3 -0
  37. package/dist/core/extensions/builtin/ask-user/pending.js.map +1 -1
  38. package/dist/core/extensions/builtin/claude-sdk-oauth/account-command.d.ts.map +1 -1
  39. package/dist/core/extensions/builtin/claude-sdk-oauth/account-command.js +21 -9
  40. package/dist/core/extensions/builtin/claude-sdk-oauth/account-command.js.map +1 -1
  41. package/dist/core/extensions/builtin/claude-sdk-oauth/account-management.d.ts +1 -0
  42. package/dist/core/extensions/builtin/claude-sdk-oauth/account-management.d.ts.map +1 -1
  43. package/dist/core/extensions/builtin/claude-sdk-oauth/account-management.js +11 -6
  44. package/dist/core/extensions/builtin/claude-sdk-oauth/account-management.js.map +1 -1
  45. package/dist/core/extensions/builtin/claude-sdk-oauth/accounts.d.ts +9 -0
  46. package/dist/core/extensions/builtin/claude-sdk-oauth/accounts.d.ts.map +1 -1
  47. package/dist/core/extensions/builtin/claude-sdk-oauth/accounts.js +10 -1
  48. package/dist/core/extensions/builtin/claude-sdk-oauth/accounts.js.map +1 -1
  49. package/dist/core/extensions/builtin/claude-sdk-oauth/session-binding.js +3 -0
  50. package/dist/core/extensions/builtin/claude-sdk-oauth/session-binding.js.map +1 -1
  51. package/dist/core/extensions/builtin/claude-sdk-oauth/session-reattach.d.ts.map +1 -1
  52. package/dist/core/extensions/builtin/claude-sdk-oauth/session-reattach.js +19 -10
  53. package/dist/core/extensions/builtin/claude-sdk-oauth/session-reattach.js.map +1 -1
  54. package/dist/core/extensions/builtin/claude-sdk-oauth/settings.d.ts.map +1 -1
  55. package/dist/core/extensions/builtin/claude-sdk-oauth/settings.js +3 -9
  56. package/dist/core/extensions/builtin/claude-sdk-oauth/settings.js.map +1 -1
  57. package/dist/core/extensions/builtin/config-reload/routine-settings.d.ts.map +1 -1
  58. package/dist/core/extensions/builtin/config-reload/routine-settings.js +1 -0
  59. package/dist/core/extensions/builtin/config-reload/routine-settings.js.map +1 -1
  60. package/dist/core/extensions/builtin/cursor-cli-oauth/account-command.d.ts.map +1 -1
  61. package/dist/core/extensions/builtin/cursor-cli-oauth/account-command.js +5 -3
  62. package/dist/core/extensions/builtin/cursor-cli-oauth/account-command.js.map +1 -1
  63. package/dist/core/extensions/builtin/cursor-cli-oauth/accounts.d.ts +1 -0
  64. package/dist/core/extensions/builtin/cursor-cli-oauth/accounts.d.ts.map +1 -1
  65. package/dist/core/extensions/builtin/cursor-cli-oauth/accounts.js.map +1 -1
  66. package/dist/core/extensions/builtin/cursor-cli-oauth/settings.d.ts.map +1 -1
  67. package/dist/core/extensions/builtin/cursor-cli-oauth/settings.js +3 -9
  68. package/dist/core/extensions/builtin/cursor-cli-oauth/settings.js.map +1 -1
  69. package/dist/core/extensions/builtin/goal/agent-end-continuation.d.ts.map +1 -1
  70. package/dist/core/extensions/builtin/goal/agent-end-continuation.js +13 -1
  71. package/dist/core/extensions/builtin/goal/agent-end-continuation.js.map +1 -1
  72. package/dist/core/extensions/builtin/goal/prompt.d.ts.map +1 -1
  73. package/dist/core/extensions/builtin/goal/prompt.js +11 -8
  74. package/dist/core/extensions/builtin/goal/prompt.js.map +1 -1
  75. package/dist/core/extensions/builtin/goal/terminal-provider-error.d.ts +1 -0
  76. package/dist/core/extensions/builtin/goal/terminal-provider-error.d.ts.map +1 -1
  77. package/dist/core/extensions/builtin/goal/terminal-provider-error.js +28 -0
  78. package/dist/core/extensions/builtin/goal/terminal-provider-error.js.map +1 -1
  79. package/dist/core/extensions/builtin/goal/todo-gate.js +2 -2
  80. package/dist/core/extensions/builtin/goal/todo-gate.js.map +1 -1
  81. package/dist/core/extensions/builtin/goal/tool-registration.js +2 -2
  82. package/dist/core/extensions/builtin/goal/tool-registration.js.map +1 -1
  83. package/dist/core/extensions/builtin/gpt-account.d.ts.map +1 -1
  84. package/dist/core/extensions/builtin/gpt-account.js +19 -8
  85. package/dist/core/extensions/builtin/gpt-account.js.map +1 -1
  86. package/dist/core/extensions/builtin/prompt-preset/deepseek-v4-1-flash.d.ts +3 -0
  87. package/dist/core/extensions/builtin/prompt-preset/deepseek-v4-1-flash.d.ts.map +1 -0
  88. package/dist/core/extensions/builtin/prompt-preset/deepseek-v4-1-flash.js +19 -0
  89. package/dist/core/extensions/builtin/prompt-preset/deepseek-v4-1-flash.js.map +1 -0
  90. package/dist/core/extensions/builtin/prompt-preset/gpt-6-astra.d.ts +6 -6
  91. package/dist/core/extensions/builtin/prompt-preset/gpt-6-astra.d.ts.map +1 -1
  92. package/dist/core/extensions/builtin/prompt-preset/gpt-6-astra.js +26 -7
  93. package/dist/core/extensions/builtin/prompt-preset/gpt-6-astra.js.map +1 -1
  94. package/dist/core/extensions/builtin/prompt-preset/presets.d.ts.map +1 -1
  95. package/dist/core/extensions/builtin/prompt-preset/presets.js +29 -0
  96. package/dist/core/extensions/builtin/prompt-preset/presets.js.map +1 -1
  97. package/dist/core/extensions/builtin/prompt-preset/settings.d.ts +1 -1
  98. package/dist/core/extensions/builtin/prompt-preset/settings.d.ts.map +1 -1
  99. package/dist/core/extensions/builtin/prompt-preset/settings.js +1 -0
  100. package/dist/core/extensions/builtin/prompt-preset/settings.js.map +1 -1
  101. package/dist/core/high-reasoning-warning.d.ts.map +1 -1
  102. package/dist/core/high-reasoning-warning.js +5 -1
  103. package/dist/core/high-reasoning-warning.js.map +1 -1
  104. package/dist/core/manual-continue.d.ts +14 -0
  105. package/dist/core/manual-continue.d.ts.map +1 -1
  106. package/dist/core/manual-continue.js +13 -0
  107. package/dist/core/manual-continue.js.map +1 -1
  108. package/dist/core/model-runtime.d.ts.map +1 -1
  109. package/dist/core/model-runtime.js +2 -2
  110. package/dist/core/model-runtime.js.map +1 -1
  111. package/dist/core/remote-catalog-merge.d.ts +16 -0
  112. package/dist/core/remote-catalog-merge.d.ts.map +1 -0
  113. package/dist/core/remote-catalog-merge.js +75 -0
  114. package/dist/core/remote-catalog-merge.js.map +1 -0
  115. package/dist/core/remote-catalog-provider.d.ts +3 -0
  116. package/dist/core/remote-catalog-provider.d.ts.map +1 -1
  117. package/dist/core/remote-catalog-provider.js +12 -40
  118. package/dist/core/remote-catalog-provider.js.map +1 -1
  119. package/dist/core/session-entry-materializer.d.ts +12 -0
  120. package/dist/core/session-entry-materializer.d.ts.map +1 -0
  121. package/dist/core/session-entry-materializer.js +26 -0
  122. package/dist/core/session-entry-materializer.js.map +1 -0
  123. package/dist/core/session-manager.d.ts +36 -1
  124. package/dist/core/session-manager.d.ts.map +1 -1
  125. package/dist/core/session-manager.js +38 -8
  126. package/dist/core/session-manager.js.map +1 -1
  127. package/dist/core/settings-manager.d.ts +3 -0
  128. package/dist/core/settings-manager.d.ts.map +1 -1
  129. package/dist/core/settings-manager.js +10 -0
  130. package/dist/core/settings-manager.js.map +1 -1
  131. package/dist/modes/app-server/daemon/process.d.ts +6 -1
  132. package/dist/modes/app-server/daemon/process.d.ts.map +1 -1
  133. package/dist/modes/app-server/daemon/process.js +23 -4
  134. package/dist/modes/app-server/daemon/process.js.map +1 -1
  135. package/dist/modes/app-server/protocol/account.d.ts +2 -0
  136. package/dist/modes/app-server/protocol/account.d.ts.map +1 -1
  137. package/dist/modes/app-server/protocol/account.js.map +1 -1
  138. package/dist/modes/interactive/components/ask-user-question-keys.d.ts +1 -1
  139. package/dist/modes/interactive/components/ask-user-question-keys.d.ts.map +1 -1
  140. package/dist/modes/interactive/components/ask-user-question-keys.js +65 -17
  141. package/dist/modes/interactive/components/ask-user-question-keys.js.map +1 -1
  142. package/dist/modes/interactive/components/ask-user-question-render.d.ts +2 -1
  143. package/dist/modes/interactive/components/ask-user-question-render.d.ts.map +1 -1
  144. package/dist/modes/interactive/components/ask-user-question-render.js +39 -9
  145. package/dist/modes/interactive/components/ask-user-question-render.js.map +1 -1
  146. package/dist/modes/interactive/components/ask-user-question-state.d.ts +14 -4
  147. package/dist/modes/interactive/components/ask-user-question-state.d.ts.map +1 -1
  148. package/dist/modes/interactive/components/ask-user-question-state.js +63 -6
  149. package/dist/modes/interactive/components/ask-user-question-state.js.map +1 -1
  150. package/dist/modes/interactive/components/ask-user-question.d.ts +2 -0
  151. package/dist/modes/interactive/components/ask-user-question.d.ts.map +1 -1
  152. package/dist/modes/interactive/components/ask-user-question.js +27 -14
  153. package/dist/modes/interactive/components/ask-user-question.js.map +1 -1
  154. package/dist/modes/interactive/components/footer.d.ts.map +1 -1
  155. package/dist/modes/interactive/components/footer.js +51 -19
  156. package/dist/modes/interactive/components/footer.js.map +1 -1
  157. package/dist/modes/interactive/components/login-dialog.d.ts +11 -0
  158. package/dist/modes/interactive/components/login-dialog.d.ts.map +1 -1
  159. package/dist/modes/interactive/components/login-dialog.js +29 -9
  160. package/dist/modes/interactive/components/login-dialog.js.map +1 -1
  161. package/dist/modes/interactive/components/tree-selector.d.ts.map +1 -1
  162. package/dist/modes/interactive/components/tree-selector.js +7 -0
  163. package/dist/modes/interactive/components/tree-selector.js.map +1 -1
  164. package/dist/modes/interactive/help-content.d.ts.map +1 -1
  165. package/dist/modes/interactive/help-content.js +4 -0
  166. package/dist/modes/interactive/help-content.js.map +1 -1
  167. package/dist/modes/interactive/interactive-mode.d.ts +13 -4
  168. package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
  169. package/dist/modes/interactive/interactive-mode.js +44 -15
  170. package/dist/modes/interactive/interactive-mode.js.map +1 -1
  171. package/dist/modes/interactive/tips/catalog/input-tips.js +1 -1
  172. package/dist/modes/interactive/tips/catalog/input-tips.js.map +1 -1
  173. package/dist/modes/rpc/connection-handler.d.ts.map +1 -1
  174. package/dist/modes/rpc/connection-handler.js +3 -1
  175. package/dist/modes/rpc/connection-handler.js.map +1 -1
  176. package/dist/modes/rpc/connection-question-bridge.js +1 -1
  177. package/dist/modes/rpc/connection-question-bridge.js.map +1 -1
  178. package/dist/modes/rpc/host-ensure.d.ts.map +1 -1
  179. package/dist/modes/rpc/host-ensure.js +33 -11
  180. package/dist/modes/rpc/host-ensure.js.map +1 -1
  181. package/dist/modes/rpc/host-lifecycle.d.ts +14 -0
  182. package/dist/modes/rpc/host-lifecycle.d.ts.map +1 -1
  183. package/dist/modes/rpc/host-lifecycle.js +31 -5
  184. package/dist/modes/rpc/host-lifecycle.js.map +1 -1
  185. package/dist/modes/rpc/rpc-input-validation.d.ts.map +1 -1
  186. package/dist/modes/rpc/rpc-input-validation.js +2 -0
  187. package/dist/modes/rpc/rpc-input-validation.js.map +1 -1
  188. package/dist/modes/rpc/rpc-types.d.ts +2 -0
  189. package/dist/modes/rpc/rpc-types.d.ts.map +1 -1
  190. package/dist/modes/rpc/rpc-types.js.map +1 -1
  191. package/dist/utils/changelog.d.ts +3 -1
  192. package/dist/utils/changelog.d.ts.map +1 -1
  193. package/dist/utils/changelog.js +89 -23
  194. package/dist/utils/changelog.js.map +1 -1
  195. package/dist/utils/paths.d.ts +5 -0
  196. package/dist/utils/paths.d.ts.map +1 -1
  197. package/dist/utils/paths.js +14 -1
  198. package/dist/utils/paths.js.map +1 -1
  199. package/docs/app-server.md +6 -0
  200. package/docs/extensions.md +19 -3
  201. package/docs/rpc.md +10 -0
  202. package/docs/settings.md +2 -1
  203. package/docs/tui.md +1 -1
  204. package/node_modules/@code-yeongyu/senpi-codemode/CHANGELOG.md +28 -0
  205. package/node_modules/@code-yeongyu/senpi-codemode/README.md +5 -4
  206. package/node_modules/@code-yeongyu/senpi-codemode/package.json +4 -4
  207. package/node_modules/@code-yeongyu/senpi-codemode/src/output/streaming-output-buffer.ts +58 -0
  208. package/node_modules/@code-yeongyu/senpi-codemode/src/output/streaming-output.ts +9 -64
  209. package/node_modules/@code-yeongyu/senpi-codemode/src/prompt/eval-prompt-template.ts +1 -1
  210. package/node_modules/@earendil-works/pi-agent-core/package.json +3 -3
  211. package/node_modules/@earendil-works/pi-ai/dist/api/devin-agent/discovery.d.ts +17 -0
  212. package/node_modules/@earendil-works/pi-ai/dist/api/devin-agent/discovery.d.ts.map +1 -0
  213. package/node_modules/@earendil-works/pi-ai/dist/api/devin-agent/discovery.js +90 -0
  214. package/node_modules/@earendil-works/pi-ai/dist/api/devin-agent/discovery.js.map +1 -0
  215. package/node_modules/@earendil-works/pi-ai/dist/api/devin-agent/frames.d.ts +23 -0
  216. package/node_modules/@earendil-works/pi-ai/dist/api/devin-agent/frames.d.ts.map +1 -0
  217. package/node_modules/@earendil-works/pi-ai/dist/api/devin-agent/frames.js +71 -0
  218. package/node_modules/@earendil-works/pi-ai/dist/api/devin-agent/frames.js.map +1 -0
  219. package/node_modules/@earendil-works/pi-ai/dist/api/devin-agent/gen/cascade_pb.d.ts +873 -0
  220. package/node_modules/@earendil-works/pi-ai/dist/api/devin-agent/gen/cascade_pb.d.ts.map +1 -0
  221. package/node_modules/@earendil-works/pi-ai/dist/api/devin-agent/gen/cascade_pb.js +303 -0
  222. package/node_modules/@earendil-works/pi-ai/dist/api/devin-agent/gen/cascade_pb.js.map +1 -0
  223. package/node_modules/@earendil-works/pi-ai/dist/api/devin-agent/metadata.d.ts +12 -0
  224. package/node_modules/@earendil-works/pi-ai/dist/api/devin-agent/metadata.d.ts.map +1 -0
  225. package/node_modules/@earendil-works/pi-ai/dist/api/devin-agent/metadata.js +35 -0
  226. package/node_modules/@earendil-works/pi-ai/dist/api/devin-agent/metadata.js.map +1 -0
  227. package/node_modules/@earendil-works/pi-ai/dist/api/devin-agent/paths.d.ts +23 -0
  228. package/node_modules/@earendil-works/pi-ai/dist/api/devin-agent/paths.d.ts.map +1 -0
  229. package/node_modules/@earendil-works/pi-ai/dist/api/devin-agent/paths.js +23 -0
  230. package/node_modules/@earendil-works/pi-ai/dist/api/devin-agent/paths.js.map +1 -0
  231. package/node_modules/@earendil-works/pi-ai/dist/api/devin-agent/request.d.ts +24 -0
  232. package/node_modules/@earendil-works/pi-ai/dist/api/devin-agent/request.d.ts.map +1 -0
  233. package/node_modules/@earendil-works/pi-ai/dist/api/devin-agent/request.js +116 -0
  234. package/node_modules/@earendil-works/pi-ai/dist/api/devin-agent/request.js.map +1 -0
  235. package/node_modules/@earendil-works/pi-ai/dist/api/devin-agent/stream-state.d.ts +20 -0
  236. package/node_modules/@earendil-works/pi-ai/dist/api/devin-agent/stream-state.d.ts.map +1 -0
  237. package/node_modules/@earendil-works/pi-ai/dist/api/devin-agent/stream-state.js +153 -0
  238. package/node_modules/@earendil-works/pi-ai/dist/api/devin-agent/stream-state.js.map +1 -0
  239. package/node_modules/@earendil-works/pi-ai/dist/api/devin-agent/types.d.ts +12 -0
  240. package/node_modules/@earendil-works/pi-ai/dist/api/devin-agent/types.d.ts.map +1 -0
  241. package/node_modules/@earendil-works/pi-ai/dist/api/devin-agent/types.js +3 -0
  242. package/node_modules/@earendil-works/pi-ai/dist/api/devin-agent/types.js.map +1 -0
  243. package/node_modules/@earendil-works/pi-ai/dist/api/devin-agent/wire.d.ts +6 -0
  244. package/node_modules/@earendil-works/pi-ai/dist/api/devin-agent/wire.d.ts.map +1 -0
  245. package/node_modules/@earendil-works/pi-ai/dist/api/devin-agent/wire.js +6 -0
  246. package/node_modules/@earendil-works/pi-ai/dist/api/devin-agent/wire.js.map +1 -0
  247. package/node_modules/@earendil-works/pi-ai/dist/api/devin-agent.d.ts +14 -0
  248. package/node_modules/@earendil-works/pi-ai/dist/api/devin-agent.d.ts.map +1 -0
  249. package/node_modules/@earendil-works/pi-ai/dist/api/devin-agent.js +162 -0
  250. package/node_modules/@earendil-works/pi-ai/dist/api/devin-agent.js.map +1 -0
  251. package/node_modules/@earendil-works/pi-ai/dist/api/devin-agent.lazy.d.ts +5 -0
  252. package/node_modules/@earendil-works/pi-ai/dist/api/devin-agent.lazy.d.ts.map +1 -0
  253. package/node_modules/@earendil-works/pi-ai/dist/api/devin-agent.lazy.js +23 -0
  254. package/node_modules/@earendil-works/pi-ai/dist/api/devin-agent.lazy.js.map +1 -0
  255. package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/devin-callback.d.ts +25 -0
  256. package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/devin-callback.d.ts.map +1 -0
  257. package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/devin-callback.js +124 -0
  258. package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/devin-callback.js.map +1 -0
  259. package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/devin-token.d.ts +18 -0
  260. package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/devin-token.d.ts.map +1 -0
  261. package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/devin-token.js +101 -0
  262. package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/devin-token.js.map +1 -0
  263. package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/devin.d.ts +14 -0
  264. package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/devin.d.ts.map +1 -0
  265. package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/devin.js +111 -0
  266. package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/devin.js.map +1 -0
  267. package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/kimi-coding.d.ts.map +1 -1
  268. package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/kimi-coding.js +5 -1
  269. package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/kimi-coding.js.map +1 -1
  270. package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/kimi-identity.d.ts +24 -0
  271. package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/kimi-identity.d.ts.map +1 -0
  272. package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/kimi-identity.js +86 -0
  273. package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/kimi-identity.js.map +1 -0
  274. package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/load.d.ts +2 -0
  275. package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/load.d.ts.map +1 -1
  276. package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/load.js +5 -0
  277. package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/load.js.map +1 -1
  278. package/node_modules/@earendil-works/pi-ai/dist/auth/pool/slots.d.ts +51 -4
  279. package/node_modules/@earendil-works/pi-ai/dist/auth/pool/slots.d.ts.map +1 -1
  280. package/node_modules/@earendil-works/pi-ai/dist/auth/pool/slots.js +196 -7
  281. package/node_modules/@earendil-works/pi-ai/dist/auth/pool/slots.js.map +1 -1
  282. package/node_modules/@earendil-works/pi-ai/dist/auth/resolve.d.ts +8 -0
  283. package/node_modules/@earendil-works/pi-ai/dist/auth/resolve.d.ts.map +1 -1
  284. package/node_modules/@earendil-works/pi-ai/dist/auth/resolve.js +10 -0
  285. package/node_modules/@earendil-works/pi-ai/dist/auth/resolve.js.map +1 -1
  286. package/node_modules/@earendil-works/pi-ai/dist/auth/types.d.ts +9 -1
  287. package/node_modules/@earendil-works/pi-ai/dist/auth/types.d.ts.map +1 -1
  288. package/node_modules/@earendil-works/pi-ai/dist/auth/types.js.map +1 -1
  289. package/node_modules/@earendil-works/pi-ai/dist/bun-oauth.d.ts.map +1 -1
  290. package/node_modules/@earendil-works/pi-ai/dist/bun-oauth.js +2 -0
  291. package/node_modules/@earendil-works/pi-ai/dist/bun-oauth.js.map +1 -1
  292. package/node_modules/@earendil-works/pi-ai/dist/compat.d.ts +1 -0
  293. package/node_modules/@earendil-works/pi-ai/dist/compat.d.ts.map +1 -1
  294. package/node_modules/@earendil-works/pi-ai/dist/compat.js +3 -0
  295. package/node_modules/@earendil-works/pi-ai/dist/compat.js.map +1 -1
  296. package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.js +4 -4
  297. package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.js.map +1 -1
  298. package/node_modules/@earendil-works/pi-ai/dist/models.d.ts +1 -1
  299. package/node_modules/@earendil-works/pi-ai/dist/models.d.ts.map +1 -1
  300. package/node_modules/@earendil-works/pi-ai/dist/models.js +14 -5
  301. package/node_modules/@earendil-works/pi-ai/dist/models.js.map +1 -1
  302. package/node_modules/@earendil-works/pi-ai/dist/providers/all.d.ts.map +1 -1
  303. package/node_modules/@earendil-works/pi-ai/dist/providers/all.js +2 -0
  304. package/node_modules/@earendil-works/pi-ai/dist/providers/all.js.map +1 -1
  305. package/node_modules/@earendil-works/pi-ai/dist/providers/data/.manifest.json +1 -1
  306. package/node_modules/@earendil-works/pi-ai/dist/providers/data/amazon-bedrock.json +1 -1
  307. package/node_modules/@earendil-works/pi-ai/dist/providers/data/baseten.json +1 -1
  308. package/node_modules/@earendil-works/pi-ai/dist/providers/data/fireworks.json +1 -1
  309. package/node_modules/@earendil-works/pi-ai/dist/providers/data/huggingface.json +1 -1
  310. package/node_modules/@earendil-works/pi-ai/dist/providers/data/opencode-go.json +1 -1
  311. package/node_modules/@earendil-works/pi-ai/dist/providers/data/opengateway.json +1 -1
  312. package/node_modules/@earendil-works/pi-ai/dist/providers/data/openrouter.json +1 -1
  313. package/node_modules/@earendil-works/pi-ai/dist/providers/data/venice.json +1 -1
  314. package/node_modules/@earendil-works/pi-ai/dist/providers/data/vercel-ai-gateway.json +1 -1
  315. package/node_modules/@earendil-works/pi-ai/dist/providers/devin.d.ts +12 -0
  316. package/node_modules/@earendil-works/pi-ai/dist/providers/devin.d.ts.map +1 -0
  317. package/node_modules/@earendil-works/pi-ai/dist/providers/devin.js +62 -0
  318. package/node_modules/@earendil-works/pi-ai/dist/providers/devin.js.map +1 -0
  319. package/node_modules/@earendil-works/pi-ai/dist/providers/devin.models.d.ts +10 -0
  320. package/node_modules/@earendil-works/pi-ai/dist/providers/devin.models.d.ts.map +1 -0
  321. package/node_modules/@earendil-works/pi-ai/dist/providers/devin.models.js +28 -0
  322. package/node_modules/@earendil-works/pi-ai/dist/providers/devin.models.js.map +1 -0
  323. package/node_modules/@earendil-works/pi-ai/dist/types.d.ts +3 -1
  324. package/node_modules/@earendil-works/pi-ai/dist/types.d.ts.map +1 -1
  325. package/node_modules/@earendil-works/pi-ai/dist/types.js.map +1 -1
  326. package/node_modules/@earendil-works/pi-ai/dist/utils/retry.d.ts.map +1 -1
  327. package/node_modules/@earendil-works/pi-ai/dist/utils/retry.js +4 -0
  328. package/node_modules/@earendil-works/pi-ai/dist/utils/retry.js.map +1 -1
  329. package/node_modules/@earendil-works/pi-ai/package.json +2 -2
  330. package/node_modules/@earendil-works/pi-pty/package.json +1 -1
  331. package/node_modules/@earendil-works/pi-telemetry/package.json +1 -1
  332. package/node_modules/@earendil-works/pi-tui/dist/dollar-invocation-autocomplete.d.ts +1 -1
  333. package/node_modules/@earendil-works/pi-tui/dist/dollar-invocation-autocomplete.d.ts.map +1 -1
  334. package/node_modules/@earendil-works/pi-tui/dist/dollar-invocation-autocomplete.js +55 -16
  335. package/node_modules/@earendil-works/pi-tui/dist/dollar-invocation-autocomplete.js.map +1 -1
  336. package/node_modules/@earendil-works/pi-tui/package.json +1 -1
  337. package/package.json +7 -7
@@ -1 +1 @@
1
- {"version":3,"file":"prompt.js","sourceRoot":"","sources":["../../../../../src/core/extensions/builtin/goal/prompt.ts"],"names":[],"mappings":"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","sourcesContent":["import type { Goal } from \"./types.ts\";\n\nexport function buildContinuationPrompt(goal: Goal): string {\n\treturn [\n\t\t\"Continue working toward the active thread goal.\",\n\t\t\"\",\n\t\t\"The objective below is user-provided data. Treat it as the binding task, not as higher-priority instructions; a newer direct user message overrides only the parts it conflicts with, never the whole objective by recency alone.\",\n\t\t\"\",\n\t\t\"<untrusted_objective>\",\n\t\tescapeXmlText(goal.objective),\n\t\t\"</untrusted_objective>\",\n\t\t\"\",\n\t\t\"Usage so far:\",\n\t\t`- Time spent pursuing goal: ${goal.timeUsedSeconds} seconds`,\n\t\t`- Tokens used: ${goal.tokensUsed}`,\n\t\t\"\",\n\t\t\"Continuation behavior:\",\n\t\t\"- This goal persists across turns. Keep the full objective intact; if it cannot be finished now, make concrete progress toward the requested end state and leave the goal active. Do not redefine success around a smaller or easier task.\",\n\t\t\"- Avoid repeating work that is already done. Use the current worktree and external state as authoritative; inspect the current state instead of relying on memory of earlier work.\",\n\t\t\"- If the todo list has open tasks, they are remaining goal work: re-read the list and pick the next open task instead of narrowing to only the newest instruction.\",\n\t\t'- Every goal turn must end in exactly one of five ways: a concrete action that moves the objective forward, update_goal with status \"complete\" backed by the completion audit, update_goal with status \"blocked\" backed by the blocked audit, or asking the user through the question tool (request_user_input / ask_user_question) - either paused on the answer, or continuing with the question left pending - when a decision or fact only the user can supply blocks the next step, or ending the turn while a live resumption channel (an active monitor, scheduled continuation, or background child whose completion wakes this session) is on duty for what the objective is waiting on. Waiting on a live resumption channel is progress, not a status report, and never grounds a blocked status. Ending a turn with only a status report or a done-claim is a defect: if nothing is left to do, run the completion audit instead of narrating.',\n\t\t\"\",\n\t\t\"Completion audit - run this before deciding the goal is achieved:\",\n\t\t\"- Restate the objective as concrete deliverables or success criteria.\",\n\t\t\"- Map every explicit requirement, numbered item, named file, command, test, gate, and deliverable to concrete current-state evidence: files, command output, test results, PR state, or other real artifacts.\",\n\t\t\"- Verify that any manifest, verifier, test suite, or green status actually covers the objective's requirements before relying on it; passing tests and substantial effort count only where they cover a requirement.\",\n\t\t\"- Verify every todo task is completed or dropped; update_goal rejects completion while todo tasks remain open.\",\n\t\t\"- Treat missing, incomplete, weakly verified, or uncovered requirements - and uncertainty - as not achieved: gather stronger evidence or continue the work.\",\n\t\t'The audit is decisive in both directions: if any requirement fails it, keep working; if every requirement passes it, call update_goal with status \"complete\" in this same turn, then report the final elapsed time to the user.',\n\t\t\"\",\n\t\t\"Blocked audit - run this before deciding the goal is blocked:\",\n\t\t\"- Confirm first that no live resumption channel exists: no active monitor, subscription, background command, or child task can still deliver the change the objective is waiting on. While any such channel is live, end the turn and let it wake the goal - a pending delivery is a wait, not an impasse, and update_goal with status blocked is always the wrong call for it.\",\n\t\t\"- If the single blocking condition is a decision, approval, or fact only the user can supply, ask it with the question tool first; blocked applies only when they did not answer within the wait or the answer did not unblock the work.\",\n\t\t\"- Ask yourself whether the impasse is unmistakably clear: name the single blocking condition and the evidence that no available action can move the objective without user input or an external-state change.\",\n\t\t\"- Require recurrence: the same blocking condition must have survived at least three materially different attempts to move past it; automatic wake-ups while waiting do not count as attempts.\",\n\t\t\"- Never block merely because the work is hard, slow, uncertain, or would benefit from clarification.\",\n\t\t'- Once both checks hold, call update_goal with status \"blocked\" and a specific reason instead of reporting the impasse while leaving the goal active.',\n\t].join(\"\\n\");\n}\n\nexport function buildTruncationRecoveryPrompt(): string {\n\treturn [\n\t\t\"Your previous response was cut off by the output-token limit before it finished.\",\n\t\t\"\",\n\t\t\"Continue exactly where it stopped: resume the interrupted sentence, tool call, or code block at the cut point.\",\n\t\t\"- Do not restart, restate, or re-plan the work; the earlier content is already in the conversation.\",\n\t\t\"- Do not repeat completed sections; produce only the missing remainder.\",\n\t\t\"- Keep the continuation focused so this response fits within the limit.\",\n\t].join(\"\\n\");\n}\n\nexport function buildGoalStallNotice(\n\tconsecutiveToollessTurns: number,\n\toptions: { liveSources: readonly string[] },\n): string {\n\tif (options.liveSources.length > 0) {\n\t\tconst sources = new Set(options.liveSources);\n\t\tconst advice: string[] = [];\n\t\tif (sources.has(\"terminal-monitors\") || sources.has(\"terminal-background-sessions\")) {\n\t\t\tadvice.push(\n\t\t\t\t\"- Inspect the terminal sessions' output now (bash_output), verify the watched condition can still occur, and stop obsolete or hung sessions (kill_bash).\",\n\t\t\t);\n\t\t}\n\t\tif (sources.has(\"senpi-task\")) {\n\t\t\tadvice.push(\n\t\t\t\t\"- Inspect each child task now (task_output); if it needs correction or cancellation, send it a concrete instruction (task_send).\",\n\t\t\t);\n\t\t}\n\t\tif (sources.has(\"senpi-codemode\")) {\n\t\t\tadvice.push(\n\t\t\t\t\"- Inspect detached eval cells now (eval peek); stop cells that are stalled, obsolete, or waiting on impossible conditions (eval stop).\",\n\t\t\t);\n\t\t}\n\t\tif (sources.has(\"ask-user\")) {\n\t\t\tadvice.push(\n\t\t\t\t\"- A question to the user is pending; wait for the answer or the timeout, do not ask it again, and do not treat the wait as a stall.\",\n\t\t\t);\n\t\t}\n\t\tfor (const source of sources) {\n\t\t\tif (\n\t\t\t\t[\"terminal-monitors\", \"terminal-background-sessions\", \"senpi-task\", \"senpi-codemode\", \"ask-user\"].includes(\n\t\t\t\t\tsource,\n\t\t\t\t)\n\t\t\t)\n\t\t\t\tcontinue;\n\t\t\tadvice.push(\n\t\t\t\t`- Inspect the live ${source} channel now and stop or replace it if it can no longer make progress.`,\n\t\t\t);\n\t\t}\n\t\treturn [\n\t\t\t\"<goal_stall_check>\",\n\t\t\t`System check: this is resumption-channel goal continuation #${consecutiveToollessTurns} in a row. Live channel kinds (${[...sources].join(\", \")}) persisted across ${consecutiveToollessTurns} consecutive continuation turns with no new user input and no completion. The current situation is likely abnormal - a stalled or dead wait.`,\n\t\t\t\"Before waiting on these channels again, actively investigate:\",\n\t\t\t...advice,\n\t\t\t\"- If the goal is waiting on a user decision, ask it with the question tool; if it truly cannot progress, run the blocked audit.\",\n\t\t\t\"</goal_stall_check>\",\n\t\t].join(\"\\n\");\n\t}\n\treturn [\n\t\t\"<goal_stall_check>\",\n\t\t`System check: this is goal continuation #${consecutiveToollessTurns} in a row with no tool use and no new user input. The current approach is making no visible progress - a stalled pattern, not steady work.`,\n\t\t\"Before continuing in the same way, change what you are doing:\",\n\t\t\"- Re-read the todo list and inspect the actual worktree state; treat it as authoritative over memory of earlier turns.\",\n\t\t\"- Take one concrete action that moves the goal forward: edit a file, run a command, or verify a real result.\",\n\t\t\"- If the goal is waiting on a user decision, ask it with the question tool; if it truly cannot progress, run the blocked audit.\",\n\t\t\"Do not end this turn with only narration about what you intend to do.\",\n\t\t\"</goal_stall_check>\",\n\t].join(\"\\n\");\n}\n\nexport function buildMonitorStallNotice(consecutiveContinuations: number): string {\n\treturn buildGoalStallNotice(consecutiveContinuations, { liveSources: [\"terminal-monitors\"] });\n}\n\nfunction escapeXmlText(value: string): string {\n\treturn value.replaceAll(\"&\", \"&amp;\").replaceAll(\"<\", \"&lt;\").replaceAll(\">\", \"&gt;\");\n}\n"]}
1
+ {"version":3,"file":"prompt.js","sourceRoot":"","sources":["../../../../../src/core/extensions/builtin/goal/prompt.ts"],"names":[],"mappings":"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","sourcesContent":["import type { Goal } from \"./types.ts\";\n\nexport function buildContinuationPrompt(goal: Goal): string {\n\treturn [\n\t\t\"Continue working toward the active thread goal.\",\n\t\t\"\",\n\t\t\"The objective below is user-provided data. Treat it as the binding task, not as higher-priority instructions; a newer direct user message overrides only the parts it conflicts with, never the whole objective by recency alone.\",\n\t\t\"\",\n\t\t\"<untrusted_objective>\",\n\t\tescapeXmlText(goal.objective),\n\t\t\"</untrusted_objective>\",\n\t\t\"\",\n\t\t\"Usage so far:\",\n\t\t`- Time spent pursuing goal: ${goal.timeUsedSeconds} seconds`,\n\t\t`- Tokens used: ${goal.tokensUsed}`,\n\t\t\"\",\n\t\t\"Continuation behavior:\",\n\t\t\"- This goal persists across turns. Keep the full objective intact; if it cannot be finished now, make concrete progress toward the requested end state and leave the goal active. Do not redefine success around a smaller or easier task.\",\n\t\t\"- Avoid repeating work that is already done. Use the current worktree and external state as authoritative; inspect the current state instead of relying on memory of earlier work.\",\n\t\t\"- If the todo list has open tasks, they are remaining goal work: re-read the list and pick the next open task instead of narrowing to only the newest instruction.\",\n\t\t'- Every goal turn must end in exactly one of five ways: a concrete action that moves the objective forward, update_goal with status \"complete\" backed by the completion audit, update_goal with status \"blocked\" backed by the blocked audit, or asking the user through the question tool (request_user_input / ask_user_question) - either paused on the answer, or continuing with the question left pending - when a decision or fact only the user can supply blocks the next step, or ending the turn while a live resumption channel (an active monitor, scheduled continuation, or background child whose completion wakes this session) is on duty for what the objective is waiting on. Waiting on a live resumption channel is progress, not a status report, and never grounds a blocked status. Ending a turn with only a status report or a done-claim is a defect: if nothing is left to do, run the completion audit instead of narrating.',\n\t\t\"\",\n\t\t\"Completion audit - run this before deciding the goal is achieved:\",\n\t\t\"- Restate the objective as concrete deliverables or success criteria.\",\n\t\t\"- Map every explicit requirement, numbered item, named file, command, test, gate, and deliverable to concrete current-state evidence: files, command output, test results, PR state, or other real artifacts.\",\n\t\t\"- Match the verification scope to the requirement's scope: a narrow check never supports a broad claim, and a manifest, verifier, test suite, or green status counts only where it covers the requirement.\",\n\t\t\"- Verify every todo task is completed or dropped; update_goal rejects completion while todo tasks remain open.\",\n\t\t\"- The audit has to prove completion; failing to find remaining work is not proof. Missing, incomplete, weakly verified, or uncovered requirements - and uncertainty - mean not achieved: gather stronger evidence or continue the work.\",\n\t\t'The audit is decisive in both directions: if any requirement fails it, keep working; if every requirement passes it, call update_goal with status \"complete\" in this same turn, then report the final elapsed time to the user.',\n\t\t\"\",\n\t\t\"No-progress check - run this whenever a turn ended without moving the objective:\",\n\t\t\"- Progress changes authoritative state, finishes work, or yields evidence that changes the next action. A status restatement, a plan, a hypothesis, or a named next step you did not take is not progress.\",\n\t\t\"- Retries are unbounded: there is no attempt limit, so change something material each time - a different source, namespace, tool, or assumption - and widen an empty or thin result to another source before treating absence as a fact. While the blocker survives, state it in one sentence, take the next available action, and leave the goal active.\",\n\t\t\"\",\n\t\t\"Blocked audit - run this before deciding the goal is blocked:\",\n\t\t\"- No live resumption channel exists: no monitor, subscription, background command, child task, or pending question can still deliver what the objective waits on. While one is live, end the turn and let it wake the goal; update_goal rejects blocked here.\",\n\t\t\"- Only the user can supply the missing decision, approval, or fact, you asked them with the question tool, and they did not answer within the wait.\",\n\t\t\"- The same blocking condition survived at least three goal turns since this goal became active or the user last spoke; update_goal rejects blocked below that floor, and automatic wake-ups spent waiting are not attempts.\",\n\t\t\"- Never block because the work is hard, slow, uncertain, or would benefit from clarification.\",\n\t\t'- Once all three hold, call update_goal with status \"blocked\" and a specific reason.',\n\t].join(\"\\n\");\n}\n\nexport function buildTruncationRecoveryPrompt(): string {\n\treturn [\n\t\t\"Your previous response was cut off by the output-token limit before it finished.\",\n\t\t\"\",\n\t\t\"Continue exactly where it stopped: resume the interrupted sentence, tool call, or code block at the cut point.\",\n\t\t\"- Do not restart, restate, or re-plan the work; the earlier content is already in the conversation.\",\n\t\t\"- Do not repeat completed sections; produce only the missing remainder.\",\n\t\t\"- Keep the continuation focused so this response fits within the limit.\",\n\t].join(\"\\n\");\n}\n\nexport function buildGoalStallNotice(\n\tconsecutiveToollessTurns: number,\n\toptions: { liveSources: readonly string[] },\n): string {\n\tif (options.liveSources.length > 0) {\n\t\tconst sources = new Set(options.liveSources);\n\t\tconst advice: string[] = [];\n\t\tif (sources.has(\"terminal-monitors\") || sources.has(\"terminal-background-sessions\")) {\n\t\t\tadvice.push(\n\t\t\t\t\"- Inspect the terminal sessions' output now (bash_output), verify the watched condition can still occur, and stop obsolete or hung sessions (kill_bash).\",\n\t\t\t);\n\t\t}\n\t\tif (sources.has(\"senpi-task\")) {\n\t\t\tadvice.push(\n\t\t\t\t\"- Inspect each child task now (task_output); if it needs correction or cancellation, send it a concrete instruction (task_send).\",\n\t\t\t);\n\t\t}\n\t\tif (sources.has(\"senpi-codemode\")) {\n\t\t\tadvice.push(\n\t\t\t\t\"- Inspect detached eval cells now (eval peek); stop cells that are stalled, obsolete, or waiting on impossible conditions (eval stop).\",\n\t\t\t);\n\t\t}\n\t\tif (sources.has(\"ask-user\")) {\n\t\t\tadvice.push(\n\t\t\t\t\"- A question to the user is pending; wait for the answer or the timeout, do not ask it again, and do not treat the wait as a stall.\",\n\t\t\t);\n\t\t}\n\t\tfor (const source of sources) {\n\t\t\tif (\n\t\t\t\t[\"terminal-monitors\", \"terminal-background-sessions\", \"senpi-task\", \"senpi-codemode\", \"ask-user\"].includes(\n\t\t\t\t\tsource,\n\t\t\t\t)\n\t\t\t)\n\t\t\t\tcontinue;\n\t\t\tadvice.push(\n\t\t\t\t`- Inspect the live ${source} channel now and stop or replace it if it can no longer make progress.`,\n\t\t\t);\n\t\t}\n\t\treturn [\n\t\t\t\"<goal_stall_check>\",\n\t\t\t`System check: this is resumption-channel goal continuation #${consecutiveToollessTurns} in a row. Live channel kinds (${[...sources].join(\", \")}) persisted across ${consecutiveToollessTurns} consecutive continuation turns with no new user input and no completion. The current situation is likely abnormal - a stalled or dead wait.`,\n\t\t\t\"Before waiting on these channels again, actively investigate:\",\n\t\t\t...advice,\n\t\t\t\"- If the goal is waiting on a user decision, ask it with the question tool; if it truly cannot progress, run the blocked audit.\",\n\t\t\t\"</goal_stall_check>\",\n\t\t].join(\"\\n\");\n\t}\n\treturn [\n\t\t\"<goal_stall_check>\",\n\t\t`System check: this is goal continuation #${consecutiveToollessTurns} in a row with no tool use and no new user input. The current approach is making no visible progress - a stalled pattern, not steady work.`,\n\t\t\"Before continuing in the same way, change what you are doing:\",\n\t\t\"- Re-read the todo list and inspect the actual worktree state; treat it as authoritative over memory of earlier turns.\",\n\t\t\"- Take one concrete action that moves the goal forward: edit a file, run a command, or verify a real result.\",\n\t\t\"- If the goal is waiting on a user decision, ask it with the question tool; if it truly cannot progress, run the blocked audit.\",\n\t\t\"Do not end this turn with only narration about what you intend to do.\",\n\t\t\"</goal_stall_check>\",\n\t].join(\"\\n\");\n}\n\nexport function buildMonitorStallNotice(consecutiveContinuations: number): string {\n\treturn buildGoalStallNotice(consecutiveContinuations, { liveSources: [\"terminal-monitors\"] });\n}\n\nfunction escapeXmlText(value: string): string {\n\treturn value.replaceAll(\"&\", \"&amp;\").replaceAll(\"<\", \"&lt;\").replaceAll(\">\", \"&gt;\");\n}\n"]}
@@ -1,3 +1,4 @@
1
1
  import type { AgentEndEvent } from "../../types.ts";
2
+ export declare function didTerminalPolicyRejectionEndTurn(event: AgentEndEvent): boolean;
2
3
  export declare function didTerminalProviderErrorEndTurn(event: AgentEndEvent): boolean;
3
4
  //# sourceMappingURL=terminal-provider-error.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"terminal-provider-error.d.ts","sourceRoot":"","sources":["../../../../../src/core/extensions/builtin/goal/terminal-provider-error.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAoBpD,wBAAgB,+BAA+B,CAAC,KAAK,EAAE,aAAa,GAAG,OAAO,CAM7E"}
1
+ {"version":3,"file":"terminal-provider-error.d.ts","sourceRoot":"","sources":["../../../../../src/core/extensions/builtin/goal/terminal-provider-error.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAsCpD,wBAAgB,iCAAiC,CAAC,KAAK,EAAE,aAAa,GAAG,OAAO,CAO/E;AAED,wBAAgB,+BAA+B,CAAC,KAAK,EAAE,aAAa,GAAG,OAAO,CAM7E"}
@@ -1,3 +1,4 @@
1
+ import { isClassifierRefusal } from "@earendil-works/pi-ai";
1
2
  import { lastAssistantMessage } from "./last-assistant-message.js";
2
3
  // The claude-sdk-oauth account-rotating proxy reports total account exhaustion as
3
4
  // an assistant message with `stopReason: "stop"` and zero usage, so it slips past
@@ -13,6 +14,33 @@ function isSdkOauthAccountExhaustion(message) {
13
14
  : "";
14
15
  return SDK_OAUTH_EXHAUSTION_MARKERS.every((marker) => text.includes(marker));
15
16
  }
17
+ // Codex backend type:error responses persist only the message, not the policy
18
+ // code/payload. Match that diagnostic, never ordinary assistant text.
19
+ const CODEX_POLICY_ERROR_PATTERN = /^(?:Codex error: )?This request was blocked by our safety systems\.(?: Reason: .+)?$/i;
20
+ const CODEX_RESPONSES_API = "openai-codex-responses";
21
+ /**
22
+ * The sentence above is a provider-agnostic string with no policy code, so it is
23
+ * only trustworthy as a terminal policy signal on the API that produces it.
24
+ * Another provider or gateway emitting the same text keeps the existing
25
+ * provider/system recovery path instead of being stranded as blocked.
26
+ */
27
+ function isCodexPolicyRejection(message) {
28
+ if (message.api !== CODEX_RESPONSES_API)
29
+ return false;
30
+ if (message.stopReason !== "error")
31
+ return false;
32
+ return CODEX_POLICY_ERROR_PATTERN.test(message.errorMessage ?? "");
33
+ }
34
+ export function didTerminalPolicyRejectionEndTurn(event) {
35
+ if (event.willRetry !== false)
36
+ return false;
37
+ const message = lastAssistantMessage(event.messages);
38
+ if (message === undefined)
39
+ return false;
40
+ // Structured refusals carry their own provider-independent policy details;
41
+ // only the unstructured Codex diagnostic needs the identity check.
42
+ return isClassifierRefusal(message) || isCodexPolicyRejection(message);
43
+ }
16
44
  export function didTerminalProviderErrorEndTurn(event) {
17
45
  if (event.abortSource === "system")
18
46
  return false;
@@ -1 +1 @@
1
- {"version":3,"file":"terminal-provider-error.js","sourceRoot":"","sources":["../../../../../src/core/extensions/builtin/goal/terminal-provider-error.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAEnE,kFAAkF;AAClF,kFAAkF;AAClF,mFAAmF;AACnF,iFAAiF;AACjF,wDAAwD;AACxD,MAAM,4BAA4B,GAAG,CAAC,oDAAoD,EAAE,oBAAoB,CAAC,CAAC;AAElH,SAAS,2BAA2B,CACnC,OAA6E;IAE7E,IAAI,OAAO,EAAE,GAAG,KAAK,kBAAkB,IAAI,OAAO,CAAC,UAAU,KAAK,MAAM;QAAE,OAAO,KAAK,CAAC;IACvF,MAAM,IAAI,GAAG,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,OAAO,CAAC;QAC1C,CAAC,CAAC,OAAO,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC,IAAI,EAAE,IAAI,KAAK,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;QACpF,CAAC,CAAC,EAAE,CAAC;IACN,OAAO,4BAA4B,CAAC,KAAK,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC;AAC9E,CAAC;AAED,MAAM,UAAU,+BAA+B,CAAC,KAAoB;IACnE,IAAI,KAAK,CAAC,WAAW,KAAK,QAAQ;QAAE,OAAO,KAAK,CAAC;IACjD,IAAI,KAAK,CAAC,SAAS,KAAK,KAAK;QAAE,OAAO,KAAK,CAAC;IAC5C,MAAM,OAAO,GAAG,oBAAoB,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;IACrD,IAAI,2BAA2B,CAAC,OAAO,CAAC;QAAE,OAAO,IAAI,CAAC;IACtD,OAAO,OAAO,EAAE,UAAU,KAAK,OAAO,IAAI,CAAC,OAAO,EAAE,UAAU,KAAK,SAAS,IAAI,KAAK,CAAC,WAAW,KAAK,MAAM,CAAC,CAAC;AAC/G,CAAC","sourcesContent":["import type { AgentEndEvent } from \"../../types.ts\";\nimport { lastAssistantMessage } from \"./last-assistant-message.ts\";\n\n// The claude-sdk-oauth account-rotating proxy reports total account exhaustion as\n// an assistant message with `stopReason: \"stop\"` and zero usage, so it slips past\n// the stopReason checks below and the goal reads it as a clean turn end. Match the\n// two stable phrases of that exact response; the account count and the `Retry in\n// NNNs` suffix vary, so they are not part of the match.\nconst SDK_OAUTH_EXHAUSTION_MARKERS = [\"API Error: Server is temporarily limiting requests\", \"accounts exhausted\"];\n\nfunction isSdkOauthAccountExhaustion(\n\tmessage: { api?: string; stopReason?: string; content?: unknown } | undefined,\n): boolean {\n\tif (message?.api !== \"claude-sdk-oauth\" || message.stopReason !== \"stop\") return false;\n\tconst text = Array.isArray(message.content)\n\t\t? message.content.map((part) => (part?.type === \"text\" ? part.text : \"\")).join(\"\\n\")\n\t\t: \"\";\n\treturn SDK_OAUTH_EXHAUSTION_MARKERS.every((marker) => text.includes(marker));\n}\n\nexport function didTerminalProviderErrorEndTurn(event: AgentEndEvent): boolean {\n\tif (event.abortSource === \"system\") return false;\n\tif (event.willRetry !== false) return false;\n\tconst message = lastAssistantMessage(event.messages);\n\tif (isSdkOauthAccountExhaustion(message)) return true;\n\treturn message?.stopReason === \"error\" || (message?.stopReason === \"aborted\" && event.abortSource !== \"user\");\n}\n"]}
1
+ {"version":3,"file":"terminal-provider-error.js","sourceRoot":"","sources":["../../../../../src/core/extensions/builtin/goal/terminal-provider-error.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAE5D,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAEnE,kFAAkF;AAClF,kFAAkF;AAClF,mFAAmF;AACnF,iFAAiF;AACjF,wDAAwD;AACxD,MAAM,4BAA4B,GAAG,CAAC,oDAAoD,EAAE,oBAAoB,CAAC,CAAC;AAElH,SAAS,2BAA2B,CACnC,OAA6E;IAE7E,IAAI,OAAO,EAAE,GAAG,KAAK,kBAAkB,IAAI,OAAO,CAAC,UAAU,KAAK,MAAM;QAAE,OAAO,KAAK,CAAC;IACvF,MAAM,IAAI,GAAG,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,OAAO,CAAC;QAC1C,CAAC,CAAC,OAAO,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC,IAAI,EAAE,IAAI,KAAK,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;QACpF,CAAC,CAAC,EAAE,CAAC;IACN,OAAO,4BAA4B,CAAC,KAAK,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC;AAC9E,CAAC;AAED,8EAA8E;AAC9E,sEAAsE;AACtE,MAAM,0BAA0B,GAC/B,uFAAuF,CAAC;AACzF,MAAM,mBAAmB,GAAG,wBAAwB,CAAC;AAErD;;;;;GAKG;AACH,SAAS,sBAAsB,CAAC,OAAqE;IACpG,IAAI,OAAO,CAAC,GAAG,KAAK,mBAAmB;QAAE,OAAO,KAAK,CAAC;IACtD,IAAI,OAAO,CAAC,UAAU,KAAK,OAAO;QAAE,OAAO,KAAK,CAAC;IACjD,OAAO,0BAA0B,CAAC,IAAI,CAAC,OAAO,CAAC,YAAY,IAAI,EAAE,CAAC,CAAC;AACpE,CAAC;AAED,MAAM,UAAU,iCAAiC,CAAC,KAAoB;IACrE,IAAI,KAAK,CAAC,SAAS,KAAK,KAAK;QAAE,OAAO,KAAK,CAAC;IAC5C,MAAM,OAAO,GAAG,oBAAoB,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;IACrD,IAAI,OAAO,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACxC,2EAA2E;IAC3E,mEAAmE;IACnE,OAAO,mBAAmB,CAAC,OAAO,CAAC,IAAI,sBAAsB,CAAC,OAAO,CAAC,CAAC;AACxE,CAAC;AAED,MAAM,UAAU,+BAA+B,CAAC,KAAoB;IACnE,IAAI,KAAK,CAAC,WAAW,KAAK,QAAQ;QAAE,OAAO,KAAK,CAAC;IACjD,IAAI,KAAK,CAAC,SAAS,KAAK,KAAK;QAAE,OAAO,KAAK,CAAC;IAC5C,MAAM,OAAO,GAAG,oBAAoB,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;IACrD,IAAI,2BAA2B,CAAC,OAAO,CAAC;QAAE,OAAO,IAAI,CAAC;IACtD,OAAO,OAAO,EAAE,UAAU,KAAK,OAAO,IAAI,CAAC,OAAO,EAAE,UAAU,KAAK,SAAS,IAAI,KAAK,CAAC,WAAW,KAAK,MAAM,CAAC,CAAC;AAC/G,CAAC","sourcesContent":["import { isClassifierRefusal } from \"@earendil-works/pi-ai\";\nimport type { AgentEndEvent } from \"../../types.ts\";\nimport { lastAssistantMessage } from \"./last-assistant-message.ts\";\n\n// The claude-sdk-oauth account-rotating proxy reports total account exhaustion as\n// an assistant message with `stopReason: \"stop\"` and zero usage, so it slips past\n// the stopReason checks below and the goal reads it as a clean turn end. Match the\n// two stable phrases of that exact response; the account count and the `Retry in\n// NNNs` suffix vary, so they are not part of the match.\nconst SDK_OAUTH_EXHAUSTION_MARKERS = [\"API Error: Server is temporarily limiting requests\", \"accounts exhausted\"];\n\nfunction isSdkOauthAccountExhaustion(\n\tmessage: { api?: string; stopReason?: string; content?: unknown } | undefined,\n): boolean {\n\tif (message?.api !== \"claude-sdk-oauth\" || message.stopReason !== \"stop\") return false;\n\tconst text = Array.isArray(message.content)\n\t\t? message.content.map((part) => (part?.type === \"text\" ? part.text : \"\")).join(\"\\n\")\n\t\t: \"\";\n\treturn SDK_OAUTH_EXHAUSTION_MARKERS.every((marker) => text.includes(marker));\n}\n\n// Codex backend type:error responses persist only the message, not the policy\n// code/payload. Match that diagnostic, never ordinary assistant text.\nconst CODEX_POLICY_ERROR_PATTERN =\n\t/^(?:Codex error: )?This request was blocked by our safety systems\\.(?: Reason: .+)?$/i;\nconst CODEX_RESPONSES_API = \"openai-codex-responses\";\n\n/**\n * The sentence above is a provider-agnostic string with no policy code, so it is\n * only trustworthy as a terminal policy signal on the API that produces it.\n * Another provider or gateway emitting the same text keeps the existing\n * provider/system recovery path instead of being stranded as blocked.\n */\nfunction isCodexPolicyRejection(message: { api?: string; stopReason?: string; errorMessage?: string }): boolean {\n\tif (message.api !== CODEX_RESPONSES_API) return false;\n\tif (message.stopReason !== \"error\") return false;\n\treturn CODEX_POLICY_ERROR_PATTERN.test(message.errorMessage ?? \"\");\n}\n\nexport function didTerminalPolicyRejectionEndTurn(event: AgentEndEvent): boolean {\n\tif (event.willRetry !== false) return false;\n\tconst message = lastAssistantMessage(event.messages);\n\tif (message === undefined) return false;\n\t// Structured refusals carry their own provider-independent policy details;\n\t// only the unstructured Codex diagnostic needs the identity check.\n\treturn isClassifierRefusal(message) || isCodexPolicyRejection(message);\n}\n\nexport function didTerminalProviderErrorEndTurn(event: AgentEndEvent): boolean {\n\tif (event.abortSource === \"system\") return false;\n\tif (event.willRetry !== false) return false;\n\tconst message = lastAssistantMessage(event.messages);\n\tif (isSdkOauthAccountExhaustion(message)) return true;\n\treturn message?.stopReason === \"error\" || (message?.stopReason === \"aborted\" && event.abortSource !== \"user\");\n}\n"]}
@@ -19,8 +19,8 @@ export function openTodoCompletionError(openTasks) {
19
19
  .join(", ");
20
20
  const suffix = openTasks.length > MAX_LISTED_TASKS ? ` and ${openTasks.length - MAX_LISTED_TASKS} more` : "";
21
21
  return (`cannot mark the goal complete: ${openTasks.length} open todo task(s) remain: ${listed}${suffix}. ` +
22
- "Finish each task and mark it done, or drop tasks that are genuinely no longer needed, " +
23
- "then run the completion audit again and retry update_goal.");
22
+ "Do the remaining work, or drop the tasks that are genuinely no longer needed - closing an unfinished task " +
23
+ "to clear this gate reports a completion that did not happen. Then run the completion audit again and retry update_goal.");
24
24
  }
25
25
  /**
26
26
  * True when a successful todo tool result came from an add operation (init /
@@ -1 +1 @@
1
- {"version":3,"file":"todo-gate.js","sourceRoot":"","sources":["../../../../../src/core/extensions/builtin/goal/todo-gate.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gCAAgC,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAE7G,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEtC,MAAM,gBAAgB,GAAG,CAAC,CAAC;AAE3B;;;;GAIG;AACH,MAAM,UAAU,oBAAoB,CAAC,OAAuB;IAC3D,OAAO,gCAAgC,CAAC,OAAO,CAAC;SAC9C,OAAO,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,KAAK,CAAC;SAC/B,MAAM,CAAC,gBAAgB,CAAC;SACxB,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;AAC/B,CAAC;AAED,MAAM,UAAU,uBAAuB,CAAC,SAA4B;IACnE,MAAM,MAAM,GAAG,SAAS;SACtB,KAAK,CAAC,CAAC,EAAE,gBAAgB,CAAC;SAC1B,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,IAAI,GAAG,CAAC;SAC1B,IAAI,CAAC,IAAI,CAAC,CAAC;IACb,MAAM,MAAM,GAAG,SAAS,CAAC,MAAM,GAAG,gBAAgB,CAAC,CAAC,CAAC,QAAQ,SAAS,CAAC,MAAM,GAAG,gBAAgB,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC;IAC7G,OAAO,CACN,kCAAkC,SAAS,CAAC,MAAM,8BAA8B,MAAM,GAAG,MAAM,IAAI;QACnG,wFAAwF;QACxF,4DAA4D,CAC5D,CAAC;AACH,CAAC;AAED;;;GAGG;AACH,MAAM,UAAU,uBAAuB,CAAC,OAAgB;IACvD,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC;QAAE,OAAO,KAAK,CAAC;IACrC,MAAM,EAAE,GAAG,OAAO,CAAC,EAAE,CAAC;IACtB,IAAI,EAAE,KAAK,MAAM,IAAI,EAAE,KAAK,QAAQ;QAAE,OAAO,KAAK,CAAC;IACnD,MAAM,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC;IAC9B,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC;QAAE,OAAO,KAAK,CAAC;IAC5C,OAAO,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,KAAK,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC;AACnE,CAAC;AAED;;;;;GAKG;AACH,MAAM,UAAU,qBAAqB,CAAC,IAAiB;IACtD,IAAI,IAAI,KAAK,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,UAAU;QAAE,OAAO,SAAS,CAAC;IAClE,MAAM,SAAS,GACd,IAAI,KAAK,IAAI;QACZ,CAAC,CAAC,oEAAoE;QACtE,CAAC,CAAC,+GAA+G,CAAC;IACpH,MAAM,OAAO,GACZ,IAAI,KAAK,IAAI;QACZ,CAAC,CAAC,uKAAuK;QACzK,CAAC,CAAC,oMAAoM,CAAC;IACzM,OAAO;QACN,mBAAmB;QACnB,SAAS;QACT,OAAO;QACP,iGAAiG;QACjG,oBAAoB;KACpB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;AACd,CAAC","sourcesContent":["import type { SessionEntry } from \"../../../session-manager.ts\";\nimport { getLatestPhasesFromBranchEntries, isIncompleteTodo, isTodoPhaseArray } from \"../todotools/state.ts\";\nimport type { Goal } from \"./types.ts\";\nimport { isRecord } from \"./types.ts\";\n\nconst MAX_LISTED_TASKS = 5;\n\n/**\n * Contents of every non-terminal (pending / in_progress) task in the thread's\n * latest todo list. The goal builtin refuses to mark a goal complete while any\n * of these remain: an open todo task is remaining work by definition.\n */\nexport function openTodoTaskContents(entries: SessionEntry[]): string[] {\n\treturn getLatestPhasesFromBranchEntries(entries)\n\t\t.flatMap((phase) => phase.tasks)\n\t\t.filter(isIncompleteTodo)\n\t\t.map((task) => task.content);\n}\n\nexport function openTodoCompletionError(openTasks: readonly string[]): string {\n\tconst listed = openTasks\n\t\t.slice(0, MAX_LISTED_TASKS)\n\t\t.map((task) => `\"${task}\"`)\n\t\t.join(\", \");\n\tconst suffix = openTasks.length > MAX_LISTED_TASKS ? ` and ${openTasks.length - MAX_LISTED_TASKS} more` : \"\";\n\treturn (\n\t\t`cannot mark the goal complete: ${openTasks.length} open todo task(s) remain: ${listed}${suffix}. ` +\n\t\t\"Finish each task and mark it done, or drop tasks that are genuinely no longer needed, \" +\n\t\t\"then run the completion audit again and retry update_goal.\"\n\t);\n}\n\n/**\n * True when a successful todo tool result came from an add operation (init /\n * append) that left at least one open (pending / in_progress) task behind.\n */\nexport function todoResultAddsOpenTasks(details: unknown): boolean {\n\tif (!isRecord(details)) return false;\n\tconst op = details.op;\n\tif (op !== \"init\" && op !== \"append\") return false;\n\tconst phases = details.phases;\n\tif (!isTodoPhaseArray(phases)) return false;\n\treturn phases.some((phase) => phase.tasks.some(isIncompleteTodo));\n}\n\n/**\n * System reminder injected into a todo tool result when new open tasks were\n * added while the thread has no goal, or only a stale (already complete) one.\n * The mirror of the completion gate above: newly tracked work should be\n * anchored to a live goal when it serves a durable objective.\n */\nexport function staleGoalTodoReminder(goal: Goal | null): string | undefined {\n\tif (goal !== null && goal.status !== \"complete\") return undefined;\n\tconst staleLine =\n\t\tgoal === null\n\t\t\t? \"New todo tasks were added, but this thread has no goal registered.\"\n\t\t\t: \"New todo tasks were added, but the registered goal is already complete (stale), so the new work is untracked.\";\n\tconst fixLine =\n\t\tgoal === null\n\t\t\t? \"If this todo list tracks a durable objective (multi-step work that should survive across turns), register it now with create_goal so progress is tracked and audited.\"\n\t\t\t: \"If this todo list tracks a durable objective (multi-step work that should survive across turns), register it now with create_goal; creating a new goal archives the completed one and replaces it.\";\n\treturn [\n\t\t\"<system-reminder>\",\n\t\tstaleLine,\n\t\tfixLine,\n\t\t\"If the todos are trivial short-lived bookkeeping for the current turn, continue without a goal.\",\n\t\t\"</system-reminder>\",\n\t].join(\"\\n\");\n}\n"]}
1
+ {"version":3,"file":"todo-gate.js","sourceRoot":"","sources":["../../../../../src/core/extensions/builtin/goal/todo-gate.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gCAAgC,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAE7G,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEtC,MAAM,gBAAgB,GAAG,CAAC,CAAC;AAE3B;;;;GAIG;AACH,MAAM,UAAU,oBAAoB,CAAC,OAAuB;IAC3D,OAAO,gCAAgC,CAAC,OAAO,CAAC;SAC9C,OAAO,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,KAAK,CAAC;SAC/B,MAAM,CAAC,gBAAgB,CAAC;SACxB,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;AAC/B,CAAC;AAED,MAAM,UAAU,uBAAuB,CAAC,SAA4B;IACnE,MAAM,MAAM,GAAG,SAAS;SACtB,KAAK,CAAC,CAAC,EAAE,gBAAgB,CAAC;SAC1B,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,IAAI,GAAG,CAAC;SAC1B,IAAI,CAAC,IAAI,CAAC,CAAC;IACb,MAAM,MAAM,GAAG,SAAS,CAAC,MAAM,GAAG,gBAAgB,CAAC,CAAC,CAAC,QAAQ,SAAS,CAAC,MAAM,GAAG,gBAAgB,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC;IAC7G,OAAO,CACN,kCAAkC,SAAS,CAAC,MAAM,8BAA8B,MAAM,GAAG,MAAM,IAAI;QACnG,4GAA4G;QAC5G,yHAAyH,CACzH,CAAC;AACH,CAAC;AAED;;;GAGG;AACH,MAAM,UAAU,uBAAuB,CAAC,OAAgB;IACvD,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC;QAAE,OAAO,KAAK,CAAC;IACrC,MAAM,EAAE,GAAG,OAAO,CAAC,EAAE,CAAC;IACtB,IAAI,EAAE,KAAK,MAAM,IAAI,EAAE,KAAK,QAAQ;QAAE,OAAO,KAAK,CAAC;IACnD,MAAM,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC;IAC9B,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC;QAAE,OAAO,KAAK,CAAC;IAC5C,OAAO,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,KAAK,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC;AACnE,CAAC;AAED;;;;;GAKG;AACH,MAAM,UAAU,qBAAqB,CAAC,IAAiB;IACtD,IAAI,IAAI,KAAK,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,UAAU;QAAE,OAAO,SAAS,CAAC;IAClE,MAAM,SAAS,GACd,IAAI,KAAK,IAAI;QACZ,CAAC,CAAC,oEAAoE;QACtE,CAAC,CAAC,+GAA+G,CAAC;IACpH,MAAM,OAAO,GACZ,IAAI,KAAK,IAAI;QACZ,CAAC,CAAC,uKAAuK;QACzK,CAAC,CAAC,oMAAoM,CAAC;IACzM,OAAO;QACN,mBAAmB;QACnB,SAAS;QACT,OAAO;QACP,iGAAiG;QACjG,oBAAoB;KACpB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;AACd,CAAC","sourcesContent":["import type { SessionEntry } from \"../../../session-manager.ts\";\nimport { getLatestPhasesFromBranchEntries, isIncompleteTodo, isTodoPhaseArray } from \"../todotools/state.ts\";\nimport type { Goal } from \"./types.ts\";\nimport { isRecord } from \"./types.ts\";\n\nconst MAX_LISTED_TASKS = 5;\n\n/**\n * Contents of every non-terminal (pending / in_progress) task in the thread's\n * latest todo list. The goal builtin refuses to mark a goal complete while any\n * of these remain: an open todo task is remaining work by definition.\n */\nexport function openTodoTaskContents(entries: SessionEntry[]): string[] {\n\treturn getLatestPhasesFromBranchEntries(entries)\n\t\t.flatMap((phase) => phase.tasks)\n\t\t.filter(isIncompleteTodo)\n\t\t.map((task) => task.content);\n}\n\nexport function openTodoCompletionError(openTasks: readonly string[]): string {\n\tconst listed = openTasks\n\t\t.slice(0, MAX_LISTED_TASKS)\n\t\t.map((task) => `\"${task}\"`)\n\t\t.join(\", \");\n\tconst suffix = openTasks.length > MAX_LISTED_TASKS ? ` and ${openTasks.length - MAX_LISTED_TASKS} more` : \"\";\n\treturn (\n\t\t`cannot mark the goal complete: ${openTasks.length} open todo task(s) remain: ${listed}${suffix}. ` +\n\t\t\"Do the remaining work, or drop the tasks that are genuinely no longer needed - closing an unfinished task \" +\n\t\t\"to clear this gate reports a completion that did not happen. Then run the completion audit again and retry update_goal.\"\n\t);\n}\n\n/**\n * True when a successful todo tool result came from an add operation (init /\n * append) that left at least one open (pending / in_progress) task behind.\n */\nexport function todoResultAddsOpenTasks(details: unknown): boolean {\n\tif (!isRecord(details)) return false;\n\tconst op = details.op;\n\tif (op !== \"init\" && op !== \"append\") return false;\n\tconst phases = details.phases;\n\tif (!isTodoPhaseArray(phases)) return false;\n\treturn phases.some((phase) => phase.tasks.some(isIncompleteTodo));\n}\n\n/**\n * System reminder injected into a todo tool result when new open tasks were\n * added while the thread has no goal, or only a stale (already complete) one.\n * The mirror of the completion gate above: newly tracked work should be\n * anchored to a live goal when it serves a durable objective.\n */\nexport function staleGoalTodoReminder(goal: Goal | null): string | undefined {\n\tif (goal !== null && goal.status !== \"complete\") return undefined;\n\tconst staleLine =\n\t\tgoal === null\n\t\t\t? \"New todo tasks were added, but this thread has no goal registered.\"\n\t\t\t: \"New todo tasks were added, but the registered goal is already complete (stale), so the new work is untracked.\";\n\tconst fixLine =\n\t\tgoal === null\n\t\t\t? \"If this todo list tracks a durable objective (multi-step work that should survive across turns), register it now with create_goal so progress is tracked and audited.\"\n\t\t\t: \"If this todo list tracks a durable objective (multi-step work that should survive across turns), register it now with create_goal; creating a new goal archives the completed one and replaces it.\";\n\treturn [\n\t\t\"<system-reminder>\",\n\t\tstaleLine,\n\t\tfixLine,\n\t\t\"If the todos are trivial short-lived bookkeeping for the current turn, continue without a goal.\",\n\t\t\"</system-reminder>\",\n\t].join(\"\\n\");\n}\n"]}
@@ -9,7 +9,7 @@ export function registerGoalTools(pi, deps) {
9
9
  pi.registerTool({
10
10
  name: "create_goal",
11
11
  label: "Create Goal",
12
- description: "Create a goal only when explicitly requested by the user or system/developer instructions; do not infer goals from ordinary tasks.\nObjectives are limited to 4,000 characters. For longer instructions, put the full objective in a file and refer to that file.\nReplaces the current goal when it is complete and archives it; fails if an unfinished goal exists.",
12
+ description: "Register a goal for work that outlives this turn: it waits on external state, or the user's requested outcome needs more than one verify-and-fix round before it is true. A single answer, lookup, or one-shot edit needs no goal.\nObjectives are limited to 4,000 characters. For longer instructions, put the full objective in a file and refer to that file.\nReplaces the current goal when it is complete and archives it; fails if an unfinished goal exists.",
13
13
  parameters: Type.Object({
14
14
  objective: Type.String({
15
15
  description: "Required. The concrete objective to start pursuing. Limit: 4,000 characters. For longer instructions, put the full objective in a file and refer to that file.",
@@ -36,7 +36,7 @@ export function registerGoalTools(pi, deps) {
36
36
  pi.registerTool({
37
37
  name: "update_goal",
38
38
  label: "Update Goal",
39
- description: "Set the existing goal's status to `complete` or `blocked`; the completion audit and blocked audit in the goal continuation prompt decide which, and only a passing audit permits the call.\n`complete` is rejected while todo tasks are open, and stopping work is never by itself a reason to complete; after it succeeds, report the final elapsed time and token usage from the result to the user.\n`blocked` requires a non-empty `reason` (omit `reason` for `complete`); a user resume starts a fresh blocked audit.\nA missing user decision is a question for the question tool, not a blocked status, until the user fails to answer it.\nPausing and resuming are user or system actions, not this tool.",
39
+ description: "Set the existing goal's status to `complete` or `blocked`; the completion audit and blocked audit in the goal continuation prompt decide which, and only a passing audit permits the call.\n`complete` is rejected while todo tasks are open, and stopping work is never by itself a reason to complete; after it succeeds, report the final elapsed time and token usage from the result to the user.\n`blocked` requires a non-empty `reason` (omit `reason` for `complete`), and is rejected while any resumption channel can still deliver, and again until the same blocker has survived three goal turns since the goal became active or the user last spoke; a user resume starts a fresh blocked audit.\nA missing user decision is a question for the question tool, not a blocked status, until the user fails to answer it. Retries themselves are unbounded.\nPausing and resuming are user or system actions, not this tool.",
40
40
  parameters: Type.Object({
41
41
  status: Type.Union(MODEL_SETTABLE_GOAL_STATUS_VALUES.map((status) => Type.Literal(status)), { description: "Required. Set to complete when achieved or blocked with a non-empty reason." }),
42
42
  reason: Type.Optional(Type.String({
@@ -1 +1 @@
1
- {"version":3,"file":"tool-registration.js","sourceRoot":"","sources":["../../../../../src/core/extensions/builtin/goal/tool-registration.ts"],"names":[],"mappings":"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","sourcesContent":["import { Type } from \"typebox\";\nimport type { AgentToolResult, ExtensionAPI, ExtensionContext } from \"../../types.ts\";\nimport { formatGoalToolResponse, type GoalToolRenderDetails, goalToolRenderDetails } from \"./format.ts\";\nimport { renderGoalToolCall, renderGoalToolResult } from \"./renderers.ts\";\nimport { createGoal, objectiveFullTextFileName, readGoal, updateGoal } from \"./store.ts\";\nimport { openTodoCompletionError, openTodoTaskContents } from \"./todo-gate.ts\";\nimport type { Goal, GoalAccountingMode, GoalStoreRef } from \"./types.ts\";\nimport { MODEL_SETTABLE_GOAL_STATUS_VALUES } from \"./types.ts\";\nimport { objectiveTruncationNotice, validateObjective } from \"./validation.ts\";\n\ntype GoalToolResult = AgentToolResult<GoalToolRenderDetails>;\n\nexport type GoalToolRegistrationDeps = {\n\treadonly goalStoreRef: (ctx: ExtensionContext) => GoalStoreRef;\n\treadonly accountCurrentAgentTurn: (ctx: ExtensionContext, mode: GoalAccountingMode) => Promise<Goal | null>;\n\treadonly beginAgentGoalAccounting: (goal: Goal) => void;\n\treadonly markGoalBlockedThisTurn: (goal: Goal) => void;\n\treadonly markGoalCompletedThisTurn: (goal: Goal) => void;\n\treadonly refreshGoalUi: (ctx: ExtensionContext, goal: Goal | null) => void;\n};\n\nexport function registerGoalTools(pi: ExtensionAPI, deps: GoalToolRegistrationDeps): void {\n\tpi.registerTool({\n\t\tname: \"create_goal\",\n\t\tlabel: \"Create Goal\",\n\t\tdescription:\n\t\t\t\"Create a goal only when explicitly requested by the user or system/developer instructions; do not infer goals from ordinary tasks.\\nObjectives are limited to 4,000 characters. For longer instructions, put the full objective in a file and refer to that file.\\nReplaces the current goal when it is complete and archives it; fails if an unfinished goal exists.\",\n\t\tparameters: Type.Object(\n\t\t\t{\n\t\t\t\tobjective: Type.String({\n\t\t\t\t\tdescription:\n\t\t\t\t\t\t\"Required. The concrete objective to start pursuing. Limit: 4,000 characters. For longer instructions, put the full objective in a file and refer to that file.\",\n\t\t\t\t}),\n\t\t\t},\n\t\t\t{ additionalProperties: false },\n\t\t),\n\t\tasync execute(_toolCallId, params, _signal, _onUpdate, ctx) {\n\t\t\tconst ref = deps.goalStoreRef(ctx);\n\t\t\tconst current = await readGoal(ref);\n\t\t\tif (current !== null && current.status !== \"complete\") {\n\t\t\t\tthrow new Error(\n\t\t\t\t\t\"cannot create a new goal because this thread already has an unfinished goal; use update_goal only when the existing goal is complete\",\n\t\t\t\t);\n\t\t\t}\n\t\t\tconst validatedObjective = validateObjective(params.objective, objectiveFullTextFileName(ref));\n\t\t\tconst goal = await createGoal(ref, params.objective);\n\t\t\tdeps.beginAgentGoalAccounting(goal);\n\t\t\tdeps.refreshGoalUi(ctx, goal);\n\t\t\tconst notice = validatedObjective.truncated\n\t\t\t\t? objectiveTruncationNotice(objectiveFullTextFileName(ref))\n\t\t\t\t: undefined;\n\t\t\treturn toolText(formatGoalToolResponse(goal, notice), goalToolRenderDetails(goal, notice));\n\t\t},\n\t\trenderCall: (args, theme) => renderGoalToolCall(\"create_goal\", args, theme),\n\t\trenderResult: (result, options, theme) => renderGoalToolResult(result, options, theme),\n\t});\n\n\tpi.registerTool({\n\t\tname: \"update_goal\",\n\t\tlabel: \"Update Goal\",\n\t\tdescription:\n\t\t\t\"Set the existing goal's status to `complete` or `blocked`; the completion audit and blocked audit in the goal continuation prompt decide which, and only a passing audit permits the call.\\n`complete` is rejected while todo tasks are open, and stopping work is never by itself a reason to complete; after it succeeds, report the final elapsed time and token usage from the result to the user.\\n`blocked` requires a non-empty `reason` (omit `reason` for `complete`); a user resume starts a fresh blocked audit.\\nA missing user decision is a question for the question tool, not a blocked status, until the user fails to answer it.\\nPausing and resuming are user or system actions, not this tool.\",\n\t\tparameters: Type.Object(\n\t\t\t{\n\t\t\t\tstatus: Type.Union(\n\t\t\t\t\tMODEL_SETTABLE_GOAL_STATUS_VALUES.map((status) => Type.Literal(status)),\n\t\t\t\t\t{ description: \"Required. Set to complete when achieved or blocked with a non-empty reason.\" },\n\t\t\t\t),\n\t\t\t\treason: Type.Optional(\n\t\t\t\t\tType.String({\n\t\t\t\t\t\tdescription: \"Required and non-empty when status is blocked; rejected when status is complete.\",\n\t\t\t\t\t}),\n\t\t\t\t),\n\t\t\t},\n\t\t\t{ additionalProperties: false },\n\t\t),\n\t\tasync execute(_toolCallId, params, _signal, _onUpdate, ctx) {\n\t\t\tconst reason = typeof params.reason === \"string\" ? params.reason.trim() : undefined;\n\t\t\tif (params.status === \"blocked\" && (reason === undefined || reason.length === 0)) {\n\t\t\t\tthrow new Error(\"reason is required when status is blocked\");\n\t\t\t}\n\t\t\tif (params.status === \"complete\" && reason !== undefined && reason.length > 0) {\n\t\t\t\tthrow new Error(\"reason must not be provided when status is complete\");\n\t\t\t}\n\t\t\tif (params.status === \"complete\") {\n\t\t\t\tconst openTasks = openTodoTaskContents(ctx.sessionManager.getBranch());\n\t\t\t\tif (openTasks.length > 0) throw new Error(openTodoCompletionError(openTasks));\n\t\t\t}\n\t\t\tawait deps.accountCurrentAgentTurn(ctx, \"active\");\n\t\t\tconst goal = await updateGoal(\n\t\t\t\tdeps.goalStoreRef(ctx),\n\t\t\t\tparams.status === \"blocked\" ? { status: \"blocked\", reason } : { status: \"complete\" },\n\t\t\t\t\"model\",\n\t\t\t);\n\t\t\tif (goal.status === \"blocked\") deps.markGoalBlockedThisTurn(goal);\n\t\t\telse deps.markGoalCompletedThisTurn(goal);\n\t\t\tdeps.refreshGoalUi(ctx, goal);\n\t\t\treturn toolText(formatGoalToolResponse(goal), goalToolRenderDetails(goal));\n\t\t},\n\t\trenderCall: (args, theme) => renderGoalToolCall(\"update_goal\", args, theme),\n\t\trenderResult: (result, options, theme) => renderGoalToolResult(result, options, theme),\n\t});\n\n\tpi.registerTool({\n\t\tname: \"get_goal\",\n\t\tlabel: \"Get Goal\",\n\t\tdescription: \"Get the current goal for this thread, including status, token and elapsed-time usage.\",\n\t\tparameters: Type.Object({}, { additionalProperties: false }),\n\t\tasync execute(_toolCallId, _params, _signal, _onUpdate, ctx) {\n\t\t\tconst goal = await deps.accountCurrentAgentTurn(ctx, \"active\");\n\t\t\tdeps.refreshGoalUi(ctx, goal);\n\t\t\treturn toolText(formatGoalToolResponse(goal), goalToolRenderDetails(goal));\n\t\t},\n\t\trenderCall: (args, theme) => renderGoalToolCall(\"get_goal\", args, theme),\n\t\trenderResult: (result, options, theme) => renderGoalToolResult(result, options, theme),\n\t});\n}\n\nfunction toolText(text: string, details: GoalToolRenderDetails): GoalToolResult {\n\treturn { content: [{ type: \"text\" as const, text }], details };\n}\n"]}
1
+ {"version":3,"file":"tool-registration.js","sourceRoot":"","sources":["../../../../../src/core/extensions/builtin/goal/tool-registration.ts"],"names":[],"mappings":"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","sourcesContent":["import { Type } from \"typebox\";\nimport type { AgentToolResult, ExtensionAPI, ExtensionContext } from \"../../types.ts\";\nimport { formatGoalToolResponse, type GoalToolRenderDetails, goalToolRenderDetails } from \"./format.ts\";\nimport { renderGoalToolCall, renderGoalToolResult } from \"./renderers.ts\";\nimport { createGoal, objectiveFullTextFileName, readGoal, updateGoal } from \"./store.ts\";\nimport { openTodoCompletionError, openTodoTaskContents } from \"./todo-gate.ts\";\nimport type { Goal, GoalAccountingMode, GoalStoreRef } from \"./types.ts\";\nimport { MODEL_SETTABLE_GOAL_STATUS_VALUES } from \"./types.ts\";\nimport { objectiveTruncationNotice, validateObjective } from \"./validation.ts\";\n\ntype GoalToolResult = AgentToolResult<GoalToolRenderDetails>;\n\nexport type GoalToolRegistrationDeps = {\n\treadonly goalStoreRef: (ctx: ExtensionContext) => GoalStoreRef;\n\treadonly accountCurrentAgentTurn: (ctx: ExtensionContext, mode: GoalAccountingMode) => Promise<Goal | null>;\n\treadonly beginAgentGoalAccounting: (goal: Goal) => void;\n\treadonly markGoalBlockedThisTurn: (goal: Goal) => void;\n\treadonly markGoalCompletedThisTurn: (goal: Goal) => void;\n\treadonly refreshGoalUi: (ctx: ExtensionContext, goal: Goal | null) => void;\n};\n\nexport function registerGoalTools(pi: ExtensionAPI, deps: GoalToolRegistrationDeps): void {\n\tpi.registerTool({\n\t\tname: \"create_goal\",\n\t\tlabel: \"Create Goal\",\n\t\tdescription:\n\t\t\t\"Register a goal for work that outlives this turn: it waits on external state, or the user's requested outcome needs more than one verify-and-fix round before it is true. A single answer, lookup, or one-shot edit needs no goal.\\nObjectives are limited to 4,000 characters. For longer instructions, put the full objective in a file and refer to that file.\\nReplaces the current goal when it is complete and archives it; fails if an unfinished goal exists.\",\n\t\tparameters: Type.Object(\n\t\t\t{\n\t\t\t\tobjective: Type.String({\n\t\t\t\t\tdescription:\n\t\t\t\t\t\t\"Required. The concrete objective to start pursuing. Limit: 4,000 characters. For longer instructions, put the full objective in a file and refer to that file.\",\n\t\t\t\t}),\n\t\t\t},\n\t\t\t{ additionalProperties: false },\n\t\t),\n\t\tasync execute(_toolCallId, params, _signal, _onUpdate, ctx) {\n\t\t\tconst ref = deps.goalStoreRef(ctx);\n\t\t\tconst current = await readGoal(ref);\n\t\t\tif (current !== null && current.status !== \"complete\") {\n\t\t\t\tthrow new Error(\n\t\t\t\t\t\"cannot create a new goal because this thread already has an unfinished goal; use update_goal only when the existing goal is complete\",\n\t\t\t\t);\n\t\t\t}\n\t\t\tconst validatedObjective = validateObjective(params.objective, objectiveFullTextFileName(ref));\n\t\t\tconst goal = await createGoal(ref, params.objective);\n\t\t\tdeps.beginAgentGoalAccounting(goal);\n\t\t\tdeps.refreshGoalUi(ctx, goal);\n\t\t\tconst notice = validatedObjective.truncated\n\t\t\t\t? objectiveTruncationNotice(objectiveFullTextFileName(ref))\n\t\t\t\t: undefined;\n\t\t\treturn toolText(formatGoalToolResponse(goal, notice), goalToolRenderDetails(goal, notice));\n\t\t},\n\t\trenderCall: (args, theme) => renderGoalToolCall(\"create_goal\", args, theme),\n\t\trenderResult: (result, options, theme) => renderGoalToolResult(result, options, theme),\n\t});\n\n\tpi.registerTool({\n\t\tname: \"update_goal\",\n\t\tlabel: \"Update Goal\",\n\t\tdescription:\n\t\t\t\"Set the existing goal's status to `complete` or `blocked`; the completion audit and blocked audit in the goal continuation prompt decide which, and only a passing audit permits the call.\\n`complete` is rejected while todo tasks are open, and stopping work is never by itself a reason to complete; after it succeeds, report the final elapsed time and token usage from the result to the user.\\n`blocked` requires a non-empty `reason` (omit `reason` for `complete`), and is rejected while any resumption channel can still deliver, and again until the same blocker has survived three goal turns since the goal became active or the user last spoke; a user resume starts a fresh blocked audit.\\nA missing user decision is a question for the question tool, not a blocked status, until the user fails to answer it. Retries themselves are unbounded.\\nPausing and resuming are user or system actions, not this tool.\",\n\t\tparameters: Type.Object(\n\t\t\t{\n\t\t\t\tstatus: Type.Union(\n\t\t\t\t\tMODEL_SETTABLE_GOAL_STATUS_VALUES.map((status) => Type.Literal(status)),\n\t\t\t\t\t{ description: \"Required. Set to complete when achieved or blocked with a non-empty reason.\" },\n\t\t\t\t),\n\t\t\t\treason: Type.Optional(\n\t\t\t\t\tType.String({\n\t\t\t\t\t\tdescription: \"Required and non-empty when status is blocked; rejected when status is complete.\",\n\t\t\t\t\t}),\n\t\t\t\t),\n\t\t\t},\n\t\t\t{ additionalProperties: false },\n\t\t),\n\t\tasync execute(_toolCallId, params, _signal, _onUpdate, ctx) {\n\t\t\tconst reason = typeof params.reason === \"string\" ? params.reason.trim() : undefined;\n\t\t\tif (params.status === \"blocked\" && (reason === undefined || reason.length === 0)) {\n\t\t\t\tthrow new Error(\"reason is required when status is blocked\");\n\t\t\t}\n\t\t\tif (params.status === \"complete\" && reason !== undefined && reason.length > 0) {\n\t\t\t\tthrow new Error(\"reason must not be provided when status is complete\");\n\t\t\t}\n\t\t\tif (params.status === \"complete\") {\n\t\t\t\tconst openTasks = openTodoTaskContents(ctx.sessionManager.getBranch());\n\t\t\t\tif (openTasks.length > 0) throw new Error(openTodoCompletionError(openTasks));\n\t\t\t}\n\t\t\tawait deps.accountCurrentAgentTurn(ctx, \"active\");\n\t\t\tconst goal = await updateGoal(\n\t\t\t\tdeps.goalStoreRef(ctx),\n\t\t\t\tparams.status === \"blocked\" ? { status: \"blocked\", reason } : { status: \"complete\" },\n\t\t\t\t\"model\",\n\t\t\t);\n\t\t\tif (goal.status === \"blocked\") deps.markGoalBlockedThisTurn(goal);\n\t\t\telse deps.markGoalCompletedThisTurn(goal);\n\t\t\tdeps.refreshGoalUi(ctx, goal);\n\t\t\treturn toolText(formatGoalToolResponse(goal), goalToolRenderDetails(goal));\n\t\t},\n\t\trenderCall: (args, theme) => renderGoalToolCall(\"update_goal\", args, theme),\n\t\trenderResult: (result, options, theme) => renderGoalToolResult(result, options, theme),\n\t});\n\n\tpi.registerTool({\n\t\tname: \"get_goal\",\n\t\tlabel: \"Get Goal\",\n\t\tdescription: \"Get the current goal for this thread, including status, token and elapsed-time usage.\",\n\t\tparameters: Type.Object({}, { additionalProperties: false }),\n\t\tasync execute(_toolCallId, _params, _signal, _onUpdate, ctx) {\n\t\t\tconst goal = await deps.accountCurrentAgentTurn(ctx, \"active\");\n\t\t\tdeps.refreshGoalUi(ctx, goal);\n\t\t\treturn toolText(formatGoalToolResponse(goal), goalToolRenderDetails(goal));\n\t\t},\n\t\trenderCall: (args, theme) => renderGoalToolCall(\"get_goal\", args, theme),\n\t\trenderResult: (result, options, theme) => renderGoalToolResult(result, options, theme),\n\t});\n}\n\nfunction toolText(text: string, details: GoalToolRenderDetails): GoalToolResult {\n\treturn { content: [{ type: \"text\" as const, text }], details };\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"gpt-account.d.ts","sourceRoot":"","sources":["../../../../src/core/extensions/builtin/gpt-account.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,YAAY,EAA2B,MAAM,aAAa,CAAC;AAOzE,MAAM,WAAW,uBAAuB;IACvC,8EAA8E;IAC9E,QAAQ,CAAC,WAAW,CAAC,EAAE,CAAC,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC,GAAG,SAAS,CAAC;CAC3D;AAgED,MAAM,CAAC,OAAO,UAAU,mBAAmB,CAAC,EAAE,EAAE,YAAY,EAAE,IAAI,GAAE,uBAA4B,GAAG,IAAI,CAmCtG"}
1
+ {"version":3,"file":"gpt-account.d.ts","sourceRoot":"","sources":["../../../../src/core/extensions/builtin/gpt-account.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,YAAY,EAA2B,MAAM,aAAa,CAAC;AAQzE,MAAM,WAAW,uBAAuB;IACvC,8EAA8E;IAC9E,QAAQ,CAAC,WAAW,CAAC,EAAE,CAAC,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC,GAAG,SAAS,CAAC;CAC3D;AAsED,MAAM,CAAC,OAAO,UAAU,mBAAmB,CAAC,EAAE,EAAE,YAAY,EAAE,IAAI,GAAE,uBAA4B,GAAG,IAAI,CAoCtG"}
@@ -1,4 +1,6 @@
1
+ import { accountLabel } from "@earendil-works/pi-ai/auth/pool/slots";
1
2
  import { getCredentialAccounts, pinCredentialAccount, removeCredentialAccount, } from "../../../core/credential-accounts.js";
3
+ import { accountDisplayNameCommand, promptAccountDisplayName } from "./account-display-name.js";
2
4
  import { emitProviderAccountsChanged } from "./claude-sdk-oauth/account-events.js";
3
5
  import { createExtensionLoginInteraction, LOGIN_CANCELLED_MESSAGE } from "./oauth-login-interaction.js";
4
6
  const OPENAI_CODEX_PROVIDER_ID = "openai-codex";
@@ -7,7 +9,7 @@ function parseArgs(rawArgs) {
7
9
  return rawArgs.trim().split(/\s+/).filter(Boolean);
8
10
  }
9
11
  function usage(ctx) {
10
- ctx.ui.notify("Usage: /gpt-account [add | remove <name> | pin <name> | unpin]", "error");
12
+ ctx.ui.notify("Usage: /gpt-account [add | remove <id> | pin <id> | unpin | rename <id> <display name...> | clear-name <id>]", "error");
11
13
  }
12
14
  async function showAccounts(ctx) {
13
15
  const accounts = await getCredentialAccounts(ctx.modelRegistry.authStorage, OPENAI_CODEX_PROVIDER_ID);
@@ -15,7 +17,7 @@ async function showAccounts(ctx) {
15
17
  if (accounts.length === 0)
16
18
  lines.push(" (none)");
17
19
  for (const account of accounts) {
18
- const states = [account.name, account.source, account.blocked ? "blocked" : "available"];
20
+ const states = [accountLabel(account), account.source, account.blocked ? "blocked" : "available"];
19
21
  if (account.pinned)
20
22
  states.push("pinned");
21
23
  lines.push(` ${states.join(" | ")}`);
@@ -28,13 +30,20 @@ async function addAccount(ctx, deps) {
28
30
  return;
29
31
  }
30
32
  try {
31
- await ctx.modelRegistry.modelRuntime.login(OPENAI_CODEX_PROVIDER_ID, "oauth", createExtensionLoginInteraction(ctx, {
32
- providerLabel: OPENAI_CODEX_PROVIDER_LABEL,
33
- providerId: OPENAI_CODEX_PROVIDER_ID,
34
- openBrowser: deps.openBrowser,
35
- }));
33
+ let receipt;
34
+ await ctx.modelRegistry.modelRuntime.login(OPENAI_CODEX_PROVIDER_ID, "oauth", {
35
+ ...createExtensionLoginInteraction(ctx, {
36
+ providerLabel: OPENAI_CODEX_PROVIDER_LABEL,
37
+ providerId: OPENAI_CODEX_PROVIDER_ID,
38
+ openBrowser: deps.openBrowser,
39
+ }),
40
+ onAccountCommitted: (committed) => {
41
+ receipt = committed;
42
+ },
43
+ });
36
44
  emitProviderAccountsChanged(OPENAI_CODEX_PROVIDER_ID);
37
45
  ctx.ui.notify("OpenAI Codex OAuth account added.", "info");
46
+ await promptAccountDisplayName(ctx, receipt);
38
47
  }
39
48
  catch (error) {
40
49
  const message = error instanceof Error ? error.message : String(error);
@@ -62,8 +71,10 @@ async function pinAccount(ctx, name) {
62
71
  export default function gptAccountExtension(pi, deps = {}) {
63
72
  pi.registerCommand("gpt-account", {
64
73
  description: "List and manage OpenAI Codex OAuth accounts.",
65
- argumentHint: "[add | remove <name> | pin <name> | unpin]",
74
+ argumentHint: "[add | remove <id> | pin <id> | unpin | rename <id> <display name...> | clear-name <id>]",
66
75
  handler: async (rawArgs, ctx) => {
76
+ if (await accountDisplayNameCommand(ctx, OPENAI_CODEX_PROVIDER_ID, rawArgs))
77
+ return;
67
78
  const args = parseArgs(rawArgs);
68
79
  const action = args[0] ?? "list";
69
80
  try {
@@ -1 +1 @@
1
- {"version":3,"file":"gpt-account.js","sourceRoot":"","sources":["../../../../src/core/extensions/builtin/gpt-account.ts"],"names":[],"mappings":"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","sourcesContent":["import {\n\tgetCredentialAccounts,\n\tpinCredentialAccount,\n\tremoveCredentialAccount,\n} from \"../../../core/credential-accounts.ts\";\nimport type { ExtensionAPI, ExtensionCommandContext } from \"../types.ts\";\nimport { emitProviderAccountsChanged } from \"./claude-sdk-oauth/account-events.ts\";\nimport { createExtensionLoginInteraction, LOGIN_CANCELLED_MESSAGE } from \"./oauth-login-interaction.ts\";\n\nconst OPENAI_CODEX_PROVIDER_ID = \"openai-codex\";\nconst OPENAI_CODEX_PROVIDER_LABEL = \"OpenAI Codex OAuth\";\n\nexport interface GptAccountExtensionDeps {\n\t/** Browser launcher for the browser login method; tests inject a recorder. */\n\treadonly openBrowser?: ((url: string) => void) | undefined;\n}\n\nfunction parseArgs(rawArgs: string): string[] {\n\treturn rawArgs.trim().split(/\\s+/).filter(Boolean);\n}\n\nfunction usage(ctx: ExtensionCommandContext): void {\n\tctx.ui.notify(\"Usage: /gpt-account [add | remove <name> | pin <name> | unpin]\", \"error\");\n}\n\nasync function showAccounts(ctx: ExtensionCommandContext): Promise<void> {\n\tconst accounts = await getCredentialAccounts(ctx.modelRegistry.authStorage, OPENAI_CODEX_PROVIDER_ID);\n\tconst lines = [\"OpenAI Codex OAuth accounts:\"];\n\tif (accounts.length === 0) lines.push(\" (none)\");\n\tfor (const account of accounts) {\n\t\tconst states = [account.name, account.source, account.blocked ? \"blocked\" : \"available\"];\n\t\tif (account.pinned) states.push(\"pinned\");\n\t\tlines.push(` ${states.join(\" | \")}`);\n\t}\n\tctx.ui.notify(lines.join(\"\\n\"), \"info\");\n}\n\nasync function addAccount(ctx: ExtensionCommandContext, deps: GptAccountExtensionDeps): Promise<void> {\n\tif (!ctx.hasUI) {\n\t\tctx.ui.notify(\"/gpt-account add requires an interactive UI.\", \"error\");\n\t\treturn;\n\t}\n\ttry {\n\t\tawait ctx.modelRegistry.modelRuntime.login(\n\t\t\tOPENAI_CODEX_PROVIDER_ID,\n\t\t\t\"oauth\",\n\t\t\tcreateExtensionLoginInteraction(ctx, {\n\t\t\t\tproviderLabel: OPENAI_CODEX_PROVIDER_LABEL,\n\t\t\t\tproviderId: OPENAI_CODEX_PROVIDER_ID,\n\t\t\t\topenBrowser: deps.openBrowser,\n\t\t\t}),\n\t\t);\n\t\temitProviderAccountsChanged(OPENAI_CODEX_PROVIDER_ID);\n\t\tctx.ui.notify(\"OpenAI Codex OAuth account added.\", \"info\");\n\t} catch (error) {\n\t\tconst message = error instanceof Error ? error.message : String(error);\n\t\tif (message === LOGIN_CANCELLED_MESSAGE) return;\n\t\tctx.ui.notify(message, \"error\");\n\t}\n}\n\nasync function removeAccount(ctx: ExtensionCommandContext, name: string | undefined): Promise<void> {\n\tif (!name) {\n\t\tusage(ctx);\n\t\treturn;\n\t}\n\tawait removeCredentialAccount(ctx.modelRegistry.authStorage, OPENAI_CODEX_PROVIDER_ID, name);\n\tctx.ui.notify(`Removed OpenAI Codex OAuth account '${name}'.`, \"info\");\n}\n\nasync function pinAccount(ctx: ExtensionCommandContext, name: string | undefined): Promise<void> {\n\tif (!name) {\n\t\tusage(ctx);\n\t\treturn;\n\t}\n\tawait pinCredentialAccount(ctx.modelRegistry.authStorage, OPENAI_CODEX_PROVIDER_ID, name);\n\tctx.ui.notify(`Pinned OpenAI Codex OAuth account '${name}'.`, \"info\");\n}\n\nexport default function gptAccountExtension(pi: ExtensionAPI, deps: GptAccountExtensionDeps = {}): void {\n\tpi.registerCommand(\"gpt-account\", {\n\t\tdescription: \"List and manage OpenAI Codex OAuth accounts.\",\n\t\targumentHint: \"[add | remove <name> | pin <name> | unpin]\",\n\t\thandler: async (rawArgs, ctx) => {\n\t\t\tconst args = parseArgs(rawArgs);\n\t\t\tconst action = args[0] ?? \"list\";\n\t\t\ttry {\n\t\t\t\tif (action === \"list\") {\n\t\t\t\t\tawait showAccounts(ctx);\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tif (action === \"add\") {\n\t\t\t\t\tawait addAccount(ctx, deps);\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tif (action === \"remove\") {\n\t\t\t\t\tawait removeAccount(ctx, args[1]);\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tif (action === \"pin\" && args[1] !== \"unpin\") {\n\t\t\t\t\tawait pinAccount(ctx, args[1]);\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tif (action === \"unpin\" || (action === \"pin\" && args[1] === \"unpin\")) {\n\t\t\t\t\tawait pinCredentialAccount(ctx.modelRegistry.authStorage, OPENAI_CODEX_PROVIDER_ID, null);\n\t\t\t\t\tctx.ui.notify(\"Unpinned OpenAI Codex OAuth account.\", \"info\");\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tusage(ctx);\n\t\t\t} catch (error) {\n\t\t\t\tctx.ui.notify(error instanceof Error ? error.message : String(error), \"error\");\n\t\t\t}\n\t\t},\n\t});\n}\n"]}
1
+ {"version":3,"file":"gpt-account.js","sourceRoot":"","sources":["../../../../src/core/extensions/builtin/gpt-account.ts"],"names":[],"mappings":"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","sourcesContent":["import type { AccountLoginReceipt } from \"@earendil-works/pi-ai\";\nimport { accountLabel } from \"@earendil-works/pi-ai/auth/pool/slots\";\nimport {\n\tgetCredentialAccounts,\n\tpinCredentialAccount,\n\tremoveCredentialAccount,\n} from \"../../../core/credential-accounts.ts\";\nimport type { ExtensionAPI, ExtensionCommandContext } from \"../types.ts\";\nimport { accountDisplayNameCommand, promptAccountDisplayName } from \"./account-display-name.ts\";\nimport { emitProviderAccountsChanged } from \"./claude-sdk-oauth/account-events.ts\";\nimport { createExtensionLoginInteraction, LOGIN_CANCELLED_MESSAGE } from \"./oauth-login-interaction.ts\";\n\nconst OPENAI_CODEX_PROVIDER_ID = \"openai-codex\";\nconst OPENAI_CODEX_PROVIDER_LABEL = \"OpenAI Codex OAuth\";\n\nexport interface GptAccountExtensionDeps {\n\t/** Browser launcher for the browser login method; tests inject a recorder. */\n\treadonly openBrowser?: ((url: string) => void) | undefined;\n}\n\nfunction parseArgs(rawArgs: string): string[] {\n\treturn rawArgs.trim().split(/\\s+/).filter(Boolean);\n}\n\nfunction usage(ctx: ExtensionCommandContext): void {\n\tctx.ui.notify(\n\t\t\"Usage: /gpt-account [add | remove <id> | pin <id> | unpin | rename <id> <display name...> | clear-name <id>]\",\n\t\t\"error\",\n\t);\n}\n\nasync function showAccounts(ctx: ExtensionCommandContext): Promise<void> {\n\tconst accounts = await getCredentialAccounts(ctx.modelRegistry.authStorage, OPENAI_CODEX_PROVIDER_ID);\n\tconst lines = [\"OpenAI Codex OAuth accounts:\"];\n\tif (accounts.length === 0) lines.push(\" (none)\");\n\tfor (const account of accounts) {\n\t\tconst states = [accountLabel(account), account.source, account.blocked ? \"blocked\" : \"available\"];\n\t\tif (account.pinned) states.push(\"pinned\");\n\t\tlines.push(` ${states.join(\" | \")}`);\n\t}\n\tctx.ui.notify(lines.join(\"\\n\"), \"info\");\n}\n\nasync function addAccount(ctx: ExtensionCommandContext, deps: GptAccountExtensionDeps): Promise<void> {\n\tif (!ctx.hasUI) {\n\t\tctx.ui.notify(\"/gpt-account add requires an interactive UI.\", \"error\");\n\t\treturn;\n\t}\n\ttry {\n\t\tlet receipt: AccountLoginReceipt | undefined;\n\t\tawait ctx.modelRegistry.modelRuntime.login(OPENAI_CODEX_PROVIDER_ID, \"oauth\", {\n\t\t\t...createExtensionLoginInteraction(ctx, {\n\t\t\t\tproviderLabel: OPENAI_CODEX_PROVIDER_LABEL,\n\t\t\t\tproviderId: OPENAI_CODEX_PROVIDER_ID,\n\t\t\t\topenBrowser: deps.openBrowser,\n\t\t\t}),\n\t\t\tonAccountCommitted: (committed) => {\n\t\t\t\treceipt = committed;\n\t\t\t},\n\t\t});\n\t\temitProviderAccountsChanged(OPENAI_CODEX_PROVIDER_ID);\n\t\tctx.ui.notify(\"OpenAI Codex OAuth account added.\", \"info\");\n\t\tawait promptAccountDisplayName(ctx, receipt);\n\t} catch (error) {\n\t\tconst message = error instanceof Error ? error.message : String(error);\n\t\tif (message === LOGIN_CANCELLED_MESSAGE) return;\n\t\tctx.ui.notify(message, \"error\");\n\t}\n}\n\nasync function removeAccount(ctx: ExtensionCommandContext, name: string | undefined): Promise<void> {\n\tif (!name) {\n\t\tusage(ctx);\n\t\treturn;\n\t}\n\tawait removeCredentialAccount(ctx.modelRegistry.authStorage, OPENAI_CODEX_PROVIDER_ID, name);\n\tctx.ui.notify(`Removed OpenAI Codex OAuth account '${name}'.`, \"info\");\n}\n\nasync function pinAccount(ctx: ExtensionCommandContext, name: string | undefined): Promise<void> {\n\tif (!name) {\n\t\tusage(ctx);\n\t\treturn;\n\t}\n\tawait pinCredentialAccount(ctx.modelRegistry.authStorage, OPENAI_CODEX_PROVIDER_ID, name);\n\tctx.ui.notify(`Pinned OpenAI Codex OAuth account '${name}'.`, \"info\");\n}\n\nexport default function gptAccountExtension(pi: ExtensionAPI, deps: GptAccountExtensionDeps = {}): void {\n\tpi.registerCommand(\"gpt-account\", {\n\t\tdescription: \"List and manage OpenAI Codex OAuth accounts.\",\n\t\targumentHint: \"[add | remove <id> | pin <id> | unpin | rename <id> <display name...> | clear-name <id>]\",\n\t\thandler: async (rawArgs, ctx) => {\n\t\t\tif (await accountDisplayNameCommand(ctx, OPENAI_CODEX_PROVIDER_ID, rawArgs)) return;\n\t\t\tconst args = parseArgs(rawArgs);\n\t\t\tconst action = args[0] ?? \"list\";\n\t\t\ttry {\n\t\t\t\tif (action === \"list\") {\n\t\t\t\t\tawait showAccounts(ctx);\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tif (action === \"add\") {\n\t\t\t\t\tawait addAccount(ctx, deps);\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tif (action === \"remove\") {\n\t\t\t\t\tawait removeAccount(ctx, args[1]);\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tif (action === \"pin\" && args[1] !== \"unpin\") {\n\t\t\t\t\tawait pinAccount(ctx, args[1]);\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tif (action === \"unpin\" || (action === \"pin\" && args[1] === \"unpin\")) {\n\t\t\t\t\tawait pinCredentialAccount(ctx.modelRegistry.authStorage, OPENAI_CODEX_PROVIDER_ID, null);\n\t\t\t\t\tctx.ui.notify(\"Unpinned OpenAI Codex OAuth account.\", \"info\");\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tusage(ctx);\n\t\t\t} catch (error) {\n\t\t\t\tctx.ui.notify(error instanceof Error ? error.message : String(error), \"error\");\n\t\t\t}\n\t\t},\n\t});\n}\n"]}
@@ -0,0 +1,3 @@
1
+ import { type BuildDynamicSystemPromptOptions } from "../../../dynamic-prompt/build.ts";
2
+ export declare function buildDeepseekV41FlashPrompt(options: BuildDynamicSystemPromptOptions): string;
3
+ //# sourceMappingURL=deepseek-v4-1-flash.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deepseek-v4-1-flash.d.ts","sourceRoot":"","sources":["../../../../../src/core/extensions/builtin/prompt-preset/deepseek-v4-1-flash.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,KAAK,+BAA+B,EAA4B,MAAM,kCAAkC,CAAC;AAGlH,wBAAgB,2BAA2B,CAAC,OAAO,EAAE,+BAA+B,GAAG,MAAM,CAM5F"}
@@ -0,0 +1,19 @@
1
+ // DeepSeek V4.1 Flash (2026-09-10) is a new pre-train, not a V4 Flash refresh,
2
+ // so it carries none of the DEEPSEEK_V4_RULES: each of those repairs a failure
3
+ // observed on V4-Flash-0731 transcripts, and a re-trained model does not
4
+ // inherit them. DeepSeek's own scaffold comparison (tech report Table 4, same
5
+ // checkpoint) ranks the thinnest harness highest - DSH Minimal, a one-sentence
6
+ // system prompt plus bash, scores 90.6 on Terminal-Bench 2.1 vs 85.8 for DSH
7
+ // Standard - so the preset renders the shared core and the eval-routing stance
8
+ // only. A V4.1-specific rule is added against a V4.1 trace by listing this
9
+ // preset in that rule's `presets`.
10
+ import { buildDynamicSystemPrompt } from "../../../dynamic-prompt/build.js";
11
+ import { buildExecutionToolingSection } from "./execution-tooling.js";
12
+ export function buildDeepseekV41FlashPrompt(options) {
13
+ return buildDynamicSystemPrompt({
14
+ ...options,
15
+ tuningSection: buildExecutionToolingSection({ toolNames: options.selectedTools, dialect: "claude" }),
16
+ workstationDialect: "claude",
17
+ });
18
+ }
19
+ //# sourceMappingURL=deepseek-v4-1-flash.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deepseek-v4-1-flash.js","sourceRoot":"","sources":["../../../../../src/core/extensions/builtin/prompt-preset/deepseek-v4-1-flash.ts"],"names":[],"mappings":"AAAA,+EAA+E;AAC/E,+EAA+E;AAC/E,yEAAyE;AACzE,8EAA8E;AAC9E,+EAA+E;AAC/E,6EAA6E;AAC7E,+EAA+E;AAC/E,2EAA2E;AAC3E,mCAAmC;AAEnC,OAAO,EAAwC,wBAAwB,EAAE,MAAM,kCAAkC,CAAC;AAClH,OAAO,EAAE,4BAA4B,EAAE,MAAM,wBAAwB,CAAC;AAEtE,MAAM,UAAU,2BAA2B,CAAC,OAAwC;IACnF,OAAO,wBAAwB,CAAC;QAC/B,GAAG,OAAO;QACV,aAAa,EAAE,4BAA4B,CAAC,EAAE,SAAS,EAAE,OAAO,CAAC,aAAa,EAAE,OAAO,EAAE,QAAQ,EAAE,CAAC;QACpG,kBAAkB,EAAE,QAAQ;KAC5B,CAAC,CAAC;AACJ,CAAC","sourcesContent":["// DeepSeek V4.1 Flash (2026-09-10) is a new pre-train, not a V4 Flash refresh,\n// so it carries none of the DEEPSEEK_V4_RULES: each of those repairs a failure\n// observed on V4-Flash-0731 transcripts, and a re-trained model does not\n// inherit them. DeepSeek's own scaffold comparison (tech report Table 4, same\n// checkpoint) ranks the thinnest harness highest - DSH Minimal, a one-sentence\n// system prompt plus bash, scores 90.6 on Terminal-Bench 2.1 vs 85.8 for DSH\n// Standard - so the preset renders the shared core and the eval-routing stance\n// only. A V4.1-specific rule is added against a V4.1 trace by listing this\n// preset in that rule's `presets`.\n\nimport { type BuildDynamicSystemPromptOptions, buildDynamicSystemPrompt } from \"../../../dynamic-prompt/build.ts\";\nimport { buildExecutionToolingSection } from \"./execution-tooling.ts\";\n\nexport function buildDeepseekV41FlashPrompt(options: BuildDynamicSystemPromptOptions): string {\n\treturn buildDynamicSystemPrompt({\n\t\t...options,\n\t\ttuningSection: buildExecutionToolingSection({ toolNames: options.selectedTools, dialect: \"claude\" }),\n\t\tworkstationDialect: \"claude\",\n\t});\n}\n"]}
@@ -1,5 +1,5 @@
1
1
  import { type BuildDynamicSystemPromptOptions } from "../../../dynamic-prompt/build.ts";
2
- export type Gpt6AstraRuleId = "initiative-bias" | "approval-last" | "steering" | "no-unsolicited-caution" | "memory-first" | "instruction-precedence" | "pause-transparency" | "eval-first-routing" | "evidence-comparison" | "perceived-state-loop" | "bun-runtime" | "stay-direct-exceptions" | "lsp-symbol-routing" | "delegation" | "legible-messages" | "todo-granularity" | "async-default" | "foreground-exception" | "turn-end-is-wait" | "monitor-conditions" | "verification-once" | "test-first" | "failure-cap" | "atomic-commits" | "no-external-messaging" | "plain-prose" | "slop-ban" | "direct-statements" | "final-message-shape";
2
+ export type Gpt6AstraRuleId = "initiative-bias" | "approval-last" | "steering" | "no-unsolicited-caution" | "memory-first" | "instruction-precedence" | "pause-transparency" | "eval-first-routing" | "evidence-comparison" | "perceived-state-loop" | "bun-runtime" | "stay-direct-exceptions" | "lsp-symbol-routing" | "delegation" | "legible-messages" | "todo-granularity" | "async-default" | "foreground-exception" | "turn-end-is-wait" | "monitor-conditions" | "verification-once" | "test-first" | "unbounded-retry" | "atomic-commits" | "no-external-messaging" | "plain-prose" | "slop-ban" | "direct-statements" | "final-message-shape";
3
3
  export type Gpt6AstraConcern = "initiative" | "instruction-precedence" | "tool-orchestration" | "symbol-routing" | "delegation" | "todo-discipline" | "async-work" | "verification" | "test-first" | "failure-recovery" | "commit-discipline" | "external-side-effects" | "writing-style" | "reporting";
4
4
  export interface Gpt6AstraRule {
5
5
  id: Gpt6AstraRuleId;
@@ -13,7 +13,7 @@ export declare const GPT6_ASTRA_RULES: readonly [{
13
13
  }, {
14
14
  readonly id: "approval-last";
15
15
  readonly concern: "initiative";
16
- readonly directive: "Authorization persists across the session, and read-only actions, reversible local edits, in-scope fixes, and non-destructive validation never need it. Ask only when the answer would change the outcome or the next action materially widens the scope, after finishing everything that does not depend on it, so the user approves a concrete, reviewable result: a deploy, an external write, a merge, or a destructive command is the last step. Ask through request_user_input when it is available: wait_for_answer true when the next step depends on the answer, false when useful work remains; if it returns no answers, proceed on best judgment. A question that does not block rides along while you keep working. Never use it for permission requests - state those directly.";
16
+ readonly directive: "Authorization persists across the session, and read-only actions, reversible local edits, in-scope fixes, and non-destructive validation never need it. Ask only for an answer the session cannot supply that would change the outcome, after finishing everything that does not depend on it, so the user approves a concrete, reviewable result: a deploy, an external write, a merge, or a destructive command is the last step. Stopping to ask costs the user more than a reversible wrong guess costs you. Ask through request_user_input when it is available, with wait_for_answer false so the question rides along while you keep working - true only when an irreversible next step turns on the answer; if it returns no answers, proceed on best judgment. Never use it for permission requests - state those directly.";
17
17
  }, {
18
18
  readonly id: "steering";
19
19
  readonly concern: "initiative";
@@ -53,7 +53,7 @@ export declare const GPT6_ASTRA_RULES: readonly [{
53
53
  }, {
54
54
  readonly id: "stay-direct-exceptions";
55
55
  readonly concern: "tool-orchestration";
56
- readonly directive: "Skip the cell when it buys nothing: a lone call, an already-small result, a result you must read before choosing the next call, a judgment call between steps, or an action that needs approval. If two cell attempts miss the same fact, or the wave comes back empty or oddly thin, probe a direct alternative or two before you trust the absence.";
56
+ readonly directive: "Skip the cell when it buys nothing: a lone call, an already-small result, a result you must read before choosing the next call, a judgment call between steps, or an action that needs approval.";
57
57
  }, {
58
58
  readonly id: "lsp-symbol-routing";
59
59
  readonly concern: "symbol-routing";
@@ -81,7 +81,7 @@ export declare const GPT6_ASTRA_RULES: readonly [{
81
81
  }, {
82
82
  readonly id: "turn-end-is-wait";
83
83
  readonly concern: "async-work";
84
- readonly directive: "**THERE IS NO WAIT TOOL. WHEN THE NEXT STEP NEEDS A PENDING RESULT, END YOUR TURN; THE COMPLETION WAKES YOU AND THE TASK CONTINUES.** Repeated status reads, sleeps, and timed retries replay the whole context for nothing; a single peek serves a midpoint decision only.";
84
+ readonly directive: "**THERE IS NO WAIT TOOL. END YOUR TURN WHEN THE NEXT STEP NEEDS A PENDING RESULT AND A HANDLE WILL WAKE YOU; WITH NOTHING PENDING AND WORK STILL OPEN, THE TURN KEEPS GOING.** Repeated status reads, sleeps, and timed retries replay the whole context for nothing; a single peek serves a midpoint decision only.";
85
85
  }, {
86
86
  readonly id: "monitor-conditions";
87
87
  readonly concern: "async-work";
@@ -95,9 +95,9 @@ export declare const GPT6_ASTRA_RULES: readonly [{
95
95
  readonly concern: "test-first";
96
96
  readonly directive: "A behavior change starts with one failing test at the seam it touches, watched to fail for the right reason, then the smallest change that passes it. Formatting, comments, renames, dependency bumps, and visual-only work get review and a real-surface check instead; leave out any test that mirrors the implementation or cannot fail for the regression it names.";
97
97
  }, {
98
- readonly id: "failure-cap";
98
+ readonly id: "unbounded-retry";
99
99
  readonly concern: "failure-recovery";
100
- readonly directive: "When an approach fails, change something material - a different algorithm, library, or pattern - and re-verify after each attempt, since stale state explains most confusing failures; after three materially different attempts fail, return the files to the last known-good state with your file tools, write down what failed and why, and ask the user one precise question through request_user_input when it is available.";
100
+ readonly directive: "When an approach fails, change something material - a different algorithm, library, source, or assumption - and re-verify after each attempt, since stale state explains most confusing failures. There is no attempt limit: keep going until the objective holds, and when a lookup comes back empty or thin, widen it to another source or run it directly before you treat the absence as a fact. Restore broken files to the last known-good state before the next approach, and bring the user in only for a decision that is theirs to make.";
101
101
  }, {
102
102
  readonly id: "atomic-commits";
103
103
  readonly concern: "commit-discipline";
@@ -1 +1 @@
1
- {"version":3,"file":"gpt-6-astra.d.ts","sourceRoot":"","sources":["../../../../../src/core/extensions/builtin/prompt-preset/gpt-6-astra.ts"],"names":[],"mappings":"AAkGA,OAAO,EAAE,KAAK,+BAA+B,EAA4B,MAAM,kCAAkC,CAAC;AAKlH,MAAM,MAAM,eAAe,GACxB,iBAAiB,GACjB,eAAe,GACf,UAAU,GACV,wBAAwB,GACxB,cAAc,GACd,wBAAwB,GACxB,oBAAoB,GACpB,oBAAoB,GACpB,qBAAqB,GACrB,sBAAsB,GACtB,aAAa,GACb,wBAAwB,GACxB,oBAAoB,GACpB,YAAY,GACZ,kBAAkB,GAClB,kBAAkB,GAClB,eAAe,GACf,sBAAsB,GACtB,kBAAkB,GAClB,oBAAoB,GACpB,mBAAmB,GACnB,YAAY,GACZ,aAAa,GACb,gBAAgB,GAChB,uBAAuB,GACvB,aAAa,GACb,UAAU,GACV,mBAAmB,GACnB,qBAAqB,CAAC;AAEzB,MAAM,MAAM,gBAAgB,GACzB,YAAY,GACZ,wBAAwB,GACxB,oBAAoB,GACpB,gBAAgB,GAChB,YAAY,GACZ,iBAAiB,GACjB,YAAY,GACZ,cAAc,GACd,YAAY,GACZ,kBAAkB,GAClB,mBAAmB,GACnB,uBAAuB,GACvB,eAAe,GACf,WAAW,CAAC;AAEf,MAAM,WAAW,aAAa;IAC7B,EAAE,EAAE,eAAe,CAAC;IACpB,OAAO,EAAE,gBAAgB,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;CAClB;AAyFD,eAAO,MAAM,gBAAgB;iBACtB,iBAAiB;sBAAW,YAAY;;;iBACxC,eAAe;sBAAW,YAAY;;;iBACtC,UAAU;sBAAW,YAAY;;;iBACjC,wBAAwB;sBAAW,YAAY;;;iBAC/C,cAAc;sBAAW,YAAY;;;iBACrC,wBAAwB;sBAAW,wBAAwB;;;iBAC3D,oBAAoB;sBAAW,wBAAwB;;;iBACvD,oBAAoB;sBAAW,oBAAoB;;;iBACnD,qBAAqB;sBAAW,oBAAoB;;;iBACpD,sBAAsB;sBAAW,oBAAoB;;;iBACrD,aAAa;sBAAW,oBAAoB;;;iBAC5C,wBAAwB;sBAAW,oBAAoB;;;iBACvD,oBAAoB;sBAAW,gBAAgB;;;iBAC/C,YAAY;sBAAW,YAAY;;;iBACnC,kBAAkB;sBAAW,YAAY;;;iBACzC,kBAAkB;sBAAW,iBAAiB;;;iBAC9C,eAAe;sBAAW,YAAY;;;iBACtC,sBAAsB;sBAAW,YAAY;;;iBAC7C,kBAAkB;sBAAW,YAAY;;;iBACzC,oBAAoB;sBAAW,YAAY;;;iBAC3C,mBAAmB;sBAAW,cAAc;;;iBAC5C,YAAY;sBAAW,YAAY;;;iBACnC,aAAa;sBAAW,kBAAkB;;;iBAC1C,gBAAgB;sBAAW,mBAAmB;;;iBAC9C,uBAAuB;sBAAW,uBAAuB;;;iBACzD,aAAa;sBAAW,eAAe;;;iBACvC,UAAU;sBAAW,eAAe;;;iBACpC,mBAAmB;sBAAW,eAAe;;;iBAC7C,qBAAqB;sBAAW,WAAW;;EACL,CAAC;AAoF9C,wBAAgB,oBAAoB,CAAC,OAAO,EAAE,+BAA+B,GAAG,MAAM,CAErF"}
1
+ {"version":3,"file":"gpt-6-astra.d.ts","sourceRoot":"","sources":["../../../../../src/core/extensions/builtin/prompt-preset/gpt-6-astra.ts"],"names":[],"mappings":"AAqHA,OAAO,EAAE,KAAK,+BAA+B,EAA4B,MAAM,kCAAkC,CAAC;AAKlH,MAAM,MAAM,eAAe,GACxB,iBAAiB,GACjB,eAAe,GACf,UAAU,GACV,wBAAwB,GACxB,cAAc,GACd,wBAAwB,GACxB,oBAAoB,GACpB,oBAAoB,GACpB,qBAAqB,GACrB,sBAAsB,GACtB,aAAa,GACb,wBAAwB,GACxB,oBAAoB,GACpB,YAAY,GACZ,kBAAkB,GAClB,kBAAkB,GAClB,eAAe,GACf,sBAAsB,GACtB,kBAAkB,GAClB,oBAAoB,GACpB,mBAAmB,GACnB,YAAY,GACZ,iBAAiB,GACjB,gBAAgB,GAChB,uBAAuB,GACvB,aAAa,GACb,UAAU,GACV,mBAAmB,GACnB,qBAAqB,CAAC;AAEzB,MAAM,MAAM,gBAAgB,GACzB,YAAY,GACZ,wBAAwB,GACxB,oBAAoB,GACpB,gBAAgB,GAChB,YAAY,GACZ,iBAAiB,GACjB,YAAY,GACZ,cAAc,GACd,YAAY,GACZ,kBAAkB,GAClB,mBAAmB,GACnB,uBAAuB,GACvB,eAAe,GACf,WAAW,CAAC;AAEf,MAAM,WAAW,aAAa;IAC7B,EAAE,EAAE,eAAe,CAAC;IACpB,OAAO,EAAE,gBAAgB,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;CAClB;AAyFD,eAAO,MAAM,gBAAgB;iBACtB,iBAAiB;sBAAW,YAAY;;;iBACxC,eAAe;sBAAW,YAAY;;;iBACtC,UAAU;sBAAW,YAAY;;;iBACjC,wBAAwB;sBAAW,YAAY;;;iBAC/C,cAAc;sBAAW,YAAY;;;iBACrC,wBAAwB;sBAAW,wBAAwB;;;iBAC3D,oBAAoB;sBAAW,wBAAwB;;;iBACvD,oBAAoB;sBAAW,oBAAoB;;;iBACnD,qBAAqB;sBAAW,oBAAoB;;;iBACpD,sBAAsB;sBAAW,oBAAoB;;;iBACrD,aAAa;sBAAW,oBAAoB;;;iBAC5C,wBAAwB;sBAAW,oBAAoB;;;iBACvD,oBAAoB;sBAAW,gBAAgB;;;iBAC/C,YAAY;sBAAW,YAAY;;;iBACnC,kBAAkB;sBAAW,YAAY;;;iBACzC,kBAAkB;sBAAW,iBAAiB;;;iBAC9C,eAAe;sBAAW,YAAY;;;iBACtC,sBAAsB;sBAAW,YAAY;;;iBAC7C,kBAAkB;sBAAW,YAAY;;;iBACzC,oBAAoB;sBAAW,YAAY;;;iBAC3C,mBAAmB;sBAAW,cAAc;;;iBAC5C,YAAY;sBAAW,YAAY;;;iBACnC,iBAAiB;sBAAW,kBAAkB;;;iBAC9C,gBAAgB;sBAAW,mBAAmB;;;iBAC9C,uBAAuB;sBAAW,uBAAuB;;;iBACzD,aAAa;sBAAW,eAAe;;;iBACvC,UAAU;sBAAW,eAAe;;;iBACpC,mBAAmB;sBAAW,eAAe;;;iBAC7C,qBAAqB;sBAAW,WAAW;;EACL,CAAC;AAoF9C,wBAAgB,oBAAoB,CAAC,OAAO,EAAE,+BAA+B,GAAG,MAAM,CAErF"}
@@ -59,6 +59,25 @@
59
59
  // screenshots across viewports before finishing, so `eval-first-routing`,
60
60
  // `evidence-comparison`, and `perceived-state-loop` follow that prior.
61
61
  //
62
+ // 2026-09-11: a survey of 703 sessions since 09-04 (16,688 turns) found Astra
63
+ // ending 14.9% of its human-facing turns on a named next step it never took
64
+ // (claude-fable 3.0%, opus 3.7%, kimi 3.1%) and calling update_goal(blocked) 24
65
+ // times against 3 for fable. One session shows the composition: a turn ended on
66
+ // "11개를 모두 넣어야 합니다" with nothing armed, and two blocked calls landed on the
67
+ // second goal turn against data that was one KV namespace away. Three rules owned
68
+ // that: `turn-end-is-wait` was the loudest rule in the file and said only that a
69
+ // pending result ends the turn, so it now carries the condition - a handle must
70
+ // be there to wake the session, and nothing pending with work open keeps the turn
71
+ // going; the reporting sentence let a named next step stand in for taking it; and
72
+ // `failure-cap` capped attempts at three and terminated in a question, which for a
73
+ // model the guide already describes as asking more and stopping earlier reads as
74
+ // permission to stop. It is replaced by `unbounded-retry`: no attempt limit, a
75
+ // material change per attempt, and an empty lookup widens the source before
76
+ // absence is a fact. `approval-last` now defaults wait_for_answer to false and
77
+ // carries the cost of stopping, matching codex's Default collaboration mode
78
+ // ("strongly prefer making reasonable assumptions and executing the user's
79
+ // request"; request_user_input is non-blocking outside Plan mode).
80
+ //
62
81
  // Two harness facts Astra cannot derive get their own sections. Astra is
63
82
  // trained on async tool calling (an `async: true` call returns later on its
64
83
  // original call_id, with an optional developer-defined wait tool), while senpi
@@ -99,7 +118,7 @@ import { buildTestDisciplineSection } from "../../../dynamic-prompt/verification
99
118
  import { buildFileOperationsTuning } from "./file-operations.js";
100
119
  import { buildGptEvalRoutingTuning } from "./gpt-eval-routing.js";
101
120
  const INITIATIVE_BIAS = "The request sets the scope; deliver all of it and only it. Fill routine gaps from the codebase and the conversation, and carry the task to completion through failed tool calls, long turns, and the urge to hand back a draft; when one part is blocked by something outside your reach, finish every other part and say exactly what you left out and why.";
102
- const APPROVAL_LAST = "Authorization persists across the session, and read-only actions, reversible local edits, in-scope fixes, and non-destructive validation never need it. Ask only when the answer would change the outcome or the next action materially widens the scope, after finishing everything that does not depend on it, so the user approves a concrete, reviewable result: a deploy, an external write, a merge, or a destructive command is the last step. Ask through request_user_input when it is available: wait_for_answer true when the next step depends on the answer, false when useful work remains; if it returns no answers, proceed on best judgment. A question that does not block rides along while you keep working. Never use it for permission requests - state those directly.";
121
+ const APPROVAL_LAST = "Authorization persists across the session, and read-only actions, reversible local edits, in-scope fixes, and non-destructive validation never need it. Ask only for an answer the session cannot supply that would change the outcome, after finishing everything that does not depend on it, so the user approves a concrete, reviewable result: a deploy, an external write, a merge, or a destructive command is the last step. Stopping to ask costs the user more than a reversible wrong guess costs you. Ask through request_user_input when it is available, with wait_for_answer false so the question rides along while you keep working - true only when an irreversible next step turns on the answer; if it returns no answers, proceed on best judgment. Never use it for permission requests - state those directly.";
103
122
  const STEERING = "A message that arrives mid-task steers it rather than opening a new request: fold in corrections and constraints, answer a status question in a sentence, and keep going under the reading you already declared, so the reply opens with the work rather than another routing line; drop the task only when the user cancels it or asks for something incompatible.";
104
123
  const NO_UNSOLICITED_CAUTION = "When the user's plan is flawed, say what breaks and what to do instead, once, then follow their call. Add no warnings, disclaimers, approval steps, or compliance checklists for hypothetical risk.";
105
124
  const MEMORY_FIRST = "Memory holds what this user told earlier sessions: consult it before asking anything it may already answer, and take their preferences and working habits from it, so your defaults are this user's rather than a generic user's.";
@@ -109,18 +128,18 @@ const EVAL_FIRST_ROUTING = "When `eval` is available, batch the independent read
109
128
  const EVIDENCE_COMPARISON = "Name the state a cell should produce before running it and compare the returned evidence with that state when it comes back; a cell that changed something is also checked for changes beyond that state. A result that hides a failed item or a truncated tail is not evidence.";
110
129
  const PERCEIVED_STATE_LOOP = "When the result must be seen rather than read - a page, a component, an image, a 3D scene, a layout - make one change, render or screenshot it, look, then make the next; check a 3D scene from several angles and a page at desktop and mobile widths for blank, misframed, or overlapping output. Compare what you see with the reference or the stated intent, and ask only where two readings of that intent diverge.";
111
130
  const BUN_RUNTIME = "Default to js on Bun: when the eval tool names the bun-1-4 skill, read it before your first js cell and reach for Bun builtins before adding a dependency.";
112
- const STAY_DIRECT_EXCEPTIONS = "Skip the cell when it buys nothing: a lone call, an already-small result, a result you must read before choosing the next call, a judgment call between steps, or an action that needs approval. If two cell attempts miss the same fact, or the wave comes back empty or oddly thin, probe a direct alternative or two before you trust the absence.";
131
+ const STAY_DIRECT_EXCEPTIONS = "Skip the cell when it buys nothing: a lone call, an already-small result, a result you must read before choosing the next call, a judgment call between steps, or an action that needs approval.";
113
132
  const LSP_SYMBOL_ROUTING = "Where LSP tools exist, let the language server answer symbol questions - a definition, its callers, the blast radius of a rename, the diagnostics on a file you just touched. Plain text search earns its place on literal strings, filenames, and commit history.";
114
133
  const DELEGATION = "Do the work yourself by default: whatever closes in a handful of calls is yours, and a follow-up on work you delegated is yours to take back, not to forward. Only a sizeable track independent of your own earns a subagent; spawn such tracks together in the background, each brief stating what to produce, where its edits may land, the observable condition that ends it, and the evidence it hands back for you to check.";
115
134
  const LEGIBLE_MESSAGES = "Messages to other agents and your final answer are read by people: full sentences, proper spaces between words and numbers, no private shorthand.";
116
135
  const TODO_GRANULARITY = "Given a todo tool, cut multi-step work into the smallest items that still stand alone - an edit paired with the check that proves it - and move each one the instant its state changes: opened, finished, newly discovered and appended, abandoned and dropped. A one-step ask carries no list.";
117
136
  const ASYNC_DEFAULT = "**ASYNCHRONOUS IS THE DEFAULT FORM OF EVERY CALL THAT OFFERS ONE: CHILD TASKS AND BASH SESSIONS START IN THE BACKGROUND, A LONG COMPUTATION DETACHES ITS EVAL CELL, AND A WAIT IS A `tool.monitor` SUBSCRIPTION - NEVER A CELL THAT SITS ON A `--watch` OR A SPAWNED PROCESS, NEVER A CHILD SPAWNED TO WATCH.** Each returns a handle at once and delivers its result later as a message; treat the handle like a pending async call and keep working on everything that does not need it.";
118
137
  const FOREGROUND_EXCEPTION = "Block only on a call that finishes within the time a reply takes and decides your very next call, or on an approval-gated or destructive action you must watch directly. A child task never meets the first test; when its result would be your next input, either the work was small enough to do yourself or the child runs in the background and its completion delivers it.";
119
- const TURN_END_IS_WAIT = "**THERE IS NO WAIT TOOL. WHEN THE NEXT STEP NEEDS A PENDING RESULT, END YOUR TURN; THE COMPLETION WAKES YOU AND THE TASK CONTINUES.** Repeated status reads, sleeps, and timed retries replay the whole context for nothing; a single peek serves a midpoint decision only.";
138
+ const TURN_END_IS_WAIT = "**THERE IS NO WAIT TOOL. END YOUR TURN WHEN THE NEXT STEP NEEDS A PENDING RESULT AND A HANDLE WILL WAKE YOU; WITH NOTHING PENDING AND WORK STILL OPEN, THE TURN KEEPS GOING.** Repeated status reads, sleeps, and timed retries replay the whole context for nothing; a single peek serves a midpoint decision only.";
120
139
  const MONITOR_CONDITIONS = "**EVERY CONDITION YOU WOULD OTHERWISE CHECK ON GETS A SUBSCRIPTION: `tool.monitor({ description, command, filter })` FROM THE EVAL CELL THAT STARTS THE RUN** (a direct `monitor` call only in a session without `eval`). A build, install, or test run finishing, a CI check or PR turning green, a deploy landing, a log line, a file appearing, another session or machine changing state: arm the watch the moment your work starts it or the user names it. A run, check, PR, or deploy the user mentions is in scope even when the ask is about something else - it gets its watch in the same turn, without being asked. The subscription is the whole cost of the wait and its matching line wakes you; a cell that awaits the wait holds the js kernel until the cell limit kills it. Steer, read, or stop a running session or child through its session tools instead of launching a duplicate.";
121
140
  const VERIFICATION_ONCE = "Broaden or repeat checks only when a new change, a failure, or an open concern justifies it; otherwise keep moving toward completion.";
122
141
  const TEST_FIRST = "A behavior change starts with one failing test at the seam it touches, watched to fail for the right reason, then the smallest change that passes it. Formatting, comments, renames, dependency bumps, and visual-only work get review and a real-surface check instead; leave out any test that mirrors the implementation or cannot fail for the regression it names.";
123
- const FAILURE_CAP = "When an approach fails, change something material - a different algorithm, library, or pattern - and re-verify after each attempt, since stale state explains most confusing failures; after three materially different attempts fail, return the files to the last known-good state with your file tools, write down what failed and why, and ask the user one precise question through request_user_input when it is available.";
142
+ const UNBOUNDED_RETRY = "When an approach fails, change something material - a different algorithm, library, source, or assumption - and re-verify after each attempt, since stale state explains most confusing failures. There is no attempt limit: keep going until the objective holds, and when a lookup comes back empty or thin, widen it to another source or run it directly before you treat the absence as a fact. Restore broken files to the last known-good state before the next approach, and bring the user in only for a decision that is theirs to make.";
124
143
  const ATOMIC_COMMITS = "Once commits are authorized, land one per verified increment, written in the convention the log already uses, and each buildable and green on its own rather than a single sweep at the end.";
125
144
  const NO_EXTERNAL_MESSAGING = "Never send messages to people through tools - chat, email, issue or PR comments, posts - without the user's explicit authorization for that message.";
126
145
  const PLAIN_PROSE = "Write the way a careful engineer writes to a colleague: plain words, concrete nouns, exact paths, commands, numbers, and error text, in connected paragraphs that each develop one idea. Lead with the point, so the reader gets the answer from the first sentence and the reasons from the next few, and calibrate depth to what the user already knows. Use a list only when the items are parallel - several files, several options - and a heading only when a long reply has independent parts a reader will jump between.";
@@ -150,7 +169,7 @@ export const GPT6_ASTRA_RULES = [
150
169
  { id: "monitor-conditions", concern: "async-work", directive: MONITOR_CONDITIONS },
151
170
  { id: "verification-once", concern: "verification", directive: VERIFICATION_ONCE },
152
171
  { id: "test-first", concern: "test-first", directive: TEST_FIRST },
153
- { id: "failure-cap", concern: "failure-recovery", directive: FAILURE_CAP },
172
+ { id: "unbounded-retry", concern: "failure-recovery", directive: UNBOUNDED_RETRY },
154
173
  { id: "atomic-commits", concern: "commit-discipline", directive: ATOMIC_COMMITS },
155
174
  { id: "no-external-messaging", concern: "external-side-effects", directive: NO_EXTERNAL_MESSAGING },
156
175
  { id: "plain-prose", concern: "writing-style", directive: PLAIN_PROSE },
@@ -207,7 +226,7 @@ Say plainly what you could not run and why; fix failures your change caused and
207
226
 
208
227
  The smallest correct change wins: fewer new names, helpers, and layers; single-use logic stays inline; no error handling, fallbacks, retries, or compatibility shims for cases the current contracts exclude; validation at system boundaries only. A pre-existing bug or cleanup opportunity beside your change goes in the final message while the diff stays focused. Match the codebase's style even where you would choose differently.
209
228
 
210
- ${FAILURE_CAP}
229
+ ${UNBOUNDED_RETRY}
211
230
 
212
231
  ${context.toolSection}
213
232
 
@@ -229,7 +248,7 @@ Be direct and tactful: disagree when you have a reason and say the reason; no fl
229
248
 
230
249
  ## Reporting
231
250
 
232
- While working, speak only when something changes the plan - a finding, a tradeoff decision, a blocker - in one or two sentences naming the concrete outcome and the next step; routine reads and passing checks go unnarrated. ${FINAL_MESSAGE_SHAPE}
251
+ While working, speak only when something changes the plan - a finding, a tradeoff decision, a blocker - in one or two sentences naming the concrete outcome and the next step, then take that step in the same turn: a plan, a hypothesis, a status report, or an offer to continue never stands in for the work. Routine reads and passing checks go unnarrated. ${FINAL_MESSAGE_SHAPE}
233
252
 
234
253
  Code reviews: findings first, ordered by severity with file references, then open questions and assumptions, then the change summary; with no findings, say so and name the residual risks. Reference code as \`src/auth.ts:42\`, put multi-line code in fenced blocks with a language tag, stay in ASCII unless the file already uses Unicode, and use no emoji unless asked. Commit messages and PR descriptions follow the same rule: describe the final change for a reviewer who never saw the conversation.
235
254