@code-yeongyu/senpi 2026.9.12-3 → 2026.9.12

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 (1525) hide show
  1. package/CHANGELOG.md +0 -60
  2. package/README.md +1 -1
  3. package/dist/bun/cli.d.ts +1 -2
  4. package/dist/bun/cli.d.ts.map +1 -1
  5. package/dist/bun/cli.js +8 -5
  6. package/dist/bun/cli.js.map +1 -1
  7. package/dist/bun/register-bedrock.d.ts +2 -0
  8. package/dist/bun/register-bedrock.d.ts.map +1 -0
  9. package/dist/bun/register-bedrock.js +4 -0
  10. package/dist/bun/register-bedrock.js.map +1 -0
  11. package/dist/cli/config-selector.d.ts.map +1 -1
  12. package/dist/cli/config-selector.js +1 -2
  13. package/dist/cli/config-selector.js.map +1 -1
  14. package/dist/cli/experimental/auth.d.ts +16 -0
  15. package/dist/cli/experimental/auth.d.ts.map +1 -0
  16. package/dist/cli/experimental/auth.js +13 -0
  17. package/dist/cli/experimental/auth.js.map +1 -0
  18. package/dist/cli/experimental/cli.d.ts +6 -0
  19. package/dist/cli/experimental/cli.d.ts.map +1 -0
  20. package/dist/cli/experimental/cli.js +5 -0
  21. package/dist/cli/experimental/cli.js.map +1 -0
  22. package/dist/cli/experimental/command-options.d.ts +17 -0
  23. package/dist/cli/experimental/command-options.d.ts.map +1 -0
  24. package/dist/cli/experimental/command-options.js +35 -0
  25. package/dist/cli/experimental/command-options.js.map +1 -0
  26. package/dist/cli/experimental/command.d.ts +63 -0
  27. package/dist/cli/experimental/command.d.ts.map +1 -0
  28. package/dist/cli/experimental/command.js +127 -0
  29. package/dist/cli/experimental/command.js.map +1 -0
  30. package/dist/cli/experimental/commands/client.d.ts +13 -0
  31. package/dist/cli/experimental/commands/client.d.ts.map +1 -0
  32. package/dist/cli/experimental/commands/client.js +25 -0
  33. package/dist/cli/experimental/commands/client.js.map +1 -0
  34. package/dist/cli/experimental/commands/pi.d.ts +15 -0
  35. package/dist/cli/experimental/commands/pi.d.ts.map +1 -0
  36. package/dist/cli/experimental/commands/pi.js +28 -0
  37. package/dist/cli/experimental/commands/pi.js.map +1 -0
  38. package/dist/cli/experimental/commands/server.d.ts +13 -0
  39. package/dist/cli/experimental/commands/server.d.ts.map +1 -0
  40. package/dist/cli/experimental/commands/server.js +25 -0
  41. package/dist/cli/experimental/commands/server.js.map +1 -0
  42. package/dist/cli/experimental/transport-address.d.ts +10 -0
  43. package/dist/cli/experimental/transport-address.d.ts.map +1 -0
  44. package/dist/cli/experimental/transport-address.js +38 -0
  45. package/dist/cli/experimental/transport-address.js.map +1 -0
  46. package/dist/cli.js +0 -3
  47. package/dist/cli.js.map +1 -1
  48. package/dist/client/index.d.ts +2 -1
  49. package/dist/client/index.d.ts.map +1 -1
  50. package/dist/client/index.js +2 -1
  51. package/dist/client/index.js.map +1 -1
  52. package/dist/client/remote-session.d.ts +53 -0
  53. package/dist/client/remote-session.d.ts.map +1 -0
  54. package/dist/client/remote-session.js +340 -0
  55. package/dist/client/remote-session.js.map +1 -0
  56. package/dist/client/transcript.d.ts +12 -0
  57. package/dist/client/transcript.d.ts.map +1 -0
  58. package/dist/client/transcript.js +98 -0
  59. package/dist/client/transcript.js.map +1 -0
  60. package/dist/config.d.ts +0 -1
  61. package/dist/config.d.ts.map +1 -1
  62. package/dist/config.js +0 -1
  63. package/dist/config.js.map +1 -1
  64. package/dist/core/agent-session-runtime.d.ts.map +1 -1
  65. package/dist/core/agent-session-runtime.js +6 -18
  66. package/dist/core/agent-session-runtime.js.map +1 -1
  67. package/dist/core/agent-session.d.ts +17 -54
  68. package/dist/core/agent-session.d.ts.map +1 -1
  69. package/dist/core/agent-session.js +157 -153
  70. package/dist/core/agent-session.js.map +1 -1
  71. package/dist/core/compaction/branch-summarization.d.ts +1 -1
  72. package/dist/core/compaction/branch-summarization.d.ts.map +1 -1
  73. package/dist/core/compaction/branch-summarization.js +4 -6
  74. package/dist/core/compaction/branch-summarization.js.map +1 -1
  75. package/dist/core/compaction-settings-access.d.ts +2 -18
  76. package/dist/core/compaction-settings-access.d.ts.map +1 -1
  77. package/dist/core/compaction-settings-access.js +4 -35
  78. package/dist/core/compaction-settings-access.js.map +1 -1
  79. package/dist/core/compaction-settings-resolver.d.ts +2 -2
  80. package/dist/core/compaction-settings-resolver.d.ts.map +1 -1
  81. package/dist/core/compaction-settings-resolver.js +3 -6
  82. package/dist/core/compaction-settings-resolver.js.map +1 -1
  83. package/dist/core/extensions/builtin/ask-user/extension.d.ts.map +1 -1
  84. package/dist/core/extensions/builtin/ask-user/extension.js +0 -11
  85. package/dist/core/extensions/builtin/ask-user/extension.js.map +1 -1
  86. package/dist/core/extensions/builtin/cursor-cli-oauth/models.d.ts.map +1 -1
  87. package/dist/core/extensions/builtin/cursor-cli-oauth/models.js +1 -2
  88. package/dist/core/extensions/builtin/cursor-cli-oauth/models.js.map +1 -1
  89. package/dist/core/extensions/builtin/prompt-preset/presets.d.ts.map +1 -1
  90. package/dist/core/extensions/builtin/prompt-preset/presets.js +1 -7
  91. package/dist/core/extensions/builtin/prompt-preset/presets.js.map +1 -1
  92. package/dist/core/extensions/loader.d.ts.map +1 -1
  93. package/dist/core/extensions/loader.js +2 -4
  94. package/dist/core/extensions/loader.js.map +1 -1
  95. package/dist/core/keybindings.d.ts +0 -10
  96. package/dist/core/keybindings.d.ts.map +1 -1
  97. package/dist/core/keybindings.js +0 -8
  98. package/dist/core/keybindings.js.map +1 -1
  99. package/dist/core/messages.d.ts +1 -1
  100. package/dist/core/messages.d.ts.map +1 -1
  101. package/dist/core/messages.js.map +1 -1
  102. package/dist/core/model-registry.d.ts +1 -5
  103. package/dist/core/model-registry.d.ts.map +1 -1
  104. package/dist/core/model-registry.js +0 -8
  105. package/dist/core/model-registry.js.map +1 -1
  106. package/dist/core/model-resolver.d.ts.map +1 -1
  107. package/dist/core/model-resolver.js +0 -2
  108. package/dist/core/model-resolver.js.map +1 -1
  109. package/dist/core/model-runtime.d.ts +0 -1
  110. package/dist/core/model-runtime.d.ts.map +1 -1
  111. package/dist/core/model-runtime.js +2 -5
  112. package/dist/core/model-runtime.js.map +1 -1
  113. package/dist/core/retry-fallback/settings.d.ts +0 -2
  114. package/dist/core/retry-fallback/settings.d.ts.map +1 -1
  115. package/dist/core/retry-fallback/settings.js.map +1 -1
  116. package/dist/core/session-manager.d.ts +2 -5
  117. package/dist/core/session-manager.d.ts.map +1 -1
  118. package/dist/core/session-manager.js +19 -68
  119. package/dist/core/session-manager.js.map +1 -1
  120. package/dist/core/session-write-reservation.d.ts +0 -9
  121. package/dist/core/session-write-reservation.d.ts.map +1 -1
  122. package/dist/core/session-write-reservation.js +0 -33
  123. package/dist/core/session-write-reservation.js.map +1 -1
  124. package/dist/core/settings-manager.d.ts +5 -12
  125. package/dist/core/settings-manager.d.ts.map +1 -1
  126. package/dist/core/settings-manager.js +6 -18
  127. package/dist/core/settings-manager.js.map +1 -1
  128. package/dist/core/settings-public-types.d.ts +1 -1
  129. package/dist/core/settings-public-types.d.ts.map +1 -1
  130. package/dist/core/settings-public-types.js.map +1 -1
  131. package/dist/core/skills.d.ts +1 -1
  132. package/dist/core/skills.d.ts.map +1 -1
  133. package/dist/core/skills.js +2 -6
  134. package/dist/core/skills.js.map +1 -1
  135. package/dist/core/system-prompt.d.ts.map +1 -1
  136. package/dist/core/system-prompt.js +9 -8
  137. package/dist/core/system-prompt.js.map +1 -1
  138. package/dist/core/tools/bash.d.ts.map +1 -1
  139. package/dist/core/tools/bash.js +142 -3
  140. package/dist/core/tools/bash.js.map +1 -1
  141. package/dist/core/tools/edit.d.ts +12 -1
  142. package/dist/core/tools/edit.d.ts.map +1 -1
  143. package/dist/core/tools/edit.js +168 -4
  144. package/dist/core/tools/edit.js.map +1 -1
  145. package/dist/core/tools/find.d.ts.map +1 -1
  146. package/dist/core/tools/find.js +53 -2
  147. package/dist/core/tools/find.js.map +1 -1
  148. package/dist/core/tools/grep.d.ts.map +1 -1
  149. package/dist/core/tools/grep.js +58 -2
  150. package/dist/core/tools/grep.js.map +1 -1
  151. package/dist/core/tools/ls.d.ts.map +1 -1
  152. package/dist/core/tools/ls.js +47 -2
  153. package/dist/core/tools/ls.js.map +1 -1
  154. package/dist/core/tools/read.d.ts +4 -1
  155. package/dist/core/tools/read.d.ts.map +1 -1
  156. package/dist/core/tools/read.js +141 -4
  157. package/dist/core/tools/read.js.map +1 -1
  158. package/dist/core/tools/write.d.ts.map +1 -1
  159. package/dist/core/tools/write.js +153 -4
  160. package/dist/core/tools/write.js.map +1 -1
  161. package/dist/index.d.ts +2 -2
  162. package/dist/index.d.ts.map +1 -1
  163. package/dist/index.js.map +1 -1
  164. package/dist/migrations.d.ts.map +1 -1
  165. package/dist/migrations.js +2 -2
  166. package/dist/migrations.js.map +1 -1
  167. package/dist/modes/app-server/threads/turn-runtime.d.ts +1 -3
  168. package/dist/modes/app-server/threads/turn-runtime.d.ts.map +1 -1
  169. package/dist/modes/app-server/threads/turn-runtime.js.map +1 -1
  170. package/dist/modes/app-server/threads/turns.js +1 -1
  171. package/dist/modes/app-server/threads/turns.js.map +1 -1
  172. package/dist/modes/app-server/turn-adapter.js +2 -4
  173. package/dist/modes/app-server/turn-adapter.js.map +1 -1
  174. package/dist/modes/interactive/components/ask-user-async-widget.d.ts +12 -17
  175. package/dist/modes/interactive/components/ask-user-async-widget.d.ts.map +1 -1
  176. package/dist/modes/interactive/components/ask-user-async-widget.js +23 -47
  177. package/dist/modes/interactive/components/ask-user-async-widget.js.map +1 -1
  178. package/dist/modes/interactive/components/assistant-message.d.ts +0 -7
  179. package/dist/modes/interactive/components/assistant-message.d.ts.map +1 -1
  180. package/dist/modes/interactive/components/assistant-message.js +2 -26
  181. package/dist/modes/interactive/components/assistant-message.js.map +1 -1
  182. package/dist/modes/interactive/components/assistant-render-descriptors.d.ts +0 -4
  183. package/dist/modes/interactive/components/assistant-render-descriptors.d.ts.map +1 -1
  184. package/dist/modes/interactive/components/assistant-render-descriptors.js +5 -8
  185. package/dist/modes/interactive/components/assistant-render-descriptors.js.map +1 -1
  186. package/dist/modes/interactive/components/custom-editor.d.ts +1 -10
  187. package/dist/modes/interactive/components/custom-editor.d.ts.map +1 -1
  188. package/dist/modes/interactive/components/custom-editor.js +1 -37
  189. package/dist/modes/interactive/components/custom-editor.js.map +1 -1
  190. package/dist/modes/interactive/components/index.d.ts +1 -1
  191. package/dist/modes/interactive/components/index.d.ts.map +1 -1
  192. package/dist/modes/interactive/components/index.js.map +1 -1
  193. package/dist/modes/interactive/components/scoped-models-selector.js +8 -8
  194. package/dist/modes/interactive/components/scoped-models-selector.js.map +1 -1
  195. package/dist/modes/interactive/components/status-indicator.d.ts +1 -4
  196. package/dist/modes/interactive/components/status-indicator.d.ts.map +1 -1
  197. package/dist/modes/interactive/components/status-indicator.js +2 -14
  198. package/dist/modes/interactive/components/status-indicator.js.map +1 -1
  199. package/dist/modes/interactive/components/thinking-selector.d.ts.map +1 -1
  200. package/dist/modes/interactive/components/thinking-selector.js +4 -4
  201. package/dist/modes/interactive/components/thinking-selector.js.map +1 -1
  202. package/dist/modes/interactive/components/tool-execution-renderer.d.ts +1 -4
  203. package/dist/modes/interactive/components/tool-execution-renderer.d.ts.map +1 -1
  204. package/dist/modes/interactive/components/tool-execution-renderer.js +10 -23
  205. package/dist/modes/interactive/components/tool-execution-renderer.js.map +1 -1
  206. package/dist/modes/interactive/components/tool-execution-types.d.ts +2 -18
  207. package/dist/modes/interactive/components/tool-execution-types.d.ts.map +1 -1
  208. package/dist/modes/interactive/components/tool-execution-types.js.map +1 -1
  209. package/dist/modes/interactive/components/tool-execution.d.ts +3 -3
  210. package/dist/modes/interactive/components/tool-execution.d.ts.map +1 -1
  211. package/dist/modes/interactive/components/tool-execution.js +0 -5
  212. package/dist/modes/interactive/components/tool-execution.js.map +1 -1
  213. package/dist/modes/interactive/interactive-mode.d.ts +15 -10
  214. package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
  215. package/dist/modes/interactive/interactive-mode.js +138 -178
  216. package/dist/modes/interactive/interactive-mode.js.map +1 -1
  217. package/dist/modes/interactive/theme/dark.json +1 -2
  218. package/dist/modes/interactive/theme/grok-day.json +1 -2
  219. package/dist/modes/interactive/theme/grok-night.json +1 -2
  220. package/dist/modes/interactive/theme/light.json +1 -2
  221. package/dist/modes/interactive/theme/theme-controller.d.ts +0 -1
  222. package/dist/modes/interactive/theme/theme-controller.d.ts.map +1 -1
  223. package/dist/modes/interactive/theme/theme-controller.js +0 -5
  224. package/dist/modes/interactive/theme/theme-controller.js.map +1 -1
  225. package/dist/modes/interactive/theme/theme-schema.json +2 -6
  226. package/dist/modes/interactive/theme/theme.d.ts +5 -10
  227. package/dist/modes/interactive/theme/theme.d.ts.map +1 -1
  228. package/dist/modes/interactive/theme/theme.js +117 -14
  229. package/dist/modes/interactive/theme/theme.js.map +1 -1
  230. package/dist/modes/interactive/tips/catalog/input-tips.d.ts +0 -5
  231. package/dist/modes/interactive/tips/catalog/input-tips.d.ts.map +1 -1
  232. package/dist/modes/interactive/tips/catalog/input-tips.js +0 -5
  233. package/dist/modes/interactive/tips/catalog/input-tips.js.map +1 -1
  234. package/dist/modes/rpc/connection-handler.d.ts.map +1 -1
  235. package/dist/modes/rpc/connection-handler.js +2 -8
  236. package/dist/modes/rpc/connection-handler.js.map +1 -1
  237. package/dist/modes/rpc/rpc-client.d.ts.map +1 -1
  238. package/dist/modes/rpc/rpc-client.js +1 -11
  239. package/dist/modes/rpc/rpc-client.js.map +1 -1
  240. package/dist/modes/rpc/rpc-types.d.ts +1 -2
  241. package/dist/modes/rpc/rpc-types.d.ts.map +1 -1
  242. package/dist/modes/rpc/rpc-types.js +0 -1
  243. package/dist/modes/rpc/rpc-types.js.map +1 -1
  244. package/dist/modes/rpc/session-registry.d.ts +1 -3
  245. package/dist/modes/rpc/session-registry.d.ts.map +1 -1
  246. package/dist/modes/rpc/session-registry.js.map +1 -1
  247. package/dist/modes/rpc/session-worker-client.d.ts +8 -10
  248. package/dist/modes/rpc/session-worker-client.d.ts.map +1 -1
  249. package/dist/modes/rpc/session-worker-client.js +23 -14
  250. package/dist/modes/rpc/session-worker-client.js.map +1 -1
  251. package/dist/modes/rpc/session-worker-protocol.d.ts +0 -10
  252. package/dist/modes/rpc/session-worker-protocol.d.ts.map +1 -1
  253. package/dist/modes/rpc/session-worker-protocol.js +0 -2
  254. package/dist/modes/rpc/session-worker-protocol.js.map +1 -1
  255. package/dist/modes/rpc/session-worker.js +16 -12
  256. package/dist/modes/rpc/session-worker.js.map +1 -1
  257. package/dist/modes/rpc/worker-session-registry.d.ts +0 -12
  258. package/dist/modes/rpc/worker-session-registry.d.ts.map +1 -1
  259. package/dist/modes/rpc/worker-session-registry.js +24 -51
  260. package/dist/modes/rpc/worker-session-registry.js.map +1 -1
  261. package/dist/senpi +0 -3
  262. package/dist/server/create-harness.d.ts +26 -0
  263. package/dist/server/create-harness.d.ts.map +1 -0
  264. package/dist/server/create-harness.js +106 -0
  265. package/dist/server/create-harness.js.map +1 -0
  266. package/dist/utils/clipboard-image.d.ts.map +1 -1
  267. package/dist/utils/clipboard-image.js +69 -52
  268. package/dist/utils/clipboard-image.js.map +1 -1
  269. package/dist/utils/clipboard-native.d.ts +11 -0
  270. package/dist/utils/clipboard-native.d.ts.map +1 -0
  271. package/dist/utils/clipboard-native.js +20 -0
  272. package/dist/utils/clipboard-native.js.map +1 -0
  273. package/dist/utils/clipboard.d.ts.map +1 -1
  274. package/dist/utils/clipboard.js +126 -49
  275. package/dist/utils/clipboard.js.map +1 -1
  276. package/dist/utils/exif-orientation.d.ts.map +1 -1
  277. package/dist/utils/exif-orientation.js +3 -2
  278. package/dist/utils/exif-orientation.js.map +1 -1
  279. package/dist/utils/tools-manager.d.ts +0 -1
  280. package/dist/utils/tools-manager.d.ts.map +1 -1
  281. package/dist/utils/tools-manager.js +19 -41
  282. package/dist/utils/tools-manager.js.map +1 -1
  283. package/docs/AGENTS.md +67 -0
  284. package/docs/compaction.md +13 -39
  285. package/docs/containerization.md +0 -45
  286. package/docs/development.md +0 -19
  287. package/docs/docs.json +0 -4
  288. package/docs/environment-variables.md +0 -2
  289. package/docs/extensions.md +10 -21
  290. package/docs/keybindings.md +2 -7
  291. package/docs/models.md +1 -1
  292. package/docs/providers.md +1 -1
  293. package/docs/rpc.md +8 -16
  294. package/docs/sdk.md +0 -7
  295. package/docs/session-format.md +38 -52
  296. package/docs/settings.md +4 -40
  297. package/docs/skills.md +1 -1
  298. package/docs/termux.md +1 -0
  299. package/docs/themes.md +6 -8
  300. package/docs/tui.md +3 -22
  301. package/examples/README.md +0 -3
  302. package/examples/extensions/dynamic-resources/dynamic.json +0 -2
  303. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/index.js +1 -1
  304. package/node_modules/@aws-sdk/client-bedrock-runtime/package.json +3 -3
  305. package/node_modules/@aws-sdk/core/dist-cjs/submodules/util/index.js +0 -5
  306. package/node_modules/@aws-sdk/core/dist-es/submodules/util/index.js +0 -1
  307. package/node_modules/@aws-sdk/core/dist-types/submodules/util/index.d.ts +0 -1
  308. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/index.d.ts +0 -1
  309. package/node_modules/@aws-sdk/core/package.json +1 -1
  310. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  311. package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
  312. package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  313. package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
  314. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +0 -2
  315. package/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +0 -2
  316. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  317. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  318. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  319. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  320. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +1 -1
  321. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +1 -1
  322. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +1 -1
  323. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -1
  324. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +1 -1
  325. package/node_modules/@aws-sdk/nested-clients/package.json +2 -2
  326. package/node_modules/@aws-sdk/token-providers/package.json +1 -1
  327. package/node_modules/@code-yeongyu/senpi-codemode/CHANGELOG.md +0 -24
  328. package/node_modules/@code-yeongyu/senpi-codemode/package.json +5 -5
  329. package/node_modules/@earendil-works/pi-agent-core/README.md +0 -4
  330. package/node_modules/@earendil-works/pi-agent-core/dist/harness/agent-harness.d.ts +384 -639
  331. package/node_modules/@earendil-works/pi-agent-core/dist/harness/agent-harness.d.ts.map +1 -1
  332. package/node_modules/@earendil-works/pi-agent-core/dist/harness/agent-harness.js +250 -5
  333. package/node_modules/@earendil-works/pi-agent-core/dist/harness/agent-harness.js.map +1 -1
  334. package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/branch-summarization.d.ts +6 -12
  335. package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/branch-summarization.d.ts.map +1 -1
  336. package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/branch-summarization.js +27 -33
  337. package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/branch-summarization.js.map +1 -1
  338. package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.d.ts +8 -30
  339. package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.d.ts.map +1 -1
  340. package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.js +64 -53
  341. package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.js.map +1 -1
  342. package/node_modules/@earendil-works/pi-agent-core/dist/harness/env/nodejs.d.ts +28 -25
  343. package/node_modules/@earendil-works/pi-agent-core/dist/harness/env/nodejs.d.ts.map +1 -1
  344. package/node_modules/@earendil-works/pi-agent-core/dist/harness/env/nodejs.js +125 -368
  345. package/node_modules/@earendil-works/pi-agent-core/dist/harness/env/nodejs.js.map +1 -1
  346. package/node_modules/@earendil-works/pi-agent-core/dist/harness/events.d.ts +38 -20
  347. package/node_modules/@earendil-works/pi-agent-core/dist/harness/events.d.ts.map +1 -1
  348. package/node_modules/@earendil-works/pi-agent-core/dist/harness/events.js +55 -233
  349. package/node_modules/@earendil-works/pi-agent-core/dist/harness/events.js.map +1 -1
  350. package/node_modules/@earendil-works/pi-agent-core/dist/harness/messages.d.ts +2 -2
  351. package/node_modules/@earendil-works/pi-agent-core/dist/harness/messages.d.ts.map +1 -1
  352. package/node_modules/@earendil-works/pi-agent-core/dist/harness/messages.js.map +1 -1
  353. package/node_modules/@earendil-works/pi-agent-core/dist/harness/prompt-templates.d.ts +2 -3
  354. package/node_modules/@earendil-works/pi-agent-core/dist/harness/prompt-templates.d.ts.map +1 -1
  355. package/node_modules/@earendil-works/pi-agent-core/dist/harness/prompt-templates.js +17 -17
  356. package/node_modules/@earendil-works/pi-agent-core/dist/harness/prompt-templates.js.map +1 -1
  357. package/node_modules/@earendil-works/pi-agent-core/dist/harness/reducer.d.ts +100 -0
  358. package/node_modules/@earendil-works/pi-agent-core/dist/harness/reducer.d.ts.map +1 -0
  359. package/node_modules/@earendil-works/pi-agent-core/dist/harness/reducer.js +420 -0
  360. package/node_modules/@earendil-works/pi-agent-core/dist/harness/reducer.js.map +1 -0
  361. package/node_modules/@earendil-works/pi-agent-core/dist/harness/result.d.ts +0 -93
  362. package/node_modules/@earendil-works/pi-agent-core/dist/harness/result.d.ts.map +1 -1
  363. package/node_modules/@earendil-works/pi-agent-core/dist/harness/result.js +0 -39
  364. package/node_modules/@earendil-works/pi-agent-core/dist/harness/result.js.map +1 -1
  365. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/context.d.ts +19 -6
  366. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/context.d.ts.map +1 -1
  367. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/context.js +53 -31
  368. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/context.js.map +1 -1
  369. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/index.d.ts +5 -9
  370. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/index.d.ts.map +1 -1
  371. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/index.js +4 -7
  372. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/index.js.map +1 -1
  373. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/codec.d.ts +8 -19
  374. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/codec.d.ts.map +1 -1
  375. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/codec.js +219 -34
  376. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/codec.js.map +1 -1
  377. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/errors.d.ts +9 -0
  378. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/errors.d.ts.map +1 -0
  379. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/errors.js +18 -0
  380. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/errors.js.map +1 -0
  381. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/repo.d.ts +24 -27
  382. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/repo.d.ts.map +1 -1
  383. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/repo.js +151 -276
  384. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/repo.js.map +1 -1
  385. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/storage.d.ts +41 -39
  386. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/storage.d.ts.map +1 -1
  387. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/storage.js +196 -175
  388. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/storage.js.map +1 -1
  389. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/types.d.ts +22 -23
  390. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/types.d.ts.map +1 -1
  391. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/types.js +1 -2
  392. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/types.js.map +1 -1
  393. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl.d.ts +3 -0
  394. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl.d.ts.map +1 -0
  395. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl.js +2 -0
  396. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl.js.map +1 -0
  397. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/memory.d.ts +40 -44
  398. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/memory.d.ts.map +1 -1
  399. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/memory.js +115 -333
  400. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/memory.js.map +1 -1
  401. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/session.d.ts +51 -78
  402. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/session.d.ts.map +1 -1
  403. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/session.js +207 -327
  404. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/session.js.map +1 -1
  405. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/state.d.ts +65 -0
  406. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/state.d.ts.map +1 -0
  407. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/state.js +320 -0
  408. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/state.js.map +1 -0
  409. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/conformance.d.ts +4 -0
  410. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/conformance.d.ts.map +1 -0
  411. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/conformance.js +762 -0
  412. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/conformance.js.map +1 -0
  413. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/index.d.ts +2 -9
  414. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/index.d.ts.map +1 -1
  415. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/index.js +1 -8
  416. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/index.js.map +1 -1
  417. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/types.d.ts +7 -5
  418. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/types.d.ts.map +1 -1
  419. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/types.js.map +1 -1
  420. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/types.d.ts +265 -425
  421. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/types.d.ts.map +1 -1
  422. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/types.js +7 -7
  423. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/types.js.map +1 -1
  424. package/node_modules/@earendil-works/pi-agent-core/dist/harness/skills.d.ts +2 -3
  425. package/node_modules/@earendil-works/pi-agent-core/dist/harness/skills.d.ts.map +1 -1
  426. package/node_modules/@earendil-works/pi-agent-core/dist/harness/skills.js +26 -29
  427. package/node_modules/@earendil-works/pi-agent-core/dist/harness/skills.js.map +1 -1
  428. package/node_modules/@earendil-works/pi-agent-core/dist/harness/telemetry.d.ts +43 -64
  429. package/node_modules/@earendil-works/pi-agent-core/dist/harness/telemetry.d.ts.map +1 -1
  430. package/node_modules/@earendil-works/pi-agent-core/dist/harness/telemetry.js +26 -45
  431. package/node_modules/@earendil-works/pi-agent-core/dist/harness/telemetry.js.map +1 -1
  432. package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/bash.d.ts +4 -4
  433. package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/bash.d.ts.map +1 -1
  434. package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/bash.js +93 -66
  435. package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/bash.js.map +1 -1
  436. package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/edit.d.ts.map +1 -1
  437. package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/edit.js +13 -17
  438. package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/edit.js.map +1 -1
  439. package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/file-mutation-queue.d.ts +1 -2
  440. package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/file-mutation-queue.d.ts.map +1 -1
  441. package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/file-mutation-queue.js +5 -5
  442. package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/file-mutation-queue.js.map +1 -1
  443. package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/path-utils.d.ts +2 -3
  444. package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/path-utils.d.ts.map +1 -1
  445. package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/path-utils.js +5 -5
  446. package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/path-utils.js.map +1 -1
  447. package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/read.d.ts +1 -2
  448. package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/read.d.ts.map +1 -1
  449. package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/read.js +6 -4
  450. package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/read.js.map +1 -1
  451. package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/write.d.ts.map +1 -1
  452. package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/write.js +8 -12
  453. package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/write.js.map +1 -1
  454. package/node_modules/@earendil-works/pi-agent-core/dist/harness/types.d.ts +45 -128
  455. package/node_modules/@earendil-works/pi-agent-core/dist/harness/types.d.ts.map +1 -1
  456. package/node_modules/@earendil-works/pi-agent-core/dist/harness/types.js.map +1 -1
  457. package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/shell-output.d.ts +5 -19
  458. package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/shell-output.d.ts.map +1 -1
  459. package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/shell-output.js +192 -65
  460. package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/shell-output.js.map +1 -1
  461. package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/truncate.d.ts +0 -1
  462. package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/truncate.d.ts.map +1 -1
  463. package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/truncate.js +1 -1
  464. package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/truncate.js.map +1 -1
  465. package/node_modules/@earendil-works/pi-agent-core/dist/index.d.ts +1 -4
  466. package/node_modules/@earendil-works/pi-agent-core/dist/index.d.ts.map +1 -1
  467. package/node_modules/@earendil-works/pi-agent-core/dist/index.js +6 -3
  468. package/node_modules/@earendil-works/pi-agent-core/dist/index.js.map +1 -1
  469. package/node_modules/@earendil-works/pi-agent-core/dist/search/index.d.ts +16 -24
  470. package/node_modules/@earendil-works/pi-agent-core/dist/search/index.d.ts.map +1 -1
  471. package/node_modules/@earendil-works/pi-agent-core/dist/search/index.js +1 -1
  472. package/node_modules/@earendil-works/pi-agent-core/dist/search/index.js.map +1 -1
  473. package/node_modules/@earendil-works/pi-agent-core/dist/search/scanning.d.ts +29 -0
  474. package/node_modules/@earendil-works/pi-agent-core/dist/search/scanning.d.ts.map +1 -0
  475. package/node_modules/@earendil-works/pi-agent-core/dist/search/scanning.js +103 -0
  476. package/node_modules/@earendil-works/pi-agent-core/dist/search/scanning.js.map +1 -0
  477. package/node_modules/@earendil-works/pi-agent-core/dist/types.d.ts +0 -2
  478. package/node_modules/@earendil-works/pi-agent-core/dist/types.d.ts.map +1 -1
  479. package/node_modules/@earendil-works/pi-agent-core/dist/types.js.map +1 -1
  480. package/node_modules/@earendil-works/pi-agent-core/package.json +6 -27
  481. package/node_modules/@earendil-works/pi-ai/README.md +4 -39
  482. package/node_modules/@earendil-works/pi-ai/dist/api/anthropic-messages.d.ts.map +1 -1
  483. package/node_modules/@earendil-works/pi-ai/dist/api/anthropic-messages.js +1 -8
  484. package/node_modules/@earendil-works/pi-ai/dist/api/anthropic-messages.js.map +1 -1
  485. package/node_modules/@earendil-works/pi-ai/dist/api/cloudflare-gateway-binding.d.ts +69 -0
  486. package/node_modules/@earendil-works/pi-ai/dist/api/cloudflare-gateway-binding.d.ts.map +1 -0
  487. package/node_modules/@earendil-works/pi-ai/dist/api/cloudflare-gateway-binding.js +159 -0
  488. package/node_modules/@earendil-works/pi-ai/dist/api/cloudflare-gateway-binding.js.map +1 -0
  489. package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent/measure.d.ts +0 -11
  490. package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent/measure.d.ts.map +1 -1
  491. package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent/measure.js +0 -18
  492. package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent/measure.js.map +1 -1
  493. package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent.d.ts +1 -1
  494. package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent.d.ts.map +1 -1
  495. package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent.js +1 -5
  496. package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent.js.map +1 -1
  497. package/node_modules/@earendil-works/pi-ai/dist/api/mistral-conversations.js +1 -4
  498. package/node_modules/@earendil-works/pi-ai/dist/api/mistral-conversations.js.map +1 -1
  499. package/node_modules/@earendil-works/pi-ai/dist/api/openai-codex-responses.d.ts.map +1 -1
  500. package/node_modules/@earendil-works/pi-ai/dist/api/openai-codex-responses.js +3 -6
  501. package/node_modules/@earendil-works/pi-ai/dist/api/openai-codex-responses.js.map +1 -1
  502. package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses-shared.d.ts.map +1 -1
  503. package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses-shared.js +1 -4
  504. package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses-shared.js.map +1 -1
  505. package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses.d.ts.map +1 -1
  506. package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses.js +3 -13
  507. package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses.js.map +1 -1
  508. package/node_modules/@earendil-works/pi-ai/dist/cursor/store-migration.d.ts.map +1 -1
  509. package/node_modules/@earendil-works/pi-ai/dist/cursor/store-migration.js +1 -2
  510. package/node_modules/@earendil-works/pi-ai/dist/cursor/store-migration.js.map +1 -1
  511. package/node_modules/@earendil-works/pi-ai/dist/index.d.ts +1 -2
  512. package/node_modules/@earendil-works/pi-ai/dist/index.d.ts.map +1 -1
  513. package/node_modules/@earendil-works/pi-ai/dist/index.js +1 -2
  514. package/node_modules/@earendil-works/pi-ai/dist/index.js.map +1 -1
  515. package/node_modules/@earendil-works/pi-ai/dist/models.d.ts +0 -1
  516. package/node_modules/@earendil-works/pi-ai/dist/models.d.ts.map +1 -1
  517. package/node_modules/@earendil-works/pi-ai/dist/models.js +2 -5
  518. package/node_modules/@earendil-works/pi-ai/dist/models.js.map +1 -1
  519. package/node_modules/@earendil-works/pi-ai/dist/openai-responses-compat.d.ts +1 -1
  520. package/node_modules/@earendil-works/pi-ai/dist/openai-responses-compat.d.ts.map +1 -1
  521. package/node_modules/@earendil-works/pi-ai/dist/openai-responses-compat.js.map +1 -1
  522. package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-ai-gateway.d.ts.map +1 -1
  523. package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-ai-gateway.js +0 -4
  524. package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-ai-gateway.js.map +1 -1
  525. package/node_modules/@earendil-works/pi-ai/dist/providers/cursor.d.ts.map +1 -1
  526. package/node_modules/@earendil-works/pi-ai/dist/providers/cursor.js +1 -2
  527. package/node_modules/@earendil-works/pi-ai/dist/providers/cursor.js.map +1 -1
  528. package/node_modules/@earendil-works/pi-ai/dist/providers/data/.manifest.json +1 -1
  529. package/node_modules/@earendil-works/pi-ai/dist/providers/data/azure-openai-responses.json +1 -1
  530. package/node_modules/@earendil-works/pi-ai/dist/providers/data/baseten.json +1 -1
  531. package/node_modules/@earendil-works/pi-ai/dist/providers/data/deepseek.json +1 -1
  532. package/node_modules/@earendil-works/pi-ai/dist/providers/data/fireworks.json +1 -1
  533. package/node_modules/@earendil-works/pi-ai/dist/providers/data/github-copilot.json +1 -1
  534. package/node_modules/@earendil-works/pi-ai/dist/providers/data/openai-codex.json +1 -1
  535. package/node_modules/@earendil-works/pi-ai/dist/providers/data/openrouter.json +1 -1
  536. package/node_modules/@earendil-works/pi-ai/dist/providers/data/qwen-token-plan-cn.json +1 -1
  537. package/node_modules/@earendil-works/pi-ai/dist/providers/data/qwen-token-plan-individual.json +1 -1
  538. package/node_modules/@earendil-works/pi-ai/dist/providers/data/qwen-token-plan.json +1 -1
  539. package/node_modules/@earendil-works/pi-ai/dist/providers/data/xai.json +1 -1
  540. package/node_modules/@earendil-works/pi-ai/dist/providers/faux.js +5 -5
  541. package/node_modules/@earendil-works/pi-ai/dist/providers/faux.js.map +1 -1
  542. package/node_modules/@earendil-works/pi-ai/dist/providers/opencode-go.d.ts.map +1 -1
  543. package/node_modules/@earendil-works/pi-ai/dist/providers/opencode-go.js +3 -4
  544. package/node_modules/@earendil-works/pi-ai/dist/providers/opencode-go.js.map +1 -1
  545. package/node_modules/@earendil-works/pi-ai/dist/providers/opencode.d.ts.map +1 -1
  546. package/node_modules/@earendil-works/pi-ai/dist/providers/opencode.js +4 -5
  547. package/node_modules/@earendil-works/pi-ai/dist/providers/opencode.js.map +1 -1
  548. package/node_modules/@earendil-works/pi-ai/dist/types.d.ts +6 -16
  549. package/node_modules/@earendil-works/pi-ai/dist/types.d.ts.map +1 -1
  550. package/node_modules/@earendil-works/pi-ai/dist/types.js.map +1 -1
  551. package/node_modules/@earendil-works/pi-ai/dist/utils/event-stream.d.ts.map +1 -1
  552. package/node_modules/@earendil-works/pi-ai/dist/utils/event-stream.js +5 -25
  553. package/node_modules/@earendil-works/pi-ai/dist/utils/event-stream.js.map +1 -1
  554. package/node_modules/@earendil-works/pi-ai/dist/utils/prompt-cache-ttl.d.ts +1 -1
  555. package/node_modules/@earendil-works/pi-ai/dist/utils/prompt-cache-ttl.d.ts.map +1 -1
  556. package/node_modules/@earendil-works/pi-ai/dist/utils/prompt-cache-ttl.js +1 -5
  557. package/node_modules/@earendil-works/pi-ai/dist/utils/prompt-cache-ttl.js.map +1 -1
  558. package/node_modules/@earendil-works/pi-ai/dist/utils/retry-profile/types.d.ts +1 -10
  559. package/node_modules/@earendil-works/pi-ai/dist/utils/retry-profile/types.d.ts.map +1 -1
  560. package/node_modules/@earendil-works/pi-ai/dist/utils/retry-profile/types.js.map +1 -1
  561. package/node_modules/@earendil-works/pi-ai/dist/utils/retry.d.ts +2 -13
  562. package/node_modules/@earendil-works/pi-ai/dist/utils/retry.d.ts.map +1 -1
  563. package/node_modules/@earendil-works/pi-ai/dist/utils/retry.js +7 -18
  564. package/node_modules/@earendil-works/pi-ai/dist/utils/retry.js.map +1 -1
  565. package/node_modules/@earendil-works/pi-ai/dist/utils/uuid.d.ts +2 -2
  566. package/node_modules/@earendil-works/pi-ai/dist/utils/uuid.d.ts.map +1 -1
  567. package/node_modules/@earendil-works/pi-ai/dist/utils/uuid.js +31 -36
  568. package/node_modules/@earendil-works/pi-ai/dist/utils/uuid.js.map +1 -1
  569. package/node_modules/@earendil-works/pi-ai/package.json +6 -6
  570. package/node_modules/@earendil-works/pi-pty/package.json +1 -1
  571. package/node_modules/@earendil-works/pi-telemetry/package.json +1 -1
  572. package/node_modules/@earendil-works/pi-tui/README.md +4 -53
  573. package/node_modules/@earendil-works/pi-tui/dist/alt-screen-search.d.ts +1 -21
  574. package/node_modules/@earendil-works/pi-tui/dist/alt-screen-search.d.ts.map +1 -1
  575. package/node_modules/@earendil-works/pi-tui/dist/alt-screen-search.js +42 -199
  576. package/node_modules/@earendil-works/pi-tui/dist/alt-screen-search.js.map +1 -1
  577. package/node_modules/@earendil-works/pi-tui/dist/components/box.d.ts +1 -3
  578. package/node_modules/@earendil-works/pi-tui/dist/components/box.d.ts.map +1 -1
  579. package/node_modules/@earendil-works/pi-tui/dist/components/box.js +0 -28
  580. package/node_modules/@earendil-works/pi-tui/dist/components/box.js.map +1 -1
  581. package/node_modules/@earendil-works/pi-tui/dist/components/editor.d.ts +1 -6
  582. package/node_modules/@earendil-works/pi-tui/dist/components/editor.d.ts.map +1 -1
  583. package/node_modules/@earendil-works/pi-tui/dist/components/editor.js +18 -98
  584. package/node_modules/@earendil-works/pi-tui/dist/components/editor.js.map +1 -1
  585. package/node_modules/@earendil-works/pi-tui/dist/components/input.d.ts +1 -12
  586. package/node_modules/@earendil-works/pi-tui/dist/components/input.d.ts.map +1 -1
  587. package/node_modules/@earendil-works/pi-tui/dist/components/input.js +6 -40
  588. package/node_modules/@earendil-works/pi-tui/dist/components/input.js.map +1 -1
  589. package/node_modules/@earendil-works/pi-tui/dist/components/latex.d.ts.map +1 -1
  590. package/node_modules/@earendil-works/pi-tui/dist/components/latex.js +0 -7
  591. package/node_modules/@earendil-works/pi-tui/dist/components/latex.js.map +1 -1
  592. package/node_modules/@earendil-works/pi-tui/dist/components/loader.d.ts +0 -3
  593. package/node_modules/@earendil-works/pi-tui/dist/components/loader.d.ts.map +1 -1
  594. package/node_modules/@earendil-works/pi-tui/dist/components/loader.js +8 -20
  595. package/node_modules/@earendil-works/pi-tui/dist/components/loader.js.map +1 -1
  596. package/node_modules/@earendil-works/pi-tui/dist/components/scroll-view.d.ts +3 -6
  597. package/node_modules/@earendil-works/pi-tui/dist/components/scroll-view.d.ts.map +1 -1
  598. package/node_modules/@earendil-works/pi-tui/dist/components/scroll-view.js +1 -6
  599. package/node_modules/@earendil-works/pi-tui/dist/components/scroll-view.js.map +1 -1
  600. package/node_modules/@earendil-works/pi-tui/dist/components/select-list.d.ts +1 -4
  601. package/node_modules/@earendil-works/pi-tui/dist/components/select-list.d.ts.map +1 -1
  602. package/node_modules/@earendil-works/pi-tui/dist/components/select-list.js +2 -48
  603. package/node_modules/@earendil-works/pi-tui/dist/components/select-list.js.map +1 -1
  604. package/node_modules/@earendil-works/pi-tui/dist/components/settings-list.d.ts +1 -5
  605. package/node_modules/@earendil-works/pi-tui/dist/components/settings-list.d.ts.map +1 -1
  606. package/node_modules/@earendil-works/pi-tui/dist/components/settings-list.js +5 -54
  607. package/node_modules/@earendil-works/pi-tui/dist/components/settings-list.js.map +1 -1
  608. package/node_modules/@earendil-works/pi-tui/dist/index.d.ts +1 -3
  609. package/node_modules/@earendil-works/pi-tui/dist/index.d.ts.map +1 -1
  610. package/node_modules/@earendil-works/pi-tui/dist/index.js +0 -3
  611. package/node_modules/@earendil-works/pi-tui/dist/index.js.map +1 -1
  612. package/node_modules/@earendil-works/pi-tui/dist/layout.d.ts +1 -3
  613. package/node_modules/@earendil-works/pi-tui/dist/layout.d.ts.map +1 -1
  614. package/node_modules/@earendil-works/pi-tui/dist/layout.js +9 -32
  615. package/node_modules/@earendil-works/pi-tui/dist/layout.js.map +1 -1
  616. package/node_modules/@earendil-works/pi-tui/dist/native-modifiers.d.ts +1 -2
  617. package/node_modules/@earendil-works/pi-tui/dist/native-modifiers.d.ts.map +1 -1
  618. package/node_modules/@earendil-works/pi-tui/dist/native-modifiers.js +44 -3
  619. package/node_modules/@earendil-works/pi-tui/dist/native-modifiers.js.map +1 -1
  620. package/node_modules/@earendil-works/pi-tui/dist/terminal.d.ts.map +1 -1
  621. package/node_modules/@earendil-works/pi-tui/dist/terminal.js +20 -2
  622. package/node_modules/@earendil-works/pi-tui/dist/terminal.js.map +1 -1
  623. package/node_modules/@earendil-works/pi-tui/dist/tui-alt-screen.d.ts +1 -31
  624. package/node_modules/@earendil-works/pi-tui/dist/tui-alt-screen.d.ts.map +1 -1
  625. package/node_modules/@earendil-works/pi-tui/dist/tui-alt-screen.js +41 -335
  626. package/node_modules/@earendil-works/pi-tui/dist/tui-alt-screen.js.map +1 -1
  627. package/node_modules/@earendil-works/pi-tui/dist/tui.d.ts +5 -83
  628. package/node_modules/@earendil-works/pi-tui/dist/tui.d.ts.map +1 -1
  629. package/node_modules/@earendil-works/pi-tui/dist/tui.js +4 -118
  630. package/node_modules/@earendil-works/pi-tui/dist/tui.js.map +1 -1
  631. package/node_modules/@earendil-works/pi-tui/dist/utils.d.ts +0 -2
  632. package/node_modules/@earendil-works/pi-tui/dist/utils.d.ts.map +1 -1
  633. package/node_modules/@earendil-works/pi-tui/dist/utils.js +0 -9
  634. package/node_modules/@earendil-works/pi-tui/dist/utils.js.map +1 -1
  635. package/node_modules/@earendil-works/pi-tui/native/darwin/README.md +6 -8
  636. package/node_modules/@earendil-works/pi-tui/native/darwin/build.sh +5 -12
  637. package/node_modules/@earendil-works/pi-tui/native/darwin/prebuilds/darwin-arm64/{darwin-platform.node → darwin-modifiers.node} +0 -0
  638. package/node_modules/@earendil-works/pi-tui/native/darwin/prebuilds/darwin-x64/{darwin-platform.node → darwin-modifiers.node} +0 -0
  639. package/node_modules/@earendil-works/pi-tui/native/darwin/src/darwin-modifiers.c +70 -0
  640. package/node_modules/@earendil-works/pi-tui/native/win32/README.md +7 -18
  641. package/node_modules/@earendil-works/pi-tui/native/win32/build.mjs +4 -7
  642. package/node_modules/@earendil-works/pi-tui/native/win32/prebuilds/win32-arm64/win32-console-mode.node +0 -0
  643. package/node_modules/@earendil-works/pi-tui/native/win32/prebuilds/win32-x64/win32-console-mode.node +0 -0
  644. package/node_modules/@earendil-works/pi-tui/native/win32/src/win32-console-mode.c +119 -0
  645. package/node_modules/@earendil-works/pi-tui/package.json +3 -10
  646. package/node_modules/@google/genai/dist/genai.d.ts +278 -1788
  647. package/node_modules/@google/genai/dist/index.cjs +299 -319
  648. package/node_modules/@google/genai/dist/index.mjs +299 -319
  649. package/node_modules/@google/genai/dist/index.mjs.map +1 -1
  650. package/node_modules/@google/genai/dist/node/index.cjs +300 -320
  651. package/node_modules/@google/genai/dist/node/index.mjs +300 -320
  652. package/node_modules/@google/genai/dist/node/index.mjs.map +1 -1
  653. package/node_modules/@google/genai/dist/node/node.d.ts +278 -1788
  654. package/node_modules/@google/genai/dist/tokenizer/node.cjs +2 -49
  655. package/node_modules/@google/genai/dist/tokenizer/node.d.ts +3 -43
  656. package/node_modules/@google/genai/dist/tokenizer/node.mjs +2 -49
  657. package/node_modules/@google/genai/dist/tokenizer/node.mjs.map +1 -1
  658. package/node_modules/@google/genai/dist/vertex_internal/index.cjs +3 -39
  659. package/node_modules/@google/genai/dist/vertex_internal/index.cjs.map +1 -1
  660. package/node_modules/@google/genai/dist/vertex_internal/index.d.ts +9 -51
  661. package/node_modules/@google/genai/dist/vertex_internal/index.js +3 -39
  662. package/node_modules/@google/genai/dist/vertex_internal/index.js.map +1 -1
  663. package/node_modules/@google/genai/dist/web/index.mjs +299 -319
  664. package/node_modules/@google/genai/dist/web/index.mjs.map +1 -1
  665. package/node_modules/@google/genai/dist/web/web.d.ts +278 -1788
  666. package/node_modules/@google/genai/package.json +1 -1
  667. package/node_modules/@mariozechner/clipboard/.yarnrc.yml +1 -0
  668. package/node_modules/@mariozechner/clipboard/Cargo.toml +45 -0
  669. package/node_modules/@mariozechner/clipboard/README.md +60 -0
  670. package/node_modules/@mariozechner/clipboard/build.rs +5 -0
  671. package/node_modules/@mariozechner/clipboard/exp.ts +12 -0
  672. package/node_modules/@mariozechner/clipboard/index.d.ts +37 -0
  673. package/node_modules/@mariozechner/clipboard/index.js +606 -0
  674. package/node_modules/@mariozechner/clipboard/package.json +45 -0
  675. package/node_modules/@mariozechner/clipboard/src/clipboard_rs/common.rs +307 -0
  676. package/node_modules/@mariozechner/clipboard/src/clipboard_rs/mod.rs +93 -0
  677. package/node_modules/@mariozechner/clipboard/src/clipboard_rs/platform/ios.rs +313 -0
  678. package/node_modules/@mariozechner/clipboard/src/clipboard_rs/platform/macos.rs +471 -0
  679. package/node_modules/@mariozechner/clipboard/src/clipboard_rs/platform/mod.rs +252 -0
  680. package/node_modules/@mariozechner/clipboard/src/clipboard_rs/platform/wayland.rs +431 -0
  681. package/node_modules/@mariozechner/clipboard/src/clipboard_rs/platform/win.rs +712 -0
  682. package/node_modules/@mariozechner/clipboard/src/clipboard_rs/platform/x11.rs +916 -0
  683. package/node_modules/@mariozechner/clipboard/src/lib.rs +194 -0
  684. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +4 -11
  685. package/node_modules/@smithy/node-http-handler/dist-es/http2/ClientHttp2SessionRef.js +0 -1
  686. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +3 -2
  687. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +1 -8
  688. package/node_modules/@smithy/node-http-handler/package.json +2 -2
  689. package/node_modules/ignore/README.md +0 -52
  690. package/node_modules/ignore/index.js +129 -785
  691. package/node_modules/ignore/legacy.js +98 -660
  692. package/node_modules/ignore/package.json +4 -10
  693. package/node_modules/marked/README.md +0 -1
  694. package/node_modules/marked/lib/marked.d.ts +0 -7
  695. package/node_modules/marked/lib/marked.esm.js +30 -30
  696. package/node_modules/marked/lib/marked.esm.js.map +3 -3
  697. package/node_modules/marked/lib/marked.umd.js +30 -30
  698. package/node_modules/marked/lib/marked.umd.js.map +3 -3
  699. package/node_modules/marked/man/marked.1 +1 -1
  700. package/node_modules/marked/package.json +2 -2
  701. package/node_modules/typebox/build/compile/validator.d.mts +1 -1
  702. package/node_modules/typebox/build/compile/validator.mjs +1 -1
  703. package/node_modules/typebox/build/format/idna/idn-hostname.mjs +5 -7
  704. package/node_modules/typebox/build/format/iri.mjs +1 -5
  705. package/node_modules/typebox/build/guard/emit.mjs +4 -2
  706. package/node_modules/typebox/build/guard/guard.mjs +18 -6
  707. package/node_modules/typebox/build/guard/string.mjs +24 -16
  708. package/node_modules/typebox/build/schema/compile.d.mts +2 -3
  709. package/node_modules/typebox/build/schema/compile.mjs +8 -8
  710. package/node_modules/typebox/build/schema/engine/_context.d.mts +6 -1
  711. package/node_modules/typebox/build/schema/engine/_context.mjs +14 -9
  712. package/node_modules/typebox/build/schema/engine/_functions.mjs +1 -1
  713. package/node_modules/typebox/build/schema/engine/_stack.d.mts +2 -6
  714. package/node_modules/typebox/build/schema/engine/_stack.mjs +32 -135
  715. package/node_modules/typebox/build/schema/engine/additionalProperties.mjs +4 -16
  716. package/node_modules/typebox/build/schema/engine/allOf.mjs +2 -2
  717. package/node_modules/typebox/build/schema/engine/anyOf.mjs +2 -2
  718. package/node_modules/typebox/build/schema/engine/if.mjs +2 -2
  719. package/node_modules/typebox/build/schema/engine/oneOf.mjs +2 -2
  720. package/node_modules/typebox/build/schema/engine/propertyNames.mjs +3 -1
  721. package/node_modules/typebox/build/schema/engine/ref.mjs +2 -2
  722. package/node_modules/typebox/build/schema/engine/schema.mjs +0 -6
  723. package/node_modules/typebox/build/schema/engine/unevaluatedItems.mjs +2 -2
  724. package/node_modules/typebox/build/schema/engine/unevaluatedProperties.mjs +2 -2
  725. package/node_modules/typebox/build/schema/errors.d.mts +2 -2
  726. package/node_modules/typebox/build/schema/errors.mjs +13 -7
  727. package/node_modules/typebox/build/schema/parse.d.mts +0 -1
  728. package/node_modules/typebox/build/schema/parse.mjs +5 -10
  729. package/node_modules/typebox/build/schema/resolve/resolve.d.mts +3 -34
  730. package/node_modules/typebox/build/schema/resolve/resolve.mjs +73 -198
  731. package/node_modules/typebox/build/schema/schema.d.mts +0 -1
  732. package/node_modules/typebox/build/schema/schema.mjs +0 -1
  733. package/node_modules/typebox/build/value/errors/errors.d.mts +12 -2
  734. package/node_modules/typebox/build/value/errors/errors.mjs +7 -2
  735. package/node_modules/typebox/package.json +1 -1
  736. package/node_modules/typebox/readme.md +5 -9
  737. package/node_modules/undici/docs/docs/api/Client.md +0 -4
  738. package/node_modules/undici/docs/docs/api/EnvHttpProxyAgent.md +2 -3
  739. package/node_modules/undici/docs/docs/api/EventSource.md +0 -4
  740. package/node_modules/undici/docs/docs/api/Interceptors.md +3 -7
  741. package/node_modules/undici/docs/docs/api/Socks5ProxyAgent.md +1 -7
  742. package/node_modules/undici/lib/cache/memory-cache-store.js +2 -2
  743. package/node_modules/undici/lib/core/symbols.js +0 -2
  744. package/node_modules/undici/lib/dispatcher/agent.js +2 -7
  745. package/node_modules/undici/lib/dispatcher/balanced-pool.js +4 -7
  746. package/node_modules/undici/lib/dispatcher/client-h1.js +4 -12
  747. package/node_modules/undici/lib/dispatcher/client-h2.js +3 -43
  748. package/node_modules/undici/lib/dispatcher/client.js +2 -3
  749. package/node_modules/undici/lib/dispatcher/dispatcher-base.js +1 -13
  750. package/node_modules/undici/lib/dispatcher/dispatcher.js +1 -15
  751. package/node_modules/undici/lib/dispatcher/dispatcher1-wrapper.js +0 -3
  752. package/node_modules/undici/lib/dispatcher/env-http-proxy-agent.js +3 -10
  753. package/node_modules/undici/lib/dispatcher/proxy-agent.js +1 -18
  754. package/node_modules/undici/lib/dispatcher/retry-agent.js +0 -3
  755. package/node_modules/undici/lib/dispatcher/round-robin-pool.js +1 -1
  756. package/node_modules/undici/lib/dispatcher/socks5-proxy-agent.js +21 -91
  757. package/node_modules/undici/lib/handler/cache-handler.js +5 -29
  758. package/node_modules/undici/lib/handler/decorator-handler.js +1 -7
  759. package/node_modules/undici/lib/handler/deduplication-handler.js +6 -12
  760. package/node_modules/undici/lib/handler/redirect-handler.js +4 -21
  761. package/node_modules/undici/lib/handler/retry-handler.js +30 -148
  762. package/node_modules/undici/lib/interceptor/cache.js +12 -65
  763. package/node_modules/undici/lib/interceptor/decompress.js +13 -115
  764. package/node_modules/undici/lib/interceptor/deduplicate.js +4 -5
  765. package/node_modules/undici/lib/interceptor/dns.js +0 -7
  766. package/node_modules/undici/lib/interceptor/dump.js +23 -10
  767. package/node_modules/undici/lib/mock/mock-agent.js +1 -13
  768. package/node_modules/undici/lib/mock/mock-utils.js +10 -11
  769. package/node_modules/undici/lib/util/cache.js +3 -45
  770. package/node_modules/undici/lib/web/cookies/parse.js +147 -150
  771. package/node_modules/undici/lib/web/eventsource/eventsource-stream.js +1 -28
  772. package/node_modules/undici/lib/web/eventsource/eventsource.js +3 -13
  773. package/node_modules/undici/lib/web/fetch/index.js +0 -6
  774. package/node_modules/undici/lib/web/fetch/request.js +3 -2
  775. package/node_modules/undici/lib/web/fetch/util.js +1 -6
  776. package/node_modules/undici/lib/web/webidl/index.js +3 -3
  777. package/node_modules/undici/lib/web/websocket/connection.js +1 -1
  778. package/node_modules/undici/lib/web/websocket/permessage-deflate.js +0 -5
  779. package/node_modules/undici/lib/web/websocket/stream/websocketstream.js +10 -8
  780. package/node_modules/undici/package.json +3 -3
  781. package/node_modules/undici/types/client.d.ts +0 -10
  782. package/node_modules/undici/types/interceptors.d.ts +0 -2
  783. package/node_modules/undici/types/mock-agent.d.ts +10 -11
  784. package/node_modules/undici/types/socks5-proxy-agent.d.ts +0 -2
  785. package/package.json +49 -70
  786. package/vendor/pi-client/client.d.ts +15 -20
  787. package/vendor/pi-client/client.d.ts.map +1 -1
  788. package/vendor/pi-client/client.js +245 -248
  789. package/vendor/pi-client/client.js.map +1 -1
  790. package/vendor/pi-client/connection.d.ts +3 -4
  791. package/vendor/pi-client/connection.d.ts.map +1 -1
  792. package/vendor/pi-client/connection.js +9 -13
  793. package/vendor/pi-client/connection.js.map +1 -1
  794. package/vendor/pi-client/errors.d.ts +15 -6
  795. package/vendor/pi-client/errors.d.ts.map +1 -1
  796. package/vendor/pi-client/errors.js +25 -10
  797. package/vendor/pi-client/errors.js.map +1 -1
  798. package/vendor/pi-client/index.d.ts +4 -3
  799. package/vendor/pi-client/index.d.ts.map +1 -1
  800. package/vendor/pi-client/index.js +2 -2
  801. package/vendor/pi-client/index.js.map +1 -1
  802. package/vendor/pi-client/session-handle.d.ts +54 -0
  803. package/vendor/pi-client/session-handle.d.ts.map +1 -0
  804. package/vendor/pi-client/session-handle.js +50 -0
  805. package/vendor/pi-client/session-handle.js.map +1 -0
  806. package/vendor/pi-client/state.d.ts +22 -0
  807. package/vendor/pi-client/state.d.ts.map +1 -0
  808. package/vendor/pi-client/state.js +145 -0
  809. package/vendor/pi-client/state.js.map +1 -0
  810. package/vendor/pi-client/types.d.ts +8 -14
  811. package/vendor/pi-client/types.d.ts.map +1 -1
  812. package/vendor/pi-client/types.js.map +1 -1
  813. package/vendor/pi-client/unix.d.ts +1 -14
  814. package/vendor/pi-client/unix.d.ts.map +1 -1
  815. package/vendor/pi-client/unix.js +8 -138
  816. package/vendor/pi-client/unix.js.map +1 -1
  817. package/vendor/pi-protocol/codec.d.ts +4 -2
  818. package/vendor/pi-protocol/codec.d.ts.map +1 -1
  819. package/vendor/pi-protocol/codec.js +34 -7
  820. package/vendor/pi-protocol/codec.js.map +1 -1
  821. package/vendor/pi-protocol/framing.d.ts +2 -0
  822. package/vendor/pi-protocol/framing.d.ts.map +1 -1
  823. package/vendor/pi-protocol/framing.js +15 -0
  824. package/vendor/pi-protocol/framing.js.map +1 -1
  825. package/vendor/pi-protocol/index.d.ts +1 -1
  826. package/vendor/pi-protocol/index.d.ts.map +1 -1
  827. package/vendor/pi-protocol/index.js +1 -1
  828. package/vendor/pi-protocol/index.js.map +1 -1
  829. package/vendor/pi-protocol/schemas.d.ts +13739 -0
  830. package/vendor/pi-protocol/schemas.d.ts.map +1 -0
  831. package/vendor/pi-protocol/schemas.js +386 -0
  832. package/vendor/pi-protocol/schemas.js.map +1 -0
  833. package/dist/bun/runtime-setup.d.ts +0 -2
  834. package/dist/bun/runtime-setup.d.ts.map +0 -1
  835. package/dist/bun/runtime-setup.js +0 -9
  836. package/dist/bun/runtime-setup.js.map +0 -1
  837. package/dist/bun/sandbox-env-setup.d.ts +0 -2
  838. package/dist/bun/sandbox-env-setup.d.ts.map +0 -1
  839. package/dist/bun/sandbox-env-setup.js +0 -4
  840. package/dist/bun/sandbox-env-setup.js.map +0 -1
  841. package/dist/cli/setup.d.ts +0 -2
  842. package/dist/cli/setup.d.ts.map +0 -1
  843. package/dist/cli/setup.js +0 -12
  844. package/dist/cli/setup.js.map +0 -1
  845. package/dist/core/cursor-history-admission.d.ts +0 -50
  846. package/dist/core/cursor-history-admission.d.ts.map +0 -1
  847. package/dist/core/cursor-history-admission.js +0 -130
  848. package/dist/core/cursor-history-admission.js.map +0 -1
  849. package/dist/core/tools/renderers/bash.d.ts +0 -12
  850. package/dist/core/tools/renderers/bash.d.ts.map +0 -1
  851. package/dist/core/tools/renderers/bash.js +0 -156
  852. package/dist/core/tools/renderers/bash.js.map +0 -1
  853. package/dist/core/tools/renderers/edit.d.ts +0 -23
  854. package/dist/core/tools/renderers/edit.d.ts.map +0 -1
  855. package/dist/core/tools/renderers/edit.js +0 -172
  856. package/dist/core/tools/renderers/edit.js.map +0 -1
  857. package/dist/core/tools/renderers/find.d.ts +0 -10
  858. package/dist/core/tools/renderers/find.d.ts.map +0 -1
  859. package/dist/core/tools/renderers/find.js +0 -64
  860. package/dist/core/tools/renderers/find.js.map +0 -1
  861. package/dist/core/tools/renderers/grep.d.ts +0 -10
  862. package/dist/core/tools/renderers/grep.d.ts.map +0 -1
  863. package/dist/core/tools/renderers/grep.js +0 -69
  864. package/dist/core/tools/renderers/grep.js.map +0 -1
  865. package/dist/core/tools/renderers/index.d.ts +0 -28
  866. package/dist/core/tools/renderers/index.d.ts.map +0 -1
  867. package/dist/core/tools/renderers/index.js +0 -47
  868. package/dist/core/tools/renderers/index.js.map +0 -1
  869. package/dist/core/tools/renderers/ls.d.ts +0 -10
  870. package/dist/core/tools/renderers/ls.d.ts.map +0 -1
  871. package/dist/core/tools/renderers/ls.js +0 -58
  872. package/dist/core/tools/renderers/ls.js.map +0 -1
  873. package/dist/core/tools/renderers/read.d.ts +0 -19
  874. package/dist/core/tools/renderers/read.d.ts.map +0 -1
  875. package/dist/core/tools/renderers/read.js +0 -149
  876. package/dist/core/tools/renderers/read.js.map +0 -1
  877. package/dist/core/tools/renderers/write.d.ts +0 -10
  878. package/dist/core/tools/renderers/write.d.ts.map +0 -1
  879. package/dist/core/tools/renderers/write.js +0 -162
  880. package/dist/core/tools/renderers/write.js.map +0 -1
  881. package/dist/modes/interactive/chat-viewport.d.ts +0 -22
  882. package/dist/modes/interactive/chat-viewport.d.ts.map +0 -1
  883. package/dist/modes/interactive/chat-viewport.js +0 -29
  884. package/dist/modes/interactive/chat-viewport.js.map +0 -1
  885. package/dist/modes/interactive/components/ask-user-answer-key.d.ts +0 -14
  886. package/dist/modes/interactive/components/ask-user-answer-key.d.ts.map +0 -1
  887. package/dist/modes/interactive/components/ask-user-answer-key.js +0 -65
  888. package/dist/modes/interactive/components/ask-user-answer-key.js.map +0 -1
  889. package/dist/modes/interactive/theme/theme-json.d.ts +0 -84
  890. package/dist/modes/interactive/theme/theme-json.d.ts.map +0 -1
  891. package/dist/modes/interactive/theme/theme-json.js +0 -130
  892. package/dist/modes/interactive/theme/theme-json.js.map +0 -1
  893. package/dist/modes/interactive/tui-renderer.d.ts +0 -21
  894. package/dist/modes/interactive/tui-renderer.d.ts.map +0 -1
  895. package/dist/modes/interactive/tui-renderer.js +0 -67
  896. package/dist/modes/interactive/tui-renderer.js.map +0 -1
  897. package/dist/modes/rpc/session-path-reservations.d.ts +0 -30
  898. package/dist/modes/rpc/session-path-reservations.d.ts.map +0 -1
  899. package/dist/modes/rpc/session-path-reservations.js +0 -58
  900. package/dist/modes/rpc/session-path-reservations.js.map +0 -1
  901. package/dist/modes/rpc/session-worker-credit.d.ts +0 -17
  902. package/dist/modes/rpc/session-worker-credit.d.ts.map +0 -1
  903. package/dist/modes/rpc/session-worker-credit.js +0 -39
  904. package/dist/modes/rpc/session-worker-credit.js.map +0 -1
  905. package/dist/modes/rpc/session-worker-signals.d.ts +0 -7
  906. package/dist/modes/rpc/session-worker-signals.d.ts.map +0 -1
  907. package/dist/modes/rpc/session-worker-signals.js +0 -19
  908. package/dist/modes/rpc/session-worker-signals.js.map +0 -1
  909. package/dist/utils/clipboard-command.d.ts +0 -7
  910. package/dist/utils/clipboard-command.d.ts.map +0 -1
  911. package/dist/utils/clipboard-command.js +0 -45
  912. package/dist/utils/clipboard-command.js.map +0 -1
  913. package/examples/plugins/pi-example-plugin/README.md +0 -38
  914. package/examples/plugins/pi-example-plugin/package.json +0 -10
  915. package/examples/plugins/pi-example-plugin/src/contract.ts +0 -13
  916. package/examples/plugins/pi-example-plugin/src/session.ts +0 -23
  917. package/examples/plugins/pi-example-plugin/src/tui.ts +0 -31
  918. package/node_modules/@aws-sdk/core/dist-es/submodules/util/hasOwn.js +0 -3
  919. package/node_modules/@aws-sdk/core/dist-types/submodules/util/hasOwn.d.ts +0 -4
  920. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/hasOwn.d.ts +0 -1
  921. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/LICENSE +0 -201
  922. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/README.md +0 -62
  923. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +0 -158
  924. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/constants.js +0 -2
  925. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +0 -16
  926. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +0 -84
  927. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +0 -8
  928. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +0 -11
  929. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +0 -10
  930. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/index.js +0 -4
  931. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +0 -5
  932. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +0 -7
  933. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +0 -7
  934. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +0 -8
  935. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/constants.d.ts +0 -8
  936. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/fromEnvSigningName.d.ts +0 -18
  937. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +0 -12
  938. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +0 -9
  939. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +0 -8
  940. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +0 -7
  941. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +0 -7
  942. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +0 -18
  943. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/constants.d.ts +0 -3
  944. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromEnvSigningName.d.ts +0 -8
  945. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +0 -10
  946. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts +0 -5
  947. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +0 -9
  948. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +0 -7
  949. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +0 -7
  950. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts +0 -3
  951. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenExpiry.d.ts +0 -2
  952. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts +0 -1
  953. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +0 -2
  954. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +0 -5
  955. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/validateTokenKey.d.ts +0 -4
  956. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +0 -5
  957. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/package.json +0 -69
  958. package/node_modules/@earendil-works/chord/README.md +0 -205
  959. package/node_modules/@earendil-works/chord/dist/api.d.ts +0 -15
  960. package/node_modules/@earendil-works/chord/dist/api.d.ts.map +0 -1
  961. package/node_modules/@earendil-works/chord/dist/api.js +0 -72
  962. package/node_modules/@earendil-works/chord/dist/api.js.map +0 -1
  963. package/node_modules/@earendil-works/chord/dist/bundler.d.ts +0 -6
  964. package/node_modules/@earendil-works/chord/dist/bundler.d.ts.map +0 -1
  965. package/node_modules/@earendil-works/chord/dist/bundler.js +0 -3
  966. package/node_modules/@earendil-works/chord/dist/bundler.js.map +0 -1
  967. package/node_modules/@earendil-works/chord/dist/context/index.d.ts +0 -24
  968. package/node_modules/@earendil-works/chord/dist/context/index.d.ts.map +0 -1
  969. package/node_modules/@earendil-works/chord/dist/context/index.js +0 -97
  970. package/node_modules/@earendil-works/chord/dist/context/index.js.map +0 -1
  971. package/node_modules/@earendil-works/chord/dist/delta/index.d.ts +0 -119
  972. package/node_modules/@earendil-works/chord/dist/delta/index.d.ts.map +0 -1
  973. package/node_modules/@earendil-works/chord/dist/delta/index.js +0 -1209
  974. package/node_modules/@earendil-works/chord/dist/delta/index.js.map +0 -1
  975. package/node_modules/@earendil-works/chord/dist/facets/host.d.ts +0 -12
  976. package/node_modules/@earendil-works/chord/dist/facets/host.d.ts.map +0 -1
  977. package/node_modules/@earendil-works/chord/dist/facets/host.js +0 -762
  978. package/node_modules/@earendil-works/chord/dist/facets/host.js.map +0 -1
  979. package/node_modules/@earendil-works/chord/dist/facets/loader.d.ts +0 -3
  980. package/node_modules/@earendil-works/chord/dist/facets/loader.d.ts.map +0 -1
  981. package/node_modules/@earendil-works/chord/dist/facets/loader.js +0 -5
  982. package/node_modules/@earendil-works/chord/dist/facets/loader.js.map +0 -1
  983. package/node_modules/@earendil-works/chord/dist/index.d.ts +0 -11
  984. package/node_modules/@earendil-works/chord/dist/index.d.ts.map +0 -1
  985. package/node_modules/@earendil-works/chord/dist/index.js +0 -10
  986. package/node_modules/@earendil-works/chord/dist/index.js.map +0 -1
  987. package/node_modules/@earendil-works/chord/dist/json.d.ts +0 -4
  988. package/node_modules/@earendil-works/chord/dist/json.d.ts.map +0 -1
  989. package/node_modules/@earendil-works/chord/dist/json.js +0 -57
  990. package/node_modules/@earendil-works/chord/dist/json.js.map +0 -1
  991. package/node_modules/@earendil-works/chord/dist/node/bundle-loader.d.ts +0 -30
  992. package/node_modules/@earendil-works/chord/dist/node/bundle-loader.d.ts.map +0 -1
  993. package/node_modules/@earendil-works/chord/dist/node/bundle-loader.js +0 -377
  994. package/node_modules/@earendil-works/chord/dist/node/bundle-loader.js.map +0 -1
  995. package/node_modules/@earendil-works/chord/dist/node/bundle.d.ts +0 -26
  996. package/node_modules/@earendil-works/chord/dist/node/bundle.d.ts.map +0 -1
  997. package/node_modules/@earendil-works/chord/dist/node/bundle.js +0 -183
  998. package/node_modules/@earendil-works/chord/dist/node/bundle.js.map +0 -1
  999. package/node_modules/@earendil-works/chord/dist/node/manifest.d.ts +0 -36
  1000. package/node_modules/@earendil-works/chord/dist/node/manifest.d.ts.map +0 -1
  1001. package/node_modules/@earendil-works/chord/dist/node/manifest.js +0 -6
  1002. package/node_modules/@earendil-works/chord/dist/node/manifest.js.map +0 -1
  1003. package/node_modules/@earendil-works/chord/dist/node/package.d.ts +0 -15
  1004. package/node_modules/@earendil-works/chord/dist/node/package.d.ts.map +0 -1
  1005. package/node_modules/@earendil-works/chord/dist/node/package.js +0 -199
  1006. package/node_modules/@earendil-works/chord/dist/node/package.js.map +0 -1
  1007. package/node_modules/@earendil-works/chord/dist/node.d.ts +0 -5
  1008. package/node_modules/@earendil-works/chord/dist/node.d.ts.map +0 -1
  1009. package/node_modules/@earendil-works/chord/dist/node.js +0 -3
  1010. package/node_modules/@earendil-works/chord/dist/node.js.map +0 -1
  1011. package/node_modules/@earendil-works/chord/dist/services/consumer.d.ts +0 -11
  1012. package/node_modules/@earendil-works/chord/dist/services/consumer.d.ts.map +0 -1
  1013. package/node_modules/@earendil-works/chord/dist/services/consumer.js +0 -535
  1014. package/node_modules/@earendil-works/chord/dist/services/consumer.js.map +0 -1
  1015. package/node_modules/@earendil-works/chord/dist/services/errors.d.ts +0 -8
  1016. package/node_modules/@earendil-works/chord/dist/services/errors.d.ts.map +0 -1
  1017. package/node_modules/@earendil-works/chord/dist/services/errors.js +0 -21
  1018. package/node_modules/@earendil-works/chord/dist/services/errors.js.map +0 -1
  1019. package/node_modules/@earendil-works/chord/dist/services/handle.d.ts +0 -15
  1020. package/node_modules/@earendil-works/chord/dist/services/handle.d.ts.map +0 -1
  1021. package/node_modules/@earendil-works/chord/dist/services/handle.js +0 -99
  1022. package/node_modules/@earendil-works/chord/dist/services/handle.js.map +0 -1
  1023. package/node_modules/@earendil-works/chord/dist/services/instances.d.ts +0 -25
  1024. package/node_modules/@earendil-works/chord/dist/services/instances.d.ts.map +0 -1
  1025. package/node_modules/@earendil-works/chord/dist/services/instances.js +0 -137
  1026. package/node_modules/@earendil-works/chord/dist/services/instances.js.map +0 -1
  1027. package/node_modules/@earendil-works/chord/dist/services/loopback.d.ts +0 -5
  1028. package/node_modules/@earendil-works/chord/dist/services/loopback.d.ts.map +0 -1
  1029. package/node_modules/@earendil-works/chord/dist/services/loopback.js +0 -15
  1030. package/node_modules/@earendil-works/chord/dist/services/loopback.js.map +0 -1
  1031. package/node_modules/@earendil-works/chord/dist/services/provider.d.ts +0 -37
  1032. package/node_modules/@earendil-works/chord/dist/services/provider.d.ts.map +0 -1
  1033. package/node_modules/@earendil-works/chord/dist/services/provider.js +0 -472
  1034. package/node_modules/@earendil-works/chord/dist/services/provider.js.map +0 -1
  1035. package/node_modules/@earendil-works/chord/dist/services/state-codec.d.ts +0 -15
  1036. package/node_modules/@earendil-works/chord/dist/services/state-codec.d.ts.map +0 -1
  1037. package/node_modules/@earendil-works/chord/dist/services/state-codec.js +0 -115
  1038. package/node_modules/@earendil-works/chord/dist/services/state-codec.js.map +0 -1
  1039. package/node_modules/@earendil-works/chord/dist/services/state-internals.d.ts +0 -11
  1040. package/node_modules/@earendil-works/chord/dist/services/state-internals.d.ts.map +0 -1
  1041. package/node_modules/@earendil-works/chord/dist/services/state-internals.js +0 -10
  1042. package/node_modules/@earendil-works/chord/dist/services/state-internals.js.map +0 -1
  1043. package/node_modules/@earendil-works/chord/dist/services/state.d.ts +0 -23
  1044. package/node_modules/@earendil-works/chord/dist/services/state.d.ts.map +0 -1
  1045. package/node_modules/@earendil-works/chord/dist/services/state.js +0 -124
  1046. package/node_modules/@earendil-works/chord/dist/services/state.js.map +0 -1
  1047. package/node_modules/@earendil-works/chord/dist/services/wire.d.ts +0 -60
  1048. package/node_modules/@earendil-works/chord/dist/services/wire.d.ts.map +0 -1
  1049. package/node_modules/@earendil-works/chord/dist/services/wire.js +0 -173
  1050. package/node_modules/@earendil-works/chord/dist/services/wire.js.map +0 -1
  1051. package/node_modules/@earendil-works/chord/dist/types.d.ts +0 -203
  1052. package/node_modules/@earendil-works/chord/dist/types.d.ts.map +0 -1
  1053. package/node_modules/@earendil-works/chord/dist/types.js +0 -2
  1054. package/node_modules/@earendil-works/chord/dist/types.js.map +0 -1
  1055. package/node_modules/@earendil-works/chord/package.json +0 -73
  1056. package/node_modules/@earendil-works/pi-agent-core/dist/harness/config.d.ts +0 -9
  1057. package/node_modules/@earendil-works/pi-agent-core/dist/harness/config.d.ts.map +0 -1
  1058. package/node_modules/@earendil-works/pi-agent-core/dist/harness/config.js +0 -35
  1059. package/node_modules/@earendil-works/pi-agent-core/dist/harness/config.js.map +0 -1
  1060. package/node_modules/@earendil-works/pi-agent-core/dist/harness/context.d.ts +0 -9
  1061. package/node_modules/@earendil-works/pi-agent-core/dist/harness/context.d.ts.map +0 -1
  1062. package/node_modules/@earendil-works/pi-agent-core/dist/harness/context.js +0 -13
  1063. package/node_modules/@earendil-works/pi-agent-core/dist/harness/context.js.map +0 -1
  1064. package/node_modules/@earendil-works/pi-agent-core/dist/harness/execution/assistant.d.ts +0 -42
  1065. package/node_modules/@earendil-works/pi-agent-core/dist/harness/execution/assistant.d.ts.map +0 -1
  1066. package/node_modules/@earendil-works/pi-agent-core/dist/harness/execution/assistant.js +0 -82
  1067. package/node_modules/@earendil-works/pi-agent-core/dist/harness/execution/assistant.js.map +0 -1
  1068. package/node_modules/@earendil-works/pi-agent-core/dist/harness/execution/effect-gate.d.ts +0 -22
  1069. package/node_modules/@earendil-works/pi-agent-core/dist/harness/execution/effect-gate.d.ts.map +0 -1
  1070. package/node_modules/@earendil-works/pi-agent-core/dist/harness/execution/effect-gate.js +0 -48
  1071. package/node_modules/@earendil-works/pi-agent-core/dist/harness/execution/effect-gate.js.map +0 -1
  1072. package/node_modules/@earendil-works/pi-agent-core/dist/harness/execution/tools.d.ts +0 -67
  1073. package/node_modules/@earendil-works/pi-agent-core/dist/harness/execution/tools.d.ts.map +0 -1
  1074. package/node_modules/@earendil-works/pi-agent-core/dist/harness/execution/tools.js +0 -121
  1075. package/node_modules/@earendil-works/pi-agent-core/dist/harness/execution/tools.js.map +0 -1
  1076. package/node_modules/@earendil-works/pi-agent-core/dist/harness/hooks.d.ts +0 -38
  1077. package/node_modules/@earendil-works/pi-agent-core/dist/harness/hooks.d.ts.map +0 -1
  1078. package/node_modules/@earendil-works/pi-agent-core/dist/harness/hooks.js +0 -404
  1079. package/node_modules/@earendil-works/pi-agent-core/dist/harness/hooks.js.map +0 -1
  1080. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/boundary.d.ts +0 -28
  1081. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/boundary.d.ts.map +0 -1
  1082. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/boundary.js +0 -173
  1083. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/boundary.js.map +0 -1
  1084. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/checkpoint.d.ts +0 -8
  1085. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/checkpoint.d.ts.map +0 -1
  1086. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/checkpoint.js +0 -133
  1087. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/checkpoint.js.map +0 -1
  1088. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/deferred.d.ts +0 -15
  1089. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/deferred.d.ts.map +0 -1
  1090. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/deferred.js +0 -179
  1091. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/deferred.js.map +0 -1
  1092. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/generation.d.ts +0 -8
  1093. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/generation.d.ts.map +0 -1
  1094. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/generation.js +0 -205
  1095. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/generation.js.map +0 -1
  1096. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/reconcile.d.ts +0 -5
  1097. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/reconcile.d.ts.map +0 -1
  1098. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/reconcile.js +0 -140
  1099. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/reconcile.js.map +0 -1
  1100. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/recovery.d.ts +0 -8
  1101. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/recovery.d.ts.map +0 -1
  1102. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/recovery.js +0 -85
  1103. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/recovery.js.map +0 -1
  1104. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/response.d.ts +0 -23
  1105. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/response.d.ts.map +0 -1
  1106. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/response.js +0 -394
  1107. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/response.js.map +0 -1
  1108. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/retry.d.ts +0 -4
  1109. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/retry.d.ts.map +0 -1
  1110. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/retry.js +0 -34
  1111. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/retry.js.map +0 -1
  1112. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/structural.d.ts +0 -32
  1113. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/structural.d.ts.map +0 -1
  1114. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/structural.js +0 -929
  1115. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/structural.js.map +0 -1
  1116. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/terminal.d.ts +0 -7
  1117. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/terminal.d.ts.map +0 -1
  1118. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/terminal.js +0 -49
  1119. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/terminal.js.map +0 -1
  1120. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/tool-placement.d.ts +0 -14
  1121. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/tool-placement.d.ts.map +0 -1
  1122. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/tool-placement.js +0 -244
  1123. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/tool-placement.js.map +0 -1
  1124. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/tools.d.ts +0 -6
  1125. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/tools.d.ts.map +0 -1
  1126. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/tools.js +0 -449
  1127. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/tools.js.map +0 -1
  1128. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive.d.ts +0 -6
  1129. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive.d.ts.map +0 -1
  1130. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive.js +0 -93
  1131. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive.js.map +0 -1
  1132. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/harness.d.ts +0 -59
  1133. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/harness.d.ts.map +0 -1
  1134. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/harness.js +0 -302
  1135. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/harness.js.map +0 -1
  1136. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/index.d.ts +0 -2
  1137. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/index.d.ts.map +0 -1
  1138. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/index.js +0 -2
  1139. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/index.js.map +0 -1
  1140. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/lane.d.ts +0 -118
  1141. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/lane.d.ts.map +0 -1
  1142. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/lane.js +0 -1559
  1143. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/lane.js.map +0 -1
  1144. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/progress.d.ts +0 -15
  1145. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/progress.d.ts.map +0 -1
  1146. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/progress.js +0 -66
  1147. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/progress.js.map +0 -1
  1148. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/reducer.d.ts +0 -5
  1149. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/reducer.d.ts.map +0 -1
  1150. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/reducer.js +0 -240
  1151. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/reducer.js.map +0 -1
  1152. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/restore.d.ts +0 -24
  1153. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/restore.d.ts.map +0 -1
  1154. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/restore.js +0 -117
  1155. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/restore.js.map +0 -1
  1156. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/transcript.d.ts +0 -21
  1157. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/transcript.d.ts.map +0 -1
  1158. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/transcript.js +0 -72
  1159. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/transcript.js.map +0 -1
  1160. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/types.d.ts +0 -105
  1161. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/types.d.ts.map +0 -1
  1162. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/types.js +0 -50
  1163. package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/types.js.map +0 -1
  1164. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/commit.d.ts +0 -53
  1165. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/commit.d.ts.map +0 -1
  1166. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/commit.js +0 -57
  1167. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/commit.js.map +0 -1
  1168. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/fork-policy.d.ts +0 -21
  1169. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/fork-policy.d.ts.map +0 -1
  1170. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/fork-policy.js +0 -55
  1171. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/fork-policy.js.map +0 -1
  1172. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/fork.d.ts +0 -16
  1173. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/fork.d.ts.map +0 -1
  1174. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/fork.js +0 -79
  1175. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/fork.js.map +0 -1
  1176. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/in-memory-storage-state.d.ts +0 -39
  1177. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/in-memory-storage-state.d.ts.map +0 -1
  1178. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/in-memory-storage-state.js +0 -269
  1179. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/in-memory-storage-state.js.map +0 -1
  1180. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/fork.d.ts +0 -38
  1181. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/fork.d.ts.map +0 -1
  1182. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/fork.js +0 -266
  1183. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/fork.js.map +0 -1
  1184. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/index.d.ts +0 -4
  1185. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/index.d.ts.map +0 -1
  1186. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/index.js +0 -4
  1187. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/index.js.map +0 -1
  1188. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/io.d.ts +0 -14
  1189. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/io.d.ts.map +0 -1
  1190. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/io.js +0 -86
  1191. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/io.js.map +0 -1
  1192. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/legacy-v3.d.ts +0 -44
  1193. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/legacy-v3.d.ts.map +0 -1
  1194. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/legacy-v3.js +0 -454
  1195. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/legacy-v3.js.map +0 -1
  1196. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/mutation-line.d.ts +0 -8
  1197. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/mutation-line.d.ts.map +0 -1
  1198. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/mutation-line.js +0 -22
  1199. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/mutation-line.js.map +0 -1
  1200. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/benchmark/datasets.d.ts +0 -12
  1201. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/benchmark/datasets.d.ts.map +0 -1
  1202. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/benchmark/datasets.js +0 -24
  1203. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/benchmark/datasets.js.map +0 -1
  1204. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/benchmark/session-repo.d.ts +0 -42
  1205. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/benchmark/session-repo.d.ts.map +0 -1
  1206. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/benchmark/session-repo.js +0 -127
  1207. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/benchmark/session-repo.js.map +0 -1
  1208. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/benchmark/storage.d.ts +0 -25
  1209. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/benchmark/storage.d.ts.map +0 -1
  1210. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/benchmark/storage.js +0 -114
  1211. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/benchmark/storage.js.map +0 -1
  1212. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/conformance/session-repo.d.ts +0 -23
  1213. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/conformance/session-repo.d.ts.map +0 -1
  1214. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/conformance/session-repo.js +0 -809
  1215. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/conformance/session-repo.js.map +0 -1
  1216. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/conformance/storage.d.ts +0 -4
  1217. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/conformance/storage.d.ts.map +0 -1
  1218. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/conformance/storage.js +0 -600
  1219. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/conformance/storage.js.map +0 -1
  1220. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/gating-storage.d.ts +0 -26
  1221. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/gating-storage.d.ts.map +0 -1
  1222. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/gating-storage.js +0 -103
  1223. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/gating-storage.js.map +0 -1
  1224. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/instrumented-storage.d.ts +0 -11
  1225. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/instrumented-storage.d.ts.map +0 -1
  1226. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/instrumented-storage.js +0 -19
  1227. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/instrumented-storage.js.map +0 -1
  1228. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/storage-decorator.d.ts +0 -20
  1229. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/storage-decorator.d.ts.map +0 -1
  1230. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/storage-decorator.js +0 -40
  1231. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/storage-decorator.js.map +0 -1
  1232. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/values.d.ts +0 -95
  1233. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/values.d.ts.map +0 -1
  1234. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/values.js +0 -81
  1235. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/values.js.map +0 -1
  1236. package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/adaptive-publisher.d.ts +0 -24
  1237. package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/adaptive-publisher.d.ts.map +0 -1
  1238. package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/adaptive-publisher.js +0 -79
  1239. package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/adaptive-publisher.js.map +0 -1
  1240. package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/output-capture.d.ts +0 -31
  1241. package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/output-capture.d.ts.map +0 -1
  1242. package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/output-capture.js +0 -217
  1243. package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/output-capture.js.map +0 -1
  1244. package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/usage.d.ts +0 -4
  1245. package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/usage.d.ts.map +0 -1
  1246. package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/usage.js +0 -33
  1247. package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/usage.js.map +0 -1
  1248. package/node_modules/@earendil-works/pi-ai/dist/api/cloudflare-ai-binding.d.ts +0 -77
  1249. package/node_modules/@earendil-works/pi-ai/dist/api/cloudflare-ai-binding.d.ts.map +0 -1
  1250. package/node_modules/@earendil-works/pi-ai/dist/api/cloudflare-ai-binding.js +0 -72
  1251. package/node_modules/@earendil-works/pi-ai/dist/api/cloudflare-ai-binding.js.map +0 -1
  1252. package/node_modules/@earendil-works/pi-ai/dist/cursor/context-limit-store.d.ts +0 -32
  1253. package/node_modules/@earendil-works/pi-ai/dist/cursor/context-limit-store.d.ts.map +0 -1
  1254. package/node_modules/@earendil-works/pi-ai/dist/cursor/context-limit-store.js +0 -62
  1255. package/node_modules/@earendil-works/pi-ai/dist/cursor/context-limit-store.js.map +0 -1
  1256. package/node_modules/@earendil-works/pi-ai/dist/providers/opencode-headers.d.ts +0 -4
  1257. package/node_modules/@earendil-works/pi-ai/dist/providers/opencode-headers.d.ts.map +0 -1
  1258. package/node_modules/@earendil-works/pi-ai/dist/providers/opencode-headers.js +0 -22
  1259. package/node_modules/@earendil-works/pi-ai/dist/providers/opencode-headers.js.map +0 -1
  1260. package/node_modules/@earendil-works/pi-ai/dist/utils/assistant-message-frame.d.ts +0 -77
  1261. package/node_modules/@earendil-works/pi-ai/dist/utils/assistant-message-frame.d.ts.map +0 -1
  1262. package/node_modules/@earendil-works/pi-ai/dist/utils/assistant-message-frame.js +0 -427
  1263. package/node_modules/@earendil-works/pi-ai/dist/utils/assistant-message-frame.js.map +0 -1
  1264. package/node_modules/@earendil-works/pi-ai/dist/utils/cursor-context-limit.d.ts +0 -12
  1265. package/node_modules/@earendil-works/pi-ai/dist/utils/cursor-context-limit.d.ts.map +0 -1
  1266. package/node_modules/@earendil-works/pi-ai/dist/utils/cursor-context-limit.js +0 -93
  1267. package/node_modules/@earendil-works/pi-ai/dist/utils/cursor-context-limit.js.map +0 -1
  1268. package/node_modules/@earendil-works/pi-tui/dist/components/mouse-region.d.ts +0 -12
  1269. package/node_modules/@earendil-works/pi-tui/dist/components/mouse-region.d.ts.map +0 -1
  1270. package/node_modules/@earendil-works/pi-tui/dist/components/mouse-region.js +0 -19
  1271. package/node_modules/@earendil-works/pi-tui/dist/components/mouse-region.js.map +0 -1
  1272. package/node_modules/@earendil-works/pi-tui/dist/native-platform.d.ts +0 -18
  1273. package/node_modules/@earendil-works/pi-tui/dist/native-platform.d.ts.map +0 -1
  1274. package/node_modules/@earendil-works/pi-tui/dist/native-platform.js +0 -42
  1275. package/node_modules/@earendil-works/pi-tui/dist/native-platform.js.map +0 -1
  1276. package/node_modules/@earendil-works/pi-tui/native/clipboard.h +0 -170
  1277. package/node_modules/@earendil-works/pi-tui/native/darwin/src/darwin-platform.m +0 -93
  1278. package/node_modules/@earendil-works/pi-tui/native/linux/README.md +0 -23
  1279. package/node_modules/@earendil-works/pi-tui/native/linux/build.sh +0 -65
  1280. package/node_modules/@earendil-works/pi-tui/native/linux/prebuilds/linux-arm64/linux-platform-x11.node +0 -0
  1281. package/node_modules/@earendil-works/pi-tui/native/linux/prebuilds/linux-x64/linux-platform-x11.node +0 -0
  1282. package/node_modules/@earendil-works/pi-tui/native/linux/src/clipboard-worker.h +0 -70
  1283. package/node_modules/@earendil-works/pi-tui/native/linux/src/linux-platform-x11.c +0 -274
  1284. package/node_modules/@earendil-works/pi-tui/native/napi.h +0 -89
  1285. package/node_modules/@earendil-works/pi-tui/native/win32/prebuilds/win32-arm64/win32-platform.node +0 -0
  1286. package/node_modules/@earendil-works/pi-tui/native/win32/prebuilds/win32-x64/win32-platform.node +0 -0
  1287. package/node_modules/@earendil-works/pi-tui/native/win32/src/win32-platform.c +0 -241
  1288. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/LICENSE +0 -201
  1289. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/README.md +0 -115
  1290. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-cjs/index.js +0 -96
  1291. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/abort-handler.js +0 -1
  1292. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/abort.js +0 -1
  1293. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +0 -5
  1294. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +0 -1
  1295. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +0 -1
  1296. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +0 -1
  1297. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +0 -1
  1298. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/auth/auth.js +0 -5
  1299. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/auth/index.js +0 -2
  1300. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +0 -1
  1301. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/checksum.js +0 -1
  1302. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/client.js +0 -1
  1303. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/command.js +0 -1
  1304. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/connection/config.js +0 -1
  1305. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/connection/index.js +0 -1
  1306. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/connection/manager.js +0 -1
  1307. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/connection/pool.js +0 -1
  1308. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/crypto.js +0 -1
  1309. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +0 -1
  1310. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/encode.js +0 -1
  1311. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/endpoint.js +0 -5
  1312. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/endpoints/EndpointParameterInstructions.js +0 -1
  1313. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +0 -1
  1314. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +0 -1
  1315. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +0 -1
  1316. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +0 -1
  1317. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/endpoints/index.js +0 -1
  1318. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/endpoints/shared.js +0 -1
  1319. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/eventStream.js +0 -1
  1320. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/extensions/checksum.js +0 -38
  1321. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +0 -7
  1322. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +0 -1
  1323. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/extensions/index.js +0 -2
  1324. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/extensions/retry.js +0 -1
  1325. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +0 -1
  1326. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/feature-ids.js +0 -1
  1327. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +0 -1
  1328. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/http.js +0 -5
  1329. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +0 -1
  1330. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +0 -1
  1331. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/identity/identity.js +0 -1
  1332. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/identity/index.js +0 -1
  1333. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +0 -1
  1334. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/index.js +0 -7
  1335. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/logger.js +0 -1
  1336. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/metrics.js +0 -1
  1337. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/middleware.js +0 -1
  1338. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/pagination.js +0 -1
  1339. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/profile.js +0 -6
  1340. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/response.js +0 -1
  1341. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/retry.js +0 -1
  1342. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +0 -1
  1343. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/schema/schema.js +0 -1
  1344. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/schema/sentinels.js +0 -1
  1345. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/schema/static-schemas.js +0 -1
  1346. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/schema/traits.js +0 -1
  1347. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/serde.js +0 -1
  1348. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/shapes.js +0 -1
  1349. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/signature.js +0 -1
  1350. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/stream.js +0 -1
  1351. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +0 -1
  1352. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +0 -1
  1353. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +0 -1
  1354. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/transfer.js +0 -6
  1355. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +0 -1
  1356. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +0 -1
  1357. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/transform/exact.js +0 -1
  1358. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/transform/mutable.js +0 -1
  1359. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/transform/no-undefined.js +0 -1
  1360. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/transform/type-transform.js +0 -1
  1361. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/uri.js +0 -1
  1362. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/util.js +0 -1
  1363. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/waiter.js +0 -1
  1364. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/abort-handler.d.ts +0 -7
  1365. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/abort.d.ts +0 -48
  1366. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +0 -7
  1367. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +0 -49
  1368. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +0 -20
  1369. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +0 -41
  1370. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +0 -14
  1371. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/auth/auth.d.ts +0 -59
  1372. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/auth/index.d.ts +0 -7
  1373. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +0 -37
  1374. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/checksum.d.ts +0 -61
  1375. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/client.d.ts +0 -57
  1376. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/command.d.ts +0 -28
  1377. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/connection/config.d.ts +0 -15
  1378. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/connection/index.d.ts +0 -3
  1379. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/connection/manager.d.ts +0 -34
  1380. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/connection/pool.d.ts +0 -32
  1381. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/crypto.d.ts +0 -58
  1382. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +0 -24
  1383. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/encode.d.ts +0 -31
  1384. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/endpoint.d.ts +0 -77
  1385. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/endpoints/EndpointParameterInstructions.d.ts +0 -41
  1386. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +0 -27
  1387. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +0 -10
  1388. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +0 -28
  1389. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +0 -16
  1390. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +0 -5
  1391. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +0 -55
  1392. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/eventStream.d.ts +0 -137
  1393. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +0 -58
  1394. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +0 -32
  1395. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +0 -9
  1396. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/extensions/index.d.ts +0 -6
  1397. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +0 -18
  1398. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +0 -35
  1399. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/feature-ids.d.ts +0 -16
  1400. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +0 -142
  1401. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/http.d.ts +0 -110
  1402. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +0 -14
  1403. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +0 -31
  1404. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/identity/identity.d.ts +0 -15
  1405. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/identity/index.d.ts +0 -4
  1406. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +0 -14
  1407. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/index.d.ts +0 -52
  1408. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/logger.d.ts +0 -13
  1409. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/metrics.d.ts +0 -93
  1410. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/middleware.d.ts +0 -541
  1411. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/pagination.d.ts +0 -33
  1412. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/profile.d.ts +0 -30
  1413. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/response.d.ts +0 -40
  1414. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/retry.d.ts +0 -162
  1415. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +0 -143
  1416. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/schema/schema.d.ts +0 -236
  1417. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +0 -65
  1418. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +0 -99
  1419. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/schema/traits.d.ts +0 -46
  1420. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/serde.d.ts +0 -114
  1421. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/shapes.d.ts +0 -79
  1422. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/signature.d.ts +0 -172
  1423. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/stream.d.ts +0 -22
  1424. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -28
  1425. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -54
  1426. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -41
  1427. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/transfer.d.ts +0 -42
  1428. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +0 -26
  1429. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -73
  1430. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/transform/exact.d.ts +0 -6
  1431. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +0 -6
  1432. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +0 -68
  1433. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +0 -39
  1434. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +0 -7
  1435. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +0 -45
  1436. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +0 -7
  1437. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +0 -49
  1438. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +0 -20
  1439. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +0 -41
  1440. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +0 -14
  1441. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +0 -59
  1442. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +0 -7
  1443. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -37
  1444. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +0 -61
  1445. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +0 -57
  1446. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +0 -28
  1447. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +0 -15
  1448. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +0 -3
  1449. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +0 -34
  1450. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +0 -32
  1451. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +0 -58
  1452. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +0 -40
  1453. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +0 -31
  1454. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +0 -77
  1455. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointParameterInstructions.d.ts +0 -41
  1456. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +0 -27
  1457. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +0 -10
  1458. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +0 -28
  1459. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +0 -16
  1460. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +0 -5
  1461. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +0 -55
  1462. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +0 -137
  1463. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +0 -58
  1464. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +0 -32
  1465. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +0 -9
  1466. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +0 -6
  1467. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +0 -18
  1468. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +0 -35
  1469. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +0 -16
  1470. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -142
  1471. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +0 -110
  1472. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +0 -14
  1473. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +0 -31
  1474. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +0 -15
  1475. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +0 -4
  1476. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +0 -14
  1477. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +0 -52
  1478. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +0 -13
  1479. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/metrics.d.ts +0 -93
  1480. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +0 -541
  1481. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +0 -33
  1482. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +0 -30
  1483. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +0 -40
  1484. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +0 -162
  1485. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +0 -149
  1486. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +0 -251
  1487. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +0 -65
  1488. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +0 -118
  1489. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +0 -46
  1490. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +0 -114
  1491. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +0 -79
  1492. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +0 -172
  1493. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +0 -22
  1494. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -28
  1495. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -54
  1496. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -41
  1497. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +0 -42
  1498. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +0 -26
  1499. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -77
  1500. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +0 -14
  1501. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +0 -6
  1502. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +0 -88
  1503. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +0 -40
  1504. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +0 -17
  1505. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +0 -192
  1506. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +0 -35
  1507. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/uri.d.ts +0 -17
  1508. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/util.d.ts +0 -176
  1509. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/waiter.d.ts +0 -35
  1510. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/package.json +0 -50
  1511. package/node_modules/esbuild/LICENSE.md +0 -21
  1512. package/node_modules/esbuild/README.md +0 -3
  1513. package/node_modules/esbuild/bin/esbuild +0 -223
  1514. package/node_modules/esbuild/install.js +0 -300
  1515. package/node_modules/esbuild/lib/main.d.ts +0 -720
  1516. package/node_modules/esbuild/lib/main.js +0 -2536
  1517. package/node_modules/esbuild/package.json +0 -47
  1518. package/node_modules/typebox/build/schema/intern/index.d.mts +0 -1
  1519. package/node_modules/typebox/build/schema/intern/index.mjs +0 -1
  1520. package/node_modules/typebox/build/schema/intern/intern.d.mts +0 -14
  1521. package/node_modules/typebox/build/schema/intern/intern.mjs +0 -259
  1522. package/vendor/pi-protocol/protocol.d.ts +0 -167
  1523. package/vendor/pi-protocol/protocol.d.ts.map +0 -1
  1524. package/vendor/pi-protocol/protocol.js +0 -85
  1525. package/vendor/pi-protocol/protocol.js.map +0 -1
@@ -63,32 +63,6 @@ export declare enum AdapterSize {
63
63
  ADAPTER_SIZE_THIRTY_TWO = "ADAPTER_SIZE_THIRTY_TWO"
64
64
  }
65
65
 
66
- declare type AfterErrorContext = HookContext & {};
67
-
68
- declare interface AfterErrorHook {
69
- /**
70
- * A hook that is called after the SDK encounters an error, or a
71
- * non-successful response. The hook can introduce instrumentation code such
72
- * as logging, tracing and metrics or modify the response or error values.
73
- */
74
- afterError: (hookCtx: AfterErrorContext, response: Response | null, error: unknown) => Awaitable_2<{
75
- response: Response | null;
76
- error: unknown;
77
- }>;
78
- }
79
-
80
- declare type AfterSuccessContext = HookContext & {};
81
-
82
- declare interface AfterSuccessHook {
83
- /**
84
- * A hook that is called after the SDK receives a response. The hook can
85
- * introduce instrumentation code such as logging, tracing and metrics or
86
- * modify the response before it is handled or throw an error to stop the
87
- * response from being handled.
88
- */
89
- afterSuccess: (hookCtx: AfterSuccessContext, response: Response) => Awaitable_2<Response>;
90
- }
91
-
92
66
  declare type Agent$ = Agent;
93
67
 
94
68
  /**
@@ -191,25 +165,6 @@ declare namespace agents {
191
165
  }
192
166
  }
193
167
 
194
- declare class Agents_2 extends ClientSDK {
195
- /**
196
- * Lists all Agents.
197
- */
198
- list(params?: ListAgentsParams_2, options?: Omit<RequestOptions, "extra_body">): APIPromise<agents.AgentListResponse>;
199
- /**
200
- * Creates a new Agent (Typed version for SDK).
201
- */
202
- create(params: CreateAgentParams, options?: RequestOptions): APIPromise<agents.Agent>;
203
- /**
204
- * Deletes an Agent.
205
- */
206
- delete(id: string, params?: DeleteAgentParams, options?: Omit<RequestOptions, "extra_body">): APIPromise<interactions.Empty>;
207
- /**
208
- * Gets a specific Agent.
209
- */
210
- get(id: string, params?: GetAgentParams, options?: Omit<RequestOptions, "extra_body">): APIPromise<agents.Agent>;
211
- }
212
-
213
168
  declare type AgentTool$ = AgentTool;
214
169
 
215
170
  /**
@@ -331,11 +286,11 @@ declare type AllowlistEntry = {
331
286
  /**
332
287
  * Headers to inject on all outbound requests matching this domain. Accepts a single dict or a list of dicts. The egress proxy injects these automatically.
333
288
  */
334
- transform?: Array<{
289
+ transform?: {
335
290
  [k: string]: string;
336
- }> | {
291
+ } | Array<{
337
292
  [k: string]: string;
338
- } | undefined;
293
+ }> | undefined;
339
294
  };
340
295
 
341
296
  declare type Annotation$ = Annotation;
@@ -387,20 +342,6 @@ export declare interface ApiAuthApiKeyConfig {
387
342
  apiKeyString?: string;
388
343
  }
389
344
 
390
- declare type APICall = {
391
- status: "complete";
392
- request: Request;
393
- response: Response;
394
- } | {
395
- status: "request-error";
396
- request: Request;
397
- response?: undefined;
398
- } | {
399
- status: "invalid";
400
- request?: undefined;
401
- response?: undefined;
402
- };
403
-
404
345
  /**
405
346
  * The ApiClient class is used to send requests to the Gemini API or Vertex AI
406
347
  * endpoints.
@@ -568,25 +509,6 @@ export declare interface ApiKeyConfig {
568
509
  name?: string;
569
510
  }
570
511
 
571
- declare class APIPromise<T> implements Promise<T> {
572
- readonly _promise: Promise<[T, APICall]>;
573
- _unwrapped: Promise<T> | null;
574
- _callSource: Promise<APICall> | null;
575
- readonly [Symbol.toStringTag] = "APIPromise";
576
- constructor(p: [T, APICall] | Promise<[T, APICall]>, callSource?: Promise<APICall>);
577
- _getUnwrapped(): Promise<T>;
578
- then<TResult1 = T, TResult2 = never>(onfulfilled?: ((value: T) => TResult1 | PromiseLike<TResult1>) | null | undefined, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | null | undefined): Promise<TResult1 | TResult2>;
579
- catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | null | undefined): Promise<T | TResult>;
580
- finally(onfinally?: (() => void) | null | undefined): Promise<T>;
581
- $inspect(): Promise<[T, APICall]>;
582
- asResponse(): Promise<Response>;
583
- withResponse(): Promise<{
584
- data: T;
585
- response: Response;
586
- }>;
587
- _thenUnwrap<U>(transform: (value: T) => U): APIPromise<U>;
588
- }
589
-
590
512
  /** The API spec that the external API implements. This enum is not supported in Gemini API. */
591
513
  export declare enum ApiSpec {
592
514
  /**
@@ -718,10 +640,6 @@ declare type AudioContent = {
718
640
  * The audio content.
719
641
  */
720
642
  data?: string | undefined;
721
- /**
722
- * The mime type of the audio.
723
- */
724
- mime_type?: AudioContentMimeType | undefined;
725
643
  /**
726
644
  * The sample rate of the audio.
727
645
  */
@@ -731,6 +649,10 @@ declare type AudioContent = {
731
649
  * The URI of the audio.
732
650
  */
733
651
  uri?: string | undefined;
652
+ /**
653
+ * The mime type of the audio.
654
+ */
655
+ mime_type?: AudioContentMimeType | undefined;
734
656
  };
735
657
 
736
658
  /**
@@ -743,7 +665,7 @@ declare type AudioContent = {
743
665
  /**
744
666
  * The mime type of the audio.
745
667
  */
746
- declare type AudioContentMimeType = "audio/wav" | "audio/mp3" | "audio/aiff" | "audio/aac" | "audio/ogg" | "audio/flac" | "audio/mpeg" | "audio/m4a" | "audio/l16" | "audio/opus" | "audio/alaw" | "audio/mulaw" | "audio/webm" | (string & {});
668
+ declare type AudioContentMimeType = "audio/wav" | "audio/mp3" | "audio/aiff" | "audio/aac" | "audio/ogg" | "audio/flac" | "audio/mpeg" | "audio/m4a" | "audio/l16" | "audio/opus" | "audio/alaw" | "audio/mulaw" | (string & {});
747
669
 
748
670
  declare type AudioDelta = {
749
671
  /**
@@ -773,7 +695,7 @@ declare type AudioDelta = {
773
695
  *
774
696
  * g3-prettier-ignore-file
775
697
  */
776
- declare type AudioDeltaMimeType = "audio/wav" | "audio/mp3" | "audio/aiff" | "audio/aac" | "audio/ogg" | "audio/flac" | "audio/mpeg" | "audio/m4a" | "audio/l16" | "audio/opus" | "audio/alaw" | "audio/mulaw" | "audio/webm" | (string & {});
698
+ declare type AudioDeltaMimeType = "audio/wav" | "audio/mp3" | "audio/aiff" | "audio/aac" | "audio/ogg" | "audio/flac" | "audio/mpeg" | "audio/m4a" | "audio/l16" | "audio/opus" | "audio/alaw" | "audio/mulaw" | (string & {});
777
699
 
778
700
  declare type AudioResponseFormat$ = AudioResponseFormat_2;
779
701
 
@@ -850,24 +772,6 @@ export declare interface AudioTranscriptionConfig {
850
772
  /** Configures speaker diarization.
851
773
  */
852
774
  diarization?: boolean;
853
- /** Optional. Configures transcription mode. Supported values: `VERBATIM`, `SMART`. If unspecified, defaults to `VERBATIM` transcription. In `SMART` mode, the model performs disfluency removal (eliminating filler words, repetitions, and false starts), light grammatical cleanup, automatic formatting (paragraphs, bullet points, numbered lists), and minor user edits (inline self-corrections). Timestamps and diarization are incompatible with mode `SMART`. */
854
- mode?: AudioTranscriptionConfigMode;
855
- }
856
-
857
- /** Transcription mode. */
858
- export declare enum AudioTranscriptionConfigMode {
859
- /**
860
- * Unspecified transcription mode.
861
- */
862
- MODE_UNSPECIFIED = "MODE_UNSPECIFIED",
863
- /**
864
- * Verbatim transcription mode.
865
- */
866
- VERBATIM = "VERBATIM",
867
- /**
868
- * Smart transcription mode.
869
- */
870
- SMART = "SMART"
871
775
  }
872
776
 
873
777
  /**
@@ -1049,10 +953,6 @@ export declare interface AvatarConfig {
1049
953
  videoBitrateBps?: number;
1050
954
  }
1051
955
 
1052
- declare type Awaitable<T> = T | Promise<T>;
1053
-
1054
- declare type Awaitable_2<T> = T | Promise<T>;
1055
-
1056
956
  /**
1057
957
  * @license
1058
958
  * Copyright 2026 Google LLC
@@ -1313,31 +1213,6 @@ export declare interface BatchJobSource {
1313
1213
 
1314
1214
  export declare type BatchJobSourceUnion = BatchJobSource | InlinedRequest[] | string;
1315
1215
 
1316
- declare type BeforeCreateRequestContext = HookContext & {};
1317
-
1318
- declare interface BeforeCreateRequestHook {
1319
- /**
1320
- * A hook that is called before the SDK creates a `Request` object. The hook
1321
- * can modify how a request is constructed since certain modifications, like
1322
- * changing the request URL, cannot be done on a request object directly.
1323
- */
1324
- beforeCreateRequest: (hookCtx: BeforeCreateRequestContext, input: RequestInput) => RequestInput;
1325
- }
1326
-
1327
- declare type BeforeRequestContext = HookContext & {};
1328
-
1329
- declare type BeforeRequestHook = (req: Request) => Awaitable<Request | void>;
1330
-
1331
- declare interface BeforeRequestHook_2 {
1332
- /**
1333
- * A hook that is called before the SDK sends a request. The hook can
1334
- * introduce instrumentation code such as logging, tracing and metrics or
1335
- * replace the request before it is sent or throw an error to stop the
1336
- * request from being sent.
1337
- */
1338
- beforeRequest: (hookCtx: BeforeRequestContext, request: Request) => Awaitable_2<Request>;
1339
- }
1340
-
1341
1216
  /** Specifies the function Behavior. If not specified, the system keeps the current function call behavior. This field is currently only supported by the BidiGenerateContent method. */
1342
1217
  export declare enum Behavior {
1343
1218
  /**
@@ -1592,31 +1467,17 @@ export declare interface CancelBatchJobParameters {
1592
1467
  config?: CancelBatchJobConfig;
1593
1468
  }
1594
1469
 
1595
- /**
1596
- * @license
1597
- * Copyright 2026 Google LLC
1598
- * SPDX-License-Identifier: Apache-2.0
1599
- *
1600
- * g3-prettier-ignore-file
1601
- */
1602
- declare type CancelInteractionByIdGlobals = {
1603
- /**
1604
- * Which version of the API to use.
1605
- */
1606
- api_version?: string | undefined;
1607
- };
1608
-
1609
1470
  declare type CancelInteractionByIdParams = Omit<CancelInteractionByIdRequest, "id">;
1610
1471
 
1611
1472
  declare type CancelInteractionByIdRequest = {
1612
- /**
1613
- * Which version of the API to use.
1614
- */
1615
- api_version?: string | undefined;
1616
1473
  /**
1617
1474
  * The unique identifier of the interaction to cancel.
1618
1475
  */
1619
1476
  id: string;
1477
+ /**
1478
+ * Which version of the API to use.
1479
+ */
1480
+ api_version?: string | undefined;
1620
1481
  };
1621
1482
 
1622
1483
  /** Optional parameters for tunings.cancel method. */
@@ -1843,24 +1704,6 @@ export declare interface CitationMetadata {
1843
1704
  citations?: Citation[];
1844
1705
  }
1845
1706
 
1846
- declare class ClientSDK {
1847
- readonly _httpClient: HTTPClient;
1848
- readonly _hooks: SDKHooks;
1849
- readonly _logger?: Logger | undefined;
1850
- readonly _baseURL: URL | null;
1851
- readonly _options: SDKOptions & {
1852
- hooks?: SDKHooks;
1853
- };
1854
- constructor(options?: SDKOptions);
1855
- _createRequest(context: HookContext, conf: RequestConfig, options?: RequestOptions): Result<Request, InvalidRequestError | UnexpectedClientError>;
1856
- _do(request: Request, options: {
1857
- context: HookContext;
1858
- isErrorStatusCode: (statusCode: number) => boolean;
1859
- retryConfig: RetryConfig;
1860
- retryCodes: string[];
1861
- }): Promise<Result<Response, RequestAbortedError | RequestTimeoutError | ConnectionError | UnexpectedClientError>>;
1862
- }
1863
-
1864
1707
  declare type CodeExecution$ = CodeExecution;
1865
1708
 
1866
1709
  /**
@@ -2135,14 +1978,6 @@ export declare interface ComputeTokensResult {
2135
1978
  tokensInfo?: TokensInfo[];
2136
1979
  }
2137
1980
 
2138
- /**
2139
- * An error that is raised when a HTTP client is unable to make a request to
2140
- * a server.
2141
- */
2142
- declare class ConnectionError extends HTTPClientError {
2143
- readonly name = "ConnectionError";
2144
- }
2145
-
2146
1981
  declare type Content$ = Content_2;
2147
1982
 
2148
1983
  /** Contains the multi-part content of a message. */
@@ -2157,7 +1992,7 @@ export declare interface Content {
2157
1992
  /**
2158
1993
  * The content of the response.
2159
1994
  */
2160
- declare type Content_2 = AudioContent | DocumentContent | ImageContent | TextContent | VideoContent;
1995
+ declare type Content_2 = TextContent | ImageContent | AudioContent | DocumentContent | VideoContent;
2161
1996
 
2162
1997
  /** The embedding generated from an input content. */
2163
1998
  export declare interface ContentEmbedding {
@@ -2303,13 +2138,6 @@ export declare interface CountTokensResult {
2303
2138
  totalTokens?: number;
2304
2139
  }
2305
2140
 
2306
- declare type CreateAgentGlobals = {
2307
- /**
2308
- * Which version of the API to use.
2309
- */
2310
- api_version?: string | undefined;
2311
- };
2312
-
2313
2141
  /**
2314
2142
  * Parameters for creating agent interactions
2315
2143
  */
@@ -2319,35 +2147,31 @@ declare type CreateAgentInteraction = {
2319
2147
  */
2320
2148
  agent: AgentOption;
2321
2149
  /**
2322
- * Configuration parameters for the agent interaction.
2323
- */
2324
- agent_config?: AntigravityAgentConfig | CodeMenderAgentConfig | DeepResearchAgentConfig | DynamicAgentConfig | undefined;
2325
- /**
2326
- * Input only. Whether to run the model interaction in the background.
2150
+ * Input only. Whether the interaction will be streamed.
2327
2151
  */
2328
- background?: boolean | undefined;
2152
+ stream?: boolean | undefined;
2329
2153
  /**
2330
- * The environment configuration for the interaction. Can be an object specifying remote environment sources or a string referencing an existing environment ID.
2154
+ * Input only. Whether to store the response and request for later retrieval.
2331
2155
  */
2332
- environment?: Environment_2 | string | undefined;
2156
+ store?: boolean | undefined;
2333
2157
  /**
2334
- * The input for the interaction.
2158
+ * Input only. Whether to run the model interaction in the background.
2335
2159
  */
2336
- input: InteractionsInput;
2160
+ background?: boolean | undefined;
2337
2161
  /**
2338
- * The labels with user-defined metadata for the request.
2162
+ * System instruction for the interaction.
2339
2163
  */
2340
- labels?: {
2341
- [k: string]: string;
2342
- } | undefined;
2164
+ system_instruction?: string | undefined;
2343
2165
  /**
2344
- * The ID of the previous interaction, if any.
2166
+ * A list of tool declarations the model may call during interaction.
2345
2167
  */
2346
- previous_interaction_id?: string | undefined;
2168
+ tools?: Array<Tool_2> | undefined;
2347
2169
  /**
2348
- * Enforces that the generated response is a JSON object that complies with the JSON schema specified in this field.
2170
+ * The requested modalities of the response (TEXT, IMAGE, AUDIO).
2171
+ *
2172
+ * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
2349
2173
  */
2350
- response_format?: ResponseFormat_2 | Array<ResponseFormat_2> | undefined;
2174
+ response_modalities?: Array<ResponseModality> | undefined;
2351
2175
  /**
2352
2176
  * The mime type of the response. This is required if response_format is set.
2353
2177
  *
@@ -2355,42 +2179,46 @@ declare type CreateAgentInteraction = {
2355
2179
  */
2356
2180
  response_mime_type?: string | undefined;
2357
2181
  /**
2358
- * The requested modalities of the response (TEXT, IMAGE, AUDIO).
2359
- *
2360
- * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
2182
+ * The ID of the previous interaction, if any.
2361
2183
  */
2362
- response_modalities?: Array<ResponseModality> | undefined;
2184
+ previous_interaction_id?: string | undefined;
2185
+ service_tier?: ServiceTier_2 | undefined;
2363
2186
  /**
2364
- * Safety settings for the interaction.
2187
+ * Message for configuring webhook events for a request.
2365
2188
  */
2366
- safety_settings?: Array<SafetySetting_2> | undefined;
2367
- service_tier?: ServiceTier_2 | undefined;
2189
+ webhook_config?: WebhookConfig_2 | undefined;
2368
2190
  /**
2369
- * Input only. Whether to store the response and request for later retrieval.
2191
+ * Enforces that the generated response is a JSON object that complies with the JSON schema specified in this field.
2370
2192
  */
2371
- store?: boolean | undefined;
2193
+ response_format?: Array<ResponseFormat_2> | ResponseFormat_2 | undefined;
2372
2194
  /**
2373
- * Input only. Whether the interaction will be streamed.
2195
+ * The environment configuration for the interaction. Can be an object specifying remote environment sources or a string referencing an existing environment ID.
2374
2196
  */
2375
- stream?: boolean | undefined;
2197
+ environment?: Environment_2 | string | undefined;
2376
2198
  /**
2377
- * System instruction for the interaction.
2199
+ * Configuration parameters for the agent interaction.
2378
2200
  */
2379
- system_instruction?: string | undefined;
2201
+ agent_config?: DynamicAgentConfig | DeepResearchAgentConfig | CodeMenderAgentConfig | AntigravityAgentConfig | undefined;
2380
2202
  /**
2381
- * A list of tool declarations the model may call during interaction.
2203
+ * Safety settings for the interaction.
2382
2204
  */
2383
- tools?: Array<Tool_2> | undefined;
2205
+ safety_settings?: Array<SafetySetting_2> | undefined;
2384
2206
  /**
2385
- * Message for configuring webhook events for a request.
2207
+ * The labels with user-defined metadata for the request.
2386
2208
  */
2387
- webhook_config?: WebhookConfig_2 | undefined;
2209
+ labels?: {
2210
+ [k: string]: string;
2211
+ } | undefined;
2212
+ /**
2213
+ * The input for the interaction.
2214
+ */
2215
+ input: InteractionsInput;
2388
2216
  };
2389
2217
 
2390
2218
  /**
2391
2219
  * Configuration parameters for the agent interaction.
2392
2220
  */
2393
- declare type CreateAgentInteractionAgentConfig = AntigravityAgentConfig | CodeMenderAgentConfig | DeepResearchAgentConfig | DynamicAgentConfig;
2221
+ declare type CreateAgentInteractionAgentConfig = DynamicAgentConfig | DeepResearchAgentConfig | CodeMenderAgentConfig | AntigravityAgentConfig;
2394
2222
 
2395
2223
  /**
2396
2224
  * The environment configuration for the interaction. Can be an object specifying remote environment sources or a string referencing an existing environment ID.
@@ -2414,7 +2242,7 @@ declare type CreateAgentInteractionParamsStreaming = CreateAgentInteractionParam
2414
2242
  /**
2415
2243
  * Enforces that the generated response is a JSON object that complies with the JSON schema specified in this field.
2416
2244
  */
2417
- declare type CreateAgentInteractionResponseFormat = ResponseFormat_2 | Array<ResponseFormat_2>;
2245
+ declare type CreateAgentInteractionResponseFormat = Array<ResponseFormat_2> | ResponseFormat_2;
2418
2246
 
2419
2247
  declare type CreateAgentParams = Omit<CreateAgentRequest, "body"> & CreateAgentRequest["body"];
2420
2248
 
@@ -2569,6 +2397,12 @@ export declare interface CreateChatParameters {
2569
2397
  docs to find the available models.
2570
2398
  */
2571
2399
  model: string;
2400
+ /** Config for the entire chat session.
2401
+
2402
+ This config applies to all requests within the session
2403
+ unless overridden by a per-request `config` in `SendMessageParameters`.
2404
+ */
2405
+ config?: GenerateContentConfig;
2572
2406
  /** The initial conversation history for the chat session.
2573
2407
 
2574
2408
  This allows you to start the chat with a pre-existing history. The history
@@ -2576,12 +2410,6 @@ export declare interface CreateChatParameters {
2576
2410
  It should start with a 'user' message.
2577
2411
  */
2578
2412
  history?: Content[];
2579
- /** Config for the entire chat session.
2580
-
2581
- This config applies to all requests within the session
2582
- unless overridden by a per-request `config` in `SendMessageParameters`.
2583
- */
2584
- config?: GenerateContentConfig;
2585
2413
  }
2586
2414
 
2587
2415
  /** Config for optional parameters. */
@@ -2613,13 +2441,6 @@ export declare interface CreateEmbeddingsBatchJobParameters {
2613
2441
  config?: CreateEmbeddingsBatchJobConfig;
2614
2442
  }
2615
2443
 
2616
- declare type CreateEnvironmentGlobals = {
2617
- /**
2618
- * Which version of the API to use.
2619
- */
2620
- api_version?: string | undefined;
2621
- };
2622
-
2623
2444
  declare type CreateEnvironmentRequest$ = CreateEnvironmentRequest;
2624
2445
 
2625
2446
  /**
@@ -2636,17 +2457,6 @@ declare type CreateEnvironmentRequest = {
2636
2457
  sources?: Array<interactions.Source> | undefined;
2637
2458
  };
2638
2459
 
2639
- declare type CreateEnvironmentRequest_2 = {
2640
- /**
2641
- * Which version of the API to use.
2642
- */
2643
- api_version?: string | undefined;
2644
- /**
2645
- * Required. The environment to create.
2646
- */
2647
- body: environments.CreateEnvironmentRequest;
2648
- };
2649
-
2650
2460
  declare type CreateEnvironmentRequestNetworkEnum = "disabled";
2651
2461
 
2652
2462
  /**
@@ -2723,13 +2533,6 @@ export declare function createFunctionResponsePartFromBase64(data: string, mimeT
2723
2533
  */
2724
2534
  export declare function createFunctionResponsePartFromUri(uri: string, mimeType: string): FunctionResponsePart;
2725
2535
 
2726
- declare type CreateInteractionGlobals = {
2727
- /**
2728
- * Which version of the API to use.
2729
- */
2730
- api_version?: string | undefined;
2731
- };
2732
-
2733
2536
  declare type CreateInteractionParams = Omit<CreateInteractionRequest, "body"> & CreateInteractionRequest["body"];
2734
2537
 
2735
2538
  declare type CreateInteractionParamsNonStreaming = CreateInteractionParams & {
@@ -2748,16 +2551,9 @@ declare type CreateInteractionRequest = {
2748
2551
  /**
2749
2552
  * The request body.
2750
2553
  */
2751
- body: interactions.CreateAgentInteraction | interactions.CreateModelInteraction;
2554
+ body: interactions.CreateModelInteraction | interactions.CreateAgentInteraction;
2752
2555
  };
2753
2556
 
2754
- /**
2755
- * The request body.
2756
- */
2757
- declare type CreateInteractionRequestBody = interactions.CreateAgentInteraction | interactions.CreateModelInteraction;
2758
-
2759
- declare type CreateInteractionResponse = interactions.Interaction | Stream<interactions.InteractionSSEEvent>;
2760
-
2761
2557
  /**
2762
2558
  * Creates a `Content` object with a model role from a `PartListUnion` object or `string`.
2763
2559
  */
@@ -2768,76 +2564,76 @@ export declare function createModelContent(partOrString: PartListUnion | string)
2768
2564
  */
2769
2565
  declare type CreateModelInteraction = {
2770
2566
  /**
2771
- * Input only. Whether to run the model interaction in the background.
2772
- */
2773
- background?: boolean | undefined;
2774
- /**
2775
- * The environment configuration for the interaction. Can be an object specifying remote environment sources or a string referencing an existing environment ID.
2776
- */
2777
- environment?: Environment_2 | string | undefined;
2778
- /**
2779
- * Configuration parameters for model interactions.
2567
+ * The model that will complete your prompt.\n\nSee [models](https://ai.google.dev/gemini-api/docs/models) for additional details.
2780
2568
  */
2781
- generation_config?: GenerationConfig_2 | undefined;
2569
+ model: Model_2;
2782
2570
  /**
2783
- * The input for the interaction.
2571
+ * Input only. Whether the interaction will be streamed.
2784
2572
  */
2785
- input: InteractionsInput;
2573
+ stream?: boolean | undefined;
2786
2574
  /**
2787
- * The labels with user-defined metadata for the request.
2575
+ * Input only. Whether to store the response and request for later retrieval.
2788
2576
  */
2789
- labels?: {
2790
- [k: string]: string;
2791
- } | undefined;
2577
+ store?: boolean | undefined;
2792
2578
  /**
2793
- * The model that will complete your prompt.\n\nSee [models](https://ai.google.dev/gemini-api/docs/models) for additional details.
2579
+ * Input only. Whether to run the model interaction in the background.
2794
2580
  */
2795
- model: Model_2;
2581
+ background?: boolean | undefined;
2796
2582
  /**
2797
- * The ID of the previous interaction, if any.
2583
+ * System instruction for the interaction.
2798
2584
  */
2799
- previous_interaction_id?: string | undefined;
2585
+ system_instruction?: string | undefined;
2800
2586
  /**
2801
- * Enforces that the generated response is a JSON object that complies with the JSON schema specified in this field.
2587
+ * A list of tool declarations the model may call during interaction.
2802
2588
  */
2803
- response_format?: ResponseFormat_2 | Array<ResponseFormat_2> | undefined;
2589
+ tools?: Array<Tool_2> | undefined;
2804
2590
  /**
2805
- * The mime type of the response. This is required if response_format is set.
2591
+ * The requested modalities of the response (TEXT, IMAGE, AUDIO).
2806
2592
  *
2807
2593
  * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
2808
2594
  */
2809
- response_mime_type?: string | undefined;
2595
+ response_modalities?: Array<ResponseModality> | undefined;
2810
2596
  /**
2811
- * The requested modalities of the response (TEXT, IMAGE, AUDIO).
2597
+ * The mime type of the response. This is required if response_format is set.
2812
2598
  *
2813
2599
  * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
2814
2600
  */
2815
- response_modalities?: Array<ResponseModality> | undefined;
2601
+ response_mime_type?: string | undefined;
2816
2602
  /**
2817
- * Safety settings for the interaction.
2603
+ * The ID of the previous interaction, if any.
2818
2604
  */
2819
- safety_settings?: Array<SafetySetting_2> | undefined;
2605
+ previous_interaction_id?: string | undefined;
2820
2606
  service_tier?: ServiceTier_2 | undefined;
2821
2607
  /**
2822
- * Input only. Whether to store the response and request for later retrieval.
2608
+ * Message for configuring webhook events for a request.
2823
2609
  */
2824
- store?: boolean | undefined;
2610
+ webhook_config?: WebhookConfig_2 | undefined;
2825
2611
  /**
2826
- * Input only. Whether the interaction will be streamed.
2612
+ * Enforces that the generated response is a JSON object that complies with the JSON schema specified in this field.
2827
2613
  */
2828
- stream?: boolean | undefined;
2614
+ response_format?: Array<ResponseFormat_2> | ResponseFormat_2 | undefined;
2829
2615
  /**
2830
- * System instruction for the interaction.
2616
+ * The environment configuration for the interaction. Can be an object specifying remote environment sources or a string referencing an existing environment ID.
2831
2617
  */
2832
- system_instruction?: string | undefined;
2618
+ environment?: Environment_2 | string | undefined;
2833
2619
  /**
2834
- * A list of tool declarations the model may call during interaction.
2620
+ * Configuration parameters for model interactions.
2835
2621
  */
2836
- tools?: Array<Tool_2> | undefined;
2622
+ generation_config?: GenerationConfig_2 | undefined;
2837
2623
  /**
2838
- * Message for configuring webhook events for a request.
2624
+ * Safety settings for the interaction.
2839
2625
  */
2840
- webhook_config?: WebhookConfig_2 | undefined;
2626
+ safety_settings?: Array<SafetySetting_2> | undefined;
2627
+ /**
2628
+ * The labels with user-defined metadata for the request.
2629
+ */
2630
+ labels?: {
2631
+ [k: string]: string;
2632
+ } | undefined;
2633
+ /**
2634
+ * The input for the interaction.
2635
+ */
2636
+ input: InteractionsInput;
2841
2637
  };
2842
2638
 
2843
2639
  /**
@@ -2862,7 +2658,7 @@ declare type CreateModelInteractionParamsStreaming = CreateModelInteractionParam
2862
2658
  /**
2863
2659
  * Enforces that the generated response is a JSON object that complies with the JSON schema specified in this field.
2864
2660
  */
2865
- declare type CreateModelInteractionResponseFormat = ResponseFormat_2 | Array<ResponseFormat_2>;
2661
+ declare type CreateModelInteractionResponseFormat = Array<ResponseFormat_2> | ResponseFormat_2;
2866
2662
 
2867
2663
  /**
2868
2664
  * Creates a `Part` object from a `base64` encoded `string`.
@@ -2899,13 +2695,6 @@ export declare function createPartFromText(text: string): Part;
2899
2695
  */
2900
2696
  export declare function createPartFromUri(uri: string, mimeType: string, mediaResolution?: PartMediaResolutionLevel): Part;
2901
2697
 
2902
- declare type CreateTriggerGlobals = {
2903
- /**
2904
- * Which version of the API to use.
2905
- */
2906
- api_version?: string | undefined;
2907
- };
2908
-
2909
2698
  declare type CreateTriggerParams = Omit<CreateTriggerRequest, "body"> & CreateTriggerRequest["body"];
2910
2699
 
2911
2700
  declare type CreateTriggerRequest = {
@@ -3012,13 +2801,6 @@ export declare interface CreateTuningJobParametersPrivate {
3012
2801
  */
3013
2802
  export declare function createUserContent(partOrString: PartListUnion | string): Content;
3014
2803
 
3015
- declare type CreateWebhookGlobals = {
3016
- /**
3017
- * Which version of the API to use.
3018
- */
3019
- api_version?: string | undefined;
3020
- };
3021
-
3022
2804
  declare type CreateWebhookParams = Omit<CreateWebhookRequest, "body"> & CreateWebhookRequest["body"];
3023
2805
 
3024
2806
  declare type CreateWebhookRequest = {
@@ -3153,20 +2935,6 @@ declare type DeepResearchAgentConfig = {
3153
2935
  visualization?: Visualization | undefined;
3154
2936
  };
3155
2937
 
3156
- /**
3157
- * @license
3158
- * Copyright 2026 Google LLC
3159
- * SPDX-License-Identifier: Apache-2.0
3160
- *
3161
- * g3-prettier-ignore-file
3162
- */
3163
- declare type DeleteAgentGlobals = {
3164
- /**
3165
- * Which version of the API to use.
3166
- */
3167
- api_version?: string | undefined;
3168
- };
3169
-
3170
2938
  declare type DeleteAgentParams = Omit<DeleteAgentRequest, "id">;
3171
2939
 
3172
2940
  declare type DeleteAgentRequest = {
@@ -3256,33 +3024,6 @@ export declare interface DeleteDocumentParameters {
3256
3024
  config?: DeleteDocumentConfig;
3257
3025
  }
3258
3026
 
3259
- /**
3260
- * @license
3261
- * Copyright 2026 Google LLC
3262
- * SPDX-License-Identifier: Apache-2.0
3263
- *
3264
- * g3-prettier-ignore-file
3265
- */
3266
- declare type DeleteEnvironmentGlobals = {
3267
- /**
3268
- * Which version of the API to use.
3269
- */
3270
- api_version?: string | undefined;
3271
- };
3272
-
3273
- declare type DeleteEnvironmentParams = Omit<DeleteEnvironmentRequest, "id">;
3274
-
3275
- declare type DeleteEnvironmentRequest = {
3276
- /**
3277
- * Which version of the API to use.
3278
- */
3279
- api_version?: string | undefined;
3280
- /**
3281
- * Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
3282
- */
3283
- id: string;
3284
- };
3285
-
3286
3027
  /** Used to override the default configuration. */
3287
3028
  export declare interface DeleteFileConfig {
3288
3029
  /** Used to override HTTP request options. */
@@ -3336,31 +3077,17 @@ export declare interface DeleteFileSearchStoreParameters {
3336
3077
  config?: DeleteFileSearchStoreConfig;
3337
3078
  }
3338
3079
 
3339
- /**
3340
- * @license
3341
- * Copyright 2026 Google LLC
3342
- * SPDX-License-Identifier: Apache-2.0
3343
- *
3344
- * g3-prettier-ignore-file
3345
- */
3346
- declare type DeleteInteractionGlobals = {
3347
- /**
3348
- * Which version of the API to use.
3349
- */
3350
- api_version?: string | undefined;
3351
- };
3352
-
3353
3080
  declare type DeleteInteractionParams = Omit<DeleteInteractionRequest, "id">;
3354
3081
 
3355
3082
  declare type DeleteInteractionRequest = {
3356
- /**
3357
- * Which version of the API to use.
3358
- */
3359
- api_version?: string | undefined;
3360
3083
  /**
3361
3084
  * The unique identifier of the interaction to delete.
3362
3085
  */
3363
3086
  id: string;
3087
+ /**
3088
+ * Which version of the API to use.
3089
+ */
3090
+ api_version?: string | undefined;
3364
3091
  };
3365
3092
 
3366
3093
  /** Configuration for deleting a tuned model. */
@@ -3397,20 +3124,6 @@ export declare interface DeleteResourceJob {
3397
3124
  error?: JobError;
3398
3125
  }
3399
3126
 
3400
- /**
3401
- * @license
3402
- * Copyright 2026 Google LLC
3403
- * SPDX-License-Identifier: Apache-2.0
3404
- *
3405
- * g3-prettier-ignore-file
3406
- */
3407
- declare type DeleteTriggerGlobals = {
3408
- /**
3409
- * Which version of the API to use.
3410
- */
3411
- api_version?: string | undefined;
3412
- };
3413
-
3414
3127
  declare type DeleteTriggerParams = Omit<DeleteTriggerRequest, "id">;
3415
3128
 
3416
3129
  declare type DeleteTriggerRequest = {
@@ -3424,20 +3137,6 @@ declare type DeleteTriggerRequest = {
3424
3137
  id: string;
3425
3138
  };
3426
3139
 
3427
- /**
3428
- * @license
3429
- * Copyright 2026 Google LLC
3430
- * SPDX-License-Identifier: Apache-2.0
3431
- *
3432
- * g3-prettier-ignore-file
3433
- */
3434
- declare type DeleteWebhookGlobals = {
3435
- /**
3436
- * Which version of the API to use.
3437
- */
3438
- api_version?: string | undefined;
3439
- };
3440
-
3441
3140
  declare type DeleteWebhookParams = Omit<DeleteWebhookRequest, "id">;
3442
3141
 
3443
3142
  declare type DeleteWebhookRequest = {
@@ -3587,15 +3286,15 @@ declare type DocumentContent = {
3587
3286
  * The document content.
3588
3287
  */
3589
3288
  data?: string | undefined;
3590
- /**
3591
- * The mime type of the document.
3592
- */
3593
- mime_type?: DocumentContentMimeType | undefined;
3594
3289
  type: "document";
3595
3290
  /**
3596
3291
  * The URI of the document.
3597
3292
  */
3598
3293
  uri?: string | undefined;
3294
+ /**
3295
+ * The mime type of the document.
3296
+ */
3297
+ mime_type?: DocumentContentMimeType | undefined;
3599
3298
  };
3600
3299
 
3601
3300
  /**
@@ -4147,97 +3846,6 @@ declare type EnvironmentDeleteResponse$ = Empty;
4147
3846
  */
4148
3847
  declare type EnvironmentEnum = "browser" | "mobile" | "desktop" | (string & {});
4149
3848
 
4150
- declare type EnvironmentFile$ = EnvironmentFile;
4151
-
4152
- /**
4153
- * Metadata for a file or directory within an environment.
4154
- */
4155
- declare type EnvironmentFile = {
4156
- /**
4157
- * Output only. The creation time of the file/directory.
4158
- */
4159
- created?: string | undefined;
4160
- /**
4161
- * Output only. The MIME type of the file (e.g., "text/python", "image/png").
4162
- *
4163
- * @remarks
4164
- * Empty for directories.
4165
- * NOLINT
4166
- */
4167
- mime_type?: string | undefined;
4168
- /**
4169
- * Output only. The modification time of the file/directory.
4170
- */
4171
- modified?: string | undefined;
4172
- /**
4173
- * Output only. The name of the file or directory (e.g., "main.py" or "src").
4174
- */
4175
- name?: string | undefined;
4176
- /**
4177
- * Output only. The full relative path within the environment
4178
- *
4179
- * @remarks
4180
- * (e.g., "workspace/src/main.py").
4181
- */
4182
- path?: string | undefined;
4183
- /**
4184
- * Output only. The size of the file/directory in bytes.
4185
- *
4186
- * @remarks
4187
- * NOLINT
4188
- */
4189
- size_bytes?: string | undefined;
4190
- /**
4191
- * Output only. The type of the entry.
4192
- */
4193
- type?: Type_2 | undefined;
4194
- };
4195
-
4196
- /**
4197
- * Metadata for a file or directory within an environment.
4198
- */
4199
- declare type EnvironmentFile_2 = {
4200
- /**
4201
- * Output only. The creation time of the file/directory.
4202
- */
4203
- created?: string | undefined;
4204
- /**
4205
- * Output only. The MIME type of the file (e.g., "text/python", "image/png").
4206
- *
4207
- * @remarks
4208
- * Empty for directories.
4209
- */
4210
- mime_type?: string | undefined;
4211
- /**
4212
- * Output only. The modification time of the file/directory.
4213
- */
4214
- modified?: string | undefined;
4215
- /**
4216
- * Output only. The name of the file or directory (e.g., "main.py" or "src").
4217
- */
4218
- name?: string | undefined;
4219
- /**
4220
- * Output only. The full relative path within the environment
4221
- *
4222
- * @remarks
4223
- * (e.g., "workspace/src/main.py").
4224
- */
4225
- path?: string | undefined;
4226
- /**
4227
- * Output only. The size of the file/directory in bytes.
4228
- */
4229
- size_bytes?: string | undefined;
4230
- /**
4231
- * Output only. The type of the entry.
4232
- */
4233
- type?: EnvironmentFileType | undefined;
4234
- };
4235
-
4236
- /**
4237
- * Output only. The type of the entry.
4238
- */
4239
- declare type EnvironmentFileType = "file" | "directory" | (string & {});
4240
-
4241
3849
  declare type EnvironmentListResponse$ = ListEnvironmentsResponse;
4242
3850
 
4243
3851
  /**
@@ -4258,9 +3866,7 @@ export declare namespace Environments {
4258
3866
  export interface Environment extends Environment$ {
4259
3867
  }
4260
3868
  export type EnvironmentDeleteResponse = EnvironmentDeleteResponse$;
4261
- export type EnvironmentFile = EnvironmentFile$;
4262
3869
  export type EnvironmentListResponse = EnvironmentListResponse$;
4263
- export type GetEnvironmentFilesResponse = GetEnvironmentFilesResponse$;
4264
3870
  export namespace CreateEnvironmentRequest {
4265
3871
  export type Allowlist = Allowlist$;
4266
3872
  }
@@ -4274,38 +3880,14 @@ declare namespace environments {
4274
3880
  CreateEnvironmentRequestNetworkEnum,
4275
3881
  CreateEnvironmentRequestNetworkUnion,
4276
3882
  CreateEnvironmentRequest,
4277
- Type_2 as Type,
4278
- EnvironmentFile,
4279
3883
  EnvironmentNetworkEnum,
4280
3884
  EnvironmentNetworkUnion,
4281
3885
  Status_2 as Status,
4282
3886
  Environment_3 as Environment,
4283
- GetEnvironmentFilesResponse,
4284
3887
  ListEnvironmentsResponse
4285
3888
  }
4286
3889
  }
4287
3890
 
4288
- declare class Environments_2 extends ClientSDK {
4289
- private _files?;
4290
- get files(): Files_2;
4291
- /**
4292
- * Lists environments.
4293
- */
4294
- listEnvironments(params?: ListEnvironmentsParams, options?: Omit<RequestOptions, "extra_body">): APIPromise<environments.ListEnvironmentsResponse>;
4295
- /**
4296
- * Creates an environment.
4297
- */
4298
- createEnvironment(body: environments.CreateEnvironmentRequest, api_version?: string | undefined, options?: RequestOptions): APIPromise<environments.Environment>;
4299
- /**
4300
- * Deletes an environment.
4301
- */
4302
- deleteEnvironment(id: string, params?: DeleteEnvironmentParams, options?: Omit<RequestOptions, "extra_body">): APIPromise<interactions.Empty>;
4303
- /**
4304
- * Gets an environment.
4305
- */
4306
- getEnvironment(id: string, params?: GetEnvironmentParams, options?: Omit<RequestOptions, "extra_body">): APIPromise<environments.Environment>;
4307
- }
4308
-
4309
3891
  declare type Error$ = ErrorT;
4310
3892
 
4311
3893
  declare type Error$2 = ErrorT;
@@ -4455,15 +4037,6 @@ export declare enum FeatureSelectionPreference {
4455
4037
  PRIORITIZE_COST = "PRIORITIZE_COST"
4456
4038
  }
4457
4039
 
4458
- /**
4459
- * @license
4460
- * Copyright 2026 Google LLC
4461
- * SPDX-License-Identifier: Apache-2.0
4462
- *
4463
- * g3-prettier-ignore-file
4464
- */
4465
- declare type Fetcher = (input: RequestInfo | URL, init?: RequestInit) => Promise<Response>;
4466
-
4467
4040
  export declare interface FetchPredictOperationConfig {
4468
4041
  /** Used to override HTTP request options. */
4469
4042
  httpOptions?: HttpOptions;
@@ -4723,13 +4296,6 @@ export declare class Files extends BaseModule {
4723
4296
  private registerFilesInternal;
4724
4297
  }
4725
4298
 
4726
- declare class Files_2 extends ClientSDK {
4727
- /**
4728
- * Retrieves file metadata or directory contents from an environment's snapshot. To download file contents directly, pass ?alt=media or use the files.download helper.
4729
- */
4730
- list(environment: string, path: string, params?: GetEnvironmentFilesParams, options?: Omit<RequestOptions, "extra_body">): APIPromise<environments.GetEnvironmentFilesResponse>;
4731
- }
4732
-
4733
4299
  declare type FileSearch$ = FileSearch_2;
4734
4300
 
4735
4301
  /** The FileSearch tool that retrieves knowledge from Semantic Retrieval corpora. Files are imported to Semantic Retrieval corpora using the ImportFile API. This data type is not supported in Vertex AI. */
@@ -5376,13 +4942,13 @@ declare type FunctionResultDelta = {
5376
4942
  call_id: string;
5377
4943
  is_error?: boolean | undefined;
5378
4944
  name?: string | undefined;
5379
- result: Array<FunctionResultSubcontent> | FunctionResultDeltaResult | string;
4945
+ result: FunctionResultDeltaResult | Array<FunctionResultSubcontent> | string;
5380
4946
  type: "function_result";
5381
4947
  };
5382
4948
 
5383
4949
  declare type FunctionResultDeltaResult = {};
5384
4950
 
5385
- declare type FunctionResultDeltaResultUnion = Array<FunctionResultSubcontent> | FunctionResultDeltaResult | string;
4951
+ declare type FunctionResultDeltaResultUnion = FunctionResultDeltaResult | Array<FunctionResultSubcontent> | string;
5386
4952
 
5387
4953
  declare type FunctionResultStep$ = FunctionResultStep;
5388
4954
 
@@ -5405,7 +4971,7 @@ declare type FunctionResultStep = {
5405
4971
  /**
5406
4972
  * Required. The result of the tool call.
5407
4973
  */
5408
- result: Array<FunctionResultSubcontent> | FunctionResultStepResult | string;
4974
+ result: FunctionResultStepResult | Array<FunctionResultSubcontent> | string;
5409
4975
  type: "function_result";
5410
4976
  };
5411
4977
 
@@ -5414,7 +4980,7 @@ declare type FunctionResultStepResult = {};
5414
4980
  /**
5415
4981
  * Required. The result of the tool call.
5416
4982
  */
5417
- declare type FunctionResultStepResultUnion = Array<FunctionResultSubcontent> | FunctionResultStepResult | string;
4983
+ declare type FunctionResultStepResultUnion = FunctionResultStepResult | Array<FunctionResultSubcontent> | string;
5418
4984
 
5419
4985
  declare type FunctionResultSubcontent = ImageContent | TextContent;
5420
4986
 
@@ -5461,21 +5027,14 @@ declare class GeminiNextGenAgents {
5461
5027
  private getClient;
5462
5028
  }
5463
5029
 
5464
- declare class GeminiNextGenEnvironmentFiles {
5465
- private readonly resolveClient;
5466
- constructor(resolveClient: (apiVersion?: string) => GoogleGenAI_2);
5467
- list(params: ListEnvironmentFilesParams, options?: GoogleGenAIRequestOptions): Promise<ListEnvironmentFilesResponse>;
5468
- }
5469
-
5470
5030
  declare class GeminiNextGenEnvironments {
5471
5031
  private readonly parentClient;
5472
5032
  private sdk;
5473
- readonly files: GeminiNextGenEnvironmentFiles;
5474
5033
  constructor(parentClient: GoogleGenAIParentClient);
5475
5034
  create(params: environments.CreateEnvironmentRequest & {
5476
5035
  api_version?: string;
5477
5036
  }, options?: GoogleGenAIRequestOptions): Promise<environments.Environment>;
5478
- list(params?: ListEnvironmentsParams_2 | null | undefined, options?: GoogleGenAIRequestOptions): Promise<environments.ListEnvironmentsResponse>;
5037
+ list(params?: ListEnvironmentsParams | null | undefined, options?: GoogleGenAIRequestOptions): Promise<environments.ListEnvironmentsResponse>;
5479
5038
  get(id: string, params?: {
5480
5039
  api_version?: string;
5481
5040
  } | null | undefined, options?: GoogleGenAIRequestOptions): Promise<environments.Environment>;
@@ -6240,10 +5799,6 @@ declare type GenerationConfig_2 = {
6240
5799
  * Seed used in decoding for reproducibility.
6241
5800
  */
6242
5801
  seed?: number | undefined;
6243
- /**
6244
- * Optional. Speech and multi-speaker configuration.
6245
- */
6246
- speech_config?: SpeakerConfig | Array<SpeechConfig_2> | undefined;
6247
5802
  /**
6248
5803
  * A list of character sequences that will stop output interaction.
6249
5804
  */
@@ -6262,6 +5817,10 @@ declare type GenerationConfig_2 = {
6262
5817
  * Configuration options for video generation.
6263
5818
  */
6264
5819
  video_config?: VideoConfig | undefined;
5820
+ /**
5821
+ * Optional. Speech and multi-speaker configuration.
5822
+ */
5823
+ speech_config?: SpeakerConfig | Array<SpeechConfig_2> | undefined;
6265
5824
  };
6266
5825
 
6267
5826
  /** The configuration for routing the request to a specific model. This can be used to control which model is used for the generation, either automatically or by specifying a model name. This data type is not supported in Gemini API. */
@@ -6292,20 +5851,6 @@ export declare interface GenerationConfigRoutingConfigManualRoutingMode {
6292
5851
  export declare interface GenerationConfigThinkingConfig extends ThinkingConfig {
6293
5852
  }
6294
5853
 
6295
- /**
6296
- * @license
6297
- * Copyright 2026 Google LLC
6298
- * SPDX-License-Identifier: Apache-2.0
6299
- *
6300
- * g3-prettier-ignore-file
6301
- */
6302
- declare type GetAgentGlobals = {
6303
- /**
6304
- * Which version of the API to use.
6305
- */
6306
- api_version?: string | undefined;
6307
- };
6308
-
6309
5854
  declare type GetAgentParams = Omit<GetAgentRequest, "id">;
6310
5855
 
6311
5856
  declare type GetAgentRequest = {
@@ -6385,125 +5930,18 @@ export declare interface GetDocumentParameters {
6385
5930
  config?: GetDocumentConfig;
6386
5931
  }
6387
5932
 
6388
- /**
6389
- * @license
6390
- * Copyright 2026 Google LLC
6391
- * SPDX-License-Identifier: Apache-2.0
6392
- *
6393
- * g3-prettier-ignore-file
6394
- */
6395
- declare type GetEnvironmentFilesGlobals = {
6396
- /**
6397
- * Which version of the API to use.
6398
- */
6399
- api_version?: string | undefined;
6400
- };
6401
-
6402
- declare type GetEnvironmentFilesParams = Omit<GetEnvironmentFilesRequest, "environment" | "path">;
5933
+ /** Used to override the default configuration. */
5934
+ export declare interface GetFileConfig {
5935
+ /** Used to override HTTP request options. */
5936
+ httpOptions?: HttpOptions;
5937
+ /** Abort signal which can be used to cancel the request.
6403
5938
 
6404
- declare type GetEnvironmentFilesRequest = {
6405
- /**
6406
- * Which version of the API to use.
6407
- */
6408
- api_version?: string | undefined;
6409
- environment: string;
6410
- path: string;
6411
- /**
6412
- * Optional. Maximum number of entries to return per page (for directory listing).
6413
- */
6414
- page_size?: number | undefined;
6415
- /**
6416
- * Optional. Pagination token for directory listing.
6417
- */
6418
- page_token?: string | undefined;
6419
- /**
6420
- * Optional. If true and the path is a directory, recursively lists all files.
5939
+ NOTE: AbortSignal is a client-only operation. Using it to cancel an
5940
+ operation will not cancel the request in the service. You will still
5941
+ be charged usage for any applicable operations.
6421
5942
  */
6422
- recursive?: boolean | undefined;
6423
- };
6424
-
6425
- declare type GetEnvironmentFilesResponse$ = GetEnvironmentFilesResponse;
6426
-
6427
- /**
6428
- * Response for `GetEnvironmentFiles`.
6429
- */
6430
- declare type GetEnvironmentFilesResponse = {
6431
- /**
6432
- * If the requested path is a directory, this contains its contents.
6433
- *
6434
- * @remarks
6435
- * If the requested path is a file, this contains a single entry with the
6436
- * file's metadata.
6437
- * If alt=media was specified, this is empty (content is served via `blob`).
6438
- */
6439
- files?: Array<EnvironmentFile> | undefined;
6440
- /**
6441
- * Pagination token for directory listing.
6442
- *
6443
- * @remarks
6444
- * NOLINT
6445
- */
6446
- next_page_token?: string | undefined;
6447
- };
6448
-
6449
- /**
6450
- * Response for `GetEnvironmentFiles`.
6451
- */
6452
- declare type GetEnvironmentFilesResponse_2 = {
6453
- /**
6454
- * If the requested path is a directory, this contains its contents.
6455
- *
6456
- * @remarks
6457
- * If the requested path is a file, this contains a single entry with the
6458
- * file's metadata.
6459
- * If alt=media was specified, this is empty (content is served via `blob`).
6460
- */
6461
- files?: Array<EnvironmentFile_2> | undefined;
6462
- /**
6463
- * Pagination token for directory listing.
6464
- */
6465
- next_page_token?: string | undefined;
6466
- };
6467
-
6468
- /**
6469
- * @license
6470
- * Copyright 2026 Google LLC
6471
- * SPDX-License-Identifier: Apache-2.0
6472
- *
6473
- * g3-prettier-ignore-file
6474
- */
6475
- declare type GetEnvironmentGlobals = {
6476
- /**
6477
- * Which version of the API to use.
6478
- */
6479
- api_version?: string | undefined;
6480
- };
6481
-
6482
- declare type GetEnvironmentParams = Omit<GetEnvironmentRequest, "id">;
6483
-
6484
- declare type GetEnvironmentRequest = {
6485
- /**
6486
- * Which version of the API to use.
6487
- */
6488
- api_version?: string | undefined;
6489
- /**
6490
- * Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
6491
- */
6492
- id: string;
6493
- };
6494
-
6495
- /** Used to override the default configuration. */
6496
- export declare interface GetFileConfig {
6497
- /** Used to override HTTP request options. */
6498
- httpOptions?: HttpOptions;
6499
- /** Abort signal which can be used to cancel the request.
6500
-
6501
- NOTE: AbortSignal is a client-only operation. Using it to cancel an
6502
- operation will not cancel the request in the service. You will still
6503
- be charged usage for any applicable operations.
6504
- */
6505
- abortSignal?: AbortSignal;
6506
- }
5943
+ abortSignal?: AbortSignal;
5944
+ }
6507
5945
 
6508
5946
  /** Generates the parameters for the get method. */
6509
5947
  export declare interface GetFileParameters {
@@ -6534,13 +5972,6 @@ export declare interface GetFileSearchStoreParameters {
6534
5972
  config?: GetFileSearchStoreConfig;
6535
5973
  }
6536
5974
 
6537
- declare type GetInteractionByIdGlobals = {
6538
- /**
6539
- * Which version of the API to use.
6540
- */
6541
- api_version?: string | undefined;
6542
- };
6543
-
6544
5975
  declare type GetInteractionByIdParams = Omit<GetInteractionByIdRequest, "id">;
6545
5976
 
6546
5977
  declare type GetInteractionByIdParamsNonStreaming = GetInteractionByIdParams & {
@@ -6552,32 +5983,30 @@ declare type GetInteractionByIdParamsStreaming = GetInteractionByIdParams & {
6552
5983
  };
6553
5984
 
6554
5985
  declare type GetInteractionByIdRequest = {
6555
- /**
6556
- * Which version of the API to use.
6557
- */
6558
- api_version?: string | undefined;
6559
5986
  /**
6560
5987
  * The unique identifier of the interaction to retrieve.
6561
5988
  */
6562
5989
  id: string;
6563
5990
  /**
6564
- * If set to true, includes the input in the response.
6565
- *
6566
- * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
5991
+ * If set to true, the generated content will be streamed incrementally.
6567
5992
  */
6568
- include_input?: boolean | undefined;
5993
+ stream?: boolean | undefined;
6569
5994
  /**
6570
5995
  * Optional. If set, resumes the interaction stream from the next chunk after the event marked by the event id. Can only be used if `stream` is true.
6571
5996
  */
6572
5997
  last_event_id?: string | undefined;
6573
5998
  /**
6574
- * If set to true, the generated content will be streamed incrementally.
5999
+ * If set to true, includes the input in the response.
6000
+ *
6001
+ * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
6575
6002
  */
6576
- stream?: boolean | undefined;
6003
+ include_input?: boolean | undefined;
6004
+ /**
6005
+ * Which version of the API to use.
6006
+ */
6007
+ api_version?: string | undefined;
6577
6008
  };
6578
6009
 
6579
- declare type GetInteractionByIdResponse = interactions.Interaction | Stream<interactions.InteractionSSEEvent>;
6580
-
6581
6010
  /** Optional parameters for models.get method. */
6582
6011
  export declare interface GetModelConfig {
6583
6012
  /** Used to override HTTP request options. */
@@ -6617,20 +6046,6 @@ export declare interface GetOperationParameters {
6617
6046
  config?: GetOperationConfig;
6618
6047
  }
6619
6048
 
6620
- /**
6621
- * @license
6622
- * Copyright 2026 Google LLC
6623
- * SPDX-License-Identifier: Apache-2.0
6624
- *
6625
- * g3-prettier-ignore-file
6626
- */
6627
- declare type GetTriggerGlobals = {
6628
- /**
6629
- * Which version of the API to use.
6630
- */
6631
- api_version?: string | undefined;
6632
- };
6633
-
6634
6049
  declare type GetTriggerParams = Omit<GetTriggerRequest, "id">;
6635
6050
 
6636
6051
  declare type GetTriggerRequest = {
@@ -6664,20 +6079,6 @@ export declare interface GetTuningJobParameters {
6664
6079
  config?: GetTuningJobConfig;
6665
6080
  }
6666
6081
 
6667
- /**
6668
- * @license
6669
- * Copyright 2026 Google LLC
6670
- * SPDX-License-Identifier: Apache-2.0
6671
- *
6672
- * g3-prettier-ignore-file
6673
- */
6674
- declare type GetWebhookGlobals = {
6675
- /**
6676
- * Which version of the API to use.
6677
- */
6678
- api_version?: string | undefined;
6679
- };
6680
-
6681
6082
  declare type GetWebhookParams = Omit<GetWebhookRequest, "id">;
6682
6083
 
6683
6084
  declare type GetWebhookRequest = {
@@ -6753,19 +6154,6 @@ export declare class GoogleGenAI {
6753
6154
  constructor(options?: GoogleGenAIOptions);
6754
6155
  }
6755
6156
 
6756
- declare class GoogleGenAI_2 extends ClientSDK {
6757
- private _agents?;
6758
- get agents(): Agents_2;
6759
- private _environments?;
6760
- get environments(): Environments_2;
6761
- private _interactions?;
6762
- get interactions(): Interactions_2;
6763
- private _triggers?;
6764
- get triggers(): Triggers_2;
6765
- private _webhooks?;
6766
- get webhooks(): Webhooks_2;
6767
- }
6768
-
6769
6157
  declare type GoogleGenAIInteraction = GoogleGenAIResponseWithSdkHttpResponse<Omit<interactions.Interaction, "steps"> & {
6770
6158
  steps: interactions.Step[];
6771
6159
  }>;
@@ -7617,86 +7005,6 @@ export declare interface HistoryConfig {
7617
7005
  initialHistoryInClientContent?: boolean;
7618
7006
  }
7619
7007
 
7620
- declare type HookContext = {
7621
- base_url: string | URL;
7622
- operation_id: string;
7623
- o_auth2_scopes: string[] | null;
7624
- security_source?: any | (() => Promise<any>);
7625
- retry_config: RetryConfig;
7626
- resolved_security: SecurityState | null;
7627
- options: SDKOptions;
7628
- timeout_ms?: number;
7629
- };
7630
-
7631
- declare interface Hooks {
7632
- /** Registers a hook to be used by the SDK for initialization event. */
7633
- registerSDKInitHook(hook: SDKInitHook): void;
7634
- /** Registers a hook to be used by the SDK for to modify `Request` construction. */
7635
- registerBeforeCreateRequestHook(hook: BeforeCreateRequestHook): void;
7636
- /** Registers a hook to be used by the SDK for the before request event. */
7637
- registerBeforeRequestHook(hook: BeforeRequestHook_2): void;
7638
- /** Registers a hook to be used by the SDK for the after success event. */
7639
- registerAfterSuccessHook(hook: AfterSuccessHook): void;
7640
- /** Registers a hook to be used by the SDK for the after error event. */
7641
- registerAfterErrorHook(hook: AfterErrorHook): void;
7642
- }
7643
-
7644
- declare class HTTPClient {
7645
- private fetcher;
7646
- private requestHooks;
7647
- private requestErrorHooks;
7648
- private responseHooks;
7649
- private options;
7650
- constructor(options?: HTTPClientOptions);
7651
- request(request: Request): Promise<Response>;
7652
- /**
7653
- * Registers a hook that is called before a request is made. The hook function
7654
- * can mutate the request or return a new request. This may be useful to add
7655
- * additional information to request such as request IDs and tracing headers.
7656
- */
7657
- addHook(hook: "beforeRequest", fn: BeforeRequestHook): this;
7658
- /**
7659
- * Registers a hook that is called when a request cannot be made due to a
7660
- * network error.
7661
- */
7662
- addHook(hook: "requestError", fn: RequestErrorHook): this;
7663
- /**
7664
- * Registers a hook that is called when a response has been received from the
7665
- * server.
7666
- */
7667
- addHook(hook: "response", fn: ResponseHook): this;
7668
- /** Removes a hook that was previously registered with `addHook`. */
7669
- removeHook(hook: "beforeRequest", fn: BeforeRequestHook): this;
7670
- /** Removes a hook that was previously registered with `addHook`. */
7671
- removeHook(hook: "requestError", fn: RequestErrorHook): this;
7672
- /** Removes a hook that was previously registered with `addHook`. */
7673
- removeHook(hook: "response", fn: ResponseHook): this;
7674
- clone(): HTTPClient;
7675
- }
7676
-
7677
- /**
7678
- * @license
7679
- * Copyright 2026 Google LLC
7680
- * SPDX-License-Identifier: Apache-2.0
7681
- *
7682
- * g3-prettier-ignore-file
7683
- */
7684
- /**
7685
- * Base class for all HTTP errors.
7686
- */
7687
- declare class HTTPClientError extends Error {
7688
- /** The underlying cause of the error. */
7689
- readonly cause: unknown;
7690
- name: string;
7691
- constructor(message: string, opts?: {
7692
- cause?: unknown;
7693
- });
7694
- }
7695
-
7696
- declare interface HTTPClientOptions {
7697
- fetcher?: Fetcher;
7698
- }
7699
-
7700
7008
  /** The location of the API key. This enum is not supported in Gemini API. */
7701
7009
  export declare enum HttpElementLocation {
7702
7010
  HTTP_IN_UNSPECIFIED = "HTTP_IN_UNSPECIFIED",
@@ -7923,16 +7231,16 @@ declare type ImageContent = {
7923
7231
  * The image content.
7924
7232
  */
7925
7233
  data?: string | undefined;
7926
- /**
7927
- * The mime type of the image.
7928
- */
7929
- mime_type?: ImageContentMimeType | undefined;
7930
7234
  resolution?: MediaResolution_2 | undefined;
7931
7235
  type: "image";
7932
7236
  /**
7933
7237
  * The URI of the image.
7934
7238
  */
7935
7239
  uri?: string | undefined;
7240
+ /**
7241
+ * The mime type of the image.
7242
+ */
7243
+ mime_type?: ImageContentMimeType | undefined;
7936
7244
  };
7937
7245
 
7938
7246
  /**
@@ -8194,14 +7502,22 @@ declare type Interaction$ = Interaction;
8194
7502
  * The Interaction resource.
8195
7503
  */
8196
7504
  declare type Interaction = {
7505
+ /**
7506
+ * The model that will complete your prompt.\n\nSee [models](https://ai.google.dev/gemini-api/docs/models) for additional details.
7507
+ */
7508
+ model?: Model_2 | undefined;
8197
7509
  /**
8198
7510
  * The agent to interact with.
8199
7511
  */
8200
7512
  agent?: AgentOption | undefined;
8201
7513
  /**
8202
- * Configuration parameters for the agent interaction.
7514
+ * Required. Output only. A unique identifier for the interaction completion.
8203
7515
  */
8204
- agent_config?: AntigravityAgentConfig | CodeMenderAgentConfig | DeepResearchAgentConfig | DynamicAgentConfig | undefined;
7516
+ id: string;
7517
+ /**
7518
+ * Required. Output only. The status of the interaction.
7519
+ */
7520
+ status: InteractionStatus_2;
8205
7521
  /**
8206
7522
  * Output only. The time at which the response was created in ISO 8601 format
8207
7523
  *
@@ -8210,118 +7526,110 @@ declare type Interaction = {
8210
7526
  */
8211
7527
  created?: string | undefined;
8212
7528
  /**
8213
- * The environment configuration for the interaction. Can be an object specifying remote environment sources or a string referencing an existing environment ID.
8214
- */
8215
- environment?: Environment_2 | string | undefined;
8216
- /**
8217
- * Output only. The environment ID for the interaction. Only populated if environment
7529
+ * Output only. The time at which the response was last updated in ISO 8601 format
8218
7530
  *
8219
7531
  * @remarks
8220
- * config is set in the request.
8221
- */
8222
- environment_id?: string | undefined;
8223
- /**
8224
- * Output only. Diagnostic faults / platform errors recorded on the interaction.
7532
+ * (YYYY-MM-DDThh:mm:ssZ).
8225
7533
  */
8226
- errors?: Array<ErrorT> | undefined;
7534
+ updated?: string | undefined;
8227
7535
  /**
8228
- * Configuration parameters for model interactions.
7536
+ * System instruction for the interaction.
8229
7537
  */
8230
- generation_config?: GenerationConfig_2 | undefined;
7538
+ system_instruction?: string | undefined;
8231
7539
  /**
8232
- * Required. Output only. A unique identifier for the interaction completion.
7540
+ * A list of tool declarations the model may call during interaction.
8233
7541
  */
8234
- id: string;
7542
+ tools?: Array<Tool_2> | undefined;
8235
7543
  /**
8236
- * The input for the interaction.
7544
+ * Output only. Diagnostic faults / platform errors recorded on the interaction.
8237
7545
  */
8238
- input?: InteractionsInput | undefined;
7546
+ errors?: Array<ErrorT> | undefined;
8239
7547
  /**
8240
- * The labels with user-defined metadata for the request.
7548
+ * Statistics on the interaction request's token usage.
8241
7549
  */
8242
- labels?: {
8243
- [k: string]: string;
8244
- } | undefined;
7550
+ usage?: Usage | undefined;
8245
7551
  /**
8246
- * The model that will complete your prompt.\n\nSee [models](https://ai.google.dev/gemini-api/docs/models) for additional details.
7552
+ * The requested modalities of the response (TEXT, IMAGE, AUDIO).
7553
+ *
7554
+ * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
8247
7555
  */
8248
- model?: Model_2 | undefined;
7556
+ response_modalities?: Array<ResponseModality> | undefined;
8249
7557
  /**
8250
- * An audio content block.
7558
+ * The mime type of the response. This is required if response_format is set.
7559
+ *
7560
+ * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
8251
7561
  */
8252
- output_audio?: AudioContent | undefined;
7562
+ response_mime_type?: string | undefined;
8253
7563
  /**
8254
- * An image content block.
7564
+ * The ID of the previous interaction, if any.
8255
7565
  */
8256
- output_image?: ImageContent | undefined;
7566
+ previous_interaction_id?: string | undefined;
8257
7567
  /**
8258
- * Concatenated text from the last model output in response to the current request.
7568
+ * Output only. The environment ID for the interaction. Only populated if environment
8259
7569
  *
8260
7570
  * @remarks
8261
- *
8262
- * Note: this is added by the SDK.
7571
+ * config is set in the request.
8263
7572
  */
8264
- output_text?: string | undefined;
7573
+ environment_id?: string | undefined;
7574
+ service_tier?: ServiceTier_2 | undefined;
8265
7575
  /**
8266
- * A video content block.
7576
+ * Message for configuring webhook events for a request.
8267
7577
  */
8268
- output_video?: VideoContent | undefined;
7578
+ webhook_config?: WebhookConfig_2 | undefined;
8269
7579
  /**
8270
- * The ID of the previous interaction, if any.
7580
+ * Output only. The steps that make up the interaction, when included in the response.
8271
7581
  */
8272
- previous_interaction_id?: string | undefined;
7582
+ steps?: Array<Step> | undefined;
8273
7583
  /**
8274
7584
  * Enforces that the generated response is a JSON object that complies with the JSON schema specified in this field.
8275
7585
  */
8276
- response_format?: ResponseFormat_2 | Array<ResponseFormat_2> | undefined;
8277
- /**
8278
- * The mime type of the response. This is required if response_format is set.
8279
- *
8280
- * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
8281
- */
8282
- response_mime_type?: string | undefined;
7586
+ response_format?: Array<ResponseFormat_2> | ResponseFormat_2 | undefined;
8283
7587
  /**
8284
- * The requested modalities of the response (TEXT, IMAGE, AUDIO).
8285
- *
8286
- * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
7588
+ * The environment configuration for the interaction. Can be an object specifying remote environment sources or a string referencing an existing environment ID.
8287
7589
  */
8288
- response_modalities?: Array<ResponseModality> | undefined;
7590
+ environment?: Environment_2 | string | undefined;
8289
7591
  /**
8290
- * Safety settings for the interaction.
7592
+ * Configuration parameters for model interactions.
8291
7593
  */
8292
- safety_settings?: Array<SafetySetting_2> | undefined;
8293
- service_tier?: ServiceTier_2 | undefined;
7594
+ generation_config?: GenerationConfig_2 | undefined;
8294
7595
  /**
8295
- * Required. Output only. The status of the interaction.
7596
+ * Configuration parameters for the agent interaction.
8296
7597
  */
8297
- status: InteractionStatus_2;
7598
+ agent_config?: DynamicAgentConfig | DeepResearchAgentConfig | CodeMenderAgentConfig | AntigravityAgentConfig | undefined;
8298
7599
  /**
8299
- * Output only. The steps that make up the interaction, when included in the response.
7600
+ * Safety settings for the interaction.
8300
7601
  */
8301
- steps?: Array<Step> | undefined;
7602
+ safety_settings?: Array<SafetySetting_2> | undefined;
8302
7603
  /**
8303
- * System instruction for the interaction.
7604
+ * The labels with user-defined metadata for the request.
8304
7605
  */
8305
- system_instruction?: string | undefined;
7606
+ labels?: {
7607
+ [k: string]: string;
7608
+ } | undefined;
8306
7609
  /**
8307
- * A list of tool declarations the model may call during interaction.
7610
+ * The input for the interaction.
8308
7611
  */
8309
- tools?: Array<Tool_2> | undefined;
7612
+ input?: InteractionsInput | undefined;
8310
7613
  /**
8311
- * Output only. The time at which the response was last updated in ISO 8601 format
7614
+ * Concatenated text from the last model output in response to the current request.
8312
7615
  *
8313
7616
  * @remarks
8314
- * (YYYY-MM-DDThh:mm:ssZ).
7617
+ *
7618
+ * Note: this is added by the SDK.
8315
7619
  */
8316
- updated?: string | undefined;
7620
+ output_text?: string | undefined;
8317
7621
  /**
8318
- * Statistics on the interaction request's token usage.
7622
+ * An image content block.
8319
7623
  */
8320
- usage?: Usage | undefined;
7624
+ output_image?: ImageContent | undefined;
8321
7625
  /**
8322
- * Message for configuring webhook events for a request.
7626
+ * An audio content block.
8323
7627
  */
8324
- webhook_config?: WebhookConfig_2 | undefined;
7628
+ output_audio?: AudioContent | undefined;
7629
+ /**
7630
+ * A video content block.
7631
+ */
7632
+ output_video?: VideoContent | undefined;
8325
7633
  };
8326
7634
 
8327
7635
  /**
@@ -8332,13 +7640,14 @@ declare type Interaction_2 = interactions.CreateAgentInteraction | interactions.
8332
7640
  /**
8333
7641
  * Configuration parameters for the agent interaction.
8334
7642
  */
8335
- declare type InteractionAgentConfig = AntigravityAgentConfig | CodeMenderAgentConfig | DeepResearchAgentConfig | DynamicAgentConfig;
7643
+ declare type InteractionAgentConfig = DynamicAgentConfig | DeepResearchAgentConfig | CodeMenderAgentConfig | AntigravityAgentConfig;
8336
7644
 
8337
7645
  declare type InteractionCancelParams$ = CancelInteractionByIdParams;
8338
7646
 
8339
7647
  declare type InteractionCompletedEvent$ = InteractionCompletedEvent;
8340
7648
 
8341
7649
  declare type InteractionCompletedEvent = {
7650
+ event_type: "interaction.completed";
8342
7651
  /**
8343
7652
  * The event_id token to be used to resume the interaction stream, from
8344
7653
  *
@@ -8346,7 +7655,6 @@ declare type InteractionCompletedEvent = {
8346
7655
  * this event.
8347
7656
  */
8348
7657
  event_id?: string | undefined;
8349
- event_type: "interaction.completed";
8350
7658
  /**
8351
7659
  * Partial interaction resource emitted by interaction lifecycle SSE events.
8352
7660
  *
@@ -8360,6 +7668,7 @@ declare type InteractionCompletedEvent = {
8360
7668
  declare type InteractionCreatedEvent$ = InteractionCreatedEvent;
8361
7669
 
8362
7670
  declare type InteractionCreatedEvent = {
7671
+ event_type: "interaction.created";
8363
7672
  /**
8364
7673
  * The event_id token to be used to resume the interaction stream, from
8365
7674
  *
@@ -8367,7 +7676,6 @@ declare type InteractionCreatedEvent = {
8367
7676
  * this event.
8368
7677
  */
8369
7678
  event_id?: string | undefined;
8370
- event_type: "interaction.created";
8371
7679
  /**
8372
7680
  * Partial interaction resource emitted by interaction lifecycle SSE events.
8373
7681
  *
@@ -8414,7 +7722,7 @@ declare type InteractionGetParamsStreaming = GetInteractionByIdParamsStreaming;
8414
7722
  /**
8415
7723
  * Enforces that the generated response is a JSON object that complies with the JSON schema specified in this field.
8416
7724
  */
8417
- declare type InteractionResponseFormat = ResponseFormat_2 | Array<ResponseFormat_2>;
7725
+ declare type InteractionResponseFormat = Array<ResponseFormat_2> | ResponseFormat_2;
8418
7726
 
8419
7727
  export declare namespace Interactions {
8420
7728
  export type AllowedTools = AllowedTools$;
@@ -8483,8 +7791,6 @@ export declare namespace Interactions {
8483
7791
  export type ModelOutputStep = ModelOutputStep$;
8484
7792
  export interface PlaceCitation extends PlaceCitation$ {
8485
7793
  }
8486
- export type ProcessingCallStep = ProcessingCallStep$;
8487
- export type ProcessingResultStep = ProcessingResultStep$;
8488
7794
  export type RetrievalCallArguments = RetrievalCallArguments$;
8489
7795
  export interface RetrievalCallDelta extends RetrievalCallDelta$ {
8490
7796
  }
@@ -8504,7 +7810,6 @@ export declare namespace Interactions {
8504
7810
  export type ToolChoiceConfig = ToolChoiceConfig$;
8505
7811
  export type ToolChoiceType = ToolChoiceType$;
8506
7812
  export type TranscriptionConfig = TranscriptionConfig$;
8507
- export type TranscriptionMode = TranscriptionMode$;
8508
7813
  export type URLCitation = URLCitation$;
8509
7814
  export type URLContextCallArguments = URLContextCallArguments$;
8510
7815
  export interface URLContextCallStep extends URLContextCallStep$ {
@@ -8598,8 +7903,6 @@ export declare namespace Interactions {
8598
7903
  export type MCPServerToolCall = MCPServerToolCall$;
8599
7904
  export type MCPServerToolResult = MCPServerToolResult$;
8600
7905
  export type Metadata = Metadata$;
8601
- export type ProcessingCall = ProcessingCall$;
8602
- export type ProcessingResult = ProcessingResult$;
8603
7906
  export type Text = Text$;
8604
7907
  export type TextAnnotationDelta = TextAnnotationDelta$;
8605
7908
  export type ThoughtSignature = ThoughtSignature$;
@@ -8622,10 +7925,6 @@ export declare namespace Interactions {
8622
7925
  export type VertexAISearchConfig = VertexAISearchConfig$;
8623
7926
  }
8624
7927
  }
8625
- export namespace TranscriptionMode {
8626
- export type Smart = Smart$;
8627
- export type Verbatim = Verbatim$;
8628
- }
8629
7928
  export namespace URLContextCallStep {
8630
7929
  export type Arguments = Arguments$5;
8631
7930
  }
@@ -8672,12 +7971,12 @@ declare namespace interactions {
8672
7971
  EnvironmentEnum,
8673
7972
  ComputerUse_2 as ComputerUse,
8674
7973
  Content_2 as Content,
8675
- CreateAgentInteractionAgentConfig,
8676
- CreateAgentInteractionEnvironment,
8677
7974
  CreateAgentInteractionResponseFormat,
7975
+ CreateAgentInteractionEnvironment,
7976
+ CreateAgentInteractionAgentConfig,
8678
7977
  CreateAgentInteraction,
8679
- CreateModelInteractionEnvironment,
8680
7978
  CreateModelInteractionResponseFormat,
7979
+ CreateModelInteractionEnvironment,
8681
7980
  CreateModelInteraction,
8682
7981
  Visualization,
8683
7982
  DeepResearchAgentConfig,
@@ -8717,8 +8016,8 @@ declare namespace interactions {
8717
8016
  FunctionResultStep,
8718
8017
  FunctionResultSubcontent,
8719
8018
  FunctionT,
8720
- SpeechConfigUnion_2 as SpeechConfigUnion,
8721
8019
  ToolChoice,
8020
+ SpeechConfigUnion_2 as SpeechConfigUnion,
8722
8021
  GenerationConfig_2 as GenerationConfig,
8723
8022
  GoogleMapsCallArguments,
8724
8023
  GoogleMapsCallDelta,
@@ -8761,10 +8060,10 @@ declare namespace interactions {
8761
8060
  InteractionSSEStreamEvent,
8762
8061
  InteractionStatusUpdateStatus,
8763
8062
  InteractionStatusUpdate,
8764
- InteractionAgentConfig,
8765
- InteractionEnvironment,
8766
- InteractionResponseFormat,
8767
8063
  InteractionStatus_2 as InteractionStatus,
8064
+ InteractionResponseFormat,
8065
+ InteractionEnvironment,
8066
+ InteractionAgentConfig,
8768
8067
  Interaction,
8769
8068
  InteractionsInput,
8770
8069
  MCPServerToolCallDelta,
@@ -8776,17 +8075,13 @@ declare namespace interactions {
8776
8075
  MCPServerToolResultStepResultUnion,
8777
8076
  MCPServerToolResultStep,
8778
8077
  MCPServer,
8779
- MediaProcessing_2 as MediaProcessing,
8078
+ MediaProcessing,
8780
8079
  MediaResolution_2 as MediaResolution,
8781
8080
  ModalityTokens,
8782
8081
  ModelOutputStep,
8783
8082
  Model_2 as Model,
8784
8083
  ParallelAISearchConfig,
8785
8084
  PlaceCitation,
8786
- ProcessingCallDelta,
8787
- ProcessingCallStep,
8788
- ProcessingResultDelta,
8789
- ProcessingResultStep,
8790
8085
  RagResource,
8791
8086
  RagRetrievalConfig_2 as RagRetrievalConfig,
8792
8087
  RagStoreConfig,
@@ -8805,7 +8100,6 @@ declare namespace interactions {
8805
8100
  SafetySetting_2 as SafetySetting,
8806
8101
  ServiceTier_2 as ServiceTier,
8807
8102
  SessionConfig,
8808
- SmartTranscriptionMode,
8809
8103
  SourceType,
8810
8104
  Source,
8811
8105
  SpeakerConfig,
@@ -8832,10 +8126,7 @@ declare namespace interactions {
8832
8126
  ToolChoiceConfig,
8833
8127
  ToolChoiceType,
8834
8128
  Tool_2 as Tool,
8835
- TranscriptionConfigModeEnum,
8836
- TranscriptionConfigMode,
8837
8129
  TranscriptionConfig,
8838
- TranscriptionMode,
8839
8130
  URLCitation,
8840
8131
  URLContextCallArguments,
8841
8132
  URLContextCallDelta,
@@ -8847,13 +8138,12 @@ declare namespace interactions {
8847
8138
  URLContext,
8848
8139
  Usage,
8849
8140
  UserInputStep,
8850
- VerbatimTranscriptionMode,
8851
8141
  VertexAISearchConfig,
8852
8142
  Task,
8853
8143
  VideoConfig,
8854
- VideoContentMimeType,
8855
8144
  ProcessingEnum,
8856
8145
  Processing,
8146
+ VideoContentMimeType,
8857
8147
  VideoContent,
8858
8148
  VideoDeltaMimeType,
8859
8149
  VideoDelta,
@@ -8866,51 +8156,14 @@ declare namespace interactions {
8866
8156
  }
8867
8157
  }
8868
8158
 
8869
- declare class Interactions_2 extends ClientSDK {
8870
- /**
8871
- * Creating an interaction
8872
- *
8873
- * @remarks
8874
- * Creates a new interaction.
8875
- */
8876
- create(params: CreateAgentInteractionParamsNonStreaming, options?: RequestOptions): APIPromise<operations.CreateInteractionResponse>;
8877
- create(params: CreateModelInteractionParamsNonStreaming, options?: RequestOptions): APIPromise<operations.CreateInteractionResponse>;
8878
- create(params: CreateAgentInteractionParamsStreaming, options?: RequestOptions): APIPromise<operations.CreateInteractionResponse>;
8879
- create(params: CreateModelInteractionParamsStreaming, options?: RequestOptions): APIPromise<operations.CreateInteractionResponse>;
8880
- create(params: CreateInteractionParams, options?: RequestOptions): APIPromise<operations.CreateInteractionResponse>;
8881
- /**
8882
- * Deleting an interaction
8883
- *
8884
- * @remarks
8885
- * Deletes the interaction by id.
8886
- */
8887
- delete(id: string, params?: DeleteInteractionParams, options?: Omit<RequestOptions, "extra_body">): APIPromise<void>;
8888
- /**
8889
- * Retrieving an interaction
8890
- *
8891
- * @remarks
8892
- * Retrieves the full details of a single interaction based on its `Interaction.id`.
8893
- */
8894
- get(id: string, params?: GetInteractionByIdParamsNonStreaming, options?: Omit<RequestOptions, "extra_body">): APIPromise<operations.GetInteractionByIdResponse>;
8895
- get(id: string, params: GetInteractionByIdParamsStreaming, options?: Omit<RequestOptions, "extra_body">): APIPromise<operations.GetInteractionByIdResponse>;
8896
- get(id: string, params?: GetInteractionByIdParams, options?: Omit<RequestOptions, "extra_body">): APIPromise<operations.GetInteractionByIdResponse>;
8897
- /**
8898
- * Canceling an interaction
8899
- *
8900
- * @remarks
8901
- * Cancels an interaction by id. This only applies to background interactions that are still running.
8902
- */
8903
- cancel(id: string, params?: CancelInteractionByIdParams, options?: Omit<RequestOptions, "extra_body">): APIPromise<interactions.Interaction>;
8904
- }
8905
-
8906
8159
  /**
8907
8160
  * The input for the interaction.
8908
8161
  */
8909
- declare type InteractionsInput = Content_2 | Array<Step> | Array<Content_2> | string;
8162
+ declare type InteractionsInput = string | Array<Step> | Array<Content_2> | Content_2;
8910
8163
 
8911
8164
  declare type InteractionSSEEvent$ = InteractionSSEEvent;
8912
8165
 
8913
- declare type InteractionSSEEvent = ErrorEvent_2 | InteractionCompletedEvent | InteractionCreatedEvent | InteractionStatusUpdate | StepDelta | StepStart | StepStop;
8166
+ declare type InteractionSSEEvent = InteractionCreatedEvent | InteractionCompletedEvent | InteractionStatusUpdate | ErrorEvent_2 | StepStart | StepDelta | StepStop;
8914
8167
 
8915
8168
  /**
8916
8169
  * Partial interaction resource emitted by interaction lifecycle SSE events.
@@ -8920,43 +8173,43 @@ declare type InteractionSSEEvent = ErrorEvent_2 | InteractionCompletedEvent | In
8920
8173
  * full non-streaming Interaction responses.
8921
8174
  */
8922
8175
  declare type InteractionSseEventInteraction = {
8923
- /**
8924
- * The agent to interact with.
8925
- */
8926
- agent?: string | undefined;
8927
- /**
8928
- * Output only. The time at which the response was created in ISO 8601 format.
8929
- */
8930
- created?: string | undefined;
8931
8176
  /**
8932
8177
  * Required. Output only. A unique identifier for the interaction completion.
8933
8178
  */
8934
8179
  id: string;
8180
+ /**
8181
+ * Output only. The resource type.
8182
+ */
8183
+ object?: string | undefined;
8935
8184
  /**
8936
8185
  * The model that will complete your prompt.
8937
8186
  */
8938
8187
  model?: string | undefined;
8939
8188
  /**
8940
- * Output only. The resource type.
8189
+ * The agent to interact with.
8941
8190
  */
8942
- object?: string | undefined;
8943
- service_tier?: ServiceTier_2 | undefined;
8191
+ agent?: string | undefined;
8944
8192
  /**
8945
8193
  * Required. Output only. The status of the interaction.
8946
8194
  */
8947
8195
  status: InteractionSseEventInteractionStatus;
8948
8196
  /**
8949
- * Output only. The steps that make up the interaction, if included in this event.
8197
+ * Output only. The time at which the response was created in ISO 8601 format.
8950
8198
  */
8951
- steps?: Array<Step> | undefined;
8199
+ created?: string | undefined;
8952
8200
  /**
8953
8201
  * Output only. The time at which the response was last updated in ISO 8601 format.
8954
8202
  */
8955
8203
  updated?: string | undefined;
8204
+ service_tier?: ServiceTier_2 | undefined;
8956
8205
  /**
8957
8206
  * Statistics on the interaction request's token usage.
8958
8207
  */
8959
8208
  usage?: Usage | undefined;
8209
+ /**
8210
+ * Output only. The steps that make up the interaction, if included in this event.
8211
+ */
8212
+ steps?: Array<Step> | undefined;
8960
8213
  };
8961
8214
 
8962
8215
  /**
@@ -9033,13 +8286,6 @@ export declare interface Interval {
9033
8286
  startTime?: string;
9034
8287
  }
9035
8288
 
9036
- /**
9037
- * An error that is raised when any inputs used to create a request are invalid.
9038
- */
9039
- declare class InvalidRequestError extends HTTPClientError {
9040
- name: string;
9041
- }
9042
-
9043
8289
  /** Job error. */
9044
8290
  export declare interface JobError {
9045
8291
  /** A list of messages that carry the error details. There is a common set of message types for APIs to use. */
@@ -9144,20 +8390,6 @@ export declare interface LatLng {
9144
8390
  longitude?: number;
9145
8391
  }
9146
8392
 
9147
- /**
9148
- * @license
9149
- * Copyright 2026 Google LLC
9150
- * SPDX-License-Identifier: Apache-2.0
9151
- *
9152
- * g3-prettier-ignore-file
9153
- */
9154
- declare type ListAgentsGlobals = {
9155
- /**
9156
- * Which version of the API to use.
9157
- */
9158
- api_version?: string | undefined;
9159
- };
9160
-
9161
8393
  declare type ListAgentsParams = {
9162
8394
  api_version?: string;
9163
8395
  pageSize?: number;
@@ -9269,57 +8501,12 @@ export declare class ListDocumentsResponse {
9269
8501
  documents?: Document_2[];
9270
8502
  }
9271
8503
 
9272
- declare type ListEnvironmentFilesParams = {
9273
- environment: string;
9274
- path: string;
9275
- page_size?: number;
9276
- page_token?: string;
9277
- recursive?: boolean;
9278
- api_version?: string;
9279
- };
9280
-
9281
- /**
9282
- * Alias for GetEnvironmentFilesResponse when listing files.
9283
- */
9284
- declare type ListEnvironmentFilesResponse = GetEnvironmentFilesResponse_2;
9285
-
9286
- /**
9287
- * @license
9288
- * Copyright 2026 Google LLC
9289
- * SPDX-License-Identifier: Apache-2.0
9290
- *
9291
- * g3-prettier-ignore-file
9292
- */
9293
- declare type ListEnvironmentsGlobals = {
9294
- /**
9295
- * Which version of the API to use.
9296
- */
9297
- api_version?: string | undefined;
9298
- };
9299
-
9300
- declare type ListEnvironmentsParams = ListEnvironmentsRequest;
9301
-
9302
- declare type ListEnvironmentsParams_2 = {
8504
+ declare type ListEnvironmentsParams = {
9303
8505
  api_version?: string;
9304
8506
  page_size?: number;
9305
8507
  page_token?: string;
9306
8508
  };
9307
8509
 
9308
- declare type ListEnvironmentsRequest = {
9309
- /**
9310
- * Which version of the API to use.
9311
- */
9312
- api_version?: string | undefined;
9313
- /**
9314
- * Optional. Maximum number of environments to return.\nIf unspecified, defaults to 50. Maximum is 1000.
9315
- */
9316
- page_size?: number | undefined;
9317
- /**
9318
- * Optional. Pagination token.
9319
- */
9320
- page_token?: string | undefined;
9321
- };
9322
-
9323
8510
  /**
9324
8511
  * Response for `ListEnvironments`.
9325
8512
  */
@@ -9423,20 +8610,6 @@ export declare class ListModelsResponse {
9423
8610
  models?: Model[];
9424
8611
  }
9425
8612
 
9426
- /**
9427
- * @license
9428
- * Copyright 2026 Google LLC
9429
- * SPDX-License-Identifier: Apache-2.0
9430
- *
9431
- * g3-prettier-ignore-file
9432
- */
9433
- declare type ListTriggerExecutionsGlobals = {
9434
- /**
9435
- * Which version of the API to use.
9436
- */
9437
- api_version?: string | undefined;
9438
- };
9439
-
9440
8613
  declare type ListTriggerExecutionsParams = {
9441
8614
  api_version?: string;
9442
8615
  pageSize?: number;
@@ -9483,20 +8656,6 @@ declare type ListTriggerExecutionsResponse = {
9483
8656
  trigger_executions?: Array<TriggerExecution> | undefined;
9484
8657
  };
9485
8658
 
9486
- /**
9487
- * @license
9488
- * Copyright 2026 Google LLC
9489
- * SPDX-License-Identifier: Apache-2.0
9490
- *
9491
- * g3-prettier-ignore-file
9492
- */
9493
- declare type ListTriggersGlobals = {
9494
- /**
9495
- * Which version of the API to use.
9496
- */
9497
- api_version?: string | undefined;
9498
- };
9499
-
9500
8659
  declare type ListTriggersParams = {
9501
8660
  api_version?: string;
9502
8661
  filter?: string;
@@ -9575,20 +8734,6 @@ export declare class ListTuningJobsResponse {
9575
8734
  tuningJobs?: TuningJob[];
9576
8735
  }
9577
8736
 
9578
- /**
9579
- * @license
9580
- * Copyright 2026 Google LLC
9581
- * SPDX-License-Identifier: Apache-2.0
9582
- *
9583
- * g3-prettier-ignore-file
9584
- */
9585
- declare type ListWebhooksGlobals = {
9586
- /**
9587
- * Which version of the API to use.
9588
- */
9589
- api_version?: string | undefined;
9590
- };
9591
-
9592
8737
  declare type ListWebhooksParams = ListWebhooksRequest;
9593
8738
 
9594
8739
  declare type ListWebhooksRequest = {
@@ -10409,19 +9554,6 @@ export declare interface LiveServerToolCallCancellation {
10409
9554
  ids?: string[];
10410
9555
  }
10411
9556
 
10412
- /**
10413
- * @license
10414
- * Copyright 2026 Google LLC
10415
- * SPDX-License-Identifier: Apache-2.0
10416
- *
10417
- * g3-prettier-ignore-file
10418
- */
10419
- declare interface Logger {
10420
- group(label?: string): void;
10421
- groupEnd(): void;
10422
- log(message: any, ...args: any[]): void;
10423
- }
10424
-
10425
9557
  /** The log probabilities of the tokens generated by the model. This is useful for understanding the model's confidence in its predictions and for debugging. For example, you can use log probabilities to identify when the model is making a less confident prediction or to explore alternative responses that the model considered. A low log probability can also indicate that the model is "hallucinating" or generating factually incorrect information. */
10426
9558
  export declare interface LogprobsResult {
10427
9559
  /** A list of the chosen candidate tokens at each decoding step. The length of this list is equal to the total number of decoding steps. Note that the chosen candidate might not be in `top_candidates`. */
@@ -10606,14 +9738,14 @@ declare type MCPServerToolResult$ = MCPServerToolResultDelta;
10606
9738
 
10607
9739
  declare type MCPServerToolResultDelta = {
10608
9740
  name?: string | undefined;
10609
- result: Array<FunctionResultSubcontent> | MCPServerToolResultDeltaResult | string;
9741
+ result: MCPServerToolResultDeltaResult | Array<FunctionResultSubcontent> | string;
10610
9742
  server_name?: string | undefined;
10611
9743
  type: "mcp_server_tool_result";
10612
9744
  };
10613
9745
 
10614
9746
  declare type MCPServerToolResultDeltaResult = {};
10615
9747
 
10616
- declare type MCPServerToolResultDeltaResultUnion = Array<FunctionResultSubcontent> | MCPServerToolResultDeltaResult | string;
9748
+ declare type MCPServerToolResultDeltaResultUnion = MCPServerToolResultDeltaResult | Array<FunctionResultSubcontent> | string;
10617
9749
 
10618
9750
  declare type MCPServerToolResultStep$ = MCPServerToolResultStep;
10619
9751
 
@@ -10632,7 +9764,7 @@ declare type MCPServerToolResultStep = {
10632
9764
  /**
10633
9765
  * Required. The output from the MCP server call. Can be simple text or rich content.
10634
9766
  */
10635
- result: Array<FunctionResultSubcontent> | MCPServerToolResultStepResult | string;
9767
+ result: MCPServerToolResultStepResult | string | Array<FunctionResultSubcontent>;
10636
9768
  /**
10637
9769
  * The name of the used MCP server.
10638
9770
  */
@@ -10645,7 +9777,7 @@ declare type MCPServerToolResultStepResult = {};
10645
9777
  /**
10646
9778
  * Required. The output from the MCP server call. Can be simple text or rich content.
10647
9779
  */
10648
- declare type MCPServerToolResultStepResultUnion = Array<FunctionResultSubcontent> | MCPServerToolResultStepResult | string;
9780
+ declare type MCPServerToolResultStepResultUnion = MCPServerToolResultStepResult | string | Array<FunctionResultSubcontent>;
10649
9781
 
10650
9782
  /**
10651
9783
  * Creates a McpCallableTool from MCP clients and an optional config.
@@ -10687,23 +9819,7 @@ export declare enum MediaModality {
10687
9819
  DOCUMENT = "DOCUMENT"
10688
9820
  }
10689
9821
 
10690
- /** How the model processes input media for understanding. */
10691
- export declare enum MediaProcessing {
10692
- /**
10693
- * Default. Uses model-specific processing
10694
- */
10695
- MEDIA_PROCESSING_UNSPECIFIED = "MEDIA_PROCESSING_UNSPECIFIED",
10696
- /**
10697
- * Fixed-rate frame extraction. All frames placed in context.
10698
- */
10699
- STATIC = "STATIC",
10700
- /**
10701
- * Model-driven dynamic navigation. Recommended for most use cases.
10702
- */
10703
- AGENTIC = "AGENTIC"
10704
- }
10705
-
10706
- declare type MediaProcessing_2 = StaticMediaProcessing;
9822
+ declare type MediaProcessing = StaticMediaProcessing;
10707
9823
 
10708
9824
  /** The media resolution to use. */
10709
9825
  export declare enum MediaResolution {
@@ -10859,7 +9975,7 @@ export declare interface Model {
10859
9975
  /**
10860
9976
  * The model that will complete your prompt.\n\nSee [models](https://ai.google.dev/gemini-api/docs/models) for additional details.
10861
9977
  */
10862
- declare type Model_2 = "gemini-2.5-flash" | "gemini-2.5-pro" | "gemma-4-26b-a4b-it" | "gemma-4-31b-it" | "gemini-flash-latest" | "gemini-flash-lite-latest" | "gemini-pro-latest" | "gemini-2.5-flash-lite" | "gemini-2.5-flash-image" | "gemini-3-flash-preview" | "gemini-3.1-pro-preview" | "gemini-3.1-pro-preview-customtools" | "gemini-3.1-flash-lite" | "gemini-3-pro-image" | "nano-banana-pro-preview" | "gemini-3.1-flash-image" | "gemini-3.5-flash" | "gemini-3.6-flash" | "gemini-3.7-flash" | "gemini-3.8-flash" | "lyria-3-clip-preview" | "lyria-3-pro-preview" | "gemini-robotics-er-1.6-preview" | "gemini-robotics-er-2-preview" | (string & {});
9978
+ declare type Model_2 = "gemini-2.5-flash" | "gemini-2.5-pro" | "gemma-4-26b-a4b-it" | "gemma-4-31b-it" | "gemini-flash-latest" | "gemini-flash-lite-latest" | "gemini-pro-latest" | "gemini-2.5-flash-lite" | "gemini-2.5-flash-image" | "gemini-3-flash-preview" | "gemini-3.1-pro-preview" | "gemini-3.1-pro-preview-customtools" | "gemini-3.1-flash-lite" | "gemini-3-pro-image" | "nano-banana-pro-preview" | "gemini-3.1-flash-image" | "gemini-3.5-flash" | "gemini-3.6-flash" | "gemini-3.7-flash" | "lyria-3-clip-preview" | "lyria-3-pro-preview" | "gemini-robotics-er-1.6-preview" | "gemini-robotics-er-2-preview" | (string & {});
10863
9979
 
10864
9980
  /** Configuration for Model Armor. Model Armor is a Google Cloud service that provides safety and security filtering for prompts and responses. It helps protect your AI applications from risks such as harmful content, sensitive data leakage, and prompt injection attacks. This data type is not supported in Gemini API. */
10865
9981
  export declare interface ModelArmorConfig {
@@ -11270,12 +10386,6 @@ export declare class Models extends BaseModule {
11270
10386
  private generateVideosInternal;
11271
10387
  }
11272
10388
 
11273
- declare namespace models {
11274
- export {
11275
- Security
11276
- }
11277
- }
11278
-
11279
10389
  /** Config for model selection. */
11280
10390
  export declare interface ModelSelectionConfig {
11281
10391
  /** Options for feature selection preference. */
@@ -11364,14 +10474,6 @@ declare type Network = EnvironmentNetworkEgressAllowlist | NetworkEnum;
11364
10474
 
11365
10475
  declare type NetworkEnum = "disabled";
11366
10476
 
11367
- declare type OAuth2PasswordFlow = {
11368
- username: string;
11369
- password: string;
11370
- client_id?: string | undefined;
11371
- client_secret?: string | undefined;
11372
- token_url: string;
11373
- };
11374
-
11375
10477
  /** A long-running operation. */
11376
10478
  export declare interface Operation<T> {
11377
10479
  /** The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`. */
@@ -11427,102 +10529,6 @@ export declare class Operations extends BaseModule {
11427
10529
  private fetchPredictVideosOperationInternal;
11428
10530
  }
11429
10531
 
11430
- declare namespace operations {
11431
- export {
11432
- CancelInteractionByIdGlobals,
11433
- CancelInteractionByIdRequest,
11434
- CreateAgentGlobals,
11435
- CreateAgentRequest,
11436
- CreateEnvironmentGlobals,
11437
- CreateEnvironmentRequest_2 as CreateEnvironmentRequest,
11438
- CreateInteractionGlobals,
11439
- CreateInteractionRequestBody,
11440
- CreateInteractionRequest,
11441
- CreateInteractionResponse,
11442
- CreateTriggerGlobals,
11443
- CreateTriggerRequest,
11444
- CreateWebhookGlobals,
11445
- CreateWebhookRequest,
11446
- DeleteAgentGlobals,
11447
- DeleteAgentRequest,
11448
- DeleteEnvironmentGlobals,
11449
- DeleteEnvironmentRequest,
11450
- DeleteInteractionGlobals,
11451
- DeleteInteractionRequest,
11452
- DeleteTriggerGlobals,
11453
- DeleteTriggerRequest,
11454
- DeleteWebhookGlobals,
11455
- DeleteWebhookRequest,
11456
- GetAgentGlobals,
11457
- GetAgentRequest,
11458
- GetEnvironmentFilesGlobals,
11459
- GetEnvironmentFilesRequest,
11460
- GetEnvironmentGlobals,
11461
- GetEnvironmentRequest,
11462
- GetInteractionByIdGlobals,
11463
- GetInteractionByIdRequest,
11464
- GetInteractionByIdResponse,
11465
- GetTriggerGlobals,
11466
- GetTriggerRequest,
11467
- GetWebhookGlobals,
11468
- GetWebhookRequest,
11469
- ListAgentsGlobals,
11470
- ListAgentsRequest,
11471
- ListEnvironmentsGlobals,
11472
- ListEnvironmentsRequest,
11473
- ListTriggerExecutionsGlobals,
11474
- ListTriggerExecutionsRequest,
11475
- ListTriggersGlobals,
11476
- ListTriggersRequest,
11477
- ListWebhooksGlobals,
11478
- ListWebhooksRequest,
11479
- CancelInteractionByIdParams,
11480
- CreateAgentParams,
11481
- CreateInteractionParams,
11482
- CreateInteractionParamsNonStreaming,
11483
- CreateInteractionParamsStreaming,
11484
- CreateAgentInteractionParams,
11485
- CreateAgentInteractionParamsNonStreaming,
11486
- CreateAgentInteractionParamsStreaming,
11487
- CreateModelInteractionParams,
11488
- CreateModelInteractionParamsNonStreaming,
11489
- CreateModelInteractionParamsStreaming,
11490
- CreateTriggerParams,
11491
- CreateWebhookParams,
11492
- DeleteAgentParams,
11493
- DeleteEnvironmentParams,
11494
- DeleteInteractionParams,
11495
- DeleteTriggerParams,
11496
- DeleteWebhookParams,
11497
- GetAgentParams,
11498
- GetEnvironmentFilesParams,
11499
- GetEnvironmentParams,
11500
- GetInteractionByIdParams,
11501
- GetInteractionByIdParamsNonStreaming,
11502
- GetInteractionByIdParamsStreaming,
11503
- GetTriggerParams,
11504
- GetWebhookParams,
11505
- ListAgentsParams_2 as ListAgentsParams,
11506
- ListEnvironmentsParams,
11507
- ListTriggerExecutionsParams_2 as ListTriggerExecutionsParams,
11508
- ListTriggersParams_2 as ListTriggersParams,
11509
- ListWebhooksParams,
11510
- RunTriggerParams,
11511
- UpdateTriggerParams,
11512
- UpdateWebhookParams,
11513
- PingWebhookGlobals,
11514
- PingWebhookRequest_2 as PingWebhookRequest,
11515
- RotateSigningSecretGlobals,
11516
- RotateSigningSecretRequest_2 as RotateSigningSecretRequest,
11517
- RunTriggerGlobals,
11518
- RunTriggerRequest,
11519
- UpdateTriggerGlobals,
11520
- UpdateTriggerRequest,
11521
- UpdateWebhookGlobals,
11522
- UpdateWebhookRequest
11523
- }
11524
- }
11525
-
11526
10532
  /** Outcome of the code execution. */
11527
10533
  export declare enum Outcome {
11528
10534
  /**
@@ -11774,8 +10780,6 @@ export declare interface Part {
11774
10780
  videoMetadata?: VideoMetadata;
11775
10781
  /** Custom metadata associated with the Part. Agents using genai.Part as content representation may need to keep track of the additional information. For example it can be name of a file/source from which the Part originates or a way to multiplex multiple Part streams. This field is not supported in Vertex AI. */
11776
10782
  partMetadata?: Record<string, unknown>;
11777
- /** How the model processes this part's media for understanding. */
11778
- mediaProcessing?: MediaProcessing;
11779
10783
  }
11780
10784
 
11781
10785
  /** Partial argument value of the function call. This data type is not supported in Gemini API. */
@@ -11890,13 +10894,6 @@ export declare enum PhishBlockThreshold {
11890
10894
  BLOCK_ONLY_EXTREMELY_HIGH = "BLOCK_ONLY_EXTREMELY_HIGH"
11891
10895
  }
11892
10896
 
11893
- declare type PingWebhookGlobals = {
11894
- /**
11895
- * Which version of the API to use.
11896
- */
11897
- api_version?: string | undefined;
11898
- };
11899
-
11900
10897
  declare type PingWebhookRequest$ = PingWebhookRequest;
11901
10898
 
11902
10899
  /**
@@ -11911,24 +10908,6 @@ declare type PingWebhookRequest$ = PingWebhookRequest;
11911
10908
  */
11912
10909
  declare type PingWebhookRequest = {};
11913
10910
 
11914
- declare type PingWebhookRequest_2 = {
11915
- /**
11916
- * Which version of the API to use.
11917
- */
11918
- api_version?: string | undefined;
11919
- /**
11920
- * Required. The ID of the webhook to ping.
11921
- *
11922
- * @remarks
11923
- * Format: `{webhook_id}`
11924
- */
11925
- id: string;
11926
- /**
11927
- * The request body.
11928
- */
11929
- body?: webhooks.PingWebhookRequest | undefined;
11930
- };
11931
-
11932
10911
  declare type Place$ = GoogleMapsResultPlaces;
11933
10912
 
11934
10913
  declare type Place$2 = GoogleMapsResultPlaces;
@@ -12058,101 +11037,10 @@ export declare interface ProactivityConfig {
12058
11037
  /**
12059
11038
  * How the model processes this video for understanding.
12060
11039
  */
12061
- declare type Processing = MediaProcessing_2 | ProcessingEnum;
12062
-
12063
- declare type ProcessingCall$ = ProcessingCallDelta;
12064
-
12065
- /**
12066
- * @license
12067
- * Copyright 2026 Google LLC
12068
- * SPDX-License-Identifier: Apache-2.0
12069
- *
12070
- * g3-prettier-ignore-file
12071
- */
12072
- /**
12073
- * Streaming delta for a server-initiated media processing step.
12074
- */
12075
- declare type ProcessingCallDelta = {
12076
- /**
12077
- * A signature hash for backend validation.
12078
- */
12079
- signature?: string | undefined;
12080
- type: "processing_call";
12081
- };
12082
-
12083
- declare type ProcessingCallStep$ = ProcessingCallStep;
12084
-
12085
- /**
12086
- * @license
12087
- * Copyright 2026 Google LLC
12088
- * SPDX-License-Identifier: Apache-2.0
12089
- *
12090
- * g3-prettier-ignore-file
12091
- */
12092
- /**
12093
- * A server-initiated processing step for media analysis (e.g. video
12094
- *
12095
- * @remarks
12096
- * understanding).
12097
- */
12098
- declare type ProcessingCallStep = {
12099
- /**
12100
- * Required. A unique ID for this specific tool call.
12101
- */
12102
- id: string;
12103
- /**
12104
- * A signature hash for backend validation.
12105
- */
12106
- signature?: string | undefined;
12107
- type: "processing_call";
12108
- };
11040
+ declare type Processing = MediaProcessing | ProcessingEnum;
12109
11041
 
12110
11042
  declare type ProcessingEnum = "static" | "agentic" | (string & {});
12111
11043
 
12112
- declare type ProcessingResult$ = ProcessingResultDelta;
12113
-
12114
- /**
12115
- * @license
12116
- * Copyright 2026 Google LLC
12117
- * SPDX-License-Identifier: Apache-2.0
12118
- *
12119
- * g3-prettier-ignore-file
12120
- */
12121
- /**
12122
- * Streaming delta for the result of a server-initiated media processing step.
12123
- */
12124
- declare type ProcessingResultDelta = {
12125
- /**
12126
- * A signature hash for backend validation.
12127
- */
12128
- signature?: string | undefined;
12129
- type: "processing_result";
12130
- };
12131
-
12132
- declare type ProcessingResultStep$ = ProcessingResultStep;
12133
-
12134
- /**
12135
- * @license
12136
- * Copyright 2026 Google LLC
12137
- * SPDX-License-Identifier: Apache-2.0
12138
- *
12139
- * g3-prettier-ignore-file
12140
- */
12141
- /**
12142
- * The result of a server-initiated media processing step.
12143
- */
12144
- declare type ProcessingResultStep = {
12145
- /**
12146
- * Required. ID to match the ID from the function call block.
12147
- */
12148
- call_id: string;
12149
- /**
12150
- * A signature hash for backend validation.
12151
- */
12152
- signature?: string | undefined;
12153
- type: "processing_result";
12154
- };
12155
-
12156
11044
  /** An image of the product. */
12157
11045
  export declare interface ProductImage {
12158
11046
  /** An image of the product to be recontextualized. */
@@ -12698,39 +11586,6 @@ export declare interface ReplicatedVoiceConfig {
12698
11586
  voiceConsentSignature?: VoiceConsentSignature;
12699
11587
  }
12700
11588
 
12701
- /**
12702
- * An error that is raised when a HTTP request was aborted by the client error.
12703
- */
12704
- declare class RequestAbortedError extends HTTPClientError {
12705
- readonly name = "RequestAbortedError";
12706
- }
12707
-
12708
- declare type RequestConfig = {
12709
- method: string;
12710
- path: string;
12711
- baseURL?: string | URL | undefined;
12712
- query?: string;
12713
- body?: RequestInit["body"];
12714
- headers?: HeadersInit;
12715
- security?: SecurityState | null;
12716
- uaHeader?: string;
12717
- userAgent?: string | undefined;
12718
- timeout_ms?: number;
12719
- };
12720
-
12721
- declare type RequestErrorHook = (err: unknown, req: Request) => Awaitable<void>;
12722
-
12723
- declare type RequestInput = {
12724
- /**
12725
- * The URL the request will use.
12726
- */
12727
- url: URL;
12728
- /**
12729
- * Options used to create a [`Request`](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request).
12730
- */
12731
- options?: RequestInit | undefined;
12732
- };
12733
-
12734
11589
  declare type RequestOptions = {
12735
11590
  /**
12736
11591
  * Sets a timeout, in milliseconds, on HTTP requests made by an SDK method. If
@@ -12773,14 +11628,6 @@ declare type RequestOptions = {
12773
11628
  extra_body?: Record<string, unknown>;
12774
11629
  } & Omit<RequestInit, "method" | "body">;
12775
11630
 
12776
- /**
12777
- * An error that is raised when a HTTP request timed out due to an AbortSignal
12778
- * signal timeout.
12779
- */
12780
- declare class RequestTimeoutError extends HTTPClientError {
12781
- readonly name = "RequestTimeoutError";
12782
- }
12783
-
12784
11631
  /**
12785
11632
  * The video output resolution. Defaults to 720p.
12786
11633
  */
@@ -12814,8 +11661,6 @@ declare type ResponseFormat_2 = AudioResponseFormat_2 | ImageResponseFormat_2 |
12814
11661
  [k: string]: any;
12815
11662
  };
12816
11663
 
12817
- declare type ResponseHook = (res: Response, req: Request) => Awaitable<void>;
12818
-
12819
11664
  /**
12820
11665
  * @license
12821
11666
  * Copyright 2026 Google LLC
@@ -12841,37 +11686,11 @@ export declare enum ResponseParseType {
12841
11686
  REGEX_EXTRACT = "REGEX_EXTRACT"
12842
11687
  }
12843
11688
 
12844
- declare type Result$ = GoogleMapsResult;
12845
-
12846
- declare type Result$2 = GoogleSearchResult;
12847
-
12848
- declare type Result$3 = URLContextResult;
12849
-
12850
- /**
12851
- * @license
12852
- * Copyright 2026 Google LLC
12853
- * SPDX-License-Identifier: Apache-2.0
12854
- *
12855
- * g3-prettier-ignore-file
12856
- */
12857
- /**
12858
- * A monad that captures the result of a function call or an error if it was not
12859
- * successful. Railway programming, enabled by this type, can be a nicer
12860
- * alternative to traditional exception throwing because it allows functions to
12861
- * declare all _known_ errors with static types and then check for them
12862
- * exhaustively in application code. Thrown exception have a type of `unknown`
12863
- * and break out of regular control flow of programs making them harder to
12864
- * inspect and more verbose work with due to try-catch blocks.
12865
- */
12866
- declare type Result<T, E = unknown> = {
12867
- ok: true;
12868
- value: T;
12869
- error?: never;
12870
- } | {
12871
- ok: false;
12872
- value?: never;
12873
- error: E;
12874
- };
11689
+ declare type Result$ = GoogleMapsResult;
11690
+
11691
+ declare type Result$2 = GoogleSearchResult;
11692
+
11693
+ declare type Result$3 = URLContextResult;
12875
11694
 
12876
11695
  declare type Retrieval$ = Retrieval_2;
12877
11696
 
@@ -13070,13 +11889,6 @@ declare type ReviewSnippet = {
13070
11889
  */
13071
11890
  declare type RevocationBehavior = "revoke_previous_secrets_after_h24" | "revoke_previous_secrets_immediately";
13072
11891
 
13073
- declare type RotateSigningSecretGlobals = {
13074
- /**
13075
- * Which version of the API to use.
13076
- */
13077
- api_version?: string | undefined;
13078
- };
13079
-
13080
11892
  declare type RotateSigningSecretRequest$ = RotateSigningSecretRequest;
13081
11893
 
13082
11894
  /**
@@ -13089,44 +11901,12 @@ declare type RotateSigningSecretRequest = {
13089
11901
  revocation_behavior?: RevocationBehavior | undefined;
13090
11902
  };
13091
11903
 
13092
- declare type RotateSigningSecretRequest_2 = {
13093
- /**
13094
- * Which version of the API to use.
13095
- */
13096
- api_version?: string | undefined;
13097
- /**
13098
- * Required. The ID of the webhook for which to generate a signing secret.
13099
- *
13100
- * @remarks
13101
- * Format: `{webhook_id}`
13102
- */
13103
- id: string;
13104
- /**
13105
- * The request body.
13106
- */
13107
- body?: webhooks.RotateSigningSecretRequest | undefined;
13108
- };
13109
-
13110
11904
  /** Rouge metric value for an instance. This data type is not supported in Gemini API. */
13111
11905
  export declare interface RougeMetricValue {
13112
11906
  /** Output only. Rouge score. */
13113
11907
  score?: number;
13114
11908
  }
13115
11909
 
13116
- /**
13117
- * @license
13118
- * Copyright 2026 Google LLC
13119
- * SPDX-License-Identifier: Apache-2.0
13120
- *
13121
- * g3-prettier-ignore-file
13122
- */
13123
- declare type RunTriggerGlobals = {
13124
- /**
13125
- * Which version of the API to use.
13126
- */
13127
- api_version?: string | undefined;
13128
- };
13129
-
13130
11910
  declare type RunTriggerParams = Omit<RunTriggerRequest, "trigger_id">;
13131
11911
 
13132
11912
  declare type RunTriggerRequest = {
@@ -13368,70 +12148,6 @@ export declare interface ScribbleImage {
13368
12148
  image?: Image_2;
13369
12149
  }
13370
12150
 
13371
- declare class SDKHooks implements Hooks {
13372
- sdkInitHooks: SDKInitHook[];
13373
- beforeCreateRequestHooks: BeforeCreateRequestHook[];
13374
- beforeRequestHooks: BeforeRequestHook_2[];
13375
- afterSuccessHooks: AfterSuccessHook[];
13376
- afterErrorHooks: AfterErrorHook[];
13377
- constructor();
13378
- registerSDKInitHook(hook: SDKInitHook): void;
13379
- registerBeforeCreateRequestHook(hook: BeforeCreateRequestHook): void;
13380
- registerBeforeRequestHook(hook: BeforeRequestHook_2): void;
13381
- registerAfterSuccessHook(hook: AfterSuccessHook): void;
13382
- registerAfterErrorHook(hook: AfterErrorHook): void;
13383
- sdkInit(opts: SDKOptions): SDKOptions;
13384
- beforeCreateRequest(hookCtx: BeforeCreateRequestContext, input: RequestInput): RequestInput;
13385
- beforeRequest(hookCtx: BeforeRequestContext, request: Request): Promise<Request>;
13386
- afterSuccess(hookCtx: AfterSuccessContext, response: Response): Promise<Response>;
13387
- afterError(hookCtx: AfterErrorContext, response: Response | null, error: unknown): Promise<{
13388
- response: Response | null;
13389
- error: unknown;
13390
- }>;
13391
- }
13392
-
13393
- /**
13394
- * SDKInitHook is called when the SDK is initializing. The
13395
- * hook can return a new baseURL and HTTP client to be used by the SDK.
13396
- */
13397
- declare interface SDKInitHook {
13398
- sdkInit: (opts: SDKOptions) => SDKOptions;
13399
- }
13400
-
13401
- declare type SDKOptions = {
13402
- /**
13403
- * The security details required to authenticate the SDK
13404
- */
13405
- security?: models.Security | (() => Promise<models.Security>) | undefined;
13406
- /**
13407
- * Allows setting the api_version parameter for all supported operations
13408
- */
13409
- api_version?: string | undefined;
13410
- /**
13411
- * Allows setting the user_project parameter for all supported operations
13412
- */
13413
- user_project?: string | undefined;
13414
- http_client?: HTTPClient;
13415
- /**
13416
- * Allows overriding the default server used by the SDK
13417
- */
13418
- server_idx?: number | undefined;
13419
- /**
13420
- * Allows overriding the default server URL used by the SDK
13421
- */
13422
- server_url?: string | undefined;
13423
- /**
13424
- * Allows overriding the default user agent used by the SDK
13425
- */
13426
- user_agent?: string | undefined;
13427
- /**
13428
- * Allows overriding the default retry config used by the SDK
13429
- */
13430
- retry_config?: RetryConfig;
13431
- timeout_ms?: number;
13432
- debug_logger?: Logger;
13433
- };
13434
-
13435
12151
  /** The entry point used to search for grounding sources. */
13436
12152
  export declare interface SearchEntryPoint {
13437
12153
  /** Optional. Web content snippet that can be embedded in a web page
@@ -13450,45 +12166,6 @@ export declare interface SearchTypes {
13450
12166
  webSearch?: WebSearch;
13451
12167
  }
13452
12168
 
13453
- /**
13454
- * @license
13455
- * Copyright 2026 Google LLC
13456
- * SPDX-License-Identifier: Apache-2.0
13457
- *
13458
- * g3-prettier-ignore-file
13459
- */
13460
- declare type Security = {
13461
- /**
13462
- * OAuth access token sent as a bearer Authorization header.
13463
- */
13464
- access_token?: string | undefined;
13465
- /**
13466
- * Gemini API key sent as x-goog-api-key.
13467
- */
13468
- api_key?: string | undefined;
13469
- /**
13470
- * Additional default headers to apply before request-specific headers and auth.
13471
- */
13472
- default_headers?: {
13473
- [k: string]: string;
13474
- } | undefined;
13475
- };
13476
-
13477
- declare type SecurityState = {
13478
- basic: {
13479
- username?: string | undefined;
13480
- password?: string | undefined;
13481
- };
13482
- headers: Record<string, string>;
13483
- queryParams: Record<string, string>;
13484
- cookies: Record<string, string>;
13485
- oauth2: ({
13486
- type: "password";
13487
- } & OAuth2PasswordFlow) | {
13488
- type: "none";
13489
- };
13490
- };
13491
-
13492
12169
  /** Segment of the content this support belongs to. */
13493
12170
  export declare interface Segment {
13494
12171
  /** Output only. Start index in the given Part, measured in bytes.
@@ -13870,22 +12547,6 @@ export declare interface SlidingWindow {
13870
12547
  targetTokens?: string;
13871
12548
  }
13872
12549
 
13873
- declare type Smart$ = SmartTranscriptionMode;
13874
-
13875
- /**
13876
- * @license
13877
- * Copyright 2026 Google LLC
13878
- * SPDX-License-Identifier: Apache-2.0
13879
- *
13880
- * g3-prettier-ignore-file
13881
- */
13882
- /**
13883
- * Configuration for smart transcription mode.
13884
- */
13885
- declare type SmartTranscriptionMode = {
13886
- type: "smart";
13887
- };
13888
-
13889
12550
  declare type Source$ = Source;
13890
12551
 
13891
12552
  /**
@@ -14097,7 +12758,7 @@ declare type Step$ = Step;
14097
12758
  /**
14098
12759
  * A step in the interaction.
14099
12760
  */
14100
- declare type Step = CodeExecutionCallStep | CodeExecutionResultStep | FileSearchCallStep | FileSearchResultStep | FunctionCallStep | FunctionResultStep | GoogleMapsCallStep | GoogleMapsResultStep | GoogleSearchCallStep | GoogleSearchResultStep | MCPServerToolCallStep | MCPServerToolResultStep | ModelOutputStep | ProcessingCallStep | ProcessingResultStep | ThoughtStep | URLContextCallStep | URLContextResultStep | UserInputStep;
12761
+ declare type Step = UserInputStep | ModelOutputStep | ThoughtStep | FunctionCallStep | CodeExecutionCallStep | URLContextCallStep | MCPServerToolCallStep | GoogleSearchCallStep | FileSearchCallStep | GoogleMapsCallStep | FunctionResultStep | CodeExecutionResultStep | URLContextResultStep | GoogleSearchResultStep | MCPServerToolResultStep | FileSearchResultStep | GoogleMapsResultStep;
14101
12762
 
14102
12763
  declare type StepDelta$ = StepDelta;
14103
12764
 
@@ -14118,7 +12779,7 @@ declare type StepDelta = {
14118
12779
  metadata?: StepDeltaMetadata | undefined;
14119
12780
  };
14120
12781
 
14121
- declare type StepDeltaData = ArgumentsDelta | AudioDelta | CodeExecutionCallDelta | CodeExecutionResultDelta | DocumentDelta | FileSearchCallDelta | FileSearchResultDelta | FunctionResultDelta | GoogleMapsCallDelta | GoogleMapsResultDelta | GoogleSearchCallDelta | GoogleSearchResultDelta | ImageDelta | MCPServerToolCallDelta | MCPServerToolResultDelta | ProcessingCallDelta | ProcessingResultDelta | RetrievalCallDelta | RetrievalResultDelta | TextAnnotationDelta | TextDelta | ThoughtSignatureDelta | ThoughtSummaryDelta | URLContextCallDelta | URLContextResultDelta | VideoDelta;
12782
+ declare type StepDeltaData = ArgumentsDelta | AudioDelta | CodeExecutionCallDelta | CodeExecutionResultDelta | DocumentDelta | FileSearchCallDelta | FileSearchResultDelta | FunctionResultDelta | GoogleMapsCallDelta | GoogleMapsResultDelta | GoogleSearchCallDelta | GoogleSearchResultDelta | ImageDelta | MCPServerToolCallDelta | MCPServerToolResultDelta | RetrievalCallDelta | RetrievalResultDelta | TextAnnotationDelta | TextDelta | ThoughtSignatureDelta | ThoughtSummaryDelta | URLContextCallDelta | URLContextResultDelta | VideoDelta;
14122
12783
 
14123
12784
  /**
14124
12785
  * Optional metadata accompanying ANY streamed event.
@@ -14857,11 +13518,7 @@ export declare enum ToolType {
14857
13518
  /**
14858
13519
  * File search tool, maps to Tool.file_search.
14859
13520
  */
14860
- FILE_SEARCH = "FILE_SEARCH",
14861
- /**
14862
- * Media processing tool.
14863
- */
14864
- MEDIA_PROCESSING = "MEDIA_PROCESSING"
13521
+ FILE_SEARCH = "FILE_SEARCH"
14865
13522
  }
14866
13523
 
14867
13524
  export declare type ToolUnion = Tool | CallableTool;
@@ -14910,6 +13567,13 @@ export declare interface Transcription {
14910
13567
 
14911
13568
  declare type TranscriptionConfig$ = TranscriptionConfig;
14912
13569
 
13570
+ /**
13571
+ * @license
13572
+ * Copyright 2026 Google LLC
13573
+ * SPDX-License-Identifier: Apache-2.0
13574
+ *
13575
+ * g3-prettier-ignore-file
13576
+ */
14913
13577
  /**
14914
13578
  * Configuration for speech recognition (transcription).
14915
13579
  */
@@ -14929,8 +13593,6 @@ declare type TranscriptionConfig = {
14929
13593
  custom_vocabulary?: Array<string> | undefined;
14930
13594
  /**
14931
13595
  * Optional. Configures speaker diarization. Supported values: "speaker".
14932
- *
14933
- * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
14934
13596
  */
14935
13597
  diarization_mode?: string | undefined;
14936
13598
  /**
@@ -14940,35 +13602,15 @@ declare type TranscriptionConfig = {
14940
13602
  * audio. If omitted or empty, defaults to automatic language detection.
14941
13603
  */
14942
13604
  language_codes?: Array<string> | undefined;
14943
- /**
14944
- * Discriminated transcription mode options or enum.
14945
- */
14946
- mode?: TranscriptionMode | TranscriptionConfigModeEnum | undefined;
14947
13605
  /**
14948
13606
  * Optional. The granularity of timestamps to include in the transcription output.
14949
13607
  *
14950
13608
  * @remarks
14951
13609
  * Supported values: "word". If empty, no timestamps are generated.
14952
- *
14953
- * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
14954
13610
  */
14955
13611
  timestamp_granularities?: Array<string> | undefined;
14956
13612
  };
14957
13613
 
14958
- /**
14959
- * Discriminated transcription mode options or enum.
14960
- */
14961
- declare type TranscriptionConfigMode = TranscriptionMode | TranscriptionConfigModeEnum;
14962
-
14963
- declare type TranscriptionConfigModeEnum = "verbatim" | "smart" | (string & {});
14964
-
14965
- declare type TranscriptionMode$ = TranscriptionMode;
14966
-
14967
- /**
14968
- * Configuration for transcription mode.
14969
- */
14970
- declare type TranscriptionMode = SmartTranscriptionMode | VerbatimTranscriptionMode;
14971
-
14972
13614
  /**
14973
13615
  * @license
14974
13616
  * Copyright 2026 Google LLC
@@ -14979,17 +13621,17 @@ declare type TranscriptionMode = SmartTranscriptionMode | VerbatimTranscriptionM
14979
13621
  /**
14980
13622
  * Headers to inject on all outbound requests matching this domain. Accepts a single dict or a list of dicts. The egress proxy injects these automatically.
14981
13623
  */
14982
- declare type Transform = Array<{
13624
+ declare type Transform = {
14983
13625
  [k: string]: string;
14984
- }> | {
13626
+ } | Array<{
14985
13627
  [k: string]: string;
14986
- };
13628
+ }>;
14987
13629
 
14988
13630
  /** Config for stream translation. */
14989
13631
  export declare interface TranslationConfig {
14990
- /** If true, the model will generate audio when the target language is spoken, essentially it will parrot the input. If false, we will not produce audio for the target language. */
13632
+ /** Optional. If true, the model will generate audio when the target language is spoken, essentially it will parrot the input. If false, we will not produce audio for the target language. */
14991
13633
  echoTargetLanguage?: boolean;
14992
- /** The target language for translation. Supported values are BCP-47 language codes (e.g. "en", "es", "fr"). */
13634
+ /** Required. The target language for translation. Supported values are BCP-47 language codes (e.g. "en", "es", "fr"). */
14993
13635
  targetLanguageCode?: string;
14994
13636
  }
14995
13637
 
@@ -15085,33 +13727,33 @@ declare type TriggerCreateParams$ = TriggerCreateParams;
15085
13727
  */
15086
13728
  declare type TriggerCreateParams = {
15087
13729
  /**
15088
- * Optional. The display name of the trigger.
13730
+ * Required. The cron schedule on which the trigger should run. Standard cron format.
15089
13731
  */
15090
- display_name?: string | undefined;
13732
+ schedule: string;
15091
13733
  /**
15092
- * Optional. The environment ID for the trigger execution.
13734
+ * Required. Time zone in which the schedule should be interpreted.
15093
13735
  */
15094
- environment_id?: string | undefined;
13736
+ time_zone: string;
15095
13737
  /**
15096
- * Optional. The execution timeout for the triggered interaction.
13738
+ * Optional. The display name of the trigger.
15097
13739
  */
15098
- execution_timeout_seconds?: number | undefined;
13740
+ display_name?: string | undefined;
15099
13741
  /**
15100
- * Required. The interaction request template to be executed.
13742
+ * Optional. The environment ID for the trigger execution.
15101
13743
  */
15102
- interaction: interactions.CreateAgentInteraction | interactions.CreateModelInteraction;
13744
+ environment_id?: string | undefined;
15103
13745
  /**
15104
13746
  * Optional. The maximum number of consecutive failures allowed before the trigger is automatically paused (status becomes ERROR).
15105
13747
  */
15106
13748
  max_consecutive_failures?: number | undefined;
15107
13749
  /**
15108
- * Required. The cron schedule on which the trigger should run. Standard cron format.
13750
+ * Optional. The execution timeout for the triggered interaction.
15109
13751
  */
15110
- schedule: string;
13752
+ execution_timeout_seconds?: number | undefined;
15111
13753
  /**
15112
- * Required. Time zone in which the schedule should be interpreted.
13754
+ * Required. The interaction request template to be executed.
15113
13755
  */
15114
- time_zone: string;
13756
+ interaction: interactions.CreateAgentInteraction | interactions.CreateModelInteraction;
15115
13757
  };
15116
13758
 
15117
13759
  declare type TriggerDeleteParams$ = DeleteTriggerParams;
@@ -15219,37 +13861,6 @@ declare namespace triggers {
15219
13861
  }
15220
13862
  }
15221
13863
 
15222
- declare class Triggers_2 extends ClientSDK {
15223
- /**
15224
- * Lists triggers for a project.
15225
- */
15226
- list(params?: ListTriggersParams_2, options?: Omit<RequestOptions, "extra_body">): APIPromise<triggers.ListTriggersResponse>;
15227
- /**
15228
- * Creates a new trigger that will invoke the specified agent on the given cron schedule.
15229
- */
15230
- create(params: CreateTriggerParams, options?: RequestOptions): APIPromise<triggers.Trigger>;
15231
- /**
15232
- * Deletes a trigger.
15233
- */
15234
- delete(id: string, params?: DeleteTriggerParams, options?: Omit<RequestOptions, "extra_body">): APIPromise<interactions.Empty>;
15235
- /**
15236
- * Gets details of a single trigger.
15237
- */
15238
- get(id: string, params?: GetTriggerParams, options?: Omit<RequestOptions, "extra_body">): APIPromise<triggers.Trigger>;
15239
- /**
15240
- * Updates a trigger.
15241
- */
15242
- update(id: string, params: UpdateTriggerParams, options?: RequestOptions): APIPromise<triggers.Trigger>;
15243
- /**
15244
- * Lists executions for a trigger.
15245
- */
15246
- listExecutions(trigger_id: string, params?: ListTriggerExecutionsParams_2, options?: Omit<RequestOptions, "extra_body">): APIPromise<triggers.ListTriggerExecutionsResponse>;
15247
- /**
15248
- * Runs a trigger immediately.
15249
- */
15250
- run(trigger_id: string, params?: RunTriggerParams, options?: Omit<RequestOptions, "extra_body">): APIPromise<triggers.TriggerExecution>;
15251
- }
15252
-
15253
13864
  /**
15254
13865
  * Output only. The current status of the trigger.
15255
13866
  */
@@ -15788,18 +14399,6 @@ export declare enum Type {
15788
14399
  NULL = "NULL"
15789
14400
  }
15790
14401
 
15791
- /**
15792
- * @license
15793
- * Copyright 2026 Google LLC
15794
- * SPDX-License-Identifier: Apache-2.0
15795
- *
15796
- * g3-prettier-ignore-file
15797
- */
15798
- /**
15799
- * Output only. The type of the entry.
15800
- */
15801
- declare type Type_2 = "file" | "directory" | (string & {});
15802
-
15803
14402
  declare namespace types {
15804
14403
  export {
15805
14404
  createFunctionResponsePartFromBase64,
@@ -15859,7 +14458,6 @@ declare namespace types {
15859
14458
  TuningTask,
15860
14459
  DocumentState,
15861
14460
  ServiceTier,
15862
- MediaProcessing,
15863
14461
  PartMediaResolutionLevel,
15864
14462
  ToolType,
15865
14463
  ResourceScope,
@@ -15887,7 +14485,6 @@ declare namespace types {
15887
14485
  EndSensitivity,
15888
14486
  ActivityHandling,
15889
14487
  TurnCoverage,
15890
- AudioTranscriptionConfigMode,
15891
14488
  Scale,
15892
14489
  MusicGenerationMode,
15893
14490
  LiveMusicPlaybackControl,
@@ -16359,13 +14956,6 @@ declare namespace types {
16359
14956
  }
16360
14957
  }
16361
14958
 
16362
- /**
16363
- * An error to capture unrecognised or unexpected errors when making HTTP calls.
16364
- */
16365
- declare class UnexpectedClientError extends HTTPClientError {
16366
- name: string;
16367
- }
16368
-
16369
14959
  /** Optional parameters for caches.update method. */
16370
14960
  export declare interface UpdateCachedContentConfig {
16371
14961
  /** Used to override HTTP request options. */
@@ -16414,13 +15004,6 @@ export declare interface UpdateModelParameters {
16414
15004
  config?: UpdateModelConfig;
16415
15005
  }
16416
15006
 
16417
- declare type UpdateTriggerGlobals = {
16418
- /**
16419
- * Which version of the API to use.
16420
- */
16421
- api_version?: string | undefined;
16422
- };
16423
-
16424
15007
  declare type UpdateTriggerParams = Omit<UpdateTriggerRequest, "id" | "body"> & UpdateTriggerRequest["body"];
16425
15008
 
16426
15009
  declare type UpdateTriggerRequest = {
@@ -16435,34 +15018,6 @@ declare type UpdateTriggerRequest = {
16435
15018
  body: triggers.TriggerUpdate;
16436
15019
  };
16437
15020
 
16438
- declare type UpdateWebhookGlobals = {
16439
- /**
16440
- * Which version of the API to use.
16441
- */
16442
- api_version?: string | undefined;
16443
- };
16444
-
16445
- declare type UpdateWebhookParams = Omit<UpdateWebhookRequest, "id" | "body"> & Partial<NonNullable<UpdateWebhookRequest["body"]>>;
16446
-
16447
- declare type UpdateWebhookRequest = {
16448
- /**
16449
- * Which version of the API to use.
16450
- */
16451
- api_version?: string | undefined;
16452
- /**
16453
- * Required. The ID of the webhook to update.
16454
- */
16455
- id: string;
16456
- /**
16457
- * Optional. The list of fields to update.
16458
- */
16459
- update_mask?: string | undefined;
16460
- /**
16461
- * Required. The webhook to update.
16462
- */
16463
- body?: webhooks.WebhookUpdate | undefined;
16464
- };
16465
-
16466
15021
  declare interface Uploader {
16467
15022
  /**
16468
15023
  * Uploads a file to the given upload url.
@@ -17068,33 +15623,6 @@ export declare interface VeoTuningSpec {
17068
15623
  validationDatasetUri?: string;
17069
15624
  }
17070
15625
 
17071
- declare type Verbatim$ = VerbatimTranscriptionMode;
17072
-
17073
- /**
17074
- * @license
17075
- * Copyright 2026 Google LLC
17076
- * SPDX-License-Identifier: Apache-2.0
17077
- *
17078
- * g3-prettier-ignore-file
17079
- */
17080
- /**
17081
- * Configuration for verbatim transcription mode.
17082
- */
17083
- declare type VerbatimTranscriptionMode = {
17084
- /**
17085
- * Optional. Configures speaker diarization. Supported values: "speaker".
17086
- */
17087
- diarization_mode?: string | undefined;
17088
- /**
17089
- * Optional. The granularity of timestamps to include in the transcription output.
17090
- *
17091
- * @remarks
17092
- * Supported values: "word". If empty, no timestamps are generated.
17093
- */
17094
- timestamp_granularities?: Array<string> | undefined;
17095
- type: "verbatim";
17096
- };
17097
-
17098
15626
  /** Retrieve from Vertex AI Search datastore or engine for grounding. datastore and engine are mutually exclusive. See https://cloud.google.com/products/agent-builder. This data type is not supported in Gemini API. */
17099
15627
  export declare interface VertexAISearch {
17100
15628
  /** Specifications that define the specific DataStores to be searched, along with configurations for those data stores. This is only considered for Engines with multiple data stores. It should only be set if engine is used. */
@@ -17227,27 +15755,20 @@ declare type VideoContent = {
17227
15755
  * The video content.
17228
15756
  */
17229
15757
  data?: string | undefined;
17230
- /**
17231
- * The mime type of the video.
17232
- */
17233
- mime_type?: VideoContentMimeType | undefined;
17234
- /**
17235
- * A user-defined name for this content block. Can be referenced by the model
17236
- *
17237
- * @remarks
17238
- * in the final response.
17239
- */
17240
- name?: string | undefined;
17241
15758
  /**
17242
15759
  * How the model processes this video for understanding.
17243
15760
  */
17244
- processing?: MediaProcessing_2 | ProcessingEnum | undefined;
15761
+ processing?: MediaProcessing | ProcessingEnum | undefined;
17245
15762
  resolution?: MediaResolution_2 | undefined;
17246
15763
  type: "video";
17247
15764
  /**
17248
15765
  * The URI of the video.
17249
15766
  */
17250
15767
  uri?: string | undefined;
15768
+ /**
15769
+ * The mime type of the video.
15770
+ */
15771
+ mime_type?: VideoContentMimeType | undefined;
17251
15772
  };
17252
15773
 
17253
15774
  /**
@@ -17263,7 +15784,7 @@ declare type VideoDelta = {
17263
15784
  uri?: string | undefined;
17264
15785
  };
17265
15786
 
17266
- declare type VideoDeltaMimeType = "video/mp4" | "video/mpeg" | "video/mpg" | "video/mov" | "video/avi" | "video/x-flv" | "video/webm" | "video/wmv" | "video/3gpp" | "video/jpeg2000" | (string & {});
15787
+ declare type VideoDeltaMimeType = "video/mp4" | "video/mpeg" | "video/mpg" | "video/mov" | "video/avi" | "video/x-flv" | "video/webm" | "video/wmv" | "video/3gpp" | (string & {});
17267
15788
 
17268
15789
  /** A mask for video generation. */
17269
15790
  export declare interface VideoGenerationMask {
@@ -17713,37 +16234,6 @@ declare namespace webhooks {
17713
16234
  }
17714
16235
  }
17715
16236
 
17716
- declare class Webhooks_2 extends ClientSDK {
17717
- /**
17718
- * Lists all Webhooks.
17719
- */
17720
- list(params?: ListWebhooksParams, options?: Omit<RequestOptions, "extra_body">): APIPromise<webhooks.WebhookListResponse>;
17721
- /**
17722
- * Creates a new Webhook.
17723
- */
17724
- create(params: CreateWebhookParams, options?: RequestOptions): APIPromise<webhooks.Webhook>;
17725
- /**
17726
- * Deletes a Webhook.
17727
- */
17728
- delete(id: string, params?: DeleteWebhookParams, options?: Omit<RequestOptions, "extra_body">): APIPromise<interactions.Empty>;
17729
- /**
17730
- * Gets a specific Webhook.
17731
- */
17732
- get(id: string, params?: GetWebhookParams, options?: Omit<RequestOptions, "extra_body">): APIPromise<webhooks.Webhook>;
17733
- /**
17734
- * Updates an existing Webhook.
17735
- */
17736
- update(id: string, params?: UpdateWebhookParams, options?: RequestOptions): APIPromise<webhooks.Webhook>;
17737
- /**
17738
- * Sends a ping event to a Webhook.
17739
- */
17740
- ping(id: string, api_version?: string | undefined, body?: webhooks.PingWebhookRequest | undefined, options?: RequestOptions): APIPromise<webhooks.WebhookPingResponse>;
17741
- /**
17742
- * Generates a new signing secret for a Webhook.
17743
- */
17744
- rotateSigningSecret(id: string, api_version?: string | undefined, body?: webhooks.RotateSigningSecretRequest | undefined, options?: RequestOptions): APIPromise<webhooks.WebhookRotateSigningSecretResponse>;
17745
- }
17746
-
17747
16237
  /**
17748
16238
  * Output only. The state of the webhook.
17749
16239
  */