@opengeni/contracts 2.9.2 → 2.13.0-canary.0

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 (51) hide show
  1. package/dist/artifacts.d.ts +121 -0
  2. package/dist/atlassian.js +11 -11
  3. package/dist/{chunk-4IVHBXRI.js → chunk-7ABONTXE.js} +42 -2
  4. package/dist/chunk-7ABONTXE.js.map +1 -0
  5. package/dist/{chunk-7RMTKFJW.js → chunk-7Q6HPDY2.js} +8 -8
  6. package/dist/{chunk-AWNGBY5I.js → chunk-DPCCW6U7.js} +7395 -6619
  7. package/dist/chunk-DPCCW6U7.js.map +1 -0
  8. package/dist/{chunk-N6GRVXAJ.js → chunk-NPBM4QSK.js} +2 -2
  9. package/dist/connection-authority.js +11 -11
  10. package/dist/editable-artifact-codec-registry.js +2 -2
  11. package/dist/editable-artifact-live.js +2 -2
  12. package/dist/editable-artifact-serialized-commit.js +3 -3
  13. package/dist/editable-artifacts.js +13 -13
  14. package/dist/github-repository-contracts.d.ts +36 -0
  15. package/dist/github-repository-contracts.js +59 -0
  16. package/dist/github-repository-contracts.js.map +1 -0
  17. package/dist/github-repository.d.ts +14 -0
  18. package/dist/github-repository.js +36 -0
  19. package/dist/github-repository.js.map +1 -0
  20. package/dist/google-drive.js +12 -12
  21. package/dist/index.d.ts +809 -70
  22. package/dist/index.js +299 -135
  23. package/dist/mcp-oauth.d.ts +71 -0
  24. package/dist/model-context-inspector.d.ts +205 -0
  25. package/dist/model-picker-order.d.ts +23 -0
  26. package/dist/model-picker-order.js +42 -0
  27. package/dist/model-picker-order.js.map +1 -0
  28. package/dist/organization-membership-lifecycle.d.ts +17 -0
  29. package/dist/personal-github.js +11 -11
  30. package/dist/session-mcp-projections.d.ts +210 -0
  31. package/dist/session-titles.d.ts +35 -0
  32. package/dist/session-titles.js +9 -3
  33. package/dist/tool-catalog.d.ts +271 -0
  34. package/dist/workspace-learning-policy.d.ts +1 -1
  35. package/package.json +13 -1
  36. package/src/artifacts.ts +111 -1
  37. package/src/github-repository-contracts.ts +85 -0
  38. package/src/github-repository.ts +59 -0
  39. package/src/index.ts +486 -52
  40. package/src/mcp-oauth.ts +68 -0
  41. package/src/model-context-inspector.ts +104 -0
  42. package/src/model-picker-order.ts +87 -0
  43. package/src/organization-membership-lifecycle.ts +20 -0
  44. package/src/session-mcp-projections.ts +268 -0
  45. package/src/session-titles.ts +100 -0
  46. package/src/tool-catalog.ts +136 -0
  47. package/src/workspace-learning-policy.ts +4 -3
  48. package/dist/chunk-4IVHBXRI.js.map +0 -1
  49. package/dist/chunk-AWNGBY5I.js.map +0 -1
  50. /package/dist/{chunk-7RMTKFJW.js.map → chunk-7Q6HPDY2.js.map} +0 -0
  51. /package/dist/{chunk-N6GRVXAJ.js.map → chunk-NPBM4QSK.js.map} +0 -0
package/dist/index.d.ts CHANGED
@@ -12,15 +12,17 @@ export * from "./editable-artifacts.js";
12
12
  export * from "./editable-artifact-committed-transaction.js";
13
13
  export * from "./editable-artifact-serialized-commit.js";
14
14
  export * from "./tool-catalog.js";
15
+ export * from "./mcp-oauth.js";
15
16
  export * from "./tool-result-spill.js";
16
17
  export * from "./interaction.js";
17
18
  export * from "./sandbox-file-artifacts.js";
18
19
  export * from "./permissions.js";
19
20
  export * from "./session-titles.js";
21
+ export * from "./session-mcp-projections.js";
20
22
  export * from "./session-topology-primitives.js";
21
23
  export * from "./agent-topology.js";
22
24
  export * from "./work-claims.js";
23
- export { CreateWorkspaceArtifactRequest, PublishWorkspaceArtifactVersionRequest, RollbackWorkspaceArtifactRequest, WorkspaceArtifact, WorkspaceArtifactContentResponse, WorkspaceArtifactDetailResponse, WorkspaceArtifactEvent, WorkspaceArtifactEventType, WorkspaceArtifactHtml, WorkspaceArtifactListQuery, WorkspaceArtifactListResponse, WorkspaceArtifactMutationResponse, WorkspaceArtifactSlug, WorkspaceArtifactStatus, WorkspaceArtifactVersion, WORKSPACE_ARTIFACT_CURSOR_MAX_CHARS, WORKSPACE_ARTIFACT_DESCRIPTION_MAX_CHARS, WORKSPACE_ARTIFACT_HTML_MAX_UTF8_BYTES, WORKSPACE_ARTIFACT_LIST_DEFAULT, WORKSPACE_ARTIFACT_LIST_MAX, WORKSPACE_ARTIFACT_TITLE_MAX_CHARS, normalizeWorkspaceArtifactSlug, } from "./artifacts.js";
25
+ export { CreateWorkspaceArtifactRequest, PublishWorkspaceArtifactVersionRequest, RollbackWorkspaceArtifactRequest, SetWorkspaceArtifactStatusRequest, WorkspaceArtifact, WorkspaceArtifactContentResponse, WorkspaceArtifactDetailResponse, WorkspaceArtifactEvent, WorkspaceArtifactEventType, WorkspaceArtifactHtml, WorkspaceArtifactListQuery, WorkspaceArtifactListResponse, WorkspaceArtifactMutationResponse, WorkspaceArtifactRequestedTools, WorkspaceArtifactSlug, WorkspaceArtifactSourceBundle, WorkspaceArtifactSourceFile, WorkspaceArtifactSourcePath, WorkspaceArtifactStatus, WorkspaceArtifactVersion, WORKSPACE_ARTIFACT_CURSOR_MAX_CHARS, WORKSPACE_ARTIFACT_DESCRIPTION_MAX_CHARS, WORKSPACE_ARTIFACT_HTML_MAX_UTF8_BYTES, WORKSPACE_ARTIFACT_LIST_DEFAULT, WORKSPACE_ARTIFACT_LIST_MAX, WORKSPACE_ARTIFACT_REQUESTED_TOOLS_MAX, WORKSPACE_ARTIFACT_SOURCE_MAX_FILES, WORKSPACE_ARTIFACT_SOURCE_MAX_UTF8_BYTES, WORKSPACE_ARTIFACT_TITLE_MAX_CHARS, normalizeWorkspaceArtifactSlug, } from "./artifacts.js";
24
26
  export { MCP_MUTATION_RECEIPT_MAX_BYTES, MCP_MUTATION_RECEIPT_VERSION, McpMutationReceipt, McpMutationReceiptIdempotencyStatus, McpMutationReceiptOutcome, McpMutationResource, type McpMutationReceipt as McpMutationReceiptType, type McpMutationReceiptIdempotencyStatus as McpMutationReceiptIdempotencyStatusType, type McpMutationReceiptOutcome as McpMutationReceiptOutcomeType, type McpMutationResource as McpMutationResourceType, } from "./mcp-receipts.js";
25
27
  export { SESSION_EVENT_PAYLOAD_MAX_BYTES, approximateSessionEventTokens, boundSessionEventPayload, measureSessionEventJson, sessionEventJsonBytes, sessionEventMediaPreview, sessionEventMediaPreviewFromDataUrl, sessionEventPayloadTruncation, type BoundSessionEventPayloadOptions, type SessionEventBoundarySurface, type SessionEventMediaPreview, type SessionEventJsonMeasurement, type SessionEventPayloadTruncation, } from "./event-preview.js";
26
28
  export { COMPUTER_SCREENSHOT_MAX_BYTES, COMPUTER_SCREENSHOT_MAX_DIMENSION, COMPUTER_SCREENSHOT_MAX_PIXELS, COMPUTER_SCREENSHOT_RETENTION_MS, COMPUTER_SCREENSHOT_WORKSPACE_QUOTA_BYTES, GENERATED_IMAGE_MAX_BYTES, GENERATED_VIDEO_MAX_BYTES, RETAINED_OUTPUT_DEFAULT_PAGE_BYTES, RETAINED_OUTPUT_MAX_PAGE_BYTES, RETAINED_OUTPUT_RECEIPT_MAX_BYTES, RetainedArtifactMetadataSchema, RetainedArtifactReferenceSchema, RetainedArtifactUnavailableSchema, RetainedOutputEvidenceSchema, RetainedOutputKind, RetainedOutputUnavailableReason, retainedArtifactReferenceFromFile, retainedGeneratedImageReferenceFromFile, retainedGeneratedVideoReferenceFromFile, retainedScreenshotReferenceFromFile, retainedOutputUnavailable, resolveRetainedOutputRange, validateRetainedOutputEvidence, type RetainedArtifactFileInput, type RetainedArtifactMetadata, type RetainedArtifactReference, type RetainedGeneratedImageArtifactInput, type RetainedGeneratedVideoArtifactInput, type RetainedScreenshotArtifactInput, type RetainedArtifactUnavailable, type RetainedOutputAvailableEvidence, type RetainedOutputEvidence, type RetainedOutputRangeResolution, type RetainedOutputResolvedRange, } from "./retained-output.js";
@@ -254,12 +256,14 @@ export declare const DEFAULT_FIRST_PARTY_MCP_PERMISSIONS: readonly ["workspace:r
254
256
  * `files_get_download_url` intentionally is not in this catalog. It belongs to
255
257
  * the dedicated `files` MCP server.
256
258
  */
257
- export declare const FIRST_PARTY_MCP_TOOL_NAMES: readonly ["set_session_title", "goal_set", "goal_update", "goal_progress", "goal_wait", "goal_complete", "goal_pause", "memory_search", "memory_save", "memory_correct", "preference_registry_summary", "preference_registry_get", "task_notes_list", "task_note_save", "task_note_archive", "task_note_replace", "work_claim_upsert", "work_claim_release", "knowledge_propose", "knowledge_correct", "task_note_promote_knowledge", "task_note_promote_instruction_policy", "task_note_promote_preference", "instruction_policy_propose", "preference_propose", "remember", "remember_confirm", "company_profile_propose", "company_profile_confirm", "sandboxes_list", "sandbox_attach", "sandbox_swap", "run_on", "sandbox_provision", "connected_machine_remove", "rig_list", "rig_get", "rig_propose_change", "rig_verify", "rig_promote", "sessions_list", "session_get", "session_events", "session_wait", "session_create", "session_send_message", "session_pause", "session_resume", "session_steer", "session_human_input_respond", "set_other_session_title", "interaction_discover", "browser_open", "browser_tabs", "browser_observe", "browser_act", "browser_clipboard", "browser_debug", "browser_auth", "interaction_request_human", "browser_identity", "browser_publish", "browser_lifecycle", "computer_open", "computer_targets", "computer_observe", "computer_clipboard", "computer_act", "computer_lifecycle", "variable_set_list", "environment_list", "variable_set_get_variable", "variable_set_set_variable", "environment_set_variable", "capability_catalog_search", "capability_authorization_request", "github_connect_link", "github_repositories_list", "social_connections_list", "social_posts_recent", "social_daily_analysis_context", "social_search_live", "social_mentions_live", "social_thread_fetch", "social_posts_sync", "social_post_reply", "x_accounts_list", "x_search_live", "x_mentions_live", "x_thread_fetch", "x_posts_sync", "x_post_reply", "reddit_accounts_list", "reddit_search_live", "reddit_mentions_live", "reddit_thread_fetch", "reddit_posts_sync", "reddit_post_reply", "scheduled_tasks_list", "scheduled_tasks_get", "scheduled_tasks_create", "scheduled_tasks_update", "scheduled_tasks_pause", "scheduled_tasks_resume", "scheduled_tasks_trigger", "scheduled_tasks_delete", "scheduled_task_runs_list", "slack_bot_list_channels", "slack_bot_search", "slack_bot_channel_history", "slack_bot_thread_replies", "slack_bot_list_users", "slack_bot_list_files", "slack_bot_file_info", "slack_bot_file_content", "slack_bot_post_message", "slack_bot_delete_message", "fiken_companies_list", "fiken_contacts_list", "fiken_contact_create", "fiken_products_list", "fiken_invoices_list", "fiken_invoice_get", "fiken_invoice_draft_create", "fiken_bank_accounts_list", "fiken_purchases_list", "fiken_sales_list", "atlassian_sources_list", "atlassian_search", "atlassian_get", "artifacts_list", "artifacts_get_source", "artifacts_create", "artifacts_publish", "artifacts_rollback", "sandbox_file_publish", "editable_artifact_list", "editable_artifact_create", "editable_artifact_import", "editable_artifact_get", "editable_artifact_inspect", "editable_artifact_apply", "editable_artifact_export", "editable_artifact_export_status"];
259
+ export declare const FIRST_PARTY_MCP_TOOL_NAMES: readonly ["set_session_title", "goal_set", "goal_update", "goal_progress", "wait_for_input", "goal_complete", "goal_pause", "memory_search", "memory_save", "memory_correct", "preference_registry_summary", "preference_registry_get", "task_notes_list", "task_note_save", "task_note_archive", "task_note_replace", "work_claim_upsert", "work_claim_release", "knowledge_propose", "knowledge_correct", "task_note_promote_knowledge", "task_note_promote_instruction_policy", "task_note_promote_preference", "instruction_policy_propose", "preference_propose", "remember", "remember_confirm", "company_profile_propose", "company_profile_confirm", "sandboxes_list", "sandbox_attach", "sandbox_swap", "run_on", "sandbox_provision", "connected_machine_remove", "rig_list", "rig_get", "rig_propose_change", "rig_verify", "rig_promote", "sessions_list", "session_get", "session_events", "session_wait", "command_wait", "session_create", "session_send_message", "session_pause", "session_resume", "session_steer", "session_human_input_respond", "set_other_session_title", "interaction_discover", "browser_open", "browser_tabs", "browser_observe", "browser_act", "browser_clipboard", "browser_debug", "browser_auth", "interaction_request_human", "browser_identity", "browser_publish", "browser_lifecycle", "computer_open", "computer_targets", "computer_observe", "computer_clipboard", "computer_act", "computer_lifecycle", "variable_set_list", "environment_list", "variable_set_get_variable", "variable_set_set_variable", "environment_set_variable", "capability_catalog_search", "capability_authorization_request", "github_connect_link", "github_repositories_list", "social_connections_list", "social_posts_recent", "social_daily_analysis_context", "social_search_live", "social_mentions_live", "social_thread_fetch", "social_posts_sync", "social_post_reply", "x_accounts_list", "x_search_live", "x_mentions_live", "x_thread_fetch", "x_posts_sync", "x_post_reply", "reddit_accounts_list", "reddit_search_live", "reddit_mentions_live", "reddit_thread_fetch", "reddit_posts_sync", "reddit_post_reply", "scheduled_tasks_list", "scheduled_tasks_get", "scheduled_tasks_create", "scheduled_tasks_update", "scheduled_tasks_pause", "scheduled_tasks_resume", "scheduled_tasks_trigger", "scheduled_tasks_delete", "scheduled_task_runs_list", "slack_bot_list_channels", "slack_bot_search", "slack_bot_channel_history", "slack_bot_thread_replies", "slack_bot_list_users", "slack_bot_list_files", "slack_bot_file_info", "slack_bot_file_content", "slack_bot_post_message", "slack_bot_delete_message", "fiken_companies_list", "fiken_contacts_list", "fiken_contact_create", "fiken_products_list", "fiken_invoices_list", "fiken_invoice_get", "fiken_invoice_draft_create", "fiken_bank_accounts_list", "fiken_purchases_list", "fiken_sales_list", "atlassian_sources_list", "atlassian_search", "atlassian_get", "artifacts_list", "artifacts_get_source", "artifacts_create", "artifacts_publish", "artifacts_rollback", "artifacts_archive", "artifacts_restore", "sandbox_file_publish", "editable_artifact_list", "editable_artifact_create", "editable_artifact_import", "editable_artifact_get", "editable_artifact_inspect", "editable_artifact_apply", "editable_artifact_export", "editable_artifact_export_status"];
258
260
  export declare const FirstPartyMcpToolName: z.ZodEnum<{
261
+ artifacts_archive: "artifacts_archive";
259
262
  artifacts_create: "artifacts_create";
260
263
  artifacts_get_source: "artifacts_get_source";
261
264
  artifacts_list: "artifacts_list";
262
265
  artifacts_publish: "artifacts_publish";
266
+ artifacts_restore: "artifacts_restore";
263
267
  artifacts_rollback: "artifacts_rollback";
264
268
  atlassian_get: "atlassian_get";
265
269
  atlassian_search: "atlassian_search";
@@ -276,6 +280,7 @@ export declare const FirstPartyMcpToolName: z.ZodEnum<{
276
280
  browser_tabs: "browser_tabs";
277
281
  capability_authorization_request: "capability_authorization_request";
278
282
  capability_catalog_search: "capability_catalog_search";
283
+ command_wait: "command_wait";
279
284
  company_profile_confirm: "company_profile_confirm";
280
285
  company_profile_propose: "company_profile_propose";
281
286
  computer_act: "computer_act";
@@ -312,7 +317,6 @@ export declare const FirstPartyMcpToolName: z.ZodEnum<{
312
317
  goal_progress: "goal_progress";
313
318
  goal_set: "goal_set";
314
319
  goal_update: "goal_update";
315
- goal_wait: "goal_wait";
316
320
  instruction_policy_propose: "instruction_policy_propose";
317
321
  interaction_discover: "interaction_discover";
318
322
  interaction_request_human: "interaction_request_human";
@@ -392,6 +396,7 @@ export declare const FirstPartyMcpToolName: z.ZodEnum<{
392
396
  variable_set_get_variable: "variable_set_get_variable";
393
397
  variable_set_list: "variable_set_list";
394
398
  variable_set_set_variable: "variable_set_set_variable";
399
+ wait_for_input: "wait_for_input";
395
400
  work_claim_release: "work_claim_release";
396
401
  work_claim_upsert: "work_claim_upsert";
397
402
  x_accounts_list: "x_accounts_list";
@@ -409,7 +414,7 @@ export type FirstPartyMcpToolName = z.infer<typeof FirstPartyMcpToolName>;
409
414
  */
410
415
  export declare const FIRST_PARTY_IN_PROCESS_TOOL_NAMES: readonly ["interaction_discover", "browser_open", "browser_tabs", "browser_observe", "browser_act", "browser_clipboard", "browser_debug", "browser_auth", "interaction_request_human", "browser_identity", "browser_publish", "browser_lifecycle", "computer_open", "computer_targets", "computer_observe", "computer_clipboard", "computer_act", "computer_lifecycle"];
411
416
  /** Exact catalog registered by the remote first-party `opengeni` MCP server. */
412
- export declare const FIRST_PARTY_REMOTE_MCP_TOOL_NAMES: ("artifacts_create" | "artifacts_get_source" | "artifacts_list" | "artifacts_publish" | "artifacts_rollback" | "atlassian_get" | "atlassian_search" | "atlassian_sources_list" | "browser_act" | "browser_auth" | "browser_clipboard" | "browser_debug" | "browser_identity" | "browser_lifecycle" | "browser_observe" | "browser_open" | "browser_publish" | "browser_tabs" | "capability_authorization_request" | "capability_catalog_search" | "company_profile_confirm" | "company_profile_propose" | "computer_act" | "computer_clipboard" | "computer_lifecycle" | "computer_observe" | "computer_open" | "computer_targets" | "connected_machine_remove" | "editable_artifact_apply" | "editable_artifact_create" | "editable_artifact_export" | "editable_artifact_export_status" | "editable_artifact_get" | "editable_artifact_import" | "editable_artifact_inspect" | "editable_artifact_list" | "environment_list" | "environment_set_variable" | "fiken_bank_accounts_list" | "fiken_companies_list" | "fiken_contact_create" | "fiken_contacts_list" | "fiken_invoice_draft_create" | "fiken_invoice_get" | "fiken_invoices_list" | "fiken_products_list" | "fiken_purchases_list" | "fiken_sales_list" | "github_connect_link" | "github_repositories_list" | "goal_complete" | "goal_pause" | "goal_progress" | "goal_set" | "goal_update" | "goal_wait" | "instruction_policy_propose" | "interaction_discover" | "interaction_request_human" | "knowledge_correct" | "knowledge_propose" | "memory_correct" | "memory_save" | "memory_search" | "preference_propose" | "preference_registry_get" | "preference_registry_summary" | "reddit_accounts_list" | "reddit_mentions_live" | "reddit_post_reply" | "reddit_posts_sync" | "reddit_search_live" | "reddit_thread_fetch" | "remember" | "remember_confirm" | "rig_get" | "rig_list" | "rig_promote" | "rig_propose_change" | "rig_verify" | "run_on" | "sandbox_attach" | "sandbox_file_publish" | "sandbox_provision" | "sandbox_swap" | "sandboxes_list" | "scheduled_task_runs_list" | "scheduled_tasks_create" | "scheduled_tasks_delete" | "scheduled_tasks_get" | "scheduled_tasks_list" | "scheduled_tasks_pause" | "scheduled_tasks_resume" | "scheduled_tasks_trigger" | "scheduled_tasks_update" | "session_create" | "session_events" | "session_get" | "session_human_input_respond" | "session_pause" | "session_resume" | "session_send_message" | "session_steer" | "session_wait" | "sessions_list" | "set_other_session_title" | "set_session_title" | "slack_bot_channel_history" | "slack_bot_delete_message" | "slack_bot_file_content" | "slack_bot_file_info" | "slack_bot_list_channels" | "slack_bot_list_files" | "slack_bot_list_users" | "slack_bot_post_message" | "slack_bot_search" | "slack_bot_thread_replies" | "social_connections_list" | "social_daily_analysis_context" | "social_mentions_live" | "social_post_reply" | "social_posts_recent" | "social_posts_sync" | "social_search_live" | "social_thread_fetch" | "task_note_archive" | "task_note_promote_instruction_policy" | "task_note_promote_knowledge" | "task_note_promote_preference" | "task_note_replace" | "task_note_save" | "task_notes_list" | "variable_set_get_variable" | "variable_set_list" | "variable_set_set_variable" | "work_claim_release" | "work_claim_upsert" | "x_accounts_list" | "x_mentions_live" | "x_post_reply" | "x_posts_sync" | "x_search_live" | "x_thread_fetch")[];
417
+ export declare const FIRST_PARTY_REMOTE_MCP_TOOL_NAMES: ("artifacts_archive" | "artifacts_create" | "artifacts_get_source" | "artifacts_list" | "artifacts_publish" | "artifacts_restore" | "artifacts_rollback" | "atlassian_get" | "atlassian_search" | "atlassian_sources_list" | "browser_act" | "browser_auth" | "browser_clipboard" | "browser_debug" | "browser_identity" | "browser_lifecycle" | "browser_observe" | "browser_open" | "browser_publish" | "browser_tabs" | "capability_authorization_request" | "capability_catalog_search" | "command_wait" | "company_profile_confirm" | "company_profile_propose" | "computer_act" | "computer_clipboard" | "computer_lifecycle" | "computer_observe" | "computer_open" | "computer_targets" | "connected_machine_remove" | "editable_artifact_apply" | "editable_artifact_create" | "editable_artifact_export" | "editable_artifact_export_status" | "editable_artifact_get" | "editable_artifact_import" | "editable_artifact_inspect" | "editable_artifact_list" | "environment_list" | "environment_set_variable" | "fiken_bank_accounts_list" | "fiken_companies_list" | "fiken_contact_create" | "fiken_contacts_list" | "fiken_invoice_draft_create" | "fiken_invoice_get" | "fiken_invoices_list" | "fiken_products_list" | "fiken_purchases_list" | "fiken_sales_list" | "github_connect_link" | "github_repositories_list" | "goal_complete" | "goal_pause" | "goal_progress" | "goal_set" | "goal_update" | "instruction_policy_propose" | "interaction_discover" | "interaction_request_human" | "knowledge_correct" | "knowledge_propose" | "memory_correct" | "memory_save" | "memory_search" | "preference_propose" | "preference_registry_get" | "preference_registry_summary" | "reddit_accounts_list" | "reddit_mentions_live" | "reddit_post_reply" | "reddit_posts_sync" | "reddit_search_live" | "reddit_thread_fetch" | "remember" | "remember_confirm" | "rig_get" | "rig_list" | "rig_promote" | "rig_propose_change" | "rig_verify" | "run_on" | "sandbox_attach" | "sandbox_file_publish" | "sandbox_provision" | "sandbox_swap" | "sandboxes_list" | "scheduled_task_runs_list" | "scheduled_tasks_create" | "scheduled_tasks_delete" | "scheduled_tasks_get" | "scheduled_tasks_list" | "scheduled_tasks_pause" | "scheduled_tasks_resume" | "scheduled_tasks_trigger" | "scheduled_tasks_update" | "session_create" | "session_events" | "session_get" | "session_human_input_respond" | "session_pause" | "session_resume" | "session_send_message" | "session_steer" | "session_wait" | "sessions_list" | "set_other_session_title" | "set_session_title" | "slack_bot_channel_history" | "slack_bot_delete_message" | "slack_bot_file_content" | "slack_bot_file_info" | "slack_bot_list_channels" | "slack_bot_list_files" | "slack_bot_list_users" | "slack_bot_post_message" | "slack_bot_search" | "slack_bot_thread_replies" | "social_connections_list" | "social_daily_analysis_context" | "social_mentions_live" | "social_post_reply" | "social_posts_recent" | "social_posts_sync" | "social_search_live" | "social_thread_fetch" | "task_note_archive" | "task_note_promote_instruction_policy" | "task_note_promote_knowledge" | "task_note_promote_preference" | "task_note_replace" | "task_note_save" | "task_notes_list" | "variable_set_get_variable" | "variable_set_list" | "variable_set_set_variable" | "wait_for_input" | "work_claim_release" | "work_claim_upsert" | "x_accounts_list" | "x_mentions_live" | "x_post_reply" | "x_posts_sync" | "x_search_live" | "x_thread_fetch")[];
413
418
  /** Authored CodeMode paths for the canonical collaborative artifact surface. */
414
419
  export declare const EDITABLE_ARTIFACT_MCP_CODEMODE_PATHS: {
415
420
  readonly editable_artifact_list: readonly ["artifacts", "list"];
@@ -426,7 +431,7 @@ export declare const EDITABLE_ARTIFACT_MCP_CODEMODE_PATHS: {
426
431
  * the non-connector catalog, while an explicit session policy may still select
427
432
  * any catalogued connector tool and remains independently permission-gated.
428
433
  */
429
- export declare const DEFAULT_FIRST_PARTY_MCP_TOOLS: ("artifacts_create" | "artifacts_get_source" | "artifacts_list" | "artifacts_publish" | "artifacts_rollback" | "atlassian_get" | "atlassian_search" | "atlassian_sources_list" | "browser_act" | "browser_auth" | "browser_clipboard" | "browser_debug" | "browser_identity" | "browser_lifecycle" | "browser_observe" | "browser_open" | "browser_publish" | "browser_tabs" | "capability_authorization_request" | "capability_catalog_search" | "company_profile_confirm" | "company_profile_propose" | "computer_act" | "computer_clipboard" | "computer_lifecycle" | "computer_observe" | "computer_open" | "computer_targets" | "connected_machine_remove" | "editable_artifact_apply" | "editable_artifact_create" | "editable_artifact_export" | "editable_artifact_export_status" | "editable_artifact_get" | "editable_artifact_import" | "editable_artifact_inspect" | "editable_artifact_list" | "environment_list" | "environment_set_variable" | "fiken_bank_accounts_list" | "fiken_companies_list" | "fiken_contact_create" | "fiken_contacts_list" | "fiken_invoice_draft_create" | "fiken_invoice_get" | "fiken_invoices_list" | "fiken_products_list" | "fiken_purchases_list" | "fiken_sales_list" | "github_connect_link" | "github_repositories_list" | "goal_complete" | "goal_pause" | "goal_progress" | "goal_set" | "goal_update" | "goal_wait" | "instruction_policy_propose" | "interaction_discover" | "interaction_request_human" | "knowledge_correct" | "knowledge_propose" | "memory_correct" | "memory_save" | "memory_search" | "preference_propose" | "preference_registry_get" | "preference_registry_summary" | "reddit_accounts_list" | "reddit_mentions_live" | "reddit_post_reply" | "reddit_posts_sync" | "reddit_search_live" | "reddit_thread_fetch" | "remember" | "remember_confirm" | "rig_get" | "rig_list" | "rig_promote" | "rig_propose_change" | "rig_verify" | "run_on" | "sandbox_attach" | "sandbox_file_publish" | "sandbox_provision" | "sandbox_swap" | "sandboxes_list" | "scheduled_task_runs_list" | "scheduled_tasks_create" | "scheduled_tasks_delete" | "scheduled_tasks_get" | "scheduled_tasks_list" | "scheduled_tasks_pause" | "scheduled_tasks_resume" | "scheduled_tasks_trigger" | "scheduled_tasks_update" | "session_create" | "session_events" | "session_get" | "session_human_input_respond" | "session_pause" | "session_resume" | "session_send_message" | "session_steer" | "session_wait" | "sessions_list" | "set_other_session_title" | "set_session_title" | "slack_bot_channel_history" | "slack_bot_delete_message" | "slack_bot_file_content" | "slack_bot_file_info" | "slack_bot_list_channels" | "slack_bot_list_files" | "slack_bot_list_users" | "slack_bot_post_message" | "slack_bot_search" | "slack_bot_thread_replies" | "social_connections_list" | "social_daily_analysis_context" | "social_mentions_live" | "social_post_reply" | "social_posts_recent" | "social_posts_sync" | "social_search_live" | "social_thread_fetch" | "task_note_archive" | "task_note_promote_instruction_policy" | "task_note_promote_knowledge" | "task_note_promote_preference" | "task_note_replace" | "task_note_save" | "task_notes_list" | "variable_set_get_variable" | "variable_set_list" | "variable_set_set_variable" | "work_claim_release" | "work_claim_upsert" | "x_accounts_list" | "x_mentions_live" | "x_post_reply" | "x_posts_sync" | "x_search_live" | "x_thread_fetch")[];
434
+ export declare const DEFAULT_FIRST_PARTY_MCP_TOOLS: ("artifacts_archive" | "artifacts_create" | "artifacts_get_source" | "artifacts_list" | "artifacts_publish" | "artifacts_restore" | "artifacts_rollback" | "atlassian_get" | "atlassian_search" | "atlassian_sources_list" | "browser_act" | "browser_auth" | "browser_clipboard" | "browser_debug" | "browser_identity" | "browser_lifecycle" | "browser_observe" | "browser_open" | "browser_publish" | "browser_tabs" | "capability_authorization_request" | "capability_catalog_search" | "command_wait" | "company_profile_confirm" | "company_profile_propose" | "computer_act" | "computer_clipboard" | "computer_lifecycle" | "computer_observe" | "computer_open" | "computer_targets" | "connected_machine_remove" | "editable_artifact_apply" | "editable_artifact_create" | "editable_artifact_export" | "editable_artifact_export_status" | "editable_artifact_get" | "editable_artifact_import" | "editable_artifact_inspect" | "editable_artifact_list" | "environment_list" | "environment_set_variable" | "fiken_bank_accounts_list" | "fiken_companies_list" | "fiken_contact_create" | "fiken_contacts_list" | "fiken_invoice_draft_create" | "fiken_invoice_get" | "fiken_invoices_list" | "fiken_products_list" | "fiken_purchases_list" | "fiken_sales_list" | "github_connect_link" | "github_repositories_list" | "goal_complete" | "goal_pause" | "goal_progress" | "goal_set" | "goal_update" | "instruction_policy_propose" | "interaction_discover" | "interaction_request_human" | "knowledge_correct" | "knowledge_propose" | "memory_correct" | "memory_save" | "memory_search" | "preference_propose" | "preference_registry_get" | "preference_registry_summary" | "reddit_accounts_list" | "reddit_mentions_live" | "reddit_post_reply" | "reddit_posts_sync" | "reddit_search_live" | "reddit_thread_fetch" | "remember" | "remember_confirm" | "rig_get" | "rig_list" | "rig_promote" | "rig_propose_change" | "rig_verify" | "run_on" | "sandbox_attach" | "sandbox_file_publish" | "sandbox_provision" | "sandbox_swap" | "sandboxes_list" | "scheduled_task_runs_list" | "scheduled_tasks_create" | "scheduled_tasks_delete" | "scheduled_tasks_get" | "scheduled_tasks_list" | "scheduled_tasks_pause" | "scheduled_tasks_resume" | "scheduled_tasks_trigger" | "scheduled_tasks_update" | "session_create" | "session_events" | "session_get" | "session_human_input_respond" | "session_pause" | "session_resume" | "session_send_message" | "session_steer" | "session_wait" | "sessions_list" | "set_other_session_title" | "set_session_title" | "slack_bot_channel_history" | "slack_bot_delete_message" | "slack_bot_file_content" | "slack_bot_file_info" | "slack_bot_list_channels" | "slack_bot_list_files" | "slack_bot_list_users" | "slack_bot_post_message" | "slack_bot_search" | "slack_bot_thread_replies" | "social_connections_list" | "social_daily_analysis_context" | "social_mentions_live" | "social_post_reply" | "social_posts_recent" | "social_posts_sync" | "social_search_live" | "social_thread_fetch" | "task_note_archive" | "task_note_promote_instruction_policy" | "task_note_promote_knowledge" | "task_note_promote_preference" | "task_note_replace" | "task_note_save" | "task_notes_list" | "variable_set_get_variable" | "variable_set_list" | "variable_set_set_variable" | "wait_for_input" | "work_claim_release" | "work_claim_upsert" | "x_accounts_list" | "x_mentions_live" | "x_post_reply" | "x_posts_sync" | "x_search_live" | "x_thread_fetch")[];
430
435
  export declare function prefixedMcpToolName(registryId: string, toolName: string): string;
431
436
  export declare const ProductAccessMode: z.ZodEnum<{
432
437
  configured: "configured";
@@ -1472,10 +1477,12 @@ export type WorkspaceSessionDefaults = z.infer<typeof WorkspaceSessionDefaults>;
1472
1477
  export declare const WorkspaceSessionToolDefaults: z.ZodObject<{
1473
1478
  mcpServerIds: z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<string[], string[]>>;
1474
1479
  firstPartyMcpTools: z.ZodPipe<z.ZodArray<z.ZodEnum<{
1480
+ artifacts_archive: "artifacts_archive";
1475
1481
  artifacts_create: "artifacts_create";
1476
1482
  artifacts_get_source: "artifacts_get_source";
1477
1483
  artifacts_list: "artifacts_list";
1478
1484
  artifacts_publish: "artifacts_publish";
1485
+ artifacts_restore: "artifacts_restore";
1479
1486
  artifacts_rollback: "artifacts_rollback";
1480
1487
  atlassian_get: "atlassian_get";
1481
1488
  atlassian_search: "atlassian_search";
@@ -1492,6 +1499,7 @@ export declare const WorkspaceSessionToolDefaults: z.ZodObject<{
1492
1499
  browser_tabs: "browser_tabs";
1493
1500
  capability_authorization_request: "capability_authorization_request";
1494
1501
  capability_catalog_search: "capability_catalog_search";
1502
+ command_wait: "command_wait";
1495
1503
  company_profile_confirm: "company_profile_confirm";
1496
1504
  company_profile_propose: "company_profile_propose";
1497
1505
  computer_act: "computer_act";
@@ -1528,7 +1536,6 @@ export declare const WorkspaceSessionToolDefaults: z.ZodObject<{
1528
1536
  goal_progress: "goal_progress";
1529
1537
  goal_set: "goal_set";
1530
1538
  goal_update: "goal_update";
1531
- goal_wait: "goal_wait";
1532
1539
  instruction_policy_propose: "instruction_policy_propose";
1533
1540
  interaction_discover: "interaction_discover";
1534
1541
  interaction_request_human: "interaction_request_human";
@@ -1608,6 +1615,7 @@ export declare const WorkspaceSessionToolDefaults: z.ZodObject<{
1608
1615
  variable_set_get_variable: "variable_set_get_variable";
1609
1616
  variable_set_list: "variable_set_list";
1610
1617
  variable_set_set_variable: "variable_set_set_variable";
1618
+ wait_for_input: "wait_for_input";
1611
1619
  work_claim_release: "work_claim_release";
1612
1620
  work_claim_upsert: "work_claim_upsert";
1613
1621
  x_accounts_list: "x_accounts_list";
@@ -1616,7 +1624,7 @@ export declare const WorkspaceSessionToolDefaults: z.ZodObject<{
1616
1624
  x_posts_sync: "x_posts_sync";
1617
1625
  x_search_live: "x_search_live";
1618
1626
  x_thread_fetch: "x_thread_fetch";
1619
- }>>, z.ZodTransform<("artifacts_create" | "artifacts_get_source" | "artifacts_list" | "artifacts_publish" | "artifacts_rollback" | "atlassian_get" | "atlassian_search" | "atlassian_sources_list" | "browser_act" | "browser_auth" | "browser_clipboard" | "browser_debug" | "browser_identity" | "browser_lifecycle" | "browser_observe" | "browser_open" | "browser_publish" | "browser_tabs" | "capability_authorization_request" | "capability_catalog_search" | "company_profile_confirm" | "company_profile_propose" | "computer_act" | "computer_clipboard" | "computer_lifecycle" | "computer_observe" | "computer_open" | "computer_targets" | "connected_machine_remove" | "editable_artifact_apply" | "editable_artifact_create" | "editable_artifact_export" | "editable_artifact_export_status" | "editable_artifact_get" | "editable_artifact_import" | "editable_artifact_inspect" | "editable_artifact_list" | "environment_list" | "environment_set_variable" | "fiken_bank_accounts_list" | "fiken_companies_list" | "fiken_contact_create" | "fiken_contacts_list" | "fiken_invoice_draft_create" | "fiken_invoice_get" | "fiken_invoices_list" | "fiken_products_list" | "fiken_purchases_list" | "fiken_sales_list" | "github_connect_link" | "github_repositories_list" | "goal_complete" | "goal_pause" | "goal_progress" | "goal_set" | "goal_update" | "goal_wait" | "instruction_policy_propose" | "interaction_discover" | "interaction_request_human" | "knowledge_correct" | "knowledge_propose" | "memory_correct" | "memory_save" | "memory_search" | "preference_propose" | "preference_registry_get" | "preference_registry_summary" | "reddit_accounts_list" | "reddit_mentions_live" | "reddit_post_reply" | "reddit_posts_sync" | "reddit_search_live" | "reddit_thread_fetch" | "remember" | "remember_confirm" | "rig_get" | "rig_list" | "rig_promote" | "rig_propose_change" | "rig_verify" | "run_on" | "sandbox_attach" | "sandbox_file_publish" | "sandbox_provision" | "sandbox_swap" | "sandboxes_list" | "scheduled_task_runs_list" | "scheduled_tasks_create" | "scheduled_tasks_delete" | "scheduled_tasks_get" | "scheduled_tasks_list" | "scheduled_tasks_pause" | "scheduled_tasks_resume" | "scheduled_tasks_trigger" | "scheduled_tasks_update" | "session_create" | "session_events" | "session_get" | "session_human_input_respond" | "session_pause" | "session_resume" | "session_send_message" | "session_steer" | "session_wait" | "sessions_list" | "set_other_session_title" | "set_session_title" | "slack_bot_channel_history" | "slack_bot_delete_message" | "slack_bot_file_content" | "slack_bot_file_info" | "slack_bot_list_channels" | "slack_bot_list_files" | "slack_bot_list_users" | "slack_bot_post_message" | "slack_bot_search" | "slack_bot_thread_replies" | "social_connections_list" | "social_daily_analysis_context" | "social_mentions_live" | "social_post_reply" | "social_posts_recent" | "social_posts_sync" | "social_search_live" | "social_thread_fetch" | "task_note_archive" | "task_note_promote_instruction_policy" | "task_note_promote_knowledge" | "task_note_promote_preference" | "task_note_replace" | "task_note_save" | "task_notes_list" | "variable_set_get_variable" | "variable_set_list" | "variable_set_set_variable" | "work_claim_release" | "work_claim_upsert" | "x_accounts_list" | "x_mentions_live" | "x_post_reply" | "x_posts_sync" | "x_search_live" | "x_thread_fetch")[], ("artifacts_create" | "artifacts_get_source" | "artifacts_list" | "artifacts_publish" | "artifacts_rollback" | "atlassian_get" | "atlassian_search" | "atlassian_sources_list" | "browser_act" | "browser_auth" | "browser_clipboard" | "browser_debug" | "browser_identity" | "browser_lifecycle" | "browser_observe" | "browser_open" | "browser_publish" | "browser_tabs" | "capability_authorization_request" | "capability_catalog_search" | "company_profile_confirm" | "company_profile_propose" | "computer_act" | "computer_clipboard" | "computer_lifecycle" | "computer_observe" | "computer_open" | "computer_targets" | "connected_machine_remove" | "editable_artifact_apply" | "editable_artifact_create" | "editable_artifact_export" | "editable_artifact_export_status" | "editable_artifact_get" | "editable_artifact_import" | "editable_artifact_inspect" | "editable_artifact_list" | "environment_list" | "environment_set_variable" | "fiken_bank_accounts_list" | "fiken_companies_list" | "fiken_contact_create" | "fiken_contacts_list" | "fiken_invoice_draft_create" | "fiken_invoice_get" | "fiken_invoices_list" | "fiken_products_list" | "fiken_purchases_list" | "fiken_sales_list" | "github_connect_link" | "github_repositories_list" | "goal_complete" | "goal_pause" | "goal_progress" | "goal_set" | "goal_update" | "goal_wait" | "instruction_policy_propose" | "interaction_discover" | "interaction_request_human" | "knowledge_correct" | "knowledge_propose" | "memory_correct" | "memory_save" | "memory_search" | "preference_propose" | "preference_registry_get" | "preference_registry_summary" | "reddit_accounts_list" | "reddit_mentions_live" | "reddit_post_reply" | "reddit_posts_sync" | "reddit_search_live" | "reddit_thread_fetch" | "remember" | "remember_confirm" | "rig_get" | "rig_list" | "rig_promote" | "rig_propose_change" | "rig_verify" | "run_on" | "sandbox_attach" | "sandbox_file_publish" | "sandbox_provision" | "sandbox_swap" | "sandboxes_list" | "scheduled_task_runs_list" | "scheduled_tasks_create" | "scheduled_tasks_delete" | "scheduled_tasks_get" | "scheduled_tasks_list" | "scheduled_tasks_pause" | "scheduled_tasks_resume" | "scheduled_tasks_trigger" | "scheduled_tasks_update" | "session_create" | "session_events" | "session_get" | "session_human_input_respond" | "session_pause" | "session_resume" | "session_send_message" | "session_steer" | "session_wait" | "sessions_list" | "set_other_session_title" | "set_session_title" | "slack_bot_channel_history" | "slack_bot_delete_message" | "slack_bot_file_content" | "slack_bot_file_info" | "slack_bot_list_channels" | "slack_bot_list_files" | "slack_bot_list_users" | "slack_bot_post_message" | "slack_bot_search" | "slack_bot_thread_replies" | "social_connections_list" | "social_daily_analysis_context" | "social_mentions_live" | "social_post_reply" | "social_posts_recent" | "social_posts_sync" | "social_search_live" | "social_thread_fetch" | "task_note_archive" | "task_note_promote_instruction_policy" | "task_note_promote_knowledge" | "task_note_promote_preference" | "task_note_replace" | "task_note_save" | "task_notes_list" | "variable_set_get_variable" | "variable_set_list" | "variable_set_set_variable" | "work_claim_release" | "work_claim_upsert" | "x_accounts_list" | "x_mentions_live" | "x_post_reply" | "x_posts_sync" | "x_search_live" | "x_thread_fetch")[]>>;
1627
+ }>>, z.ZodTransform<("artifacts_archive" | "artifacts_create" | "artifacts_get_source" | "artifacts_list" | "artifacts_publish" | "artifacts_restore" | "artifacts_rollback" | "atlassian_get" | "atlassian_search" | "atlassian_sources_list" | "browser_act" | "browser_auth" | "browser_clipboard" | "browser_debug" | "browser_identity" | "browser_lifecycle" | "browser_observe" | "browser_open" | "browser_publish" | "browser_tabs" | "capability_authorization_request" | "capability_catalog_search" | "command_wait" | "company_profile_confirm" | "company_profile_propose" | "computer_act" | "computer_clipboard" | "computer_lifecycle" | "computer_observe" | "computer_open" | "computer_targets" | "connected_machine_remove" | "editable_artifact_apply" | "editable_artifact_create" | "editable_artifact_export" | "editable_artifact_export_status" | "editable_artifact_get" | "editable_artifact_import" | "editable_artifact_inspect" | "editable_artifact_list" | "environment_list" | "environment_set_variable" | "fiken_bank_accounts_list" | "fiken_companies_list" | "fiken_contact_create" | "fiken_contacts_list" | "fiken_invoice_draft_create" | "fiken_invoice_get" | "fiken_invoices_list" | "fiken_products_list" | "fiken_purchases_list" | "fiken_sales_list" | "github_connect_link" | "github_repositories_list" | "goal_complete" | "goal_pause" | "goal_progress" | "goal_set" | "goal_update" | "instruction_policy_propose" | "interaction_discover" | "interaction_request_human" | "knowledge_correct" | "knowledge_propose" | "memory_correct" | "memory_save" | "memory_search" | "preference_propose" | "preference_registry_get" | "preference_registry_summary" | "reddit_accounts_list" | "reddit_mentions_live" | "reddit_post_reply" | "reddit_posts_sync" | "reddit_search_live" | "reddit_thread_fetch" | "remember" | "remember_confirm" | "rig_get" | "rig_list" | "rig_promote" | "rig_propose_change" | "rig_verify" | "run_on" | "sandbox_attach" | "sandbox_file_publish" | "sandbox_provision" | "sandbox_swap" | "sandboxes_list" | "scheduled_task_runs_list" | "scheduled_tasks_create" | "scheduled_tasks_delete" | "scheduled_tasks_get" | "scheduled_tasks_list" | "scheduled_tasks_pause" | "scheduled_tasks_resume" | "scheduled_tasks_trigger" | "scheduled_tasks_update" | "session_create" | "session_events" | "session_get" | "session_human_input_respond" | "session_pause" | "session_resume" | "session_send_message" | "session_steer" | "session_wait" | "sessions_list" | "set_other_session_title" | "set_session_title" | "slack_bot_channel_history" | "slack_bot_delete_message" | "slack_bot_file_content" | "slack_bot_file_info" | "slack_bot_list_channels" | "slack_bot_list_files" | "slack_bot_list_users" | "slack_bot_post_message" | "slack_bot_search" | "slack_bot_thread_replies" | "social_connections_list" | "social_daily_analysis_context" | "social_mentions_live" | "social_post_reply" | "social_posts_recent" | "social_posts_sync" | "social_search_live" | "social_thread_fetch" | "task_note_archive" | "task_note_promote_instruction_policy" | "task_note_promote_knowledge" | "task_note_promote_preference" | "task_note_replace" | "task_note_save" | "task_notes_list" | "variable_set_get_variable" | "variable_set_list" | "variable_set_set_variable" | "wait_for_input" | "work_claim_release" | "work_claim_upsert" | "x_accounts_list" | "x_mentions_live" | "x_post_reply" | "x_posts_sync" | "x_search_live" | "x_thread_fetch")[], ("artifacts_archive" | "artifacts_create" | "artifacts_get_source" | "artifacts_list" | "artifacts_publish" | "artifacts_restore" | "artifacts_rollback" | "atlassian_get" | "atlassian_search" | "atlassian_sources_list" | "browser_act" | "browser_auth" | "browser_clipboard" | "browser_debug" | "browser_identity" | "browser_lifecycle" | "browser_observe" | "browser_open" | "browser_publish" | "browser_tabs" | "capability_authorization_request" | "capability_catalog_search" | "command_wait" | "company_profile_confirm" | "company_profile_propose" | "computer_act" | "computer_clipboard" | "computer_lifecycle" | "computer_observe" | "computer_open" | "computer_targets" | "connected_machine_remove" | "editable_artifact_apply" | "editable_artifact_create" | "editable_artifact_export" | "editable_artifact_export_status" | "editable_artifact_get" | "editable_artifact_import" | "editable_artifact_inspect" | "editable_artifact_list" | "environment_list" | "environment_set_variable" | "fiken_bank_accounts_list" | "fiken_companies_list" | "fiken_contact_create" | "fiken_contacts_list" | "fiken_invoice_draft_create" | "fiken_invoice_get" | "fiken_invoices_list" | "fiken_products_list" | "fiken_purchases_list" | "fiken_sales_list" | "github_connect_link" | "github_repositories_list" | "goal_complete" | "goal_pause" | "goal_progress" | "goal_set" | "goal_update" | "instruction_policy_propose" | "interaction_discover" | "interaction_request_human" | "knowledge_correct" | "knowledge_propose" | "memory_correct" | "memory_save" | "memory_search" | "preference_propose" | "preference_registry_get" | "preference_registry_summary" | "reddit_accounts_list" | "reddit_mentions_live" | "reddit_post_reply" | "reddit_posts_sync" | "reddit_search_live" | "reddit_thread_fetch" | "remember" | "remember_confirm" | "rig_get" | "rig_list" | "rig_promote" | "rig_propose_change" | "rig_verify" | "run_on" | "sandbox_attach" | "sandbox_file_publish" | "sandbox_provision" | "sandbox_swap" | "sandboxes_list" | "scheduled_task_runs_list" | "scheduled_tasks_create" | "scheduled_tasks_delete" | "scheduled_tasks_get" | "scheduled_tasks_list" | "scheduled_tasks_pause" | "scheduled_tasks_resume" | "scheduled_tasks_trigger" | "scheduled_tasks_update" | "session_create" | "session_events" | "session_get" | "session_human_input_respond" | "session_pause" | "session_resume" | "session_send_message" | "session_steer" | "session_wait" | "sessions_list" | "set_other_session_title" | "set_session_title" | "slack_bot_channel_history" | "slack_bot_delete_message" | "slack_bot_file_content" | "slack_bot_file_info" | "slack_bot_list_channels" | "slack_bot_list_files" | "slack_bot_list_users" | "slack_bot_post_message" | "slack_bot_search" | "slack_bot_thread_replies" | "social_connections_list" | "social_daily_analysis_context" | "social_mentions_live" | "social_post_reply" | "social_posts_recent" | "social_posts_sync" | "social_search_live" | "social_thread_fetch" | "task_note_archive" | "task_note_promote_instruction_policy" | "task_note_promote_knowledge" | "task_note_promote_preference" | "task_note_replace" | "task_note_save" | "task_notes_list" | "variable_set_get_variable" | "variable_set_list" | "variable_set_set_variable" | "wait_for_input" | "work_claim_release" | "work_claim_upsert" | "x_accounts_list" | "x_mentions_live" | "x_post_reply" | "x_posts_sync" | "x_search_live" | "x_thread_fetch")[]>>;
1620
1628
  }, z.core.$strict>;
1621
1629
  export type WorkspaceSessionToolDefaults = z.infer<typeof WorkspaceSessionToolDefaults>;
1622
1630
  /** Client-safe voice-input capability projection. Never includes provider secrets. */
@@ -1800,10 +1808,12 @@ export declare const WorkspaceSettingsSchema: z.ZodObject<{
1800
1808
  sessionToolDefaults: z.ZodOptional<z.ZodObject<{
1801
1809
  mcpServerIds: z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<string[], string[]>>;
1802
1810
  firstPartyMcpTools: z.ZodPipe<z.ZodArray<z.ZodEnum<{
1811
+ artifacts_archive: "artifacts_archive";
1803
1812
  artifacts_create: "artifacts_create";
1804
1813
  artifacts_get_source: "artifacts_get_source";
1805
1814
  artifacts_list: "artifacts_list";
1806
1815
  artifacts_publish: "artifacts_publish";
1816
+ artifacts_restore: "artifacts_restore";
1807
1817
  artifacts_rollback: "artifacts_rollback";
1808
1818
  atlassian_get: "atlassian_get";
1809
1819
  atlassian_search: "atlassian_search";
@@ -1820,6 +1830,7 @@ export declare const WorkspaceSettingsSchema: z.ZodObject<{
1820
1830
  browser_tabs: "browser_tabs";
1821
1831
  capability_authorization_request: "capability_authorization_request";
1822
1832
  capability_catalog_search: "capability_catalog_search";
1833
+ command_wait: "command_wait";
1823
1834
  company_profile_confirm: "company_profile_confirm";
1824
1835
  company_profile_propose: "company_profile_propose";
1825
1836
  computer_act: "computer_act";
@@ -1856,7 +1867,6 @@ export declare const WorkspaceSettingsSchema: z.ZodObject<{
1856
1867
  goal_progress: "goal_progress";
1857
1868
  goal_set: "goal_set";
1858
1869
  goal_update: "goal_update";
1859
- goal_wait: "goal_wait";
1860
1870
  instruction_policy_propose: "instruction_policy_propose";
1861
1871
  interaction_discover: "interaction_discover";
1862
1872
  interaction_request_human: "interaction_request_human";
@@ -1936,6 +1946,7 @@ export declare const WorkspaceSettingsSchema: z.ZodObject<{
1936
1946
  variable_set_get_variable: "variable_set_get_variable";
1937
1947
  variable_set_list: "variable_set_list";
1938
1948
  variable_set_set_variable: "variable_set_set_variable";
1949
+ wait_for_input: "wait_for_input";
1939
1950
  work_claim_release: "work_claim_release";
1940
1951
  work_claim_upsert: "work_claim_upsert";
1941
1952
  x_accounts_list: "x_accounts_list";
@@ -1944,7 +1955,7 @@ export declare const WorkspaceSettingsSchema: z.ZodObject<{
1944
1955
  x_posts_sync: "x_posts_sync";
1945
1956
  x_search_live: "x_search_live";
1946
1957
  x_thread_fetch: "x_thread_fetch";
1947
- }>>, z.ZodTransform<("artifacts_create" | "artifacts_get_source" | "artifacts_list" | "artifacts_publish" | "artifacts_rollback" | "atlassian_get" | "atlassian_search" | "atlassian_sources_list" | "browser_act" | "browser_auth" | "browser_clipboard" | "browser_debug" | "browser_identity" | "browser_lifecycle" | "browser_observe" | "browser_open" | "browser_publish" | "browser_tabs" | "capability_authorization_request" | "capability_catalog_search" | "company_profile_confirm" | "company_profile_propose" | "computer_act" | "computer_clipboard" | "computer_lifecycle" | "computer_observe" | "computer_open" | "computer_targets" | "connected_machine_remove" | "editable_artifact_apply" | "editable_artifact_create" | "editable_artifact_export" | "editable_artifact_export_status" | "editable_artifact_get" | "editable_artifact_import" | "editable_artifact_inspect" | "editable_artifact_list" | "environment_list" | "environment_set_variable" | "fiken_bank_accounts_list" | "fiken_companies_list" | "fiken_contact_create" | "fiken_contacts_list" | "fiken_invoice_draft_create" | "fiken_invoice_get" | "fiken_invoices_list" | "fiken_products_list" | "fiken_purchases_list" | "fiken_sales_list" | "github_connect_link" | "github_repositories_list" | "goal_complete" | "goal_pause" | "goal_progress" | "goal_set" | "goal_update" | "goal_wait" | "instruction_policy_propose" | "interaction_discover" | "interaction_request_human" | "knowledge_correct" | "knowledge_propose" | "memory_correct" | "memory_save" | "memory_search" | "preference_propose" | "preference_registry_get" | "preference_registry_summary" | "reddit_accounts_list" | "reddit_mentions_live" | "reddit_post_reply" | "reddit_posts_sync" | "reddit_search_live" | "reddit_thread_fetch" | "remember" | "remember_confirm" | "rig_get" | "rig_list" | "rig_promote" | "rig_propose_change" | "rig_verify" | "run_on" | "sandbox_attach" | "sandbox_file_publish" | "sandbox_provision" | "sandbox_swap" | "sandboxes_list" | "scheduled_task_runs_list" | "scheduled_tasks_create" | "scheduled_tasks_delete" | "scheduled_tasks_get" | "scheduled_tasks_list" | "scheduled_tasks_pause" | "scheduled_tasks_resume" | "scheduled_tasks_trigger" | "scheduled_tasks_update" | "session_create" | "session_events" | "session_get" | "session_human_input_respond" | "session_pause" | "session_resume" | "session_send_message" | "session_steer" | "session_wait" | "sessions_list" | "set_other_session_title" | "set_session_title" | "slack_bot_channel_history" | "slack_bot_delete_message" | "slack_bot_file_content" | "slack_bot_file_info" | "slack_bot_list_channels" | "slack_bot_list_files" | "slack_bot_list_users" | "slack_bot_post_message" | "slack_bot_search" | "slack_bot_thread_replies" | "social_connections_list" | "social_daily_analysis_context" | "social_mentions_live" | "social_post_reply" | "social_posts_recent" | "social_posts_sync" | "social_search_live" | "social_thread_fetch" | "task_note_archive" | "task_note_promote_instruction_policy" | "task_note_promote_knowledge" | "task_note_promote_preference" | "task_note_replace" | "task_note_save" | "task_notes_list" | "variable_set_get_variable" | "variable_set_list" | "variable_set_set_variable" | "work_claim_release" | "work_claim_upsert" | "x_accounts_list" | "x_mentions_live" | "x_post_reply" | "x_posts_sync" | "x_search_live" | "x_thread_fetch")[], ("artifacts_create" | "artifacts_get_source" | "artifacts_list" | "artifacts_publish" | "artifacts_rollback" | "atlassian_get" | "atlassian_search" | "atlassian_sources_list" | "browser_act" | "browser_auth" | "browser_clipboard" | "browser_debug" | "browser_identity" | "browser_lifecycle" | "browser_observe" | "browser_open" | "browser_publish" | "browser_tabs" | "capability_authorization_request" | "capability_catalog_search" | "company_profile_confirm" | "company_profile_propose" | "computer_act" | "computer_clipboard" | "computer_lifecycle" | "computer_observe" | "computer_open" | "computer_targets" | "connected_machine_remove" | "editable_artifact_apply" | "editable_artifact_create" | "editable_artifact_export" | "editable_artifact_export_status" | "editable_artifact_get" | "editable_artifact_import" | "editable_artifact_inspect" | "editable_artifact_list" | "environment_list" | "environment_set_variable" | "fiken_bank_accounts_list" | "fiken_companies_list" | "fiken_contact_create" | "fiken_contacts_list" | "fiken_invoice_draft_create" | "fiken_invoice_get" | "fiken_invoices_list" | "fiken_products_list" | "fiken_purchases_list" | "fiken_sales_list" | "github_connect_link" | "github_repositories_list" | "goal_complete" | "goal_pause" | "goal_progress" | "goal_set" | "goal_update" | "goal_wait" | "instruction_policy_propose" | "interaction_discover" | "interaction_request_human" | "knowledge_correct" | "knowledge_propose" | "memory_correct" | "memory_save" | "memory_search" | "preference_propose" | "preference_registry_get" | "preference_registry_summary" | "reddit_accounts_list" | "reddit_mentions_live" | "reddit_post_reply" | "reddit_posts_sync" | "reddit_search_live" | "reddit_thread_fetch" | "remember" | "remember_confirm" | "rig_get" | "rig_list" | "rig_promote" | "rig_propose_change" | "rig_verify" | "run_on" | "sandbox_attach" | "sandbox_file_publish" | "sandbox_provision" | "sandbox_swap" | "sandboxes_list" | "scheduled_task_runs_list" | "scheduled_tasks_create" | "scheduled_tasks_delete" | "scheduled_tasks_get" | "scheduled_tasks_list" | "scheduled_tasks_pause" | "scheduled_tasks_resume" | "scheduled_tasks_trigger" | "scheduled_tasks_update" | "session_create" | "session_events" | "session_get" | "session_human_input_respond" | "session_pause" | "session_resume" | "session_send_message" | "session_steer" | "session_wait" | "sessions_list" | "set_other_session_title" | "set_session_title" | "slack_bot_channel_history" | "slack_bot_delete_message" | "slack_bot_file_content" | "slack_bot_file_info" | "slack_bot_list_channels" | "slack_bot_list_files" | "slack_bot_list_users" | "slack_bot_post_message" | "slack_bot_search" | "slack_bot_thread_replies" | "social_connections_list" | "social_daily_analysis_context" | "social_mentions_live" | "social_post_reply" | "social_posts_recent" | "social_posts_sync" | "social_search_live" | "social_thread_fetch" | "task_note_archive" | "task_note_promote_instruction_policy" | "task_note_promote_knowledge" | "task_note_promote_preference" | "task_note_replace" | "task_note_save" | "task_notes_list" | "variable_set_get_variable" | "variable_set_list" | "variable_set_set_variable" | "work_claim_release" | "work_claim_upsert" | "x_accounts_list" | "x_mentions_live" | "x_post_reply" | "x_posts_sync" | "x_search_live" | "x_thread_fetch")[]>>;
1958
+ }>>, z.ZodTransform<("artifacts_archive" | "artifacts_create" | "artifacts_get_source" | "artifacts_list" | "artifacts_publish" | "artifacts_restore" | "artifacts_rollback" | "atlassian_get" | "atlassian_search" | "atlassian_sources_list" | "browser_act" | "browser_auth" | "browser_clipboard" | "browser_debug" | "browser_identity" | "browser_lifecycle" | "browser_observe" | "browser_open" | "browser_publish" | "browser_tabs" | "capability_authorization_request" | "capability_catalog_search" | "command_wait" | "company_profile_confirm" | "company_profile_propose" | "computer_act" | "computer_clipboard" | "computer_lifecycle" | "computer_observe" | "computer_open" | "computer_targets" | "connected_machine_remove" | "editable_artifact_apply" | "editable_artifact_create" | "editable_artifact_export" | "editable_artifact_export_status" | "editable_artifact_get" | "editable_artifact_import" | "editable_artifact_inspect" | "editable_artifact_list" | "environment_list" | "environment_set_variable" | "fiken_bank_accounts_list" | "fiken_companies_list" | "fiken_contact_create" | "fiken_contacts_list" | "fiken_invoice_draft_create" | "fiken_invoice_get" | "fiken_invoices_list" | "fiken_products_list" | "fiken_purchases_list" | "fiken_sales_list" | "github_connect_link" | "github_repositories_list" | "goal_complete" | "goal_pause" | "goal_progress" | "goal_set" | "goal_update" | "instruction_policy_propose" | "interaction_discover" | "interaction_request_human" | "knowledge_correct" | "knowledge_propose" | "memory_correct" | "memory_save" | "memory_search" | "preference_propose" | "preference_registry_get" | "preference_registry_summary" | "reddit_accounts_list" | "reddit_mentions_live" | "reddit_post_reply" | "reddit_posts_sync" | "reddit_search_live" | "reddit_thread_fetch" | "remember" | "remember_confirm" | "rig_get" | "rig_list" | "rig_promote" | "rig_propose_change" | "rig_verify" | "run_on" | "sandbox_attach" | "sandbox_file_publish" | "sandbox_provision" | "sandbox_swap" | "sandboxes_list" | "scheduled_task_runs_list" | "scheduled_tasks_create" | "scheduled_tasks_delete" | "scheduled_tasks_get" | "scheduled_tasks_list" | "scheduled_tasks_pause" | "scheduled_tasks_resume" | "scheduled_tasks_trigger" | "scheduled_tasks_update" | "session_create" | "session_events" | "session_get" | "session_human_input_respond" | "session_pause" | "session_resume" | "session_send_message" | "session_steer" | "session_wait" | "sessions_list" | "set_other_session_title" | "set_session_title" | "slack_bot_channel_history" | "slack_bot_delete_message" | "slack_bot_file_content" | "slack_bot_file_info" | "slack_bot_list_channels" | "slack_bot_list_files" | "slack_bot_list_users" | "slack_bot_post_message" | "slack_bot_search" | "slack_bot_thread_replies" | "social_connections_list" | "social_daily_analysis_context" | "social_mentions_live" | "social_post_reply" | "social_posts_recent" | "social_posts_sync" | "social_search_live" | "social_thread_fetch" | "task_note_archive" | "task_note_promote_instruction_policy" | "task_note_promote_knowledge" | "task_note_promote_preference" | "task_note_replace" | "task_note_save" | "task_notes_list" | "variable_set_get_variable" | "variable_set_list" | "variable_set_set_variable" | "wait_for_input" | "work_claim_release" | "work_claim_upsert" | "x_accounts_list" | "x_mentions_live" | "x_post_reply" | "x_posts_sync" | "x_search_live" | "x_thread_fetch")[], ("artifacts_archive" | "artifacts_create" | "artifacts_get_source" | "artifacts_list" | "artifacts_publish" | "artifacts_restore" | "artifacts_rollback" | "atlassian_get" | "atlassian_search" | "atlassian_sources_list" | "browser_act" | "browser_auth" | "browser_clipboard" | "browser_debug" | "browser_identity" | "browser_lifecycle" | "browser_observe" | "browser_open" | "browser_publish" | "browser_tabs" | "capability_authorization_request" | "capability_catalog_search" | "command_wait" | "company_profile_confirm" | "company_profile_propose" | "computer_act" | "computer_clipboard" | "computer_lifecycle" | "computer_observe" | "computer_open" | "computer_targets" | "connected_machine_remove" | "editable_artifact_apply" | "editable_artifact_create" | "editable_artifact_export" | "editable_artifact_export_status" | "editable_artifact_get" | "editable_artifact_import" | "editable_artifact_inspect" | "editable_artifact_list" | "environment_list" | "environment_set_variable" | "fiken_bank_accounts_list" | "fiken_companies_list" | "fiken_contact_create" | "fiken_contacts_list" | "fiken_invoice_draft_create" | "fiken_invoice_get" | "fiken_invoices_list" | "fiken_products_list" | "fiken_purchases_list" | "fiken_sales_list" | "github_connect_link" | "github_repositories_list" | "goal_complete" | "goal_pause" | "goal_progress" | "goal_set" | "goal_update" | "instruction_policy_propose" | "interaction_discover" | "interaction_request_human" | "knowledge_correct" | "knowledge_propose" | "memory_correct" | "memory_save" | "memory_search" | "preference_propose" | "preference_registry_get" | "preference_registry_summary" | "reddit_accounts_list" | "reddit_mentions_live" | "reddit_post_reply" | "reddit_posts_sync" | "reddit_search_live" | "reddit_thread_fetch" | "remember" | "remember_confirm" | "rig_get" | "rig_list" | "rig_promote" | "rig_propose_change" | "rig_verify" | "run_on" | "sandbox_attach" | "sandbox_file_publish" | "sandbox_provision" | "sandbox_swap" | "sandboxes_list" | "scheduled_task_runs_list" | "scheduled_tasks_create" | "scheduled_tasks_delete" | "scheduled_tasks_get" | "scheduled_tasks_list" | "scheduled_tasks_pause" | "scheduled_tasks_resume" | "scheduled_tasks_trigger" | "scheduled_tasks_update" | "session_create" | "session_events" | "session_get" | "session_human_input_respond" | "session_pause" | "session_resume" | "session_send_message" | "session_steer" | "session_wait" | "sessions_list" | "set_other_session_title" | "set_session_title" | "slack_bot_channel_history" | "slack_bot_delete_message" | "slack_bot_file_content" | "slack_bot_file_info" | "slack_bot_list_channels" | "slack_bot_list_files" | "slack_bot_list_users" | "slack_bot_post_message" | "slack_bot_search" | "slack_bot_thread_replies" | "social_connections_list" | "social_daily_analysis_context" | "social_mentions_live" | "social_post_reply" | "social_posts_recent" | "social_posts_sync" | "social_search_live" | "social_thread_fetch" | "task_note_archive" | "task_note_promote_instruction_policy" | "task_note_promote_knowledge" | "task_note_promote_preference" | "task_note_replace" | "task_note_save" | "task_notes_list" | "variable_set_get_variable" | "variable_set_list" | "variable_set_set_variable" | "wait_for_input" | "work_claim_release" | "work_claim_upsert" | "x_accounts_list" | "x_mentions_live" | "x_post_reply" | "x_posts_sync" | "x_search_live" | "x_thread_fetch")[]>>;
1948
1959
  }, z.core.$strict>>;
1949
1960
  voiceInput: z.ZodOptional<z.ZodObject<{
1950
1961
  enabled: z.ZodBoolean;
@@ -2023,7 +2034,7 @@ export declare const WorkspaceSettingsSchema: z.ZodObject<{
2023
2034
  }, z.core.$strip>>;
2024
2035
  }, z.core.$loose>;
2025
2036
  export type WorkspaceSettings = z.infer<typeof WorkspaceSettingsSchema>;
2026
- export declare function resolveWorkspaceMemoryEnabled(settings: unknown): boolean;
2037
+ export declare function resolveWorkspaceMemoryEnabled(settings?: unknown): boolean;
2027
2038
  /** Explicit defaults for new chats/schedules, or null for deployment defaults. */
2028
2039
  export declare function resolveWorkspaceSessionDefaults(settings: unknown): WorkspaceSessionDefaults | null;
2029
2040
  /** Exact capability defaults for new sessions, or null for deployment defaults. */
@@ -2083,10 +2094,12 @@ export declare const UpdateWorkspaceSettingsRequest: z.ZodObject<{
2083
2094
  sessionToolDefaults: z.ZodOptional<z.ZodObject<{
2084
2095
  mcpServerIds: z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<string[], string[]>>;
2085
2096
  firstPartyMcpTools: z.ZodPipe<z.ZodArray<z.ZodEnum<{
2097
+ artifacts_archive: "artifacts_archive";
2086
2098
  artifacts_create: "artifacts_create";
2087
2099
  artifacts_get_source: "artifacts_get_source";
2088
2100
  artifacts_list: "artifacts_list";
2089
2101
  artifacts_publish: "artifacts_publish";
2102
+ artifacts_restore: "artifacts_restore";
2090
2103
  artifacts_rollback: "artifacts_rollback";
2091
2104
  atlassian_get: "atlassian_get";
2092
2105
  atlassian_search: "atlassian_search";
@@ -2103,6 +2116,7 @@ export declare const UpdateWorkspaceSettingsRequest: z.ZodObject<{
2103
2116
  browser_tabs: "browser_tabs";
2104
2117
  capability_authorization_request: "capability_authorization_request";
2105
2118
  capability_catalog_search: "capability_catalog_search";
2119
+ command_wait: "command_wait";
2106
2120
  company_profile_confirm: "company_profile_confirm";
2107
2121
  company_profile_propose: "company_profile_propose";
2108
2122
  computer_act: "computer_act";
@@ -2139,7 +2153,6 @@ export declare const UpdateWorkspaceSettingsRequest: z.ZodObject<{
2139
2153
  goal_progress: "goal_progress";
2140
2154
  goal_set: "goal_set";
2141
2155
  goal_update: "goal_update";
2142
- goal_wait: "goal_wait";
2143
2156
  instruction_policy_propose: "instruction_policy_propose";
2144
2157
  interaction_discover: "interaction_discover";
2145
2158
  interaction_request_human: "interaction_request_human";
@@ -2219,6 +2232,7 @@ export declare const UpdateWorkspaceSettingsRequest: z.ZodObject<{
2219
2232
  variable_set_get_variable: "variable_set_get_variable";
2220
2233
  variable_set_list: "variable_set_list";
2221
2234
  variable_set_set_variable: "variable_set_set_variable";
2235
+ wait_for_input: "wait_for_input";
2222
2236
  work_claim_release: "work_claim_release";
2223
2237
  work_claim_upsert: "work_claim_upsert";
2224
2238
  x_accounts_list: "x_accounts_list";
@@ -2227,7 +2241,7 @@ export declare const UpdateWorkspaceSettingsRequest: z.ZodObject<{
2227
2241
  x_posts_sync: "x_posts_sync";
2228
2242
  x_search_live: "x_search_live";
2229
2243
  x_thread_fetch: "x_thread_fetch";
2230
- }>>, z.ZodTransform<("artifacts_create" | "artifacts_get_source" | "artifacts_list" | "artifacts_publish" | "artifacts_rollback" | "atlassian_get" | "atlassian_search" | "atlassian_sources_list" | "browser_act" | "browser_auth" | "browser_clipboard" | "browser_debug" | "browser_identity" | "browser_lifecycle" | "browser_observe" | "browser_open" | "browser_publish" | "browser_tabs" | "capability_authorization_request" | "capability_catalog_search" | "company_profile_confirm" | "company_profile_propose" | "computer_act" | "computer_clipboard" | "computer_lifecycle" | "computer_observe" | "computer_open" | "computer_targets" | "connected_machine_remove" | "editable_artifact_apply" | "editable_artifact_create" | "editable_artifact_export" | "editable_artifact_export_status" | "editable_artifact_get" | "editable_artifact_import" | "editable_artifact_inspect" | "editable_artifact_list" | "environment_list" | "environment_set_variable" | "fiken_bank_accounts_list" | "fiken_companies_list" | "fiken_contact_create" | "fiken_contacts_list" | "fiken_invoice_draft_create" | "fiken_invoice_get" | "fiken_invoices_list" | "fiken_products_list" | "fiken_purchases_list" | "fiken_sales_list" | "github_connect_link" | "github_repositories_list" | "goal_complete" | "goal_pause" | "goal_progress" | "goal_set" | "goal_update" | "goal_wait" | "instruction_policy_propose" | "interaction_discover" | "interaction_request_human" | "knowledge_correct" | "knowledge_propose" | "memory_correct" | "memory_save" | "memory_search" | "preference_propose" | "preference_registry_get" | "preference_registry_summary" | "reddit_accounts_list" | "reddit_mentions_live" | "reddit_post_reply" | "reddit_posts_sync" | "reddit_search_live" | "reddit_thread_fetch" | "remember" | "remember_confirm" | "rig_get" | "rig_list" | "rig_promote" | "rig_propose_change" | "rig_verify" | "run_on" | "sandbox_attach" | "sandbox_file_publish" | "sandbox_provision" | "sandbox_swap" | "sandboxes_list" | "scheduled_task_runs_list" | "scheduled_tasks_create" | "scheduled_tasks_delete" | "scheduled_tasks_get" | "scheduled_tasks_list" | "scheduled_tasks_pause" | "scheduled_tasks_resume" | "scheduled_tasks_trigger" | "scheduled_tasks_update" | "session_create" | "session_events" | "session_get" | "session_human_input_respond" | "session_pause" | "session_resume" | "session_send_message" | "session_steer" | "session_wait" | "sessions_list" | "set_other_session_title" | "set_session_title" | "slack_bot_channel_history" | "slack_bot_delete_message" | "slack_bot_file_content" | "slack_bot_file_info" | "slack_bot_list_channels" | "slack_bot_list_files" | "slack_bot_list_users" | "slack_bot_post_message" | "slack_bot_search" | "slack_bot_thread_replies" | "social_connections_list" | "social_daily_analysis_context" | "social_mentions_live" | "social_post_reply" | "social_posts_recent" | "social_posts_sync" | "social_search_live" | "social_thread_fetch" | "task_note_archive" | "task_note_promote_instruction_policy" | "task_note_promote_knowledge" | "task_note_promote_preference" | "task_note_replace" | "task_note_save" | "task_notes_list" | "variable_set_get_variable" | "variable_set_list" | "variable_set_set_variable" | "work_claim_release" | "work_claim_upsert" | "x_accounts_list" | "x_mentions_live" | "x_post_reply" | "x_posts_sync" | "x_search_live" | "x_thread_fetch")[], ("artifacts_create" | "artifacts_get_source" | "artifacts_list" | "artifacts_publish" | "artifacts_rollback" | "atlassian_get" | "atlassian_search" | "atlassian_sources_list" | "browser_act" | "browser_auth" | "browser_clipboard" | "browser_debug" | "browser_identity" | "browser_lifecycle" | "browser_observe" | "browser_open" | "browser_publish" | "browser_tabs" | "capability_authorization_request" | "capability_catalog_search" | "company_profile_confirm" | "company_profile_propose" | "computer_act" | "computer_clipboard" | "computer_lifecycle" | "computer_observe" | "computer_open" | "computer_targets" | "connected_machine_remove" | "editable_artifact_apply" | "editable_artifact_create" | "editable_artifact_export" | "editable_artifact_export_status" | "editable_artifact_get" | "editable_artifact_import" | "editable_artifact_inspect" | "editable_artifact_list" | "environment_list" | "environment_set_variable" | "fiken_bank_accounts_list" | "fiken_companies_list" | "fiken_contact_create" | "fiken_contacts_list" | "fiken_invoice_draft_create" | "fiken_invoice_get" | "fiken_invoices_list" | "fiken_products_list" | "fiken_purchases_list" | "fiken_sales_list" | "github_connect_link" | "github_repositories_list" | "goal_complete" | "goal_pause" | "goal_progress" | "goal_set" | "goal_update" | "goal_wait" | "instruction_policy_propose" | "interaction_discover" | "interaction_request_human" | "knowledge_correct" | "knowledge_propose" | "memory_correct" | "memory_save" | "memory_search" | "preference_propose" | "preference_registry_get" | "preference_registry_summary" | "reddit_accounts_list" | "reddit_mentions_live" | "reddit_post_reply" | "reddit_posts_sync" | "reddit_search_live" | "reddit_thread_fetch" | "remember" | "remember_confirm" | "rig_get" | "rig_list" | "rig_promote" | "rig_propose_change" | "rig_verify" | "run_on" | "sandbox_attach" | "sandbox_file_publish" | "sandbox_provision" | "sandbox_swap" | "sandboxes_list" | "scheduled_task_runs_list" | "scheduled_tasks_create" | "scheduled_tasks_delete" | "scheduled_tasks_get" | "scheduled_tasks_list" | "scheduled_tasks_pause" | "scheduled_tasks_resume" | "scheduled_tasks_trigger" | "scheduled_tasks_update" | "session_create" | "session_events" | "session_get" | "session_human_input_respond" | "session_pause" | "session_resume" | "session_send_message" | "session_steer" | "session_wait" | "sessions_list" | "set_other_session_title" | "set_session_title" | "slack_bot_channel_history" | "slack_bot_delete_message" | "slack_bot_file_content" | "slack_bot_file_info" | "slack_bot_list_channels" | "slack_bot_list_files" | "slack_bot_list_users" | "slack_bot_post_message" | "slack_bot_search" | "slack_bot_thread_replies" | "social_connections_list" | "social_daily_analysis_context" | "social_mentions_live" | "social_post_reply" | "social_posts_recent" | "social_posts_sync" | "social_search_live" | "social_thread_fetch" | "task_note_archive" | "task_note_promote_instruction_policy" | "task_note_promote_knowledge" | "task_note_promote_preference" | "task_note_replace" | "task_note_save" | "task_notes_list" | "variable_set_get_variable" | "variable_set_list" | "variable_set_set_variable" | "work_claim_release" | "work_claim_upsert" | "x_accounts_list" | "x_mentions_live" | "x_post_reply" | "x_posts_sync" | "x_search_live" | "x_thread_fetch")[]>>;
2244
+ }>>, z.ZodTransform<("artifacts_archive" | "artifacts_create" | "artifacts_get_source" | "artifacts_list" | "artifacts_publish" | "artifacts_restore" | "artifacts_rollback" | "atlassian_get" | "atlassian_search" | "atlassian_sources_list" | "browser_act" | "browser_auth" | "browser_clipboard" | "browser_debug" | "browser_identity" | "browser_lifecycle" | "browser_observe" | "browser_open" | "browser_publish" | "browser_tabs" | "capability_authorization_request" | "capability_catalog_search" | "command_wait" | "company_profile_confirm" | "company_profile_propose" | "computer_act" | "computer_clipboard" | "computer_lifecycle" | "computer_observe" | "computer_open" | "computer_targets" | "connected_machine_remove" | "editable_artifact_apply" | "editable_artifact_create" | "editable_artifact_export" | "editable_artifact_export_status" | "editable_artifact_get" | "editable_artifact_import" | "editable_artifact_inspect" | "editable_artifact_list" | "environment_list" | "environment_set_variable" | "fiken_bank_accounts_list" | "fiken_companies_list" | "fiken_contact_create" | "fiken_contacts_list" | "fiken_invoice_draft_create" | "fiken_invoice_get" | "fiken_invoices_list" | "fiken_products_list" | "fiken_purchases_list" | "fiken_sales_list" | "github_connect_link" | "github_repositories_list" | "goal_complete" | "goal_pause" | "goal_progress" | "goal_set" | "goal_update" | "instruction_policy_propose" | "interaction_discover" | "interaction_request_human" | "knowledge_correct" | "knowledge_propose" | "memory_correct" | "memory_save" | "memory_search" | "preference_propose" | "preference_registry_get" | "preference_registry_summary" | "reddit_accounts_list" | "reddit_mentions_live" | "reddit_post_reply" | "reddit_posts_sync" | "reddit_search_live" | "reddit_thread_fetch" | "remember" | "remember_confirm" | "rig_get" | "rig_list" | "rig_promote" | "rig_propose_change" | "rig_verify" | "run_on" | "sandbox_attach" | "sandbox_file_publish" | "sandbox_provision" | "sandbox_swap" | "sandboxes_list" | "scheduled_task_runs_list" | "scheduled_tasks_create" | "scheduled_tasks_delete" | "scheduled_tasks_get" | "scheduled_tasks_list" | "scheduled_tasks_pause" | "scheduled_tasks_resume" | "scheduled_tasks_trigger" | "scheduled_tasks_update" | "session_create" | "session_events" | "session_get" | "session_human_input_respond" | "session_pause" | "session_resume" | "session_send_message" | "session_steer" | "session_wait" | "sessions_list" | "set_other_session_title" | "set_session_title" | "slack_bot_channel_history" | "slack_bot_delete_message" | "slack_bot_file_content" | "slack_bot_file_info" | "slack_bot_list_channels" | "slack_bot_list_files" | "slack_bot_list_users" | "slack_bot_post_message" | "slack_bot_search" | "slack_bot_thread_replies" | "social_connections_list" | "social_daily_analysis_context" | "social_mentions_live" | "social_post_reply" | "social_posts_recent" | "social_posts_sync" | "social_search_live" | "social_thread_fetch" | "task_note_archive" | "task_note_promote_instruction_policy" | "task_note_promote_knowledge" | "task_note_promote_preference" | "task_note_replace" | "task_note_save" | "task_notes_list" | "variable_set_get_variable" | "variable_set_list" | "variable_set_set_variable" | "wait_for_input" | "work_claim_release" | "work_claim_upsert" | "x_accounts_list" | "x_mentions_live" | "x_post_reply" | "x_posts_sync" | "x_search_live" | "x_thread_fetch")[], ("artifacts_archive" | "artifacts_create" | "artifacts_get_source" | "artifacts_list" | "artifacts_publish" | "artifacts_restore" | "artifacts_rollback" | "atlassian_get" | "atlassian_search" | "atlassian_sources_list" | "browser_act" | "browser_auth" | "browser_clipboard" | "browser_debug" | "browser_identity" | "browser_lifecycle" | "browser_observe" | "browser_open" | "browser_publish" | "browser_tabs" | "capability_authorization_request" | "capability_catalog_search" | "command_wait" | "company_profile_confirm" | "company_profile_propose" | "computer_act" | "computer_clipboard" | "computer_lifecycle" | "computer_observe" | "computer_open" | "computer_targets" | "connected_machine_remove" | "editable_artifact_apply" | "editable_artifact_create" | "editable_artifact_export" | "editable_artifact_export_status" | "editable_artifact_get" | "editable_artifact_import" | "editable_artifact_inspect" | "editable_artifact_list" | "environment_list" | "environment_set_variable" | "fiken_bank_accounts_list" | "fiken_companies_list" | "fiken_contact_create" | "fiken_contacts_list" | "fiken_invoice_draft_create" | "fiken_invoice_get" | "fiken_invoices_list" | "fiken_products_list" | "fiken_purchases_list" | "fiken_sales_list" | "github_connect_link" | "github_repositories_list" | "goal_complete" | "goal_pause" | "goal_progress" | "goal_set" | "goal_update" | "instruction_policy_propose" | "interaction_discover" | "interaction_request_human" | "knowledge_correct" | "knowledge_propose" | "memory_correct" | "memory_save" | "memory_search" | "preference_propose" | "preference_registry_get" | "preference_registry_summary" | "reddit_accounts_list" | "reddit_mentions_live" | "reddit_post_reply" | "reddit_posts_sync" | "reddit_search_live" | "reddit_thread_fetch" | "remember" | "remember_confirm" | "rig_get" | "rig_list" | "rig_promote" | "rig_propose_change" | "rig_verify" | "run_on" | "sandbox_attach" | "sandbox_file_publish" | "sandbox_provision" | "sandbox_swap" | "sandboxes_list" | "scheduled_task_runs_list" | "scheduled_tasks_create" | "scheduled_tasks_delete" | "scheduled_tasks_get" | "scheduled_tasks_list" | "scheduled_tasks_pause" | "scheduled_tasks_resume" | "scheduled_tasks_trigger" | "scheduled_tasks_update" | "session_create" | "session_events" | "session_get" | "session_human_input_respond" | "session_pause" | "session_resume" | "session_send_message" | "session_steer" | "session_wait" | "sessions_list" | "set_other_session_title" | "set_session_title" | "slack_bot_channel_history" | "slack_bot_delete_message" | "slack_bot_file_content" | "slack_bot_file_info" | "slack_bot_list_channels" | "slack_bot_list_files" | "slack_bot_list_users" | "slack_bot_post_message" | "slack_bot_search" | "slack_bot_thread_replies" | "social_connections_list" | "social_daily_analysis_context" | "social_mentions_live" | "social_post_reply" | "social_posts_recent" | "social_posts_sync" | "social_search_live" | "social_thread_fetch" | "task_note_archive" | "task_note_promote_instruction_policy" | "task_note_promote_knowledge" | "task_note_promote_preference" | "task_note_replace" | "task_note_save" | "task_notes_list" | "variable_set_get_variable" | "variable_set_list" | "variable_set_set_variable" | "wait_for_input" | "work_claim_release" | "work_claim_upsert" | "x_accounts_list" | "x_mentions_live" | "x_post_reply" | "x_posts_sync" | "x_search_live" | "x_thread_fetch")[]>>;
2231
2245
  }, z.core.$strict>>;
2232
2246
  voiceInput: z.ZodOptional<z.ZodObject<{
2233
2247
  enabled: z.ZodBoolean;
@@ -2315,6 +2329,130 @@ export declare const UpdateWorkspaceModelPolicyRequest: z.ZodObject<{
2315
2329
  allowedModels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
2316
2330
  }, z.core.$strip>;
2317
2331
  export type UpdateWorkspaceModelPolicyRequest = z.infer<typeof UpdateWorkspaceModelPolicyRequest>;
2332
+ export declare const WORKSPACE_GATEWAY_CUSTOM_MODEL_UPSTREAM_ID_MAX_LENGTH = 238;
2333
+ export declare const CreateWorkspaceGatewayCustomModelRequest: z.ZodObject<{
2334
+ operationId: z.ZodString;
2335
+ upstreamModelId: z.ZodString;
2336
+ label: z.ZodOptional<z.ZodString>;
2337
+ }, z.core.$strict>;
2338
+ export type CreateWorkspaceGatewayCustomModelRequest = z.infer<typeof CreateWorkspaceGatewayCustomModelRequest>;
2339
+ export declare const DeleteWorkspaceGatewayCustomModelRequest: z.ZodObject<{
2340
+ expectedVersion: z.ZodNumber;
2341
+ operationId: z.ZodString;
2342
+ }, z.core.$strict>;
2343
+ export type DeleteWorkspaceGatewayCustomModelRequest = z.infer<typeof DeleteWorkspaceGatewayCustomModelRequest>;
2344
+ export declare const WorkspaceGatewayCustomModel: z.ZodObject<{
2345
+ id: z.ZodString;
2346
+ upstreamModelId: z.ZodString;
2347
+ label: z.ZodNullable<z.ZodString>;
2348
+ version: z.ZodNumber;
2349
+ createdAt: z.ZodString;
2350
+ updatedAt: z.ZodString;
2351
+ }, z.core.$strip>;
2352
+ export type WorkspaceGatewayCustomModel = z.infer<typeof WorkspaceGatewayCustomModel>;
2353
+ export declare const WorkspaceGatewayCustomModelsResponse: z.ZodObject<{
2354
+ models: z.ZodArray<z.ZodObject<{
2355
+ id: z.ZodString;
2356
+ upstreamModelId: z.ZodString;
2357
+ label: z.ZodNullable<z.ZodString>;
2358
+ version: z.ZodNumber;
2359
+ createdAt: z.ZodString;
2360
+ updatedAt: z.ZodString;
2361
+ }, z.core.$strip>>;
2362
+ }, z.core.$strip>;
2363
+ export type WorkspaceGatewayCustomModelsResponse = z.infer<typeof WorkspaceGatewayCustomModelsResponse>;
2364
+ export declare const CreateWorkspaceOpenRouterCustomModelRequest: z.ZodObject<{
2365
+ operationId: z.ZodString;
2366
+ upstreamModelId: z.ZodString;
2367
+ label: z.ZodOptional<z.ZodString>;
2368
+ }, z.core.$strict>;
2369
+ export type CreateWorkspaceOpenRouterCustomModelRequest = z.infer<typeof CreateWorkspaceOpenRouterCustomModelRequest>;
2370
+ export declare const DeleteWorkspaceOpenRouterCustomModelRequest: z.ZodObject<{
2371
+ expectedVersion: z.ZodNumber;
2372
+ operationId: z.ZodString;
2373
+ }, z.core.$strict>;
2374
+ export type DeleteWorkspaceOpenRouterCustomModelRequest = z.infer<typeof DeleteWorkspaceOpenRouterCustomModelRequest>;
2375
+ export declare const WorkspaceOpenRouterCustomModel: z.ZodObject<{
2376
+ id: z.ZodString;
2377
+ upstreamModelId: z.ZodString;
2378
+ label: z.ZodNullable<z.ZodString>;
2379
+ version: z.ZodNumber;
2380
+ createdAt: z.ZodString;
2381
+ updatedAt: z.ZodString;
2382
+ }, z.core.$strip>;
2383
+ export type WorkspaceOpenRouterCustomModel = z.infer<typeof WorkspaceOpenRouterCustomModel>;
2384
+ export declare const WorkspaceOpenRouterCustomModelsResponse: z.ZodObject<{
2385
+ models: z.ZodArray<z.ZodObject<{
2386
+ id: z.ZodString;
2387
+ upstreamModelId: z.ZodString;
2388
+ label: z.ZodNullable<z.ZodString>;
2389
+ version: z.ZodNumber;
2390
+ createdAt: z.ZodString;
2391
+ updatedAt: z.ZodString;
2392
+ }, z.core.$strip>>;
2393
+ }, z.core.$strip>;
2394
+ export type WorkspaceOpenRouterCustomModelsResponse = z.infer<typeof WorkspaceOpenRouterCustomModelsResponse>;
2395
+ export declare const CreateOrganizationProviderCustomModelRequest: z.ZodObject<{
2396
+ operationId: z.ZodString;
2397
+ upstreamModelId: z.ZodString;
2398
+ label: z.ZodOptional<z.ZodString>;
2399
+ }, z.core.$strict>;
2400
+ export type CreateOrganizationProviderCustomModelRequest = z.infer<typeof CreateOrganizationProviderCustomModelRequest>;
2401
+ export declare const DeleteOrganizationProviderCustomModelRequest: z.ZodObject<{
2402
+ expectedVersion: z.ZodNumber;
2403
+ operationId: z.ZodString;
2404
+ }, z.core.$strict>;
2405
+ export type DeleteOrganizationProviderCustomModelRequest = z.infer<typeof DeleteOrganizationProviderCustomModelRequest>;
2406
+ export declare const OrganizationProviderCustomModel: z.ZodObject<{
2407
+ id: z.ZodString;
2408
+ upstreamModelId: z.ZodString;
2409
+ label: z.ZodNullable<z.ZodString>;
2410
+ version: z.ZodNumber;
2411
+ createdAt: z.ZodString;
2412
+ updatedAt: z.ZodString;
2413
+ }, z.core.$strip>;
2414
+ export type OrganizationProviderCustomModel = z.infer<typeof OrganizationProviderCustomModel>;
2415
+ export declare const OrganizationProviderCustomModelsResponse: z.ZodObject<{
2416
+ models: z.ZodArray<z.ZodObject<{
2417
+ id: z.ZodString;
2418
+ upstreamModelId: z.ZodString;
2419
+ label: z.ZodNullable<z.ZodString>;
2420
+ version: z.ZodNumber;
2421
+ createdAt: z.ZodString;
2422
+ updatedAt: z.ZodString;
2423
+ }, z.core.$strip>>;
2424
+ }, z.core.$strip>;
2425
+ export type OrganizationProviderCustomModelsResponse = z.infer<typeof OrganizationProviderCustomModelsResponse>;
2426
+ export declare const OrganizationModelProviderKind: z.ZodEnum<{
2427
+ openrouter: "openrouter";
2428
+ vercel_gateway: "vercel_gateway";
2429
+ }>;
2430
+ export type OrganizationModelProviderKind = z.infer<typeof OrganizationModelProviderKind>;
2431
+ export declare const OrganizationModelProviderConnectionResponse: z.ZodObject<{
2432
+ providerKind: z.ZodEnum<{
2433
+ openrouter: "openrouter";
2434
+ vercel_gateway: "vercel_gateway";
2435
+ }>;
2436
+ status: z.ZodEnum<{
2437
+ active: "active";
2438
+ revoked: "revoked";
2439
+ }>;
2440
+ version: z.ZodNumber;
2441
+ createdAt: z.ZodString;
2442
+ updatedAt: z.ZodString;
2443
+ }, z.core.$strip>;
2444
+ export type OrganizationModelProviderConnectionResponse = z.infer<typeof OrganizationModelProviderConnectionResponse>;
2445
+ export declare const UpsertOrganizationModelProviderConnectionRequest: z.ZodObject<{
2446
+ operationId: z.ZodString;
2447
+ expectedVersion: z.ZodOptional<z.ZodNumber>;
2448
+ apiKey: z.ZodString;
2449
+ }, z.core.$strict>;
2450
+ export type UpsertOrganizationModelProviderConnectionRequest = z.infer<typeof UpsertOrganizationModelProviderConnectionRequest>;
2451
+ export declare const RevokeOrganizationModelProviderConnectionRequest: z.ZodObject<{
2452
+ operationId: z.ZodString;
2453
+ expectedVersion: z.ZodNumber;
2454
+ }, z.core.$strict>;
2455
+ export type RevokeOrganizationModelProviderConnectionRequest = z.infer<typeof RevokeOrganizationModelProviderConnectionRequest>;
2318
2456
  /** Reserved creator/initiator id used only by legacy-row migration defaults. */
2319
2457
  export declare const UNATTRIBUTED_LEGACY_INITIATOR_SUBJECT_ID: "unattributed-legacy";
2320
2458
  /**
@@ -2697,10 +2835,12 @@ export declare const DelegatedAccessTokenPayload: z.ZodObject<{
2697
2835
  serviceInitiatorContext: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
2698
2836
  sessionId: z.ZodOptional<z.ZodString>;
2699
2837
  firstPartyMcpTools: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2838
+ artifacts_archive: "artifacts_archive";
2700
2839
  artifacts_create: "artifacts_create";
2701
2840
  artifacts_get_source: "artifacts_get_source";
2702
2841
  artifacts_list: "artifacts_list";
2703
2842
  artifacts_publish: "artifacts_publish";
2843
+ artifacts_restore: "artifacts_restore";
2704
2844
  artifacts_rollback: "artifacts_rollback";
2705
2845
  atlassian_get: "atlassian_get";
2706
2846
  atlassian_search: "atlassian_search";
@@ -2717,6 +2857,7 @@ export declare const DelegatedAccessTokenPayload: z.ZodObject<{
2717
2857
  browser_tabs: "browser_tabs";
2718
2858
  capability_authorization_request: "capability_authorization_request";
2719
2859
  capability_catalog_search: "capability_catalog_search";
2860
+ command_wait: "command_wait";
2720
2861
  company_profile_confirm: "company_profile_confirm";
2721
2862
  company_profile_propose: "company_profile_propose";
2722
2863
  computer_act: "computer_act";
@@ -2753,7 +2894,6 @@ export declare const DelegatedAccessTokenPayload: z.ZodObject<{
2753
2894
  goal_progress: "goal_progress";
2754
2895
  goal_set: "goal_set";
2755
2896
  goal_update: "goal_update";
2756
- goal_wait: "goal_wait";
2757
2897
  instruction_policy_propose: "instruction_policy_propose";
2758
2898
  interaction_discover: "interaction_discover";
2759
2899
  interaction_request_human: "interaction_request_human";
@@ -2833,6 +2973,7 @@ export declare const DelegatedAccessTokenPayload: z.ZodObject<{
2833
2973
  variable_set_get_variable: "variable_set_get_variable";
2834
2974
  variable_set_list: "variable_set_list";
2835
2975
  variable_set_set_variable: "variable_set_set_variable";
2976
+ wait_for_input: "wait_for_input";
2836
2977
  work_claim_release: "work_claim_release";
2837
2978
  work_claim_upsert: "work_claim_upsert";
2838
2979
  x_accounts_list: "x_accounts_list";
@@ -3714,6 +3855,8 @@ export declare const InsightsModelUsageRow: z.ZodObject<{
3714
3855
  creditUsd: z.ZodNumber;
3715
3856
  estimatedProviderUsd: z.ZodNumber;
3716
3857
  estimatedProviderCostKnownCalls: z.ZodNumber;
3858
+ equivalentCreditUsd: z.ZodNumber;
3859
+ equivalentCreditCostKnownCalls: z.ZodNumber;
3717
3860
  }, z.core.$strip>;
3718
3861
  export type InsightsModelUsageRow = z.infer<typeof InsightsModelUsageRow>;
3719
3862
  export declare const InsightsSeriesPoint: z.ZodObject<{
@@ -3721,6 +3864,8 @@ export declare const InsightsSeriesPoint: z.ZodObject<{
3721
3864
  modelCostUsd: z.ZodNumber;
3722
3865
  estimatedProviderUsd: z.ZodNumber;
3723
3866
  estimatedProviderCostKnownCalls: z.ZodNumber;
3867
+ equivalentCreditUsd: z.ZodNumber;
3868
+ equivalentCreditCostKnownCalls: z.ZodNumber;
3724
3869
  warmSeconds: z.ZodNumber;
3725
3870
  inputTokens: z.ZodNumber;
3726
3871
  outputTokens: z.ZodNumber;
@@ -3755,6 +3900,8 @@ export declare const InsightsSpendDriver: z.ZodObject<{
3755
3900
  creditUsd: z.ZodNumber;
3756
3901
  estimatedProviderUsd: z.ZodNumber;
3757
3902
  estimatedProviderCostKnownCalls: z.ZodNumber;
3903
+ equivalentCreditUsd: z.ZodNumber;
3904
+ equivalentCreditCostKnownCalls: z.ZodNumber;
3758
3905
  tokens: z.ZodNumber;
3759
3906
  cacheHitPct: z.ZodNumber;
3760
3907
  pctOfCreditUsd: z.ZodNumber;
@@ -3807,6 +3954,8 @@ export declare const InsightsScheduleRow: z.ZodObject<{
3807
3954
  creditUsd: z.ZodNullable<z.ZodNumber>;
3808
3955
  estimatedProviderUsd: z.ZodNullable<z.ZodNumber>;
3809
3956
  estimatedProviderCostKnownCalls: z.ZodNullable<z.ZodNumber>;
3957
+ equivalentCreditUsd: z.ZodNullable<z.ZodNumber>;
3958
+ equivalentCreditCostKnownCalls: z.ZodNullable<z.ZodNumber>;
3810
3959
  tokens: z.ZodNullable<z.ZodNumber>;
3811
3960
  cacheHitPct: z.ZodNullable<z.ZodNumber>;
3812
3961
  billing: z.ZodNullable<z.ZodEnum<{
@@ -3837,6 +3986,7 @@ export declare const InsightsModelCallRow: z.ZodObject<{
3837
3986
  totalTokens: z.ZodNullable<z.ZodNumber>;
3838
3987
  creditUsd: z.ZodNumber;
3839
3988
  estimatedProviderUsd: z.ZodNullable<z.ZodNumber>;
3989
+ equivalentCreditUsd: z.ZodNullable<z.ZodNumber>;
3840
3990
  pricingSource: z.ZodNullable<z.ZodEnum<{
3841
3991
  configured_list_price: "configured_list_price";
3842
3992
  gateway_reported: "gateway_reported";
@@ -3879,6 +4029,8 @@ export declare const WorkspaceInsightsSnapshot: z.ZodObject<{
3879
4029
  creditUsd: z.ZodNumber;
3880
4030
  estimatedProviderUsd: z.ZodNumber;
3881
4031
  estimatedProviderCostKnownCalls: z.ZodNumber;
4032
+ equivalentCreditUsd: z.ZodNumber;
4033
+ equivalentCreditCostKnownCalls: z.ZodNumber;
3882
4034
  }, z.core.$strip>>;
3883
4035
  facets: z.ZodArray<z.ZodObject<{
3884
4036
  provider: z.ZodString;
@@ -3889,6 +4041,8 @@ export declare const WorkspaceInsightsSnapshot: z.ZodObject<{
3889
4041
  modelCostUsd: z.ZodNumber;
3890
4042
  estimatedProviderUsd: z.ZodNumber;
3891
4043
  estimatedProviderCostKnownCalls: z.ZodNumber;
4044
+ equivalentCreditUsd: z.ZodNumber;
4045
+ equivalentCreditCostKnownCalls: z.ZodNumber;
3892
4046
  warmSeconds: z.ZodNumber;
3893
4047
  inputTokens: z.ZodNumber;
3894
4048
  outputTokens: z.ZodNumber;
@@ -3916,6 +4070,8 @@ export declare const WorkspaceInsightsSnapshot: z.ZodObject<{
3916
4070
  creditUsd: z.ZodNumber;
3917
4071
  estimatedProviderUsd: z.ZodNumber;
3918
4072
  estimatedProviderCostKnownCalls: z.ZodNumber;
4073
+ equivalentCreditUsd: z.ZodNumber;
4074
+ equivalentCreditCostKnownCalls: z.ZodNumber;
3919
4075
  tokens: z.ZodNumber;
3920
4076
  cacheHitPct: z.ZodNumber;
3921
4077
  pctOfCreditUsd: z.ZodNumber;
@@ -3929,6 +4085,8 @@ export declare const WorkspaceInsightsSnapshot: z.ZodObject<{
3929
4085
  creditUsd: z.ZodNullable<z.ZodNumber>;
3930
4086
  estimatedProviderUsd: z.ZodNullable<z.ZodNumber>;
3931
4087
  estimatedProviderCostKnownCalls: z.ZodNullable<z.ZodNumber>;
4088
+ equivalentCreditUsd: z.ZodNullable<z.ZodNumber>;
4089
+ equivalentCreditCostKnownCalls: z.ZodNullable<z.ZodNumber>;
3932
4090
  tokens: z.ZodNullable<z.ZodNumber>;
3933
4091
  cacheHitPct: z.ZodNullable<z.ZodNumber>;
3934
4092
  billing: z.ZodNullable<z.ZodEnum<{
@@ -3958,6 +4116,7 @@ export declare const WorkspaceInsightsSnapshot: z.ZodObject<{
3958
4116
  totalTokens: z.ZodNullable<z.ZodNumber>;
3959
4117
  creditUsd: z.ZodNumber;
3960
4118
  estimatedProviderUsd: z.ZodNullable<z.ZodNumber>;
4119
+ equivalentCreditUsd: z.ZodNullable<z.ZodNumber>;
3961
4120
  pricingSource: z.ZodNullable<z.ZodEnum<{
3962
4121
  configured_list_price: "configured_list_price";
3963
4122
  gateway_reported: "gateway_reported";
@@ -4030,6 +4189,10 @@ export declare const WorkspaceInsightsSnapshot: z.ZodObject<{
4030
4189
  priorEstimatedProviderUsd: z.ZodNumber;
4031
4190
  estimatedProviderCostKnownCalls: z.ZodNumber;
4032
4191
  priorEstimatedProviderCostKnownCalls: z.ZodNumber;
4192
+ equivalentCreditUsd: z.ZodNumber;
4193
+ priorEquivalentCreditUsd: z.ZodNumber;
4194
+ equivalentCreditCostKnownCalls: z.ZodNumber;
4195
+ priorEquivalentCreditCostKnownCalls: z.ZodNumber;
4033
4196
  modelCalls: z.ZodNumber;
4034
4197
  priorInputTokens: z.ZodNumber;
4035
4198
  priorTotalTokens: z.ZodNumber;
@@ -4087,6 +4250,8 @@ export declare const WorkspaceInsightsResponse: z.ZodObject<{
4087
4250
  creditUsd: z.ZodNumber;
4088
4251
  estimatedProviderUsd: z.ZodNumber;
4089
4252
  estimatedProviderCostKnownCalls: z.ZodNumber;
4253
+ equivalentCreditUsd: z.ZodNumber;
4254
+ equivalentCreditCostKnownCalls: z.ZodNumber;
4090
4255
  }, z.core.$strip>>;
4091
4256
  facets: z.ZodArray<z.ZodObject<{
4092
4257
  provider: z.ZodString;
@@ -4097,6 +4262,8 @@ export declare const WorkspaceInsightsResponse: z.ZodObject<{
4097
4262
  modelCostUsd: z.ZodNumber;
4098
4263
  estimatedProviderUsd: z.ZodNumber;
4099
4264
  estimatedProviderCostKnownCalls: z.ZodNumber;
4265
+ equivalentCreditUsd: z.ZodNumber;
4266
+ equivalentCreditCostKnownCalls: z.ZodNumber;
4100
4267
  warmSeconds: z.ZodNumber;
4101
4268
  inputTokens: z.ZodNumber;
4102
4269
  outputTokens: z.ZodNumber;
@@ -4124,6 +4291,8 @@ export declare const WorkspaceInsightsResponse: z.ZodObject<{
4124
4291
  creditUsd: z.ZodNumber;
4125
4292
  estimatedProviderUsd: z.ZodNumber;
4126
4293
  estimatedProviderCostKnownCalls: z.ZodNumber;
4294
+ equivalentCreditUsd: z.ZodNumber;
4295
+ equivalentCreditCostKnownCalls: z.ZodNumber;
4127
4296
  tokens: z.ZodNumber;
4128
4297
  cacheHitPct: z.ZodNumber;
4129
4298
  pctOfCreditUsd: z.ZodNumber;
@@ -4137,6 +4306,8 @@ export declare const WorkspaceInsightsResponse: z.ZodObject<{
4137
4306
  creditUsd: z.ZodNullable<z.ZodNumber>;
4138
4307
  estimatedProviderUsd: z.ZodNullable<z.ZodNumber>;
4139
4308
  estimatedProviderCostKnownCalls: z.ZodNullable<z.ZodNumber>;
4309
+ equivalentCreditUsd: z.ZodNullable<z.ZodNumber>;
4310
+ equivalentCreditCostKnownCalls: z.ZodNullable<z.ZodNumber>;
4140
4311
  tokens: z.ZodNullable<z.ZodNumber>;
4141
4312
  cacheHitPct: z.ZodNullable<z.ZodNumber>;
4142
4313
  billing: z.ZodNullable<z.ZodEnum<{
@@ -4166,6 +4337,7 @@ export declare const WorkspaceInsightsResponse: z.ZodObject<{
4166
4337
  totalTokens: z.ZodNullable<z.ZodNumber>;
4167
4338
  creditUsd: z.ZodNumber;
4168
4339
  estimatedProviderUsd: z.ZodNullable<z.ZodNumber>;
4340
+ equivalentCreditUsd: z.ZodNullable<z.ZodNumber>;
4169
4341
  pricingSource: z.ZodNullable<z.ZodEnum<{
4170
4342
  configured_list_price: "configured_list_price";
4171
4343
  gateway_reported: "gateway_reported";
@@ -4238,6 +4410,10 @@ export declare const WorkspaceInsightsResponse: z.ZodObject<{
4238
4410
  priorEstimatedProviderUsd: z.ZodNumber;
4239
4411
  estimatedProviderCostKnownCalls: z.ZodNumber;
4240
4412
  priorEstimatedProviderCostKnownCalls: z.ZodNumber;
4413
+ equivalentCreditUsd: z.ZodNumber;
4414
+ priorEquivalentCreditUsd: z.ZodNumber;
4415
+ equivalentCreditCostKnownCalls: z.ZodNumber;
4416
+ priorEquivalentCreditCostKnownCalls: z.ZodNumber;
4241
4417
  modelCalls: z.ZodNumber;
4242
4418
  priorInputTokens: z.ZodNumber;
4243
4419
  priorTotalTokens: z.ZodNumber;
@@ -4514,6 +4690,7 @@ export declare const McpConnectionResourceScope: z.ZodObject<{
4514
4690
  export type McpConnectionResourceScope = z.infer<typeof McpConnectionResourceScope>;
4515
4691
  export declare const McpServerConnectionRef: z.ZodObject<{
4516
4692
  connectionId: z.ZodOptional<z.ZodString>;
4693
+ authoritySource: z.ZodOptional<z.ZodLiteral<"host">>;
4517
4694
  provider: z.ZodOptional<z.ZodString>;
4518
4695
  providerDomain: z.ZodString;
4519
4696
  kind: z.ZodOptional<z.ZodEnum<{
@@ -4859,6 +5036,13 @@ export type GitHubUserRepositoryAccess = GitHubRepository & {
4859
5036
  export type GitHubUserInstallationAccess = GitHubInstallationSummary & {
4860
5037
  repositories: GitHubUserRepositoryAccess[];
4861
5038
  };
5039
+ export type GitHubAppRepositoryBranchPage = {
5040
+ installationId: number;
5041
+ repositoryId: number;
5042
+ defaultBranch: string;
5043
+ branches: string[];
5044
+ nextPage: number | null;
5045
+ };
4862
5046
  export type GitHubAppApiPort = {
4863
5047
  /**
4864
5048
  * Exchange one fresh GitHub user-authorization code and prove current
@@ -4894,6 +5078,18 @@ export type GitHubAppApiPort = {
4894
5078
  listRepositories?: (input: {
4895
5079
  installationIds?: number[];
4896
5080
  }) => Promise<GitHubRepository[]>;
5081
+ /**
5082
+ * List one bounded page of branch suggestions for one exact repository.
5083
+ * Implementations must keep the provider credential server-side and scope
5084
+ * it to exactly `repositoryId`; the caller separately rechecks the durable
5085
+ * workspace binding immediately before and after this provider request.
5086
+ */
5087
+ listRepositoryBranches?: (input: {
5088
+ installationId: number;
5089
+ repositoryId: number;
5090
+ page: number;
5091
+ limit: number;
5092
+ }) => Promise<GitHubAppRepositoryBranchPage>;
4897
5093
  };
4898
5094
  export declare const BillingBalance: z.ZodObject<{
4899
5095
  accountId: z.ZodString;
@@ -6351,6 +6547,7 @@ export declare const SessionMcpServerInput: z.ZodObject<{
6351
6547
  headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
6352
6548
  connectionRef: z.ZodOptional<z.ZodObject<{
6353
6549
  connectionId: z.ZodOptional<z.ZodString>;
6550
+ authoritySource: z.ZodOptional<z.ZodLiteral<"host">>;
6354
6551
  provider: z.ZodOptional<z.ZodString>;
6355
6552
  providerDomain: z.ZodString;
6356
6553
  kind: z.ZodOptional<z.ZodEnum<{
@@ -6386,6 +6583,7 @@ export declare const SessionMcpServerMetadata: z.ZodObject<{
6386
6583
  requireApproval: z.ZodDefault<z.ZodUnion<readonly [z.ZodBoolean, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<string[], string[]>>]>>;
6387
6584
  connectionRef: z.ZodDefault<z.ZodNullable<z.ZodObject<{
6388
6585
  connectionId: z.ZodOptional<z.ZodString>;
6586
+ authoritySource: z.ZodOptional<z.ZodLiteral<"host">>;
6389
6587
  provider: z.ZodOptional<z.ZodString>;
6390
6588
  providerDomain: z.ZodString;
6391
6589
  kind: z.ZodOptional<z.ZodEnum<{
@@ -6421,6 +6619,7 @@ export declare const UpdateSessionMcpApprovalPolicyResponse: z.ZodObject<{
6421
6619
  requireApproval: z.ZodDefault<z.ZodUnion<readonly [z.ZodBoolean, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<string[], string[]>>]>>;
6422
6620
  connectionRef: z.ZodDefault<z.ZodNullable<z.ZodObject<{
6423
6621
  connectionId: z.ZodOptional<z.ZodString>;
6622
+ authoritySource: z.ZodOptional<z.ZodLiteral<"host">>;
6424
6623
  provider: z.ZodOptional<z.ZodString>;
6425
6624
  providerDomain: z.ZodString;
6426
6625
  kind: z.ZodOptional<z.ZodEnum<{
@@ -6859,10 +7058,12 @@ export declare const UpdateSessionToolPolicyRequest: z.ZodUnion<readonly [z.ZodO
6859
7058
  optional: z.ZodOptional<z.ZodBoolean>;
6860
7059
  }, z.core.$strip>>;
6861
7060
  firstPartyMcpTools: z.ZodArray<z.ZodEnum<{
7061
+ artifacts_archive: "artifacts_archive";
6862
7062
  artifacts_create: "artifacts_create";
6863
7063
  artifacts_get_source: "artifacts_get_source";
6864
7064
  artifacts_list: "artifacts_list";
6865
7065
  artifacts_publish: "artifacts_publish";
7066
+ artifacts_restore: "artifacts_restore";
6866
7067
  artifacts_rollback: "artifacts_rollback";
6867
7068
  atlassian_get: "atlassian_get";
6868
7069
  atlassian_search: "atlassian_search";
@@ -6879,6 +7080,7 @@ export declare const UpdateSessionToolPolicyRequest: z.ZodUnion<readonly [z.ZodO
6879
7080
  browser_tabs: "browser_tabs";
6880
7081
  capability_authorization_request: "capability_authorization_request";
6881
7082
  capability_catalog_search: "capability_catalog_search";
7083
+ command_wait: "command_wait";
6882
7084
  company_profile_confirm: "company_profile_confirm";
6883
7085
  company_profile_propose: "company_profile_propose";
6884
7086
  computer_act: "computer_act";
@@ -6915,7 +7117,6 @@ export declare const UpdateSessionToolPolicyRequest: z.ZodUnion<readonly [z.ZodO
6915
7117
  goal_progress: "goal_progress";
6916
7118
  goal_set: "goal_set";
6917
7119
  goal_update: "goal_update";
6918
- goal_wait: "goal_wait";
6919
7120
  instruction_policy_propose: "instruction_policy_propose";
6920
7121
  interaction_discover: "interaction_discover";
6921
7122
  interaction_request_human: "interaction_request_human";
@@ -6995,6 +7196,7 @@ export declare const UpdateSessionToolPolicyRequest: z.ZodUnion<readonly [z.ZodO
6995
7196
  variable_set_get_variable: "variable_set_get_variable";
6996
7197
  variable_set_list: "variable_set_list";
6997
7198
  variable_set_set_variable: "variable_set_set_variable";
7199
+ wait_for_input: "wait_for_input";
6998
7200
  work_claim_release: "work_claim_release";
6999
7201
  work_claim_upsert: "work_claim_upsert";
7000
7202
  x_accounts_list: "x_accounts_list";
@@ -8616,10 +8818,12 @@ export declare const NewSessionDraftOptions: z.ZodPreprocess<z.ZodObject<{
8616
8818
  "workspace:read": "workspace:read";
8617
8819
  }>>>;
8618
8820
  firstPartyMcpTools: z.ZodOptional<z.ZodArray<z.ZodEnum<{
8821
+ artifacts_archive: "artifacts_archive";
8619
8822
  artifacts_create: "artifacts_create";
8620
8823
  artifacts_get_source: "artifacts_get_source";
8621
8824
  artifacts_list: "artifacts_list";
8622
8825
  artifacts_publish: "artifacts_publish";
8826
+ artifacts_restore: "artifacts_restore";
8623
8827
  artifacts_rollback: "artifacts_rollback";
8624
8828
  atlassian_get: "atlassian_get";
8625
8829
  atlassian_search: "atlassian_search";
@@ -8636,6 +8840,7 @@ export declare const NewSessionDraftOptions: z.ZodPreprocess<z.ZodObject<{
8636
8840
  browser_tabs: "browser_tabs";
8637
8841
  capability_authorization_request: "capability_authorization_request";
8638
8842
  capability_catalog_search: "capability_catalog_search";
8843
+ command_wait: "command_wait";
8639
8844
  company_profile_confirm: "company_profile_confirm";
8640
8845
  company_profile_propose: "company_profile_propose";
8641
8846
  computer_act: "computer_act";
@@ -8672,7 +8877,6 @@ export declare const NewSessionDraftOptions: z.ZodPreprocess<z.ZodObject<{
8672
8877
  goal_progress: "goal_progress";
8673
8878
  goal_set: "goal_set";
8674
8879
  goal_update: "goal_update";
8675
- goal_wait: "goal_wait";
8676
8880
  instruction_policy_propose: "instruction_policy_propose";
8677
8881
  interaction_discover: "interaction_discover";
8678
8882
  interaction_request_human: "interaction_request_human";
@@ -8752,6 +8956,7 @@ export declare const NewSessionDraftOptions: z.ZodPreprocess<z.ZodObject<{
8752
8956
  variable_set_get_variable: "variable_set_get_variable";
8753
8957
  variable_set_list: "variable_set_list";
8754
8958
  variable_set_set_variable: "variable_set_set_variable";
8959
+ wait_for_input: "wait_for_input";
8755
8960
  work_claim_release: "work_claim_release";
8756
8961
  work_claim_upsert: "work_claim_upsert";
8757
8962
  x_accounts_list: "x_accounts_list";
@@ -8920,10 +9125,12 @@ export declare const NewSessionDraft: z.ZodObject<{
8920
9125
  "workspace:read": "workspace:read";
8921
9126
  }>>>;
8922
9127
  firstPartyMcpTools: z.ZodOptional<z.ZodArray<z.ZodEnum<{
9128
+ artifacts_archive: "artifacts_archive";
8923
9129
  artifacts_create: "artifacts_create";
8924
9130
  artifacts_get_source: "artifacts_get_source";
8925
9131
  artifacts_list: "artifacts_list";
8926
9132
  artifacts_publish: "artifacts_publish";
9133
+ artifacts_restore: "artifacts_restore";
8927
9134
  artifacts_rollback: "artifacts_rollback";
8928
9135
  atlassian_get: "atlassian_get";
8929
9136
  atlassian_search: "atlassian_search";
@@ -8940,6 +9147,7 @@ export declare const NewSessionDraft: z.ZodObject<{
8940
9147
  browser_tabs: "browser_tabs";
8941
9148
  capability_authorization_request: "capability_authorization_request";
8942
9149
  capability_catalog_search: "capability_catalog_search";
9150
+ command_wait: "command_wait";
8943
9151
  company_profile_confirm: "company_profile_confirm";
8944
9152
  company_profile_propose: "company_profile_propose";
8945
9153
  computer_act: "computer_act";
@@ -8976,7 +9184,6 @@ export declare const NewSessionDraft: z.ZodObject<{
8976
9184
  goal_progress: "goal_progress";
8977
9185
  goal_set: "goal_set";
8978
9186
  goal_update: "goal_update";
8979
- goal_wait: "goal_wait";
8980
9187
  instruction_policy_propose: "instruction_policy_propose";
8981
9188
  interaction_discover: "interaction_discover";
8982
9189
  interaction_request_human: "interaction_request_human";
@@ -9056,6 +9263,7 @@ export declare const NewSessionDraft: z.ZodObject<{
9056
9263
  variable_set_get_variable: "variable_set_get_variable";
9057
9264
  variable_set_list: "variable_set_list";
9058
9265
  variable_set_set_variable: "variable_set_set_variable";
9266
+ wait_for_input: "wait_for_input";
9059
9267
  work_claim_release: "work_claim_release";
9060
9268
  work_claim_upsert: "work_claim_upsert";
9061
9269
  x_accounts_list: "x_accounts_list";
@@ -9218,10 +9426,12 @@ export declare const SaveNewSessionDraftRequest: z.ZodObject<{
9218
9426
  "workspace:read": "workspace:read";
9219
9427
  }>>>;
9220
9428
  firstPartyMcpTools: z.ZodOptional<z.ZodArray<z.ZodEnum<{
9429
+ artifacts_archive: "artifacts_archive";
9221
9430
  artifacts_create: "artifacts_create";
9222
9431
  artifacts_get_source: "artifacts_get_source";
9223
9432
  artifacts_list: "artifacts_list";
9224
9433
  artifacts_publish: "artifacts_publish";
9434
+ artifacts_restore: "artifacts_restore";
9225
9435
  artifacts_rollback: "artifacts_rollback";
9226
9436
  atlassian_get: "atlassian_get";
9227
9437
  atlassian_search: "atlassian_search";
@@ -9238,6 +9448,7 @@ export declare const SaveNewSessionDraftRequest: z.ZodObject<{
9238
9448
  browser_tabs: "browser_tabs";
9239
9449
  capability_authorization_request: "capability_authorization_request";
9240
9450
  capability_catalog_search: "capability_catalog_search";
9451
+ command_wait: "command_wait";
9241
9452
  company_profile_confirm: "company_profile_confirm";
9242
9453
  company_profile_propose: "company_profile_propose";
9243
9454
  computer_act: "computer_act";
@@ -9274,7 +9485,6 @@ export declare const SaveNewSessionDraftRequest: z.ZodObject<{
9274
9485
  goal_progress: "goal_progress";
9275
9486
  goal_set: "goal_set";
9276
9487
  goal_update: "goal_update";
9277
- goal_wait: "goal_wait";
9278
9488
  instruction_policy_propose: "instruction_policy_propose";
9279
9489
  interaction_discover: "interaction_discover";
9280
9490
  interaction_request_human: "interaction_request_human";
@@ -9354,6 +9564,7 @@ export declare const SaveNewSessionDraftRequest: z.ZodObject<{
9354
9564
  variable_set_get_variable: "variable_set_get_variable";
9355
9565
  variable_set_list: "variable_set_list";
9356
9566
  variable_set_set_variable: "variable_set_set_variable";
9567
+ wait_for_input: "wait_for_input";
9357
9568
  work_claim_release: "work_claim_release";
9358
9569
  work_claim_upsert: "work_claim_upsert";
9359
9570
  x_accounts_list: "x_accounts_list";
@@ -9512,6 +9723,7 @@ export type SystemUpdateClassification = z.infer<typeof SystemUpdateClassificati
9512
9723
  export declare const SessionSystemUpdateKind: z.ZodEnum<{
9513
9724
  agent_message: "agent_message";
9514
9725
  agent_steer_instruction: "agent_steer_instruction";
9726
+ background_command_result: "background_command_result";
9515
9727
  child_paused: "child_paused";
9516
9728
  child_progress: "child_progress";
9517
9729
  child_requires_action: "child_requires_action";
@@ -9521,12 +9733,13 @@ export declare const SessionSystemUpdateKind: z.ZodEnum<{
9521
9733
  goal_continuation: "goal_continuation";
9522
9734
  media_generation_result: "media_generation_result";
9523
9735
  scheduled_occurrence: "scheduled_occurrence";
9736
+ session_wait_timeout: "session_wait_timeout";
9524
9737
  }>;
9525
9738
  export type SessionSystemUpdateKind = z.infer<typeof SessionSystemUpdateKind>;
9526
9739
  /**
9527
9740
  * How a newly pending machine input affects an idle receiving session.
9528
9741
  * `immediate` registers a workflow wake in the same commit (the behaviour of
9529
- * every pre-existing kind) and ends a `goal_wait` hold at the next idle
9742
+ * every pre-existing kind) and ends a `wait_for_input` hold at the next idle
9530
9743
  * evaluation; `deferred` only inserts the durable pending row plus its
9531
9744
  * `system.update.pending` event and is delivered coalesced with the next claim.
9532
9745
  */
@@ -9707,6 +9920,24 @@ export declare const SessionSystemUpdatePayload: z.ZodDiscriminatedUnion<[z.ZodO
9707
9920
  type: z.ZodLiteral<"agent_steer_instruction">;
9708
9921
  instruction: z.ZodString;
9709
9922
  operationId: z.ZodString;
9923
+ }, z.core.$loose>, z.ZodObject<{
9924
+ type: z.ZodLiteral<"session_wait_timeout">;
9925
+ waitTurnId: z.ZodString;
9926
+ deadlineAt: z.ZodString;
9927
+ reason: z.ZodString;
9928
+ }, z.core.$loose>, z.ZodObject<{
9929
+ type: z.ZodLiteral<"background_command_result">;
9930
+ commandId: z.ZodString;
9931
+ state: z.ZodEnum<{
9932
+ exited: "exited";
9933
+ lost: "lost";
9934
+ }>;
9935
+ exitCode: z.ZodNullable<z.ZodNumber>;
9936
+ reason: z.ZodString;
9937
+ outputLocator: z.ZodObject<{
9938
+ eventType: z.ZodLiteral<"sandbox.command.output.delta">;
9939
+ commandId: z.ZodString;
9940
+ }, z.core.$strict>;
9710
9941
  }, z.core.$loose>, z.ZodObject<{
9711
9942
  type: z.ZodLiteral<"child_terminal_result">;
9712
9943
  childSessionId: z.ZodString;
@@ -9862,6 +10093,7 @@ export declare const SessionSystemUpdate: z.ZodObject<{
9862
10093
  kind: z.ZodEnum<{
9863
10094
  agent_message: "agent_message";
9864
10095
  agent_steer_instruction: "agent_steer_instruction";
10096
+ background_command_result: "background_command_result";
9865
10097
  child_paused: "child_paused";
9866
10098
  child_progress: "child_progress";
9867
10099
  child_requires_action: "child_requires_action";
@@ -9871,6 +10103,7 @@ export declare const SessionSystemUpdate: z.ZodObject<{
9871
10103
  goal_continuation: "goal_continuation";
9872
10104
  media_generation_result: "media_generation_result";
9873
10105
  scheduled_occurrence: "scheduled_occurrence";
10106
+ session_wait_timeout: "session_wait_timeout";
9874
10107
  }>;
9875
10108
  classification: z.ZodEnum<{
9876
10109
  action_required: "action_required";
@@ -9935,6 +10168,24 @@ export declare const SessionSystemUpdate: z.ZodObject<{
9935
10168
  type: z.ZodLiteral<"agent_steer_instruction">;
9936
10169
  instruction: z.ZodString;
9937
10170
  operationId: z.ZodString;
10171
+ }, z.core.$loose>, z.ZodObject<{
10172
+ type: z.ZodLiteral<"session_wait_timeout">;
10173
+ waitTurnId: z.ZodString;
10174
+ deadlineAt: z.ZodString;
10175
+ reason: z.ZodString;
10176
+ }, z.core.$loose>, z.ZodObject<{
10177
+ type: z.ZodLiteral<"background_command_result">;
10178
+ commandId: z.ZodString;
10179
+ state: z.ZodEnum<{
10180
+ exited: "exited";
10181
+ lost: "lost";
10182
+ }>;
10183
+ exitCode: z.ZodNullable<z.ZodNumber>;
10184
+ reason: z.ZodString;
10185
+ outputLocator: z.ZodObject<{
10186
+ eventType: z.ZodLiteral<"sandbox.command.output.delta">;
10187
+ commandId: z.ZodString;
10188
+ }, z.core.$strict>;
9938
10189
  }, z.core.$loose>, z.ZodObject<{
9939
10190
  type: z.ZodLiteral<"child_terminal_result">;
9940
10191
  childSessionId: z.ZodString;
@@ -10100,6 +10351,7 @@ export declare const SessionPendingInputPreview: z.ZodObject<{
10100
10351
  kind: z.ZodEnum<{
10101
10352
  agent_message: "agent_message";
10102
10353
  agent_steer_instruction: "agent_steer_instruction";
10354
+ background_command_result: "background_command_result";
10103
10355
  child_paused: "child_paused";
10104
10356
  child_progress: "child_progress";
10105
10357
  child_requires_action: "child_requires_action";
@@ -10109,6 +10361,7 @@ export declare const SessionPendingInputPreview: z.ZodObject<{
10109
10361
  goal_continuation: "goal_continuation";
10110
10362
  media_generation_result: "media_generation_result";
10111
10363
  scheduled_occurrence: "scheduled_occurrence";
10364
+ session_wait_timeout: "session_wait_timeout";
10112
10365
  }>;
10113
10366
  classification: z.ZodEnum<{
10114
10367
  action_required: "action_required";
@@ -10377,6 +10630,7 @@ export declare const SessionQueueSnapshot: z.ZodObject<{
10377
10630
  kind: z.ZodEnum<{
10378
10631
  agent_message: "agent_message";
10379
10632
  agent_steer_instruction: "agent_steer_instruction";
10633
+ background_command_result: "background_command_result";
10380
10634
  child_paused: "child_paused";
10381
10635
  child_progress: "child_progress";
10382
10636
  child_requires_action: "child_requires_action";
@@ -10386,6 +10640,7 @@ export declare const SessionQueueSnapshot: z.ZodObject<{
10386
10640
  goal_continuation: "goal_continuation";
10387
10641
  media_generation_result: "media_generation_result";
10388
10642
  scheduled_occurrence: "scheduled_occurrence";
10643
+ session_wait_timeout: "session_wait_timeout";
10389
10644
  }>;
10390
10645
  classification: z.ZodEnum<{
10391
10646
  action_required: "action_required";
@@ -11290,10 +11545,12 @@ export declare const IncidentTelemetryDataRoute: z.ZodDiscriminatedUnion<[z.ZodO
11290
11545
  }, z.core.$strict>, z.ZodObject<{
11291
11546
  kind: z.ZodLiteral<"first_party">;
11292
11547
  tool: z.ZodEnum<{
11548
+ artifacts_archive: "artifacts_archive";
11293
11549
  artifacts_create: "artifacts_create";
11294
11550
  artifacts_get_source: "artifacts_get_source";
11295
11551
  artifacts_list: "artifacts_list";
11296
11552
  artifacts_publish: "artifacts_publish";
11553
+ artifacts_restore: "artifacts_restore";
11297
11554
  artifacts_rollback: "artifacts_rollback";
11298
11555
  atlassian_get: "atlassian_get";
11299
11556
  atlassian_search: "atlassian_search";
@@ -11310,6 +11567,7 @@ export declare const IncidentTelemetryDataRoute: z.ZodDiscriminatedUnion<[z.ZodO
11310
11567
  browser_tabs: "browser_tabs";
11311
11568
  capability_authorization_request: "capability_authorization_request";
11312
11569
  capability_catalog_search: "capability_catalog_search";
11570
+ command_wait: "command_wait";
11313
11571
  company_profile_confirm: "company_profile_confirm";
11314
11572
  company_profile_propose: "company_profile_propose";
11315
11573
  computer_act: "computer_act";
@@ -11346,7 +11604,6 @@ export declare const IncidentTelemetryDataRoute: z.ZodDiscriminatedUnion<[z.ZodO
11346
11604
  goal_progress: "goal_progress";
11347
11605
  goal_set: "goal_set";
11348
11606
  goal_update: "goal_update";
11349
- goal_wait: "goal_wait";
11350
11607
  instruction_policy_propose: "instruction_policy_propose";
11351
11608
  interaction_discover: "interaction_discover";
11352
11609
  interaction_request_human: "interaction_request_human";
@@ -11426,6 +11683,7 @@ export declare const IncidentTelemetryDataRoute: z.ZodDiscriminatedUnion<[z.ZodO
11426
11683
  variable_set_get_variable: "variable_set_get_variable";
11427
11684
  variable_set_list: "variable_set_list";
11428
11685
  variable_set_set_variable: "variable_set_set_variable";
11686
+ wait_for_input: "wait_for_input";
11429
11687
  work_claim_release: "work_claim_release";
11430
11688
  work_claim_upsert: "work_claim_upsert";
11431
11689
  x_accounts_list: "x_accounts_list";
@@ -11476,10 +11734,12 @@ export declare const IncidentTelemetryPreflight: z.ZodObject<{
11476
11734
  }, z.core.$strip>], "kind">>>;
11477
11735
  requiredMcpServerIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
11478
11736
  requiredFirstPartyMcpTools: z.ZodDefault<z.ZodArray<z.ZodEnum<{
11737
+ artifacts_archive: "artifacts_archive";
11479
11738
  artifacts_create: "artifacts_create";
11480
11739
  artifacts_get_source: "artifacts_get_source";
11481
11740
  artifacts_list: "artifacts_list";
11482
11741
  artifacts_publish: "artifacts_publish";
11742
+ artifacts_restore: "artifacts_restore";
11483
11743
  artifacts_rollback: "artifacts_rollback";
11484
11744
  atlassian_get: "atlassian_get";
11485
11745
  atlassian_search: "atlassian_search";
@@ -11496,6 +11756,7 @@ export declare const IncidentTelemetryPreflight: z.ZodObject<{
11496
11756
  browser_tabs: "browser_tabs";
11497
11757
  capability_authorization_request: "capability_authorization_request";
11498
11758
  capability_catalog_search: "capability_catalog_search";
11759
+ command_wait: "command_wait";
11499
11760
  company_profile_confirm: "company_profile_confirm";
11500
11761
  company_profile_propose: "company_profile_propose";
11501
11762
  computer_act: "computer_act";
@@ -11532,7 +11793,6 @@ export declare const IncidentTelemetryPreflight: z.ZodObject<{
11532
11793
  goal_progress: "goal_progress";
11533
11794
  goal_set: "goal_set";
11534
11795
  goal_update: "goal_update";
11535
- goal_wait: "goal_wait";
11536
11796
  instruction_policy_propose: "instruction_policy_propose";
11537
11797
  interaction_discover: "interaction_discover";
11538
11798
  interaction_request_human: "interaction_request_human";
@@ -11612,6 +11872,7 @@ export declare const IncidentTelemetryPreflight: z.ZodObject<{
11612
11872
  variable_set_get_variable: "variable_set_get_variable";
11613
11873
  variable_set_list: "variable_set_list";
11614
11874
  variable_set_set_variable: "variable_set_set_variable";
11875
+ wait_for_input: "wait_for_input";
11615
11876
  work_claim_release: "work_claim_release";
11616
11877
  work_claim_upsert: "work_claim_upsert";
11617
11878
  x_accounts_list: "x_accounts_list";
@@ -11691,10 +11952,12 @@ export declare const IncidentTelemetryPreflight: z.ZodObject<{
11691
11952
  }, z.core.$strict>, z.ZodObject<{
11692
11953
  kind: z.ZodLiteral<"first_party">;
11693
11954
  tool: z.ZodEnum<{
11955
+ artifacts_archive: "artifacts_archive";
11694
11956
  artifacts_create: "artifacts_create";
11695
11957
  artifacts_get_source: "artifacts_get_source";
11696
11958
  artifacts_list: "artifacts_list";
11697
11959
  artifacts_publish: "artifacts_publish";
11960
+ artifacts_restore: "artifacts_restore";
11698
11961
  artifacts_rollback: "artifacts_rollback";
11699
11962
  atlassian_get: "atlassian_get";
11700
11963
  atlassian_search: "atlassian_search";
@@ -11711,6 +11974,7 @@ export declare const IncidentTelemetryPreflight: z.ZodObject<{
11711
11974
  browser_tabs: "browser_tabs";
11712
11975
  capability_authorization_request: "capability_authorization_request";
11713
11976
  capability_catalog_search: "capability_catalog_search";
11977
+ command_wait: "command_wait";
11714
11978
  company_profile_confirm: "company_profile_confirm";
11715
11979
  company_profile_propose: "company_profile_propose";
11716
11980
  computer_act: "computer_act";
@@ -11747,7 +12011,6 @@ export declare const IncidentTelemetryPreflight: z.ZodObject<{
11747
12011
  goal_progress: "goal_progress";
11748
12012
  goal_set: "goal_set";
11749
12013
  goal_update: "goal_update";
11750
- goal_wait: "goal_wait";
11751
12014
  instruction_policy_propose: "instruction_policy_propose";
11752
12015
  interaction_discover: "interaction_discover";
11753
12016
  interaction_request_human: "interaction_request_human";
@@ -11827,6 +12090,7 @@ export declare const IncidentTelemetryPreflight: z.ZodObject<{
11827
12090
  variable_set_get_variable: "variable_set_get_variable";
11828
12091
  variable_set_list: "variable_set_list";
11829
12092
  variable_set_set_variable: "variable_set_set_variable";
12093
+ wait_for_input: "wait_for_input";
11830
12094
  work_claim_release: "work_claim_release";
11831
12095
  work_claim_upsert: "work_claim_upsert";
11832
12096
  x_accounts_list: "x_accounts_list";
@@ -12008,10 +12272,12 @@ export declare const ScheduledTaskAgentConfig: z.ZodObject<{
12008
12272
  }, z.core.$strip>], "kind">>>;
12009
12273
  requiredMcpServerIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
12010
12274
  requiredFirstPartyMcpTools: z.ZodDefault<z.ZodArray<z.ZodEnum<{
12275
+ artifacts_archive: "artifacts_archive";
12011
12276
  artifacts_create: "artifacts_create";
12012
12277
  artifacts_get_source: "artifacts_get_source";
12013
12278
  artifacts_list: "artifacts_list";
12014
12279
  artifacts_publish: "artifacts_publish";
12280
+ artifacts_restore: "artifacts_restore";
12015
12281
  artifacts_rollback: "artifacts_rollback";
12016
12282
  atlassian_get: "atlassian_get";
12017
12283
  atlassian_search: "atlassian_search";
@@ -12028,6 +12294,7 @@ export declare const ScheduledTaskAgentConfig: z.ZodObject<{
12028
12294
  browser_tabs: "browser_tabs";
12029
12295
  capability_authorization_request: "capability_authorization_request";
12030
12296
  capability_catalog_search: "capability_catalog_search";
12297
+ command_wait: "command_wait";
12031
12298
  company_profile_confirm: "company_profile_confirm";
12032
12299
  company_profile_propose: "company_profile_propose";
12033
12300
  computer_act: "computer_act";
@@ -12064,7 +12331,6 @@ export declare const ScheduledTaskAgentConfig: z.ZodObject<{
12064
12331
  goal_progress: "goal_progress";
12065
12332
  goal_set: "goal_set";
12066
12333
  goal_update: "goal_update";
12067
- goal_wait: "goal_wait";
12068
12334
  instruction_policy_propose: "instruction_policy_propose";
12069
12335
  interaction_discover: "interaction_discover";
12070
12336
  interaction_request_human: "interaction_request_human";
@@ -12144,6 +12410,7 @@ export declare const ScheduledTaskAgentConfig: z.ZodObject<{
12144
12410
  variable_set_get_variable: "variable_set_get_variable";
12145
12411
  variable_set_list: "variable_set_list";
12146
12412
  variable_set_set_variable: "variable_set_set_variable";
12413
+ wait_for_input: "wait_for_input";
12147
12414
  work_claim_release: "work_claim_release";
12148
12415
  work_claim_upsert: "work_claim_upsert";
12149
12416
  x_accounts_list: "x_accounts_list";
@@ -12223,10 +12490,12 @@ export declare const ScheduledTaskAgentConfig: z.ZodObject<{
12223
12490
  }, z.core.$strict>, z.ZodObject<{
12224
12491
  kind: z.ZodLiteral<"first_party">;
12225
12492
  tool: z.ZodEnum<{
12493
+ artifacts_archive: "artifacts_archive";
12226
12494
  artifacts_create: "artifacts_create";
12227
12495
  artifacts_get_source: "artifacts_get_source";
12228
12496
  artifacts_list: "artifacts_list";
12229
12497
  artifacts_publish: "artifacts_publish";
12498
+ artifacts_restore: "artifacts_restore";
12230
12499
  artifacts_rollback: "artifacts_rollback";
12231
12500
  atlassian_get: "atlassian_get";
12232
12501
  atlassian_search: "atlassian_search";
@@ -12243,6 +12512,7 @@ export declare const ScheduledTaskAgentConfig: z.ZodObject<{
12243
12512
  browser_tabs: "browser_tabs";
12244
12513
  capability_authorization_request: "capability_authorization_request";
12245
12514
  capability_catalog_search: "capability_catalog_search";
12515
+ command_wait: "command_wait";
12246
12516
  company_profile_confirm: "company_profile_confirm";
12247
12517
  company_profile_propose: "company_profile_propose";
12248
12518
  computer_act: "computer_act";
@@ -12279,7 +12549,6 @@ export declare const ScheduledTaskAgentConfig: z.ZodObject<{
12279
12549
  goal_progress: "goal_progress";
12280
12550
  goal_set: "goal_set";
12281
12551
  goal_update: "goal_update";
12282
- goal_wait: "goal_wait";
12283
12552
  instruction_policy_propose: "instruction_policy_propose";
12284
12553
  interaction_discover: "interaction_discover";
12285
12554
  interaction_request_human: "interaction_request_human";
@@ -12359,6 +12628,7 @@ export declare const ScheduledTaskAgentConfig: z.ZodObject<{
12359
12628
  variable_set_get_variable: "variable_set_get_variable";
12360
12629
  variable_set_list: "variable_set_list";
12361
12630
  variable_set_set_variable: "variable_set_set_variable";
12631
+ wait_for_input: "wait_for_input";
12362
12632
  work_claim_release: "work_claim_release";
12363
12633
  work_claim_upsert: "work_claim_upsert";
12364
12634
  x_accounts_list: "x_accounts_list";
@@ -12501,10 +12771,12 @@ export declare const ScheduledTaskAgentConfigInput: z.ZodObject<{
12501
12771
  }, z.core.$strip>], "kind">>>;
12502
12772
  requiredMcpServerIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
12503
12773
  requiredFirstPartyMcpTools: z.ZodDefault<z.ZodArray<z.ZodEnum<{
12774
+ artifacts_archive: "artifacts_archive";
12504
12775
  artifacts_create: "artifacts_create";
12505
12776
  artifacts_get_source: "artifacts_get_source";
12506
12777
  artifacts_list: "artifacts_list";
12507
12778
  artifacts_publish: "artifacts_publish";
12779
+ artifacts_restore: "artifacts_restore";
12508
12780
  artifacts_rollback: "artifacts_rollback";
12509
12781
  atlassian_get: "atlassian_get";
12510
12782
  atlassian_search: "atlassian_search";
@@ -12521,6 +12793,7 @@ export declare const ScheduledTaskAgentConfigInput: z.ZodObject<{
12521
12793
  browser_tabs: "browser_tabs";
12522
12794
  capability_authorization_request: "capability_authorization_request";
12523
12795
  capability_catalog_search: "capability_catalog_search";
12796
+ command_wait: "command_wait";
12524
12797
  company_profile_confirm: "company_profile_confirm";
12525
12798
  company_profile_propose: "company_profile_propose";
12526
12799
  computer_act: "computer_act";
@@ -12557,7 +12830,6 @@ export declare const ScheduledTaskAgentConfigInput: z.ZodObject<{
12557
12830
  goal_progress: "goal_progress";
12558
12831
  goal_set: "goal_set";
12559
12832
  goal_update: "goal_update";
12560
- goal_wait: "goal_wait";
12561
12833
  instruction_policy_propose: "instruction_policy_propose";
12562
12834
  interaction_discover: "interaction_discover";
12563
12835
  interaction_request_human: "interaction_request_human";
@@ -12637,6 +12909,7 @@ export declare const ScheduledTaskAgentConfigInput: z.ZodObject<{
12637
12909
  variable_set_get_variable: "variable_set_get_variable";
12638
12910
  variable_set_list: "variable_set_list";
12639
12911
  variable_set_set_variable: "variable_set_set_variable";
12912
+ wait_for_input: "wait_for_input";
12640
12913
  work_claim_release: "work_claim_release";
12641
12914
  work_claim_upsert: "work_claim_upsert";
12642
12915
  x_accounts_list: "x_accounts_list";
@@ -12716,10 +12989,12 @@ export declare const ScheduledTaskAgentConfigInput: z.ZodObject<{
12716
12989
  }, z.core.$strict>, z.ZodObject<{
12717
12990
  kind: z.ZodLiteral<"first_party">;
12718
12991
  tool: z.ZodEnum<{
12992
+ artifacts_archive: "artifacts_archive";
12719
12993
  artifacts_create: "artifacts_create";
12720
12994
  artifacts_get_source: "artifacts_get_source";
12721
12995
  artifacts_list: "artifacts_list";
12722
12996
  artifacts_publish: "artifacts_publish";
12997
+ artifacts_restore: "artifacts_restore";
12723
12998
  artifacts_rollback: "artifacts_rollback";
12724
12999
  atlassian_get: "atlassian_get";
12725
13000
  atlassian_search: "atlassian_search";
@@ -12736,6 +13011,7 @@ export declare const ScheduledTaskAgentConfigInput: z.ZodObject<{
12736
13011
  browser_tabs: "browser_tabs";
12737
13012
  capability_authorization_request: "capability_authorization_request";
12738
13013
  capability_catalog_search: "capability_catalog_search";
13014
+ command_wait: "command_wait";
12739
13015
  company_profile_confirm: "company_profile_confirm";
12740
13016
  company_profile_propose: "company_profile_propose";
12741
13017
  computer_act: "computer_act";
@@ -12772,7 +13048,6 @@ export declare const ScheduledTaskAgentConfigInput: z.ZodObject<{
12772
13048
  goal_progress: "goal_progress";
12773
13049
  goal_set: "goal_set";
12774
13050
  goal_update: "goal_update";
12775
- goal_wait: "goal_wait";
12776
13051
  instruction_policy_propose: "instruction_policy_propose";
12777
13052
  interaction_discover: "interaction_discover";
12778
13053
  interaction_request_human: "interaction_request_human";
@@ -12852,6 +13127,7 @@ export declare const ScheduledTaskAgentConfigInput: z.ZodObject<{
12852
13127
  variable_set_get_variable: "variable_set_get_variable";
12853
13128
  variable_set_list: "variable_set_list";
12854
13129
  variable_set_set_variable: "variable_set_set_variable";
13130
+ wait_for_input: "wait_for_input";
12855
13131
  work_claim_release: "work_claim_release";
12856
13132
  work_claim_upsert: "work_claim_upsert";
12857
13133
  x_accounts_list: "x_accounts_list";
@@ -13086,10 +13362,12 @@ export declare const ScheduledTask: z.ZodObject<{
13086
13362
  }, z.core.$strip>], "kind">>>;
13087
13363
  requiredMcpServerIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
13088
13364
  requiredFirstPartyMcpTools: z.ZodDefault<z.ZodArray<z.ZodEnum<{
13365
+ artifacts_archive: "artifacts_archive";
13089
13366
  artifacts_create: "artifacts_create";
13090
13367
  artifacts_get_source: "artifacts_get_source";
13091
13368
  artifacts_list: "artifacts_list";
13092
13369
  artifacts_publish: "artifacts_publish";
13370
+ artifacts_restore: "artifacts_restore";
13093
13371
  artifacts_rollback: "artifacts_rollback";
13094
13372
  atlassian_get: "atlassian_get";
13095
13373
  atlassian_search: "atlassian_search";
@@ -13106,6 +13384,7 @@ export declare const ScheduledTask: z.ZodObject<{
13106
13384
  browser_tabs: "browser_tabs";
13107
13385
  capability_authorization_request: "capability_authorization_request";
13108
13386
  capability_catalog_search: "capability_catalog_search";
13387
+ command_wait: "command_wait";
13109
13388
  company_profile_confirm: "company_profile_confirm";
13110
13389
  company_profile_propose: "company_profile_propose";
13111
13390
  computer_act: "computer_act";
@@ -13142,7 +13421,6 @@ export declare const ScheduledTask: z.ZodObject<{
13142
13421
  goal_progress: "goal_progress";
13143
13422
  goal_set: "goal_set";
13144
13423
  goal_update: "goal_update";
13145
- goal_wait: "goal_wait";
13146
13424
  instruction_policy_propose: "instruction_policy_propose";
13147
13425
  interaction_discover: "interaction_discover";
13148
13426
  interaction_request_human: "interaction_request_human";
@@ -13222,6 +13500,7 @@ export declare const ScheduledTask: z.ZodObject<{
13222
13500
  variable_set_get_variable: "variable_set_get_variable";
13223
13501
  variable_set_list: "variable_set_list";
13224
13502
  variable_set_set_variable: "variable_set_set_variable";
13503
+ wait_for_input: "wait_for_input";
13225
13504
  work_claim_release: "work_claim_release";
13226
13505
  work_claim_upsert: "work_claim_upsert";
13227
13506
  x_accounts_list: "x_accounts_list";
@@ -13301,10 +13580,12 @@ export declare const ScheduledTask: z.ZodObject<{
13301
13580
  }, z.core.$strict>, z.ZodObject<{
13302
13581
  kind: z.ZodLiteral<"first_party">;
13303
13582
  tool: z.ZodEnum<{
13583
+ artifacts_archive: "artifacts_archive";
13304
13584
  artifacts_create: "artifacts_create";
13305
13585
  artifacts_get_source: "artifacts_get_source";
13306
13586
  artifacts_list: "artifacts_list";
13307
13587
  artifacts_publish: "artifacts_publish";
13588
+ artifacts_restore: "artifacts_restore";
13308
13589
  artifacts_rollback: "artifacts_rollback";
13309
13590
  atlassian_get: "atlassian_get";
13310
13591
  atlassian_search: "atlassian_search";
@@ -13321,6 +13602,7 @@ export declare const ScheduledTask: z.ZodObject<{
13321
13602
  browser_tabs: "browser_tabs";
13322
13603
  capability_authorization_request: "capability_authorization_request";
13323
13604
  capability_catalog_search: "capability_catalog_search";
13605
+ command_wait: "command_wait";
13324
13606
  company_profile_confirm: "company_profile_confirm";
13325
13607
  company_profile_propose: "company_profile_propose";
13326
13608
  computer_act: "computer_act";
@@ -13357,7 +13639,6 @@ export declare const ScheduledTask: z.ZodObject<{
13357
13639
  goal_progress: "goal_progress";
13358
13640
  goal_set: "goal_set";
13359
13641
  goal_update: "goal_update";
13360
- goal_wait: "goal_wait";
13361
13642
  instruction_policy_propose: "instruction_policy_propose";
13362
13643
  interaction_discover: "interaction_discover";
13363
13644
  interaction_request_human: "interaction_request_human";
@@ -13437,6 +13718,7 @@ export declare const ScheduledTask: z.ZodObject<{
13437
13718
  variable_set_get_variable: "variable_set_get_variable";
13438
13719
  variable_set_list: "variable_set_list";
13439
13720
  variable_set_set_variable: "variable_set_set_variable";
13721
+ wait_for_input: "wait_for_input";
13440
13722
  work_claim_release: "work_claim_release";
13441
13723
  work_claim_upsert: "work_claim_upsert";
13442
13724
  x_accounts_list: "x_accounts_list";
@@ -13702,10 +13984,12 @@ export declare const ScheduledTaskRunAcceptedExecution: z.ZodObject<{
13702
13984
  }, z.core.$strip>], "kind">>>;
13703
13985
  requiredMcpServerIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
13704
13986
  requiredFirstPartyMcpTools: z.ZodDefault<z.ZodArray<z.ZodEnum<{
13987
+ artifacts_archive: "artifacts_archive";
13705
13988
  artifacts_create: "artifacts_create";
13706
13989
  artifacts_get_source: "artifacts_get_source";
13707
13990
  artifacts_list: "artifacts_list";
13708
13991
  artifacts_publish: "artifacts_publish";
13992
+ artifacts_restore: "artifacts_restore";
13709
13993
  artifacts_rollback: "artifacts_rollback";
13710
13994
  atlassian_get: "atlassian_get";
13711
13995
  atlassian_search: "atlassian_search";
@@ -13722,6 +14006,7 @@ export declare const ScheduledTaskRunAcceptedExecution: z.ZodObject<{
13722
14006
  browser_tabs: "browser_tabs";
13723
14007
  capability_authorization_request: "capability_authorization_request";
13724
14008
  capability_catalog_search: "capability_catalog_search";
14009
+ command_wait: "command_wait";
13725
14010
  company_profile_confirm: "company_profile_confirm";
13726
14011
  company_profile_propose: "company_profile_propose";
13727
14012
  computer_act: "computer_act";
@@ -13758,7 +14043,6 @@ export declare const ScheduledTaskRunAcceptedExecution: z.ZodObject<{
13758
14043
  goal_progress: "goal_progress";
13759
14044
  goal_set: "goal_set";
13760
14045
  goal_update: "goal_update";
13761
- goal_wait: "goal_wait";
13762
14046
  instruction_policy_propose: "instruction_policy_propose";
13763
14047
  interaction_discover: "interaction_discover";
13764
14048
  interaction_request_human: "interaction_request_human";
@@ -13838,6 +14122,7 @@ export declare const ScheduledTaskRunAcceptedExecution: z.ZodObject<{
13838
14122
  variable_set_get_variable: "variable_set_get_variable";
13839
14123
  variable_set_list: "variable_set_list";
13840
14124
  variable_set_set_variable: "variable_set_set_variable";
14125
+ wait_for_input: "wait_for_input";
13841
14126
  work_claim_release: "work_claim_release";
13842
14127
  work_claim_upsert: "work_claim_upsert";
13843
14128
  x_accounts_list: "x_accounts_list";
@@ -13917,10 +14202,12 @@ export declare const ScheduledTaskRunAcceptedExecution: z.ZodObject<{
13917
14202
  }, z.core.$strict>, z.ZodObject<{
13918
14203
  kind: z.ZodLiteral<"first_party">;
13919
14204
  tool: z.ZodEnum<{
14205
+ artifacts_archive: "artifacts_archive";
13920
14206
  artifacts_create: "artifacts_create";
13921
14207
  artifacts_get_source: "artifacts_get_source";
13922
14208
  artifacts_list: "artifacts_list";
13923
14209
  artifacts_publish: "artifacts_publish";
14210
+ artifacts_restore: "artifacts_restore";
13924
14211
  artifacts_rollback: "artifacts_rollback";
13925
14212
  atlassian_get: "atlassian_get";
13926
14213
  atlassian_search: "atlassian_search";
@@ -13937,6 +14224,7 @@ export declare const ScheduledTaskRunAcceptedExecution: z.ZodObject<{
13937
14224
  browser_tabs: "browser_tabs";
13938
14225
  capability_authorization_request: "capability_authorization_request";
13939
14226
  capability_catalog_search: "capability_catalog_search";
14227
+ command_wait: "command_wait";
13940
14228
  company_profile_confirm: "company_profile_confirm";
13941
14229
  company_profile_propose: "company_profile_propose";
13942
14230
  computer_act: "computer_act";
@@ -13973,7 +14261,6 @@ export declare const ScheduledTaskRunAcceptedExecution: z.ZodObject<{
13973
14261
  goal_progress: "goal_progress";
13974
14262
  goal_set: "goal_set";
13975
14263
  goal_update: "goal_update";
13976
- goal_wait: "goal_wait";
13977
14264
  instruction_policy_propose: "instruction_policy_propose";
13978
14265
  interaction_discover: "interaction_discover";
13979
14266
  interaction_request_human: "interaction_request_human";
@@ -14053,6 +14340,7 @@ export declare const ScheduledTaskRunAcceptedExecution: z.ZodObject<{
14053
14340
  variable_set_get_variable: "variable_set_get_variable";
14054
14341
  variable_set_list: "variable_set_list";
14055
14342
  variable_set_set_variable: "variable_set_set_variable";
14343
+ wait_for_input: "wait_for_input";
14056
14344
  work_claim_release: "work_claim_release";
14057
14345
  work_claim_upsert: "work_claim_upsert";
14058
14346
  x_accounts_list: "x_accounts_list";
@@ -14121,6 +14409,7 @@ export declare const ScheduledTaskRunAcceptedExecution: z.ZodObject<{
14121
14409
  priority: "priority";
14122
14410
  standard: "standard";
14123
14411
  }>;
14412
+ turnExecutionPolicy: z.ZodOptional<z.ZodUnknown>;
14124
14413
  resolvedSandboxBackend: z.ZodEnum<{
14125
14414
  blaxel: "blaxel";
14126
14415
  cloudflare: "cloudflare";
@@ -14147,10 +14436,12 @@ export declare const ScheduledTaskRunAcceptedExecution: z.ZodObject<{
14147
14436
  optional: z.ZodOptional<z.ZodBoolean>;
14148
14437
  }, z.core.$strip>>;
14149
14438
  resolvedFirstPartyMcpTools: z.ZodArray<z.ZodEnum<{
14439
+ artifacts_archive: "artifacts_archive";
14150
14440
  artifacts_create: "artifacts_create";
14151
14441
  artifacts_get_source: "artifacts_get_source";
14152
14442
  artifacts_list: "artifacts_list";
14153
14443
  artifacts_publish: "artifacts_publish";
14444
+ artifacts_restore: "artifacts_restore";
14154
14445
  artifacts_rollback: "artifacts_rollback";
14155
14446
  atlassian_get: "atlassian_get";
14156
14447
  atlassian_search: "atlassian_search";
@@ -14167,6 +14458,7 @@ export declare const ScheduledTaskRunAcceptedExecution: z.ZodObject<{
14167
14458
  browser_tabs: "browser_tabs";
14168
14459
  capability_authorization_request: "capability_authorization_request";
14169
14460
  capability_catalog_search: "capability_catalog_search";
14461
+ command_wait: "command_wait";
14170
14462
  company_profile_confirm: "company_profile_confirm";
14171
14463
  company_profile_propose: "company_profile_propose";
14172
14464
  computer_act: "computer_act";
@@ -14203,7 +14495,6 @@ export declare const ScheduledTaskRunAcceptedExecution: z.ZodObject<{
14203
14495
  goal_progress: "goal_progress";
14204
14496
  goal_set: "goal_set";
14205
14497
  goal_update: "goal_update";
14206
- goal_wait: "goal_wait";
14207
14498
  instruction_policy_propose: "instruction_policy_propose";
14208
14499
  interaction_discover: "interaction_discover";
14209
14500
  interaction_request_human: "interaction_request_human";
@@ -14283,6 +14574,7 @@ export declare const ScheduledTaskRunAcceptedExecution: z.ZodObject<{
14283
14574
  variable_set_get_variable: "variable_set_get_variable";
14284
14575
  variable_set_list: "variable_set_list";
14285
14576
  variable_set_set_variable: "variable_set_set_variable";
14577
+ wait_for_input: "wait_for_input";
14286
14578
  work_claim_release: "work_claim_release";
14287
14579
  work_claim_upsert: "work_claim_upsert";
14288
14580
  x_accounts_list: "x_accounts_list";
@@ -14420,10 +14712,12 @@ export declare const ScheduledTaskRunAcceptedExecution: z.ZodObject<{
14420
14712
  windows: "windows";
14421
14713
  }>;
14422
14714
  firstPartyMcpTools: z.ZodArray<z.ZodEnum<{
14715
+ artifacts_archive: "artifacts_archive";
14423
14716
  artifacts_create: "artifacts_create";
14424
14717
  artifacts_get_source: "artifacts_get_source";
14425
14718
  artifacts_list: "artifacts_list";
14426
14719
  artifacts_publish: "artifacts_publish";
14720
+ artifacts_restore: "artifacts_restore";
14427
14721
  artifacts_rollback: "artifacts_rollback";
14428
14722
  atlassian_get: "atlassian_get";
14429
14723
  atlassian_search: "atlassian_search";
@@ -14440,6 +14734,7 @@ export declare const ScheduledTaskRunAcceptedExecution: z.ZodObject<{
14440
14734
  browser_tabs: "browser_tabs";
14441
14735
  capability_authorization_request: "capability_authorization_request";
14442
14736
  capability_catalog_search: "capability_catalog_search";
14737
+ command_wait: "command_wait";
14443
14738
  company_profile_confirm: "company_profile_confirm";
14444
14739
  company_profile_propose: "company_profile_propose";
14445
14740
  computer_act: "computer_act";
@@ -14476,7 +14771,6 @@ export declare const ScheduledTaskRunAcceptedExecution: z.ZodObject<{
14476
14771
  goal_progress: "goal_progress";
14477
14772
  goal_set: "goal_set";
14478
14773
  goal_update: "goal_update";
14479
- goal_wait: "goal_wait";
14480
14774
  instruction_policy_propose: "instruction_policy_propose";
14481
14775
  interaction_discover: "interaction_discover";
14482
14776
  interaction_request_human: "interaction_request_human";
@@ -14556,6 +14850,7 @@ export declare const ScheduledTaskRunAcceptedExecution: z.ZodObject<{
14556
14850
  variable_set_get_variable: "variable_set_get_variable";
14557
14851
  variable_set_list: "variable_set_list";
14558
14852
  variable_set_set_variable: "variable_set_set_variable";
14853
+ wait_for_input: "wait_for_input";
14559
14854
  work_claim_release: "work_claim_release";
14560
14855
  work_claim_upsert: "work_claim_upsert";
14561
14856
  x_accounts_list: "x_accounts_list";
@@ -15304,10 +15599,12 @@ export declare const CreateScheduledTaskRequest: z.ZodUnion<readonly [z.ZodPipe<
15304
15599
  }, z.core.$strip>], "kind">>>;
15305
15600
  requiredMcpServerIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
15306
15601
  requiredFirstPartyMcpTools: z.ZodDefault<z.ZodArray<z.ZodEnum<{
15602
+ artifacts_archive: "artifacts_archive";
15307
15603
  artifacts_create: "artifacts_create";
15308
15604
  artifacts_get_source: "artifacts_get_source";
15309
15605
  artifacts_list: "artifacts_list";
15310
15606
  artifacts_publish: "artifacts_publish";
15607
+ artifacts_restore: "artifacts_restore";
15311
15608
  artifacts_rollback: "artifacts_rollback";
15312
15609
  atlassian_get: "atlassian_get";
15313
15610
  atlassian_search: "atlassian_search";
@@ -15324,6 +15621,7 @@ export declare const CreateScheduledTaskRequest: z.ZodUnion<readonly [z.ZodPipe<
15324
15621
  browser_tabs: "browser_tabs";
15325
15622
  capability_authorization_request: "capability_authorization_request";
15326
15623
  capability_catalog_search: "capability_catalog_search";
15624
+ command_wait: "command_wait";
15327
15625
  company_profile_confirm: "company_profile_confirm";
15328
15626
  company_profile_propose: "company_profile_propose";
15329
15627
  computer_act: "computer_act";
@@ -15360,7 +15658,6 @@ export declare const CreateScheduledTaskRequest: z.ZodUnion<readonly [z.ZodPipe<
15360
15658
  goal_progress: "goal_progress";
15361
15659
  goal_set: "goal_set";
15362
15660
  goal_update: "goal_update";
15363
- goal_wait: "goal_wait";
15364
15661
  instruction_policy_propose: "instruction_policy_propose";
15365
15662
  interaction_discover: "interaction_discover";
15366
15663
  interaction_request_human: "interaction_request_human";
@@ -15440,6 +15737,7 @@ export declare const CreateScheduledTaskRequest: z.ZodUnion<readonly [z.ZodPipe<
15440
15737
  variable_set_get_variable: "variable_set_get_variable";
15441
15738
  variable_set_list: "variable_set_list";
15442
15739
  variable_set_set_variable: "variable_set_set_variable";
15740
+ wait_for_input: "wait_for_input";
15443
15741
  work_claim_release: "work_claim_release";
15444
15742
  work_claim_upsert: "work_claim_upsert";
15445
15743
  x_accounts_list: "x_accounts_list";
@@ -15519,10 +15817,12 @@ export declare const CreateScheduledTaskRequest: z.ZodUnion<readonly [z.ZodPipe<
15519
15817
  }, z.core.$strict>, z.ZodObject<{
15520
15818
  kind: z.ZodLiteral<"first_party">;
15521
15819
  tool: z.ZodEnum<{
15820
+ artifacts_archive: "artifacts_archive";
15522
15821
  artifacts_create: "artifacts_create";
15523
15822
  artifacts_get_source: "artifacts_get_source";
15524
15823
  artifacts_list: "artifacts_list";
15525
15824
  artifacts_publish: "artifacts_publish";
15825
+ artifacts_restore: "artifacts_restore";
15526
15826
  artifacts_rollback: "artifacts_rollback";
15527
15827
  atlassian_get: "atlassian_get";
15528
15828
  atlassian_search: "atlassian_search";
@@ -15539,6 +15839,7 @@ export declare const CreateScheduledTaskRequest: z.ZodUnion<readonly [z.ZodPipe<
15539
15839
  browser_tabs: "browser_tabs";
15540
15840
  capability_authorization_request: "capability_authorization_request";
15541
15841
  capability_catalog_search: "capability_catalog_search";
15842
+ command_wait: "command_wait";
15542
15843
  company_profile_confirm: "company_profile_confirm";
15543
15844
  company_profile_propose: "company_profile_propose";
15544
15845
  computer_act: "computer_act";
@@ -15575,7 +15876,6 @@ export declare const CreateScheduledTaskRequest: z.ZodUnion<readonly [z.ZodPipe<
15575
15876
  goal_progress: "goal_progress";
15576
15877
  goal_set: "goal_set";
15577
15878
  goal_update: "goal_update";
15578
- goal_wait: "goal_wait";
15579
15879
  instruction_policy_propose: "instruction_policy_propose";
15580
15880
  interaction_discover: "interaction_discover";
15581
15881
  interaction_request_human: "interaction_request_human";
@@ -15655,6 +15955,7 @@ export declare const CreateScheduledTaskRequest: z.ZodUnion<readonly [z.ZodPipe<
15655
15955
  variable_set_get_variable: "variable_set_get_variable";
15656
15956
  variable_set_list: "variable_set_list";
15657
15957
  variable_set_set_variable: "variable_set_set_variable";
15958
+ wait_for_input: "wait_for_input";
15658
15959
  work_claim_release: "work_claim_release";
15659
15960
  work_claim_upsert: "work_claim_upsert";
15660
15961
  x_accounts_list: "x_accounts_list";
@@ -15916,10 +16217,12 @@ export declare const UpdateScheduledTaskRequest: z.ZodPreprocess<z.ZodObject<{
15916
16217
  }, z.core.$strip>], "kind">>>;
15917
16218
  requiredMcpServerIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
15918
16219
  requiredFirstPartyMcpTools: z.ZodDefault<z.ZodArray<z.ZodEnum<{
16220
+ artifacts_archive: "artifacts_archive";
15919
16221
  artifacts_create: "artifacts_create";
15920
16222
  artifacts_get_source: "artifacts_get_source";
15921
16223
  artifacts_list: "artifacts_list";
15922
16224
  artifacts_publish: "artifacts_publish";
16225
+ artifacts_restore: "artifacts_restore";
15923
16226
  artifacts_rollback: "artifacts_rollback";
15924
16227
  atlassian_get: "atlassian_get";
15925
16228
  atlassian_search: "atlassian_search";
@@ -15936,6 +16239,7 @@ export declare const UpdateScheduledTaskRequest: z.ZodPreprocess<z.ZodObject<{
15936
16239
  browser_tabs: "browser_tabs";
15937
16240
  capability_authorization_request: "capability_authorization_request";
15938
16241
  capability_catalog_search: "capability_catalog_search";
16242
+ command_wait: "command_wait";
15939
16243
  company_profile_confirm: "company_profile_confirm";
15940
16244
  company_profile_propose: "company_profile_propose";
15941
16245
  computer_act: "computer_act";
@@ -15972,7 +16276,6 @@ export declare const UpdateScheduledTaskRequest: z.ZodPreprocess<z.ZodObject<{
15972
16276
  goal_progress: "goal_progress";
15973
16277
  goal_set: "goal_set";
15974
16278
  goal_update: "goal_update";
15975
- goal_wait: "goal_wait";
15976
16279
  instruction_policy_propose: "instruction_policy_propose";
15977
16280
  interaction_discover: "interaction_discover";
15978
16281
  interaction_request_human: "interaction_request_human";
@@ -16052,6 +16355,7 @@ export declare const UpdateScheduledTaskRequest: z.ZodPreprocess<z.ZodObject<{
16052
16355
  variable_set_get_variable: "variable_set_get_variable";
16053
16356
  variable_set_list: "variable_set_list";
16054
16357
  variable_set_set_variable: "variable_set_set_variable";
16358
+ wait_for_input: "wait_for_input";
16055
16359
  work_claim_release: "work_claim_release";
16056
16360
  work_claim_upsert: "work_claim_upsert";
16057
16361
  x_accounts_list: "x_accounts_list";
@@ -16131,10 +16435,12 @@ export declare const UpdateScheduledTaskRequest: z.ZodPreprocess<z.ZodObject<{
16131
16435
  }, z.core.$strict>, z.ZodObject<{
16132
16436
  kind: z.ZodLiteral<"first_party">;
16133
16437
  tool: z.ZodEnum<{
16438
+ artifacts_archive: "artifacts_archive";
16134
16439
  artifacts_create: "artifacts_create";
16135
16440
  artifacts_get_source: "artifacts_get_source";
16136
16441
  artifacts_list: "artifacts_list";
16137
16442
  artifacts_publish: "artifacts_publish";
16443
+ artifacts_restore: "artifacts_restore";
16138
16444
  artifacts_rollback: "artifacts_rollback";
16139
16445
  atlassian_get: "atlassian_get";
16140
16446
  atlassian_search: "atlassian_search";
@@ -16151,6 +16457,7 @@ export declare const UpdateScheduledTaskRequest: z.ZodPreprocess<z.ZodObject<{
16151
16457
  browser_tabs: "browser_tabs";
16152
16458
  capability_authorization_request: "capability_authorization_request";
16153
16459
  capability_catalog_search: "capability_catalog_search";
16460
+ command_wait: "command_wait";
16154
16461
  company_profile_confirm: "company_profile_confirm";
16155
16462
  company_profile_propose: "company_profile_propose";
16156
16463
  computer_act: "computer_act";
@@ -16187,7 +16494,6 @@ export declare const UpdateScheduledTaskRequest: z.ZodPreprocess<z.ZodObject<{
16187
16494
  goal_progress: "goal_progress";
16188
16495
  goal_set: "goal_set";
16189
16496
  goal_update: "goal_update";
16190
- goal_wait: "goal_wait";
16191
16497
  instruction_policy_propose: "instruction_policy_propose";
16192
16498
  interaction_discover: "interaction_discover";
16193
16499
  interaction_request_human: "interaction_request_human";
@@ -16267,6 +16573,7 @@ export declare const UpdateScheduledTaskRequest: z.ZodPreprocess<z.ZodObject<{
16267
16573
  variable_set_get_variable: "variable_set_get_variable";
16268
16574
  variable_set_list: "variable_set_list";
16269
16575
  variable_set_set_variable: "variable_set_set_variable";
16576
+ wait_for_input: "wait_for_input";
16270
16577
  work_claim_release: "work_claim_release";
16271
16578
  work_claim_upsert: "work_claim_upsert";
16272
16579
  x_accounts_list: "x_accounts_list";
@@ -16403,10 +16710,12 @@ export declare const AutomationSessionTemplate: z.ZodObject<{
16403
16710
  optional: z.ZodOptional<z.ZodBoolean>;
16404
16711
  }, z.core.$strip>>>;
16405
16712
  firstPartyMcpTools: z.ZodDefault<z.ZodArray<z.ZodEnum<{
16713
+ artifacts_archive: "artifacts_archive";
16406
16714
  artifacts_create: "artifacts_create";
16407
16715
  artifacts_get_source: "artifacts_get_source";
16408
16716
  artifacts_list: "artifacts_list";
16409
16717
  artifacts_publish: "artifacts_publish";
16718
+ artifacts_restore: "artifacts_restore";
16410
16719
  artifacts_rollback: "artifacts_rollback";
16411
16720
  atlassian_get: "atlassian_get";
16412
16721
  atlassian_search: "atlassian_search";
@@ -16423,6 +16732,7 @@ export declare const AutomationSessionTemplate: z.ZodObject<{
16423
16732
  browser_tabs: "browser_tabs";
16424
16733
  capability_authorization_request: "capability_authorization_request";
16425
16734
  capability_catalog_search: "capability_catalog_search";
16735
+ command_wait: "command_wait";
16426
16736
  company_profile_confirm: "company_profile_confirm";
16427
16737
  company_profile_propose: "company_profile_propose";
16428
16738
  computer_act: "computer_act";
@@ -16459,7 +16769,6 @@ export declare const AutomationSessionTemplate: z.ZodObject<{
16459
16769
  goal_progress: "goal_progress";
16460
16770
  goal_set: "goal_set";
16461
16771
  goal_update: "goal_update";
16462
- goal_wait: "goal_wait";
16463
16772
  instruction_policy_propose: "instruction_policy_propose";
16464
16773
  interaction_discover: "interaction_discover";
16465
16774
  interaction_request_human: "interaction_request_human";
@@ -16539,6 +16848,7 @@ export declare const AutomationSessionTemplate: z.ZodObject<{
16539
16848
  variable_set_get_variable: "variable_set_get_variable";
16540
16849
  variable_set_list: "variable_set_list";
16541
16850
  variable_set_set_variable: "variable_set_set_variable";
16851
+ wait_for_input: "wait_for_input";
16542
16852
  work_claim_release: "work_claim_release";
16543
16853
  work_claim_upsert: "work_claim_upsert";
16544
16854
  x_accounts_list: "x_accounts_list";
@@ -16695,10 +17005,12 @@ export declare const AutomationAcceptedExecution: z.ZodObject<{
16695
17005
  optional: z.ZodOptional<z.ZodBoolean>;
16696
17006
  }, z.core.$strip>>>;
16697
17007
  firstPartyMcpTools: z.ZodDefault<z.ZodArray<z.ZodEnum<{
17008
+ artifacts_archive: "artifacts_archive";
16698
17009
  artifacts_create: "artifacts_create";
16699
17010
  artifacts_get_source: "artifacts_get_source";
16700
17011
  artifacts_list: "artifacts_list";
16701
17012
  artifacts_publish: "artifacts_publish";
17013
+ artifacts_restore: "artifacts_restore";
16702
17014
  artifacts_rollback: "artifacts_rollback";
16703
17015
  atlassian_get: "atlassian_get";
16704
17016
  atlassian_search: "atlassian_search";
@@ -16715,6 +17027,7 @@ export declare const AutomationAcceptedExecution: z.ZodObject<{
16715
17027
  browser_tabs: "browser_tabs";
16716
17028
  capability_authorization_request: "capability_authorization_request";
16717
17029
  capability_catalog_search: "capability_catalog_search";
17030
+ command_wait: "command_wait";
16718
17031
  company_profile_confirm: "company_profile_confirm";
16719
17032
  company_profile_propose: "company_profile_propose";
16720
17033
  computer_act: "computer_act";
@@ -16751,7 +17064,6 @@ export declare const AutomationAcceptedExecution: z.ZodObject<{
16751
17064
  goal_progress: "goal_progress";
16752
17065
  goal_set: "goal_set";
16753
17066
  goal_update: "goal_update";
16754
- goal_wait: "goal_wait";
16755
17067
  instruction_policy_propose: "instruction_policy_propose";
16756
17068
  interaction_discover: "interaction_discover";
16757
17069
  interaction_request_human: "interaction_request_human";
@@ -16831,6 +17143,7 @@ export declare const AutomationAcceptedExecution: z.ZodObject<{
16831
17143
  variable_set_get_variable: "variable_set_get_variable";
16832
17144
  variable_set_list: "variable_set_list";
16833
17145
  variable_set_set_variable: "variable_set_set_variable";
17146
+ wait_for_input: "wait_for_input";
16834
17147
  work_claim_release: "work_claim_release";
16835
17148
  work_claim_upsert: "work_claim_upsert";
16836
17149
  x_accounts_list: "x_accounts_list";
@@ -17013,10 +17326,12 @@ export declare const CreateAutomationTriggerRequest: z.ZodObject<{
17013
17326
  optional: z.ZodOptional<z.ZodBoolean>;
17014
17327
  }, z.core.$strip>>>;
17015
17328
  firstPartyMcpTools: z.ZodDefault<z.ZodArray<z.ZodEnum<{
17329
+ artifacts_archive: "artifacts_archive";
17016
17330
  artifacts_create: "artifacts_create";
17017
17331
  artifacts_get_source: "artifacts_get_source";
17018
17332
  artifacts_list: "artifacts_list";
17019
17333
  artifacts_publish: "artifacts_publish";
17334
+ artifacts_restore: "artifacts_restore";
17020
17335
  artifacts_rollback: "artifacts_rollback";
17021
17336
  atlassian_get: "atlassian_get";
17022
17337
  atlassian_search: "atlassian_search";
@@ -17033,6 +17348,7 @@ export declare const CreateAutomationTriggerRequest: z.ZodObject<{
17033
17348
  browser_tabs: "browser_tabs";
17034
17349
  capability_authorization_request: "capability_authorization_request";
17035
17350
  capability_catalog_search: "capability_catalog_search";
17351
+ command_wait: "command_wait";
17036
17352
  company_profile_confirm: "company_profile_confirm";
17037
17353
  company_profile_propose: "company_profile_propose";
17038
17354
  computer_act: "computer_act";
@@ -17069,7 +17385,6 @@ export declare const CreateAutomationTriggerRequest: z.ZodObject<{
17069
17385
  goal_progress: "goal_progress";
17070
17386
  goal_set: "goal_set";
17071
17387
  goal_update: "goal_update";
17072
- goal_wait: "goal_wait";
17073
17388
  instruction_policy_propose: "instruction_policy_propose";
17074
17389
  interaction_discover: "interaction_discover";
17075
17390
  interaction_request_human: "interaction_request_human";
@@ -17149,6 +17464,7 @@ export declare const CreateAutomationTriggerRequest: z.ZodObject<{
17149
17464
  variable_set_get_variable: "variable_set_get_variable";
17150
17465
  variable_set_list: "variable_set_list";
17151
17466
  variable_set_set_variable: "variable_set_set_variable";
17467
+ wait_for_input: "wait_for_input";
17152
17468
  work_claim_release: "work_claim_release";
17153
17469
  work_claim_upsert: "work_claim_upsert";
17154
17470
  x_accounts_list: "x_accounts_list";
@@ -17297,10 +17613,12 @@ export declare const UpdateAutomationTriggerRequest: z.ZodObject<{
17297
17613
  optional: z.ZodOptional<z.ZodBoolean>;
17298
17614
  }, z.core.$strip>>>;
17299
17615
  firstPartyMcpTools: z.ZodDefault<z.ZodArray<z.ZodEnum<{
17616
+ artifacts_archive: "artifacts_archive";
17300
17617
  artifacts_create: "artifacts_create";
17301
17618
  artifacts_get_source: "artifacts_get_source";
17302
17619
  artifacts_list: "artifacts_list";
17303
17620
  artifacts_publish: "artifacts_publish";
17621
+ artifacts_restore: "artifacts_restore";
17304
17622
  artifacts_rollback: "artifacts_rollback";
17305
17623
  atlassian_get: "atlassian_get";
17306
17624
  atlassian_search: "atlassian_search";
@@ -17317,6 +17635,7 @@ export declare const UpdateAutomationTriggerRequest: z.ZodObject<{
17317
17635
  browser_tabs: "browser_tabs";
17318
17636
  capability_authorization_request: "capability_authorization_request";
17319
17637
  capability_catalog_search: "capability_catalog_search";
17638
+ command_wait: "command_wait";
17320
17639
  company_profile_confirm: "company_profile_confirm";
17321
17640
  company_profile_propose: "company_profile_propose";
17322
17641
  computer_act: "computer_act";
@@ -17353,7 +17672,6 @@ export declare const UpdateAutomationTriggerRequest: z.ZodObject<{
17353
17672
  goal_progress: "goal_progress";
17354
17673
  goal_set: "goal_set";
17355
17674
  goal_update: "goal_update";
17356
- goal_wait: "goal_wait";
17357
17675
  instruction_policy_propose: "instruction_policy_propose";
17358
17676
  interaction_discover: "interaction_discover";
17359
17677
  interaction_request_human: "interaction_request_human";
@@ -17433,6 +17751,7 @@ export declare const UpdateAutomationTriggerRequest: z.ZodObject<{
17433
17751
  variable_set_get_variable: "variable_set_get_variable";
17434
17752
  variable_set_list: "variable_set_list";
17435
17753
  variable_set_set_variable: "variable_set_set_variable";
17754
+ wait_for_input: "wait_for_input";
17436
17755
  work_claim_release: "work_claim_release";
17437
17756
  work_claim_upsert: "work_claim_upsert";
17438
17757
  x_accounts_list: "x_accounts_list";
@@ -17583,10 +17902,12 @@ export declare const AutomationTrigger: z.ZodObject<{
17583
17902
  optional: z.ZodOptional<z.ZodBoolean>;
17584
17903
  }, z.core.$strip>>>;
17585
17904
  firstPartyMcpTools: z.ZodDefault<z.ZodArray<z.ZodEnum<{
17905
+ artifacts_archive: "artifacts_archive";
17586
17906
  artifacts_create: "artifacts_create";
17587
17907
  artifacts_get_source: "artifacts_get_source";
17588
17908
  artifacts_list: "artifacts_list";
17589
17909
  artifacts_publish: "artifacts_publish";
17910
+ artifacts_restore: "artifacts_restore";
17590
17911
  artifacts_rollback: "artifacts_rollback";
17591
17912
  atlassian_get: "atlassian_get";
17592
17913
  atlassian_search: "atlassian_search";
@@ -17603,6 +17924,7 @@ export declare const AutomationTrigger: z.ZodObject<{
17603
17924
  browser_tabs: "browser_tabs";
17604
17925
  capability_authorization_request: "capability_authorization_request";
17605
17926
  capability_catalog_search: "capability_catalog_search";
17927
+ command_wait: "command_wait";
17606
17928
  company_profile_confirm: "company_profile_confirm";
17607
17929
  company_profile_propose: "company_profile_propose";
17608
17930
  computer_act: "computer_act";
@@ -17639,7 +17961,6 @@ export declare const AutomationTrigger: z.ZodObject<{
17639
17961
  goal_progress: "goal_progress";
17640
17962
  goal_set: "goal_set";
17641
17963
  goal_update: "goal_update";
17642
- goal_wait: "goal_wait";
17643
17964
  instruction_policy_propose: "instruction_policy_propose";
17644
17965
  interaction_discover: "interaction_discover";
17645
17966
  interaction_request_human: "interaction_request_human";
@@ -17719,6 +18040,7 @@ export declare const AutomationTrigger: z.ZodObject<{
17719
18040
  variable_set_get_variable: "variable_set_get_variable";
17720
18041
  variable_set_list: "variable_set_list";
17721
18042
  variable_set_set_variable: "variable_set_set_variable";
18043
+ wait_for_input: "wait_for_input";
17722
18044
  work_claim_release: "work_claim_release";
17723
18045
  work_claim_upsert: "work_claim_upsert";
17724
18046
  x_accounts_list: "x_accounts_list";
@@ -17911,10 +18233,12 @@ export declare const CapabilityPackAutomationTemplate: z.ZodObject<{
17911
18233
  optional: z.ZodOptional<z.ZodBoolean>;
17912
18234
  }, z.core.$strip>>>;
17913
18235
  firstPartyMcpTools: z.ZodDefault<z.ZodArray<z.ZodEnum<{
18236
+ artifacts_archive: "artifacts_archive";
17914
18237
  artifacts_create: "artifacts_create";
17915
18238
  artifacts_get_source: "artifacts_get_source";
17916
18239
  artifacts_list: "artifacts_list";
17917
18240
  artifacts_publish: "artifacts_publish";
18241
+ artifacts_restore: "artifacts_restore";
17918
18242
  artifacts_rollback: "artifacts_rollback";
17919
18243
  atlassian_get: "atlassian_get";
17920
18244
  atlassian_search: "atlassian_search";
@@ -17931,6 +18255,7 @@ export declare const CapabilityPackAutomationTemplate: z.ZodObject<{
17931
18255
  browser_tabs: "browser_tabs";
17932
18256
  capability_authorization_request: "capability_authorization_request";
17933
18257
  capability_catalog_search: "capability_catalog_search";
18258
+ command_wait: "command_wait";
17934
18259
  company_profile_confirm: "company_profile_confirm";
17935
18260
  company_profile_propose: "company_profile_propose";
17936
18261
  computer_act: "computer_act";
@@ -17967,7 +18292,6 @@ export declare const CapabilityPackAutomationTemplate: z.ZodObject<{
17967
18292
  goal_progress: "goal_progress";
17968
18293
  goal_set: "goal_set";
17969
18294
  goal_update: "goal_update";
17970
- goal_wait: "goal_wait";
17971
18295
  instruction_policy_propose: "instruction_policy_propose";
17972
18296
  interaction_discover: "interaction_discover";
17973
18297
  interaction_request_human: "interaction_request_human";
@@ -18047,6 +18371,7 @@ export declare const CapabilityPackAutomationTemplate: z.ZodObject<{
18047
18371
  variable_set_get_variable: "variable_set_get_variable";
18048
18372
  variable_set_list: "variable_set_list";
18049
18373
  variable_set_set_variable: "variable_set_set_variable";
18374
+ wait_for_input: "wait_for_input";
18050
18375
  work_claim_release: "work_claim_release";
18051
18376
  work_claim_upsert: "work_claim_upsert";
18052
18377
  x_accounts_list: "x_accounts_list";
@@ -18219,29 +18544,71 @@ export type CapabilityPackSkillFile = z.infer<typeof CapabilityPackSkillFile>;
18219
18544
  export declare const CapabilityPackSkill: z.ZodObject<{
18220
18545
  name: z.ZodString;
18221
18546
  description: z.ZodOptional<z.ZodString>;
18547
+ activationMode: z.ZodOptional<z.ZodEnum<{
18548
+ session_selected: "session_selected";
18549
+ workspace_managed: "workspace_managed";
18550
+ }>>;
18222
18551
  files: z.ZodArray<z.ZodObject<{
18223
18552
  path: z.ZodString;
18224
18553
  content: z.ZodString;
18225
18554
  }, z.core.$strip>>;
18226
18555
  }, z.core.$strip>;
18227
18556
  export type CapabilityPackSkill = z.infer<typeof CapabilityPackSkill>;
18228
- export declare const SessionSkill: z.ZodObject<{
18557
+ export declare const SessionSkill: z.ZodPipe<z.ZodObject<{
18229
18558
  name: z.ZodString;
18230
18559
  description: z.ZodOptional<z.ZodString>;
18560
+ activationMode: z.ZodOptional<z.ZodEnum<{
18561
+ session_selected: "session_selected";
18562
+ workspace_managed: "workspace_managed";
18563
+ }>>;
18231
18564
  files: z.ZodArray<z.ZodObject<{
18232
18565
  path: z.ZodString;
18233
18566
  content: z.ZodString;
18234
18567
  }, z.core.$strip>>;
18235
- }, z.core.$strip>;
18568
+ }, z.core.$strip>, z.ZodTransform<{
18569
+ name: string;
18570
+ description?: string | undefined;
18571
+ files: {
18572
+ path: string;
18573
+ content: string;
18574
+ }[];
18575
+ }, {
18576
+ name: string;
18577
+ description?: string | undefined;
18578
+ activationMode?: "session_selected" | "workspace_managed" | undefined;
18579
+ files: {
18580
+ path: string;
18581
+ content: string;
18582
+ }[];
18583
+ }>>;
18236
18584
  export type SessionSkill = z.infer<typeof SessionSkill>;
18237
- export declare const SessionSkills: z.ZodPipe<z.ZodArray<z.ZodObject<{
18585
+ export declare const SessionSkills: z.ZodPipe<z.ZodArray<z.ZodPipe<z.ZodObject<{
18238
18586
  name: z.ZodString;
18239
18587
  description: z.ZodOptional<z.ZodString>;
18588
+ activationMode: z.ZodOptional<z.ZodEnum<{
18589
+ session_selected: "session_selected";
18590
+ workspace_managed: "workspace_managed";
18591
+ }>>;
18240
18592
  files: z.ZodArray<z.ZodObject<{
18241
18593
  path: z.ZodString;
18242
18594
  content: z.ZodString;
18243
18595
  }, z.core.$strip>>;
18244
- }, z.core.$strip>>, z.ZodTransform<{
18596
+ }, z.core.$strip>, z.ZodTransform<{
18597
+ name: string;
18598
+ description?: string | undefined;
18599
+ files: {
18600
+ path: string;
18601
+ content: string;
18602
+ }[];
18603
+ }, {
18604
+ name: string;
18605
+ description?: string | undefined;
18606
+ activationMode?: "session_selected" | "workspace_managed" | undefined;
18607
+ files: {
18608
+ path: string;
18609
+ content: string;
18610
+ }[];
18611
+ }>>>, z.ZodTransform<{
18245
18612
  name: string;
18246
18613
  description?: string | undefined;
18247
18614
  files: {
@@ -18316,6 +18683,10 @@ export declare const CapabilityPack: z.ZodPreprocess<z.ZodObject<{
18316
18683
  skills: z.ZodDefault<z.ZodArray<z.ZodObject<{
18317
18684
  name: z.ZodString;
18318
18685
  description: z.ZodOptional<z.ZodString>;
18686
+ activationMode: z.ZodOptional<z.ZodEnum<{
18687
+ session_selected: "session_selected";
18688
+ workspace_managed: "workspace_managed";
18689
+ }>>;
18319
18690
  files: z.ZodArray<z.ZodObject<{
18320
18691
  path: z.ZodString;
18321
18692
  content: z.ZodString;
@@ -18481,10 +18852,12 @@ export declare const CapabilityPack: z.ZodPreprocess<z.ZodObject<{
18481
18852
  optional: z.ZodOptional<z.ZodBoolean>;
18482
18853
  }, z.core.$strip>>>;
18483
18854
  firstPartyMcpTools: z.ZodDefault<z.ZodArray<z.ZodEnum<{
18855
+ artifacts_archive: "artifacts_archive";
18484
18856
  artifacts_create: "artifacts_create";
18485
18857
  artifacts_get_source: "artifacts_get_source";
18486
18858
  artifacts_list: "artifacts_list";
18487
18859
  artifacts_publish: "artifacts_publish";
18860
+ artifacts_restore: "artifacts_restore";
18488
18861
  artifacts_rollback: "artifacts_rollback";
18489
18862
  atlassian_get: "atlassian_get";
18490
18863
  atlassian_search: "atlassian_search";
@@ -18501,6 +18874,7 @@ export declare const CapabilityPack: z.ZodPreprocess<z.ZodObject<{
18501
18874
  browser_tabs: "browser_tabs";
18502
18875
  capability_authorization_request: "capability_authorization_request";
18503
18876
  capability_catalog_search: "capability_catalog_search";
18877
+ command_wait: "command_wait";
18504
18878
  company_profile_confirm: "company_profile_confirm";
18505
18879
  company_profile_propose: "company_profile_propose";
18506
18880
  computer_act: "computer_act";
@@ -18537,7 +18911,6 @@ export declare const CapabilityPack: z.ZodPreprocess<z.ZodObject<{
18537
18911
  goal_progress: "goal_progress";
18538
18912
  goal_set: "goal_set";
18539
18913
  goal_update: "goal_update";
18540
- goal_wait: "goal_wait";
18541
18914
  instruction_policy_propose: "instruction_policy_propose";
18542
18915
  interaction_discover: "interaction_discover";
18543
18916
  interaction_request_human: "interaction_request_human";
@@ -18617,6 +18990,7 @@ export declare const CapabilityPack: z.ZodPreprocess<z.ZodObject<{
18617
18990
  variable_set_get_variable: "variable_set_get_variable";
18618
18991
  variable_set_list: "variable_set_list";
18619
18992
  variable_set_set_variable: "variable_set_set_variable";
18993
+ wait_for_input: "wait_for_input";
18620
18994
  work_claim_release: "work_claim_release";
18621
18995
  work_claim_upsert: "work_claim_upsert";
18622
18996
  x_accounts_list: "x_accounts_list";
@@ -18730,6 +19104,10 @@ export declare const RegisterCapabilityPackRequest: z.ZodPreprocess<z.ZodObject<
18730
19104
  skills: z.ZodDefault<z.ZodArray<z.ZodObject<{
18731
19105
  name: z.ZodString;
18732
19106
  description: z.ZodOptional<z.ZodString>;
19107
+ activationMode: z.ZodOptional<z.ZodEnum<{
19108
+ session_selected: "session_selected";
19109
+ workspace_managed: "workspace_managed";
19110
+ }>>;
18733
19111
  files: z.ZodArray<z.ZodObject<{
18734
19112
  path: z.ZodString;
18735
19113
  content: z.ZodString;
@@ -18895,10 +19273,12 @@ export declare const RegisterCapabilityPackRequest: z.ZodPreprocess<z.ZodObject<
18895
19273
  optional: z.ZodOptional<z.ZodBoolean>;
18896
19274
  }, z.core.$strip>>>;
18897
19275
  firstPartyMcpTools: z.ZodDefault<z.ZodArray<z.ZodEnum<{
19276
+ artifacts_archive: "artifacts_archive";
18898
19277
  artifacts_create: "artifacts_create";
18899
19278
  artifacts_get_source: "artifacts_get_source";
18900
19279
  artifacts_list: "artifacts_list";
18901
19280
  artifacts_publish: "artifacts_publish";
19281
+ artifacts_restore: "artifacts_restore";
18902
19282
  artifacts_rollback: "artifacts_rollback";
18903
19283
  atlassian_get: "atlassian_get";
18904
19284
  atlassian_search: "atlassian_search";
@@ -18915,6 +19295,7 @@ export declare const RegisterCapabilityPackRequest: z.ZodPreprocess<z.ZodObject<
18915
19295
  browser_tabs: "browser_tabs";
18916
19296
  capability_authorization_request: "capability_authorization_request";
18917
19297
  capability_catalog_search: "capability_catalog_search";
19298
+ command_wait: "command_wait";
18918
19299
  company_profile_confirm: "company_profile_confirm";
18919
19300
  company_profile_propose: "company_profile_propose";
18920
19301
  computer_act: "computer_act";
@@ -18951,7 +19332,6 @@ export declare const RegisterCapabilityPackRequest: z.ZodPreprocess<z.ZodObject<
18951
19332
  goal_progress: "goal_progress";
18952
19333
  goal_set: "goal_set";
18953
19334
  goal_update: "goal_update";
18954
- goal_wait: "goal_wait";
18955
19335
  instruction_policy_propose: "instruction_policy_propose";
18956
19336
  interaction_discover: "interaction_discover";
18957
19337
  interaction_request_human: "interaction_request_human";
@@ -19031,6 +19411,7 @@ export declare const RegisterCapabilityPackRequest: z.ZodPreprocess<z.ZodObject<
19031
19411
  variable_set_get_variable: "variable_set_get_variable";
19032
19412
  variable_set_list: "variable_set_list";
19033
19413
  variable_set_set_variable: "variable_set_set_variable";
19414
+ wait_for_input: "wait_for_input";
19034
19415
  work_claim_release: "work_claim_release";
19035
19416
  work_claim_upsert: "work_claim_upsert";
19036
19417
  x_accounts_list: "x_accounts_list";
@@ -19147,6 +19528,10 @@ export declare const WorkspaceRegisteredPack: z.ZodObject<{
19147
19528
  skills: z.ZodDefault<z.ZodArray<z.ZodObject<{
19148
19529
  name: z.ZodString;
19149
19530
  description: z.ZodOptional<z.ZodString>;
19531
+ activationMode: z.ZodOptional<z.ZodEnum<{
19532
+ session_selected: "session_selected";
19533
+ workspace_managed: "workspace_managed";
19534
+ }>>;
19150
19535
  files: z.ZodArray<z.ZodObject<{
19151
19536
  path: z.ZodString;
19152
19537
  content: z.ZodString;
@@ -19312,10 +19697,12 @@ export declare const WorkspaceRegisteredPack: z.ZodObject<{
19312
19697
  optional: z.ZodOptional<z.ZodBoolean>;
19313
19698
  }, z.core.$strip>>>;
19314
19699
  firstPartyMcpTools: z.ZodDefault<z.ZodArray<z.ZodEnum<{
19700
+ artifacts_archive: "artifacts_archive";
19315
19701
  artifacts_create: "artifacts_create";
19316
19702
  artifacts_get_source: "artifacts_get_source";
19317
19703
  artifacts_list: "artifacts_list";
19318
19704
  artifacts_publish: "artifacts_publish";
19705
+ artifacts_restore: "artifacts_restore";
19319
19706
  artifacts_rollback: "artifacts_rollback";
19320
19707
  atlassian_get: "atlassian_get";
19321
19708
  atlassian_search: "atlassian_search";
@@ -19332,6 +19719,7 @@ export declare const WorkspaceRegisteredPack: z.ZodObject<{
19332
19719
  browser_tabs: "browser_tabs";
19333
19720
  capability_authorization_request: "capability_authorization_request";
19334
19721
  capability_catalog_search: "capability_catalog_search";
19722
+ command_wait: "command_wait";
19335
19723
  company_profile_confirm: "company_profile_confirm";
19336
19724
  company_profile_propose: "company_profile_propose";
19337
19725
  computer_act: "computer_act";
@@ -19368,7 +19756,6 @@ export declare const WorkspaceRegisteredPack: z.ZodObject<{
19368
19756
  goal_progress: "goal_progress";
19369
19757
  goal_set: "goal_set";
19370
19758
  goal_update: "goal_update";
19371
- goal_wait: "goal_wait";
19372
19759
  instruction_policy_propose: "instruction_policy_propose";
19373
19760
  interaction_discover: "interaction_discover";
19374
19761
  interaction_request_human: "interaction_request_human";
@@ -19448,6 +19835,7 @@ export declare const WorkspaceRegisteredPack: z.ZodObject<{
19448
19835
  variable_set_get_variable: "variable_set_get_variable";
19449
19836
  variable_set_list: "variable_set_list";
19450
19837
  variable_set_set_variable: "variable_set_set_variable";
19838
+ wait_for_input: "wait_for_input";
19451
19839
  work_claim_release: "work_claim_release";
19452
19840
  work_claim_upsert: "work_claim_upsert";
19453
19841
  x_accounts_list: "x_accounts_list";
@@ -19583,6 +19971,10 @@ export declare const PackInstallation: z.ZodObject<{
19583
19971
  skills: z.ZodDefault<z.ZodArray<z.ZodObject<{
19584
19972
  name: z.ZodString;
19585
19973
  description: z.ZodOptional<z.ZodString>;
19974
+ activationMode: z.ZodOptional<z.ZodEnum<{
19975
+ session_selected: "session_selected";
19976
+ workspace_managed: "workspace_managed";
19977
+ }>>;
19586
19978
  files: z.ZodArray<z.ZodObject<{
19587
19979
  path: z.ZodString;
19588
19980
  content: z.ZodString;
@@ -19748,10 +20140,12 @@ export declare const PackInstallation: z.ZodObject<{
19748
20140
  optional: z.ZodOptional<z.ZodBoolean>;
19749
20141
  }, z.core.$strip>>>;
19750
20142
  firstPartyMcpTools: z.ZodDefault<z.ZodArray<z.ZodEnum<{
20143
+ artifacts_archive: "artifacts_archive";
19751
20144
  artifacts_create: "artifacts_create";
19752
20145
  artifacts_get_source: "artifacts_get_source";
19753
20146
  artifacts_list: "artifacts_list";
19754
20147
  artifacts_publish: "artifacts_publish";
20148
+ artifacts_restore: "artifacts_restore";
19755
20149
  artifacts_rollback: "artifacts_rollback";
19756
20150
  atlassian_get: "atlassian_get";
19757
20151
  atlassian_search: "atlassian_search";
@@ -19768,6 +20162,7 @@ export declare const PackInstallation: z.ZodObject<{
19768
20162
  browser_tabs: "browser_tabs";
19769
20163
  capability_authorization_request: "capability_authorization_request";
19770
20164
  capability_catalog_search: "capability_catalog_search";
20165
+ command_wait: "command_wait";
19771
20166
  company_profile_confirm: "company_profile_confirm";
19772
20167
  company_profile_propose: "company_profile_propose";
19773
20168
  computer_act: "computer_act";
@@ -19804,7 +20199,6 @@ export declare const PackInstallation: z.ZodObject<{
19804
20199
  goal_progress: "goal_progress";
19805
20200
  goal_set: "goal_set";
19806
20201
  goal_update: "goal_update";
19807
- goal_wait: "goal_wait";
19808
20202
  instruction_policy_propose: "instruction_policy_propose";
19809
20203
  interaction_discover: "interaction_discover";
19810
20204
  interaction_request_human: "interaction_request_human";
@@ -19884,6 +20278,7 @@ export declare const PackInstallation: z.ZodObject<{
19884
20278
  variable_set_get_variable: "variable_set_get_variable";
19885
20279
  variable_set_list: "variable_set_list";
19886
20280
  variable_set_set_variable: "variable_set_set_variable";
20281
+ wait_for_input: "wait_for_input";
19887
20282
  work_claim_release: "work_claim_release";
19888
20283
  work_claim_upsert: "work_claim_upsert";
19889
20284
  x_accounts_list: "x_accounts_list";
@@ -20565,6 +20960,10 @@ export declare function comparePersonalSlackCanonicalConnections(left: PersonalS
20565
20960
  export declare function selectCanonicalPersonalSlackConnection<T extends PersonalSlackCanonicalConnection>(connections: readonly T[]): T | null;
20566
20961
  export declare const ConnectionCredentialBundle: z.ZodRecord<z.ZodString, z.ZodUnknown>;
20567
20962
  export type ConnectionCredentialBundle = z.infer<typeof ConnectionCredentialBundle>;
20963
+ export declare const VERCEL_AI_GATEWAY_CREDENTIAL_OPERATION_ID_METADATA_KEY: "vercelAiGatewayCredentialOperationId";
20964
+ export declare const VERCEL_AI_GATEWAY_CREDENTIAL_OPERATION_DIGEST_METADATA_KEY: "vercelAiGatewayCredentialOperationDigest";
20965
+ export declare const OPENROUTER_CREDENTIAL_OPERATION_ID_METADATA_KEY: "openRouterCredentialOperationId";
20966
+ export declare const OPENROUTER_CREDENTIAL_OPERATION_DIGEST_METADATA_KEY: "openRouterCredentialOperationDigest";
20568
20967
  export declare const CreateConnectionRequest: z.ZodObject<{
20569
20968
  providerDomain: z.ZodString;
20570
20969
  kind: z.ZodEnum<{
@@ -20582,6 +20981,7 @@ export declare const CreateConnectionRequest: z.ZodObject<{
20582
20981
  grantedScopes: z.ZodDefault<z.ZodArray<z.ZodString>>;
20583
20982
  expiresAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20584
20983
  metadata: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
20984
+ operationId: z.ZodOptional<z.ZodString>;
20585
20985
  }, z.core.$strip>;
20586
20986
  export type CreateConnectionRequest = z.infer<typeof CreateConnectionRequest>;
20587
20987
  export declare const OpenGeniSlackBotInstallRequest: z.ZodObject<{
@@ -20683,6 +21083,8 @@ export declare const UpdateConnectionRequest: z.ZodObject<{
20683
21083
  grantedScopes: z.ZodOptional<z.ZodArray<z.ZodString>>;
20684
21084
  expiresAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20685
21085
  metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
21086
+ expectedVersion: z.ZodOptional<z.ZodNumber>;
21087
+ operationId: z.ZodOptional<z.ZodString>;
20686
21088
  }, z.core.$strip>;
20687
21089
  export type UpdateConnectionRequest = z.infer<typeof UpdateConnectionRequest>;
20688
21090
  export declare const ConnectionResponse: z.ZodObject<{
@@ -21041,6 +21443,7 @@ export declare const CapabilityCatalogItem: z.ZodObject<{
21041
21443
  enabledReason: z.ZodDefault<z.ZodNullable<z.ZodString>>;
21042
21444
  connectionRef: z.ZodDefault<z.ZodNullable<z.ZodObject<{
21043
21445
  connectionId: z.ZodOptional<z.ZodString>;
21446
+ authoritySource: z.ZodOptional<z.ZodLiteral<"host">>;
21044
21447
  providerDomain: z.ZodString;
21045
21448
  kind: z.ZodString;
21046
21449
  subjectScope: z.ZodOptional<z.ZodEnum<{
@@ -21110,6 +21513,7 @@ export declare const EnableCapabilityRequest: z.ZodObject<{
21110
21513
  metadata: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
21111
21514
  connectionRef: z.ZodOptional<z.ZodObject<{
21112
21515
  connectionId: z.ZodOptional<z.ZodString>;
21516
+ authoritySource: z.ZodOptional<z.ZodLiteral<"host">>;
21113
21517
  provider: z.ZodOptional<z.ZodString>;
21114
21518
  providerDomain: z.ZodString;
21115
21519
  kind: z.ZodOptional<z.ZodEnum<{
@@ -21242,6 +21646,7 @@ export declare const CapabilityCatalogResponse: z.ZodObject<{
21242
21646
  enabledReason: z.ZodDefault<z.ZodNullable<z.ZodString>>;
21243
21647
  connectionRef: z.ZodDefault<z.ZodNullable<z.ZodObject<{
21244
21648
  connectionId: z.ZodOptional<z.ZodString>;
21649
+ authoritySource: z.ZodOptional<z.ZodLiteral<"host">>;
21245
21650
  providerDomain: z.ZodString;
21246
21651
  kind: z.ZodString;
21247
21652
  subjectScope: z.ZodOptional<z.ZodEnum<{
@@ -21386,6 +21791,7 @@ export declare const DiscoverMcpCapabilitiesResponse: z.ZodObject<{
21386
21791
  enabledReason: z.ZodDefault<z.ZodNullable<z.ZodString>>;
21387
21792
  connectionRef: z.ZodDefault<z.ZodNullable<z.ZodObject<{
21388
21793
  connectionId: z.ZodOptional<z.ZodString>;
21794
+ authoritySource: z.ZodOptional<z.ZodLiteral<"host">>;
21389
21795
  providerDomain: z.ZodString;
21390
21796
  kind: z.ZodString;
21391
21797
  subjectScope: z.ZodOptional<z.ZodEnum<{
@@ -22769,14 +23175,33 @@ export declare const Session: z.ZodObject<{
22769
23175
  fileId: z.ZodString;
22770
23176
  mountPath: z.ZodOptional<z.ZodString>;
22771
23177
  }, z.core.$strip>], "kind">>;
22772
- skills: z.ZodDefault<z.ZodPipe<z.ZodArray<z.ZodObject<{
23178
+ skills: z.ZodDefault<z.ZodPipe<z.ZodArray<z.ZodPipe<z.ZodObject<{
22773
23179
  name: z.ZodString;
22774
23180
  description: z.ZodOptional<z.ZodString>;
23181
+ activationMode: z.ZodOptional<z.ZodEnum<{
23182
+ session_selected: "session_selected";
23183
+ workspace_managed: "workspace_managed";
23184
+ }>>;
22775
23185
  files: z.ZodArray<z.ZodObject<{
22776
23186
  path: z.ZodString;
22777
23187
  content: z.ZodString;
22778
23188
  }, z.core.$strip>>;
22779
- }, z.core.$strip>>, z.ZodTransform<{
23189
+ }, z.core.$strip>, z.ZodTransform<{
23190
+ name: string;
23191
+ description?: string | undefined;
23192
+ files: {
23193
+ path: string;
23194
+ content: string;
23195
+ }[];
23196
+ }, {
23197
+ name: string;
23198
+ description?: string | undefined;
23199
+ activationMode?: "session_selected" | "workspace_managed" | undefined;
23200
+ files: {
23201
+ path: string;
23202
+ content: string;
23203
+ }[];
23204
+ }>>>, z.ZodTransform<{
22780
23205
  name: string;
22781
23206
  description?: string | undefined;
22782
23207
  files: {
@@ -22956,10 +23381,12 @@ export declare const Session: z.ZodObject<{
22956
23381
  "workspace:read": "workspace:read";
22957
23382
  }>>>;
22958
23383
  firstPartyMcpTools: z.ZodArray<z.ZodEnum<{
23384
+ artifacts_archive: "artifacts_archive";
22959
23385
  artifacts_create: "artifacts_create";
22960
23386
  artifacts_get_source: "artifacts_get_source";
22961
23387
  artifacts_list: "artifacts_list";
22962
23388
  artifacts_publish: "artifacts_publish";
23389
+ artifacts_restore: "artifacts_restore";
22963
23390
  artifacts_rollback: "artifacts_rollback";
22964
23391
  atlassian_get: "atlassian_get";
22965
23392
  atlassian_search: "atlassian_search";
@@ -22976,6 +23403,7 @@ export declare const Session: z.ZodObject<{
22976
23403
  browser_tabs: "browser_tabs";
22977
23404
  capability_authorization_request: "capability_authorization_request";
22978
23405
  capability_catalog_search: "capability_catalog_search";
23406
+ command_wait: "command_wait";
22979
23407
  company_profile_confirm: "company_profile_confirm";
22980
23408
  company_profile_propose: "company_profile_propose";
22981
23409
  computer_act: "computer_act";
@@ -23012,7 +23440,6 @@ export declare const Session: z.ZodObject<{
23012
23440
  goal_progress: "goal_progress";
23013
23441
  goal_set: "goal_set";
23014
23442
  goal_update: "goal_update";
23015
- goal_wait: "goal_wait";
23016
23443
  instruction_policy_propose: "instruction_policy_propose";
23017
23444
  interaction_discover: "interaction_discover";
23018
23445
  interaction_request_human: "interaction_request_human";
@@ -23092,6 +23519,7 @@ export declare const Session: z.ZodObject<{
23092
23519
  variable_set_get_variable: "variable_set_get_variable";
23093
23520
  variable_set_list: "variable_set_list";
23094
23521
  variable_set_set_variable: "variable_set_set_variable";
23522
+ wait_for_input: "wait_for_input";
23095
23523
  work_claim_release: "work_claim_release";
23096
23524
  work_claim_upsert: "work_claim_upsert";
23097
23525
  x_accounts_list: "x_accounts_list";
@@ -23110,6 +23538,7 @@ export declare const Session: z.ZodObject<{
23110
23538
  requireApproval: z.ZodDefault<z.ZodUnion<readonly [z.ZodBoolean, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<string[], string[]>>]>>;
23111
23539
  connectionRef: z.ZodDefault<z.ZodNullable<z.ZodObject<{
23112
23540
  connectionId: z.ZodOptional<z.ZodString>;
23541
+ authoritySource: z.ZodOptional<z.ZodLiteral<"host">>;
23113
23542
  provider: z.ZodOptional<z.ZodString>;
23114
23543
  providerDomain: z.ZodString;
23115
23544
  kind: z.ZodOptional<z.ZodEnum<{
@@ -23323,14 +23752,33 @@ export declare const CreateSessionResponse: z.ZodObject<{
23323
23752
  fileId: z.ZodString;
23324
23753
  mountPath: z.ZodOptional<z.ZodString>;
23325
23754
  }, z.core.$strip>], "kind">>;
23326
- skills: z.ZodDefault<z.ZodPipe<z.ZodArray<z.ZodObject<{
23755
+ skills: z.ZodDefault<z.ZodPipe<z.ZodArray<z.ZodPipe<z.ZodObject<{
23327
23756
  name: z.ZodString;
23328
23757
  description: z.ZodOptional<z.ZodString>;
23758
+ activationMode: z.ZodOptional<z.ZodEnum<{
23759
+ session_selected: "session_selected";
23760
+ workspace_managed: "workspace_managed";
23761
+ }>>;
23329
23762
  files: z.ZodArray<z.ZodObject<{
23330
23763
  path: z.ZodString;
23331
23764
  content: z.ZodString;
23332
23765
  }, z.core.$strip>>;
23333
- }, z.core.$strip>>, z.ZodTransform<{
23766
+ }, z.core.$strip>, z.ZodTransform<{
23767
+ name: string;
23768
+ description?: string | undefined;
23769
+ files: {
23770
+ path: string;
23771
+ content: string;
23772
+ }[];
23773
+ }, {
23774
+ name: string;
23775
+ description?: string | undefined;
23776
+ activationMode?: "session_selected" | "workspace_managed" | undefined;
23777
+ files: {
23778
+ path: string;
23779
+ content: string;
23780
+ }[];
23781
+ }>>>, z.ZodTransform<{
23334
23782
  name: string;
23335
23783
  description?: string | undefined;
23336
23784
  files: {
@@ -23510,10 +23958,12 @@ export declare const CreateSessionResponse: z.ZodObject<{
23510
23958
  "workspace:read": "workspace:read";
23511
23959
  }>>>;
23512
23960
  firstPartyMcpTools: z.ZodArray<z.ZodEnum<{
23961
+ artifacts_archive: "artifacts_archive";
23513
23962
  artifacts_create: "artifacts_create";
23514
23963
  artifacts_get_source: "artifacts_get_source";
23515
23964
  artifacts_list: "artifacts_list";
23516
23965
  artifacts_publish: "artifacts_publish";
23966
+ artifacts_restore: "artifacts_restore";
23517
23967
  artifacts_rollback: "artifacts_rollback";
23518
23968
  atlassian_get: "atlassian_get";
23519
23969
  atlassian_search: "atlassian_search";
@@ -23530,6 +23980,7 @@ export declare const CreateSessionResponse: z.ZodObject<{
23530
23980
  browser_tabs: "browser_tabs";
23531
23981
  capability_authorization_request: "capability_authorization_request";
23532
23982
  capability_catalog_search: "capability_catalog_search";
23983
+ command_wait: "command_wait";
23533
23984
  company_profile_confirm: "company_profile_confirm";
23534
23985
  company_profile_propose: "company_profile_propose";
23535
23986
  computer_act: "computer_act";
@@ -23566,7 +24017,6 @@ export declare const CreateSessionResponse: z.ZodObject<{
23566
24017
  goal_progress: "goal_progress";
23567
24018
  goal_set: "goal_set";
23568
24019
  goal_update: "goal_update";
23569
- goal_wait: "goal_wait";
23570
24020
  instruction_policy_propose: "instruction_policy_propose";
23571
24021
  interaction_discover: "interaction_discover";
23572
24022
  interaction_request_human: "interaction_request_human";
@@ -23646,6 +24096,7 @@ export declare const CreateSessionResponse: z.ZodObject<{
23646
24096
  variable_set_get_variable: "variable_set_get_variable";
23647
24097
  variable_set_list: "variable_set_list";
23648
24098
  variable_set_set_variable: "variable_set_set_variable";
24099
+ wait_for_input: "wait_for_input";
23649
24100
  work_claim_release: "work_claim_release";
23650
24101
  work_claim_upsert: "work_claim_upsert";
23651
24102
  x_accounts_list: "x_accounts_list";
@@ -23664,6 +24115,7 @@ export declare const CreateSessionResponse: z.ZodObject<{
23664
24115
  requireApproval: z.ZodDefault<z.ZodUnion<readonly [z.ZodBoolean, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<string[], string[]>>]>>;
23665
24116
  connectionRef: z.ZodDefault<z.ZodNullable<z.ZodObject<{
23666
24117
  connectionId: z.ZodOptional<z.ZodString>;
24118
+ authoritySource: z.ZodOptional<z.ZodLiteral<"host">>;
23667
24119
  provider: z.ZodOptional<z.ZodString>;
23668
24120
  providerDomain: z.ZodString;
23669
24121
  kind: z.ZodOptional<z.ZodEnum<{
@@ -23883,14 +24335,33 @@ export declare const SessionListResponse: z.ZodObject<{
23883
24335
  fileId: z.ZodString;
23884
24336
  mountPath: z.ZodOptional<z.ZodString>;
23885
24337
  }, z.core.$strip>], "kind">>;
23886
- skills: z.ZodDefault<z.ZodPipe<z.ZodArray<z.ZodObject<{
24338
+ skills: z.ZodDefault<z.ZodPipe<z.ZodArray<z.ZodPipe<z.ZodObject<{
23887
24339
  name: z.ZodString;
23888
24340
  description: z.ZodOptional<z.ZodString>;
24341
+ activationMode: z.ZodOptional<z.ZodEnum<{
24342
+ session_selected: "session_selected";
24343
+ workspace_managed: "workspace_managed";
24344
+ }>>;
23889
24345
  files: z.ZodArray<z.ZodObject<{
23890
24346
  path: z.ZodString;
23891
24347
  content: z.ZodString;
23892
24348
  }, z.core.$strip>>;
23893
- }, z.core.$strip>>, z.ZodTransform<{
24349
+ }, z.core.$strip>, z.ZodTransform<{
24350
+ name: string;
24351
+ description?: string | undefined;
24352
+ files: {
24353
+ path: string;
24354
+ content: string;
24355
+ }[];
24356
+ }, {
24357
+ name: string;
24358
+ description?: string | undefined;
24359
+ activationMode?: "session_selected" | "workspace_managed" | undefined;
24360
+ files: {
24361
+ path: string;
24362
+ content: string;
24363
+ }[];
24364
+ }>>>, z.ZodTransform<{
23894
24365
  name: string;
23895
24366
  description?: string | undefined;
23896
24367
  files: {
@@ -24070,10 +24541,12 @@ export declare const SessionListResponse: z.ZodObject<{
24070
24541
  "workspace:read": "workspace:read";
24071
24542
  }>>>;
24072
24543
  firstPartyMcpTools: z.ZodArray<z.ZodEnum<{
24544
+ artifacts_archive: "artifacts_archive";
24073
24545
  artifacts_create: "artifacts_create";
24074
24546
  artifacts_get_source: "artifacts_get_source";
24075
24547
  artifacts_list: "artifacts_list";
24076
24548
  artifacts_publish: "artifacts_publish";
24549
+ artifacts_restore: "artifacts_restore";
24077
24550
  artifacts_rollback: "artifacts_rollback";
24078
24551
  atlassian_get: "atlassian_get";
24079
24552
  atlassian_search: "atlassian_search";
@@ -24090,6 +24563,7 @@ export declare const SessionListResponse: z.ZodObject<{
24090
24563
  browser_tabs: "browser_tabs";
24091
24564
  capability_authorization_request: "capability_authorization_request";
24092
24565
  capability_catalog_search: "capability_catalog_search";
24566
+ command_wait: "command_wait";
24093
24567
  company_profile_confirm: "company_profile_confirm";
24094
24568
  company_profile_propose: "company_profile_propose";
24095
24569
  computer_act: "computer_act";
@@ -24126,7 +24600,6 @@ export declare const SessionListResponse: z.ZodObject<{
24126
24600
  goal_progress: "goal_progress";
24127
24601
  goal_set: "goal_set";
24128
24602
  goal_update: "goal_update";
24129
- goal_wait: "goal_wait";
24130
24603
  instruction_policy_propose: "instruction_policy_propose";
24131
24604
  interaction_discover: "interaction_discover";
24132
24605
  interaction_request_human: "interaction_request_human";
@@ -24206,6 +24679,7 @@ export declare const SessionListResponse: z.ZodObject<{
24206
24679
  variable_set_get_variable: "variable_set_get_variable";
24207
24680
  variable_set_list: "variable_set_list";
24208
24681
  variable_set_set_variable: "variable_set_set_variable";
24682
+ wait_for_input: "wait_for_input";
24209
24683
  work_claim_release: "work_claim_release";
24210
24684
  work_claim_upsert: "work_claim_upsert";
24211
24685
  x_accounts_list: "x_accounts_list";
@@ -24224,6 +24698,7 @@ export declare const SessionListResponse: z.ZodObject<{
24224
24698
  requireApproval: z.ZodDefault<z.ZodUnion<readonly [z.ZodBoolean, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<string[], string[]>>]>>;
24225
24699
  connectionRef: z.ZodDefault<z.ZodNullable<z.ZodObject<{
24226
24700
  connectionId: z.ZodOptional<z.ZodString>;
24701
+ authoritySource: z.ZodOptional<z.ZodLiteral<"host">>;
24227
24702
  provider: z.ZodOptional<z.ZodString>;
24228
24703
  providerDomain: z.ZodString;
24229
24704
  kind: z.ZodOptional<z.ZodEnum<{
@@ -24432,14 +24907,33 @@ export declare const SessionListResponse: z.ZodObject<{
24432
24907
  fileId: z.ZodString;
24433
24908
  mountPath: z.ZodOptional<z.ZodString>;
24434
24909
  }, z.core.$strip>], "kind">>;
24435
- skills: z.ZodDefault<z.ZodPipe<z.ZodArray<z.ZodObject<{
24910
+ skills: z.ZodDefault<z.ZodPipe<z.ZodArray<z.ZodPipe<z.ZodObject<{
24436
24911
  name: z.ZodString;
24437
24912
  description: z.ZodOptional<z.ZodString>;
24913
+ activationMode: z.ZodOptional<z.ZodEnum<{
24914
+ session_selected: "session_selected";
24915
+ workspace_managed: "workspace_managed";
24916
+ }>>;
24438
24917
  files: z.ZodArray<z.ZodObject<{
24439
24918
  path: z.ZodString;
24440
24919
  content: z.ZodString;
24441
24920
  }, z.core.$strip>>;
24442
- }, z.core.$strip>>, z.ZodTransform<{
24921
+ }, z.core.$strip>, z.ZodTransform<{
24922
+ name: string;
24923
+ description?: string | undefined;
24924
+ files: {
24925
+ path: string;
24926
+ content: string;
24927
+ }[];
24928
+ }, {
24929
+ name: string;
24930
+ description?: string | undefined;
24931
+ activationMode?: "session_selected" | "workspace_managed" | undefined;
24932
+ files: {
24933
+ path: string;
24934
+ content: string;
24935
+ }[];
24936
+ }>>>, z.ZodTransform<{
24443
24937
  name: string;
24444
24938
  description?: string | undefined;
24445
24939
  files: {
@@ -24619,10 +25113,12 @@ export declare const SessionListResponse: z.ZodObject<{
24619
25113
  "workspace:read": "workspace:read";
24620
25114
  }>>>;
24621
25115
  firstPartyMcpTools: z.ZodArray<z.ZodEnum<{
25116
+ artifacts_archive: "artifacts_archive";
24622
25117
  artifacts_create: "artifacts_create";
24623
25118
  artifacts_get_source: "artifacts_get_source";
24624
25119
  artifacts_list: "artifacts_list";
24625
25120
  artifacts_publish: "artifacts_publish";
25121
+ artifacts_restore: "artifacts_restore";
24626
25122
  artifacts_rollback: "artifacts_rollback";
24627
25123
  atlassian_get: "atlassian_get";
24628
25124
  atlassian_search: "atlassian_search";
@@ -24639,6 +25135,7 @@ export declare const SessionListResponse: z.ZodObject<{
24639
25135
  browser_tabs: "browser_tabs";
24640
25136
  capability_authorization_request: "capability_authorization_request";
24641
25137
  capability_catalog_search: "capability_catalog_search";
25138
+ command_wait: "command_wait";
24642
25139
  company_profile_confirm: "company_profile_confirm";
24643
25140
  company_profile_propose: "company_profile_propose";
24644
25141
  computer_act: "computer_act";
@@ -24675,7 +25172,6 @@ export declare const SessionListResponse: z.ZodObject<{
24675
25172
  goal_progress: "goal_progress";
24676
25173
  goal_set: "goal_set";
24677
25174
  goal_update: "goal_update";
24678
- goal_wait: "goal_wait";
24679
25175
  instruction_policy_propose: "instruction_policy_propose";
24680
25176
  interaction_discover: "interaction_discover";
24681
25177
  interaction_request_human: "interaction_request_human";
@@ -24755,6 +25251,7 @@ export declare const SessionListResponse: z.ZodObject<{
24755
25251
  variable_set_get_variable: "variable_set_get_variable";
24756
25252
  variable_set_list: "variable_set_list";
24757
25253
  variable_set_set_variable: "variable_set_set_variable";
25254
+ wait_for_input: "wait_for_input";
24758
25255
  work_claim_release: "work_claim_release";
24759
25256
  work_claim_upsert: "work_claim_upsert";
24760
25257
  x_accounts_list: "x_accounts_list";
@@ -24773,6 +25270,7 @@ export declare const SessionListResponse: z.ZodObject<{
24773
25270
  requireApproval: z.ZodDefault<z.ZodUnion<readonly [z.ZodBoolean, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<string[], string[]>>]>>;
24774
25271
  connectionRef: z.ZodDefault<z.ZodNullable<z.ZodObject<{
24775
25272
  connectionId: z.ZodOptional<z.ZodString>;
25273
+ authoritySource: z.ZodOptional<z.ZodLiteral<"host">>;
24776
25274
  provider: z.ZodOptional<z.ZodString>;
24777
25275
  providerDomain: z.ZodString;
24778
25276
  kind: z.ZodOptional<z.ZodEnum<{
@@ -24989,14 +25487,33 @@ export declare const SessionLineageResponse: z.ZodObject<{
24989
25487
  fileId: z.ZodString;
24990
25488
  mountPath: z.ZodOptional<z.ZodString>;
24991
25489
  }, z.core.$strip>], "kind">>;
24992
- skills: z.ZodDefault<z.ZodPipe<z.ZodArray<z.ZodObject<{
25490
+ skills: z.ZodDefault<z.ZodPipe<z.ZodArray<z.ZodPipe<z.ZodObject<{
24993
25491
  name: z.ZodString;
24994
25492
  description: z.ZodOptional<z.ZodString>;
25493
+ activationMode: z.ZodOptional<z.ZodEnum<{
25494
+ session_selected: "session_selected";
25495
+ workspace_managed: "workspace_managed";
25496
+ }>>;
24995
25497
  files: z.ZodArray<z.ZodObject<{
24996
25498
  path: z.ZodString;
24997
25499
  content: z.ZodString;
24998
25500
  }, z.core.$strip>>;
24999
- }, z.core.$strip>>, z.ZodTransform<{
25501
+ }, z.core.$strip>, z.ZodTransform<{
25502
+ name: string;
25503
+ description?: string | undefined;
25504
+ files: {
25505
+ path: string;
25506
+ content: string;
25507
+ }[];
25508
+ }, {
25509
+ name: string;
25510
+ description?: string | undefined;
25511
+ activationMode?: "session_selected" | "workspace_managed" | undefined;
25512
+ files: {
25513
+ path: string;
25514
+ content: string;
25515
+ }[];
25516
+ }>>>, z.ZodTransform<{
25000
25517
  name: string;
25001
25518
  description?: string | undefined;
25002
25519
  files: {
@@ -25176,10 +25693,12 @@ export declare const SessionLineageResponse: z.ZodObject<{
25176
25693
  "workspace:read": "workspace:read";
25177
25694
  }>>>;
25178
25695
  firstPartyMcpTools: z.ZodArray<z.ZodEnum<{
25696
+ artifacts_archive: "artifacts_archive";
25179
25697
  artifacts_create: "artifacts_create";
25180
25698
  artifacts_get_source: "artifacts_get_source";
25181
25699
  artifacts_list: "artifacts_list";
25182
25700
  artifacts_publish: "artifacts_publish";
25701
+ artifacts_restore: "artifacts_restore";
25183
25702
  artifacts_rollback: "artifacts_rollback";
25184
25703
  atlassian_get: "atlassian_get";
25185
25704
  atlassian_search: "atlassian_search";
@@ -25196,6 +25715,7 @@ export declare const SessionLineageResponse: z.ZodObject<{
25196
25715
  browser_tabs: "browser_tabs";
25197
25716
  capability_authorization_request: "capability_authorization_request";
25198
25717
  capability_catalog_search: "capability_catalog_search";
25718
+ command_wait: "command_wait";
25199
25719
  company_profile_confirm: "company_profile_confirm";
25200
25720
  company_profile_propose: "company_profile_propose";
25201
25721
  computer_act: "computer_act";
@@ -25232,7 +25752,6 @@ export declare const SessionLineageResponse: z.ZodObject<{
25232
25752
  goal_progress: "goal_progress";
25233
25753
  goal_set: "goal_set";
25234
25754
  goal_update: "goal_update";
25235
- goal_wait: "goal_wait";
25236
25755
  instruction_policy_propose: "instruction_policy_propose";
25237
25756
  interaction_discover: "interaction_discover";
25238
25757
  interaction_request_human: "interaction_request_human";
@@ -25312,6 +25831,7 @@ export declare const SessionLineageResponse: z.ZodObject<{
25312
25831
  variable_set_get_variable: "variable_set_get_variable";
25313
25832
  variable_set_list: "variable_set_list";
25314
25833
  variable_set_set_variable: "variable_set_set_variable";
25834
+ wait_for_input: "wait_for_input";
25315
25835
  work_claim_release: "work_claim_release";
25316
25836
  work_claim_upsert: "work_claim_upsert";
25317
25837
  x_accounts_list: "x_accounts_list";
@@ -25330,6 +25850,7 @@ export declare const SessionLineageResponse: z.ZodObject<{
25330
25850
  requireApproval: z.ZodDefault<z.ZodUnion<readonly [z.ZodBoolean, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<string[], string[]>>]>>;
25331
25851
  connectionRef: z.ZodDefault<z.ZodNullable<z.ZodObject<{
25332
25852
  connectionId: z.ZodOptional<z.ZodString>;
25853
+ authoritySource: z.ZodOptional<z.ZodLiteral<"host">>;
25333
25854
  provider: z.ZodOptional<z.ZodString>;
25334
25855
  providerDomain: z.ZodString;
25335
25856
  kind: z.ZodOptional<z.ZodEnum<{
@@ -25564,6 +26085,8 @@ export declare const SessionEventType: z.ZodEnum<{
25564
26085
  "session.tool_policy.updated": "session.tool_policy.updated";
25565
26086
  "session.variable_sets.updated": "session.variable_sets.updated";
25566
26087
  "session.visibility.changed": "session.visibility.changed";
26088
+ "session.wait.finished": "session.wait.finished";
26089
+ "session.wait.started": "session.wait.started";
25567
26090
  "stream.closed": "stream.closed";
25568
26091
  "stream.opened": "stream.opened";
25569
26092
  "stream.revoked": "stream.revoked";
@@ -25653,7 +26176,7 @@ export declare const SessionEventReadDirection: z.ZodEnum<{
25653
26176
  export type SessionEventReadDirection = z.infer<typeof SessionEventReadDirection>;
25654
26177
  export declare const SESSION_EVENT_RAW_DELTA_TYPES: readonly ["agent.message.delta", "agent.reasoning.delta", "sandbox.command.output.delta", "terminal.pty.output.delta"];
25655
26178
  export declare const SESSION_EVENT_SEMANTIC_CLASS_TYPES: {
25656
- readonly control: readonly ["session.status.changed", "session.command.backgrounded", "session.requiresAction", "session.humanInput.requested", "user.pause", "user.approvalDecision", "user.humanInputResponse", "goal.set", "goal.updated", "goal.progress", "goal.rewrite.proposed", "goal.rewrite.rejected", "goal.completed", "goal.paused", "goal.resumed", "goal.cleared", "goal.held", "goal.continuation", "system.update.pending", "system.update.delivered", "system.update.superseded", "system.update.cancelled", "system.update.settled", "session.control.paused", "session.control.resumed", "session.control.steer_requested", "workspace.inference.paused", "workspace.inference.resumed", "session.queue.changed", "session.queue.prompt.cancelled", "session.mcp.approval_policy.updated", "session.tool_policy.updated"];
26179
+ readonly control: readonly ["session.status.changed", "session.command.backgrounded", "session.wait.started", "session.wait.finished", "session.requiresAction", "session.humanInput.requested", "user.pause", "user.approvalDecision", "user.humanInputResponse", "goal.set", "goal.updated", "goal.progress", "goal.rewrite.proposed", "goal.rewrite.rejected", "goal.completed", "goal.paused", "goal.resumed", "goal.cleared", "goal.held", "goal.continuation", "system.update.pending", "system.update.delivered", "system.update.superseded", "system.update.cancelled", "system.update.settled", "session.control.paused", "session.control.resumed", "session.control.steer_requested", "workspace.inference.paused", "workspace.inference.resumed", "session.queue.changed", "session.queue.prompt.cancelled", "session.mcp.approval_policy.updated", "session.tool_policy.updated"];
25657
26180
  readonly terminal: readonly ["turn.completed", "agent.message.completed", "turn.failed", "turn.cancelled", "turn.superseded", "goal.completed", "goal.paused", "rig.setup.completed", "rig.setup.skipped", "rig.setup.failed", "sandbox.operation.completed", "sandbox.operation.failed", "recording.available", "recording.failed", "terminal.pty.exited", "session.command.finished"];
25658
26181
  readonly failure: readonly ["session.event.envelope_omitted", "turn.failed", "tool.auth_needed", "credential.auth_needed", "rig.setup.failed", "sandbox.operation.failed", "recording.failed", "sandbox.box.lost", "workspace.revision.degraded", "machine.op.failed", "machine.link.lost"];
25659
26182
  readonly checkpoint: readonly ["session.context.compaction.requested", "session.context.compaction.started", "session.context.compacted", "session.context.compaction.skipped", "session.context.cleared", "turn.recovery.requested", "session.queue.history", "sandbox.box.snapshot", "workspace.revision.captured"];
@@ -25673,12 +26196,23 @@ export declare function resolveSessionEventTypeFilters(input: ResolveSessionEven
25673
26196
  includeTypes: SessionEventType[];
25674
26197
  excludeTypes: SessionEventType[];
25675
26198
  };
26199
+ export declare const ToolAuthNeededReason: z.ZodEnum<{
26200
+ expired: "expired";
26201
+ insufficient_scope: "insufficient_scope";
26202
+ missing_connection: "missing_connection";
26203
+ personal_authority_unavailable: "personal_authority_unavailable";
26204
+ refresh_failed: "refresh_failed";
26205
+ resource_scope_unavailable: "resource_scope_unavailable";
26206
+ unsupported_auth: "unsupported_auth";
26207
+ }>;
26208
+ export type ToolAuthNeededReason = z.infer<typeof ToolAuthNeededReason>;
25676
26209
  export declare const ToolAuthNeededPayload: z.ZodObject<{
25677
26210
  serverId: z.ZodString;
25678
26211
  toolName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25679
26212
  providerDomain: z.ZodString;
25680
26213
  provider: z.ZodOptional<z.ZodString>;
25681
26214
  connectionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
26215
+ authoritySource: z.ZodOptional<z.ZodLiteral<"host">>;
25682
26216
  reason: z.ZodEnum<{
25683
26217
  expired: "expired";
25684
26218
  insufficient_scope: "insufficient_scope";
@@ -25688,6 +26222,15 @@ export declare const ToolAuthNeededPayload: z.ZodObject<{
25688
26222
  resource_scope_unavailable: "resource_scope_unavailable";
25689
26223
  unsupported_auth: "unsupported_auth";
25690
26224
  }>;
26225
+ hostReason: z.ZodOptional<z.ZodEnum<{
26226
+ expired: "expired";
26227
+ insufficient_scope: "insufficient_scope";
26228
+ missing_connection: "missing_connection";
26229
+ personal_authority_unavailable: "personal_authority_unavailable";
26230
+ refresh_failed: "refresh_failed";
26231
+ resource_scope_unavailable: "resource_scope_unavailable";
26232
+ unsupported_auth: "unsupported_auth";
26233
+ }>>;
25691
26234
  scopes: z.ZodOptional<z.ZodArray<z.ZodString>>;
25692
26235
  resource: z.ZodOptional<z.ZodString>;
25693
26236
  selectedResources: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -25944,6 +26487,14 @@ export declare const FsNodeType: z.ZodEnum<{
25944
26487
  symlink: "symlink";
25945
26488
  }>;
25946
26489
  export type FsNodeType = z.infer<typeof FsNodeType>;
26490
+ /** Optional identity copied from one stream-capabilities response. File callers
26491
+ * use it to fail with a retryable route conflict instead of reinterpreting a
26492
+ * canonical path after the selected sandbox or effective root changes. */
26493
+ export declare const FileSystemRouteIdentity: z.ZodObject<{
26494
+ epoch: z.ZodNumber;
26495
+ root: z.ZodString;
26496
+ }, z.core.$strict>;
26497
+ export type FileSystemRouteIdentity = z.infer<typeof FileSystemRouteIdentity>;
25947
26498
  export interface FsTreeNode {
25948
26499
  name: string;
25949
26500
  path: string;
@@ -25960,6 +26511,10 @@ export declare const FsListRequest: z.ZodObject<{
25960
26511
  depth: z.ZodDefault<z.ZodNumber>;
25961
26512
  maxEntries: z.ZodDefault<z.ZodNumber>;
25962
26513
  includeHidden: z.ZodDefault<z.ZodBoolean>;
26514
+ route: z.ZodOptional<z.ZodObject<{
26515
+ epoch: z.ZodNumber;
26516
+ root: z.ZodString;
26517
+ }, z.core.$strict>>;
25963
26518
  }, z.core.$strip>;
25964
26519
  export type FsListRequest = z.infer<typeof FsListRequest>;
25965
26520
  export declare const FsListResponse: z.ZodObject<{
@@ -25977,6 +26532,10 @@ export declare const FsListBatchRequest: z.ZodObject<{
25977
26532
  depth: z.ZodDefault<z.ZodNumber>;
25978
26533
  maxEntries: z.ZodDefault<z.ZodNumber>;
25979
26534
  includeHidden: z.ZodDefault<z.ZodBoolean>;
26535
+ route: z.ZodOptional<z.ZodObject<{
26536
+ epoch: z.ZodNumber;
26537
+ root: z.ZodString;
26538
+ }, z.core.$strict>>;
25980
26539
  }, z.core.$strip>>;
25981
26540
  }, z.core.$strip>;
25982
26541
  export type FsListBatchRequest = z.infer<typeof FsListBatchRequest>;
@@ -26000,6 +26559,10 @@ export declare const FsReadRequest: z.ZodObject<{
26000
26559
  utf8: "utf8";
26001
26560
  }>>;
26002
26561
  maxBytes: z.ZodDefault<z.ZodNumber>;
26562
+ route: z.ZodOptional<z.ZodObject<{
26563
+ epoch: z.ZodNumber;
26564
+ root: z.ZodString;
26565
+ }, z.core.$strict>>;
26003
26566
  }, z.core.$strip>;
26004
26567
  export type FsReadRequest = z.infer<typeof FsReadRequest>;
26005
26568
  export declare const FsReadResponse: z.ZodObject<{
@@ -26024,6 +26587,10 @@ export declare const FsWriteRequest: z.ZodObject<{
26024
26587
  content: z.ZodString;
26025
26588
  overwrite: z.ZodDefault<z.ZodBoolean>;
26026
26589
  createParents: z.ZodDefault<z.ZodBoolean>;
26590
+ route: z.ZodOptional<z.ZodObject<{
26591
+ epoch: z.ZodNumber;
26592
+ root: z.ZodString;
26593
+ }, z.core.$strict>>;
26027
26594
  }, z.core.$strip>;
26028
26595
  export type FsWriteRequest = z.infer<typeof FsWriteRequest>;
26029
26596
  export declare const FsWriteResponse: z.ZodObject<{
@@ -26035,6 +26602,10 @@ export type FsWriteResponse = z.infer<typeof FsWriteResponse>;
26035
26602
  export declare const FsDeleteRequest: z.ZodObject<{
26036
26603
  path: z.ZodString;
26037
26604
  recursive: z.ZodDefault<z.ZodBoolean>;
26605
+ route: z.ZodOptional<z.ZodObject<{
26606
+ epoch: z.ZodNumber;
26607
+ root: z.ZodString;
26608
+ }, z.core.$strict>>;
26038
26609
  }, z.core.$strip>;
26039
26610
  export type FsDeleteRequest = z.infer<typeof FsDeleteRequest>;
26040
26611
  export declare const FsDeleteResponse: z.ZodObject<{
@@ -26046,6 +26617,10 @@ export declare const FsMoveRequest: z.ZodObject<{
26046
26617
  newPath: z.ZodString;
26047
26618
  overwrite: z.ZodDefault<z.ZodBoolean>;
26048
26619
  createParents: z.ZodDefault<z.ZodBoolean>;
26620
+ route: z.ZodOptional<z.ZodObject<{
26621
+ epoch: z.ZodNumber;
26622
+ root: z.ZodString;
26623
+ }, z.core.$strict>>;
26049
26624
  }, z.core.$strip>;
26050
26625
  export type FsMoveRequest = z.infer<typeof FsMoveRequest>;
26051
26626
  export declare const FsMoveResponse: z.ZodObject<{
@@ -26057,6 +26632,10 @@ export type FsMoveResponse = z.infer<typeof FsMoveResponse>;
26057
26632
  export declare const FsMkdirRequest: z.ZodObject<{
26058
26633
  path: z.ZodString;
26059
26634
  recursive: z.ZodDefault<z.ZodBoolean>;
26635
+ route: z.ZodOptional<z.ZodObject<{
26636
+ epoch: z.ZodNumber;
26637
+ root: z.ZodString;
26638
+ }, z.core.$strict>>;
26060
26639
  }, z.core.$strip>;
26061
26640
  export type FsMkdirRequest = z.infer<typeof FsMkdirRequest>;
26062
26641
  export declare const FsMkdirResponse: z.ZodObject<{
@@ -27245,6 +27824,7 @@ export declare const SessionEvent: z.ZodObject<{
27245
27824
  workspaceId: z.ZodString;
27246
27825
  sessionId: z.ZodString;
27247
27826
  sequence: z.ZodNumber;
27827
+ coveredThrough: z.ZodOptional<z.ZodNumber>;
27248
27828
  type: z.ZodEnum<{
27249
27829
  "agent.message.completed": "agent.message.completed";
27250
27830
  "agent.message.delta": "agent.message.delta";
@@ -27326,6 +27906,8 @@ export declare const SessionEvent: z.ZodObject<{
27326
27906
  "session.tool_policy.updated": "session.tool_policy.updated";
27327
27907
  "session.variable_sets.updated": "session.variable_sets.updated";
27328
27908
  "session.visibility.changed": "session.visibility.changed";
27909
+ "session.wait.finished": "session.wait.finished";
27910
+ "session.wait.started": "session.wait.started";
27329
27911
  "stream.closed": "stream.closed";
27330
27912
  "stream.opened": "stream.opened";
27331
27913
  "stream.revoked": "stream.revoked";
@@ -27464,6 +28046,7 @@ export declare const HostSessionEvent: z.ZodObject<{
27464
28046
  workspaceId: z.ZodString;
27465
28047
  sessionId: z.ZodString;
27466
28048
  sequence: z.ZodNumber;
28049
+ coveredThrough: z.ZodOptional<z.ZodNumber>;
27467
28050
  payload: z.ZodDefault<z.ZodUnknown>;
27468
28051
  occurredAt: z.ZodString;
27469
28052
  turnId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -27528,6 +28111,7 @@ export declare const HostEventExport: z.ZodObject<{
27528
28111
  workspaceId: z.ZodString;
27529
28112
  sessionId: z.ZodString;
27530
28113
  sequence: z.ZodNumber;
28114
+ coveredThrough: z.ZodOptional<z.ZodNumber>;
27531
28115
  payload: z.ZodDefault<z.ZodUnknown>;
27532
28116
  occurredAt: z.ZodString;
27533
28117
  turnId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -27621,6 +28205,7 @@ export declare const HostEventExportBatch: z.ZodObject<{
27621
28205
  workspaceId: z.ZodString;
27622
28206
  sessionId: z.ZodString;
27623
28207
  sequence: z.ZodNumber;
28208
+ coveredThrough: z.ZodOptional<z.ZodNumber>;
27624
28209
  payload: z.ZodDefault<z.ZodUnknown>;
27625
28210
  occurredAt: z.ZodString;
27626
28211
  turnId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -27984,6 +28569,7 @@ export declare const SessionQueueMutationResponse: z.ZodObject<{
27984
28569
  kind: z.ZodEnum<{
27985
28570
  agent_message: "agent_message";
27986
28571
  agent_steer_instruction: "agent_steer_instruction";
28572
+ background_command_result: "background_command_result";
27987
28573
  child_paused: "child_paused";
27988
28574
  child_progress: "child_progress";
27989
28575
  child_requires_action: "child_requires_action";
@@ -27993,6 +28579,7 @@ export declare const SessionQueueMutationResponse: z.ZodObject<{
27993
28579
  goal_continuation: "goal_continuation";
27994
28580
  media_generation_result: "media_generation_result";
27995
28581
  scheduled_occurrence: "scheduled_occurrence";
28582
+ session_wait_timeout: "session_wait_timeout";
27996
28583
  }>;
27997
28584
  classification: z.ZodEnum<{
27998
28585
  action_required: "action_required";
@@ -28223,14 +28810,33 @@ export declare const CreateSessionRequest: z.ZodPreprocess<z.ZodObject<{
28223
28810
  fileId: z.ZodString;
28224
28811
  mountPath: z.ZodOptional<z.ZodString>;
28225
28812
  }, z.core.$strip>], "kind">>>;
28226
- skills: z.ZodDefault<z.ZodPipe<z.ZodArray<z.ZodObject<{
28813
+ skills: z.ZodDefault<z.ZodPipe<z.ZodArray<z.ZodPipe<z.ZodObject<{
28227
28814
  name: z.ZodString;
28228
28815
  description: z.ZodOptional<z.ZodString>;
28816
+ activationMode: z.ZodOptional<z.ZodEnum<{
28817
+ session_selected: "session_selected";
28818
+ workspace_managed: "workspace_managed";
28819
+ }>>;
28229
28820
  files: z.ZodArray<z.ZodObject<{
28230
28821
  path: z.ZodString;
28231
28822
  content: z.ZodString;
28232
28823
  }, z.core.$strip>>;
28233
- }, z.core.$strip>>, z.ZodTransform<{
28824
+ }, z.core.$strip>, z.ZodTransform<{
28825
+ name: string;
28826
+ description?: string | undefined;
28827
+ files: {
28828
+ path: string;
28829
+ content: string;
28830
+ }[];
28831
+ }, {
28832
+ name: string;
28833
+ description?: string | undefined;
28834
+ activationMode?: "session_selected" | "workspace_managed" | undefined;
28835
+ files: {
28836
+ path: string;
28837
+ content: string;
28838
+ }[];
28839
+ }>>>, z.ZodTransform<{
28234
28840
  name: string;
28235
28841
  description?: string | undefined;
28236
28842
  files: {
@@ -28245,6 +28851,7 @@ export declare const CreateSessionRequest: z.ZodPreprocess<z.ZodObject<{
28245
28851
  content: string;
28246
28852
  }[];
28247
28853
  }[]>>>;
28854
+ installedSkillIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
28248
28855
  tools: z.ZodDefault<z.ZodArray<z.ZodObject<{
28249
28856
  kind: z.ZodLiteral<"mcp">;
28250
28857
  id: z.ZodString;
@@ -28354,10 +28961,12 @@ export declare const CreateSessionRequest: z.ZodPreprocess<z.ZodObject<{
28354
28961
  "workspace:read": "workspace:read";
28355
28962
  }>>>;
28356
28963
  firstPartyMcpTools: z.ZodOptional<z.ZodArray<z.ZodEnum<{
28964
+ artifacts_archive: "artifacts_archive";
28357
28965
  artifacts_create: "artifacts_create";
28358
28966
  artifacts_get_source: "artifacts_get_source";
28359
28967
  artifacts_list: "artifacts_list";
28360
28968
  artifacts_publish: "artifacts_publish";
28969
+ artifacts_restore: "artifacts_restore";
28361
28970
  artifacts_rollback: "artifacts_rollback";
28362
28971
  atlassian_get: "atlassian_get";
28363
28972
  atlassian_search: "atlassian_search";
@@ -28374,6 +28983,7 @@ export declare const CreateSessionRequest: z.ZodPreprocess<z.ZodObject<{
28374
28983
  browser_tabs: "browser_tabs";
28375
28984
  capability_authorization_request: "capability_authorization_request";
28376
28985
  capability_catalog_search: "capability_catalog_search";
28986
+ command_wait: "command_wait";
28377
28987
  company_profile_confirm: "company_profile_confirm";
28378
28988
  company_profile_propose: "company_profile_propose";
28379
28989
  computer_act: "computer_act";
@@ -28410,7 +29020,6 @@ export declare const CreateSessionRequest: z.ZodPreprocess<z.ZodObject<{
28410
29020
  goal_progress: "goal_progress";
28411
29021
  goal_set: "goal_set";
28412
29022
  goal_update: "goal_update";
28413
- goal_wait: "goal_wait";
28414
29023
  instruction_policy_propose: "instruction_policy_propose";
28415
29024
  interaction_discover: "interaction_discover";
28416
29025
  interaction_request_human: "interaction_request_human";
@@ -28490,6 +29099,7 @@ export declare const CreateSessionRequest: z.ZodPreprocess<z.ZodObject<{
28490
29099
  variable_set_get_variable: "variable_set_get_variable";
28491
29100
  variable_set_list: "variable_set_list";
28492
29101
  variable_set_set_variable: "variable_set_set_variable";
29102
+ wait_for_input: "wait_for_input";
28493
29103
  work_claim_release: "work_claim_release";
28494
29104
  work_claim_upsert: "work_claim_upsert";
28495
29105
  x_accounts_list: "x_accounts_list";
@@ -28510,6 +29120,7 @@ export declare const CreateSessionRequest: z.ZodPreprocess<z.ZodObject<{
28510
29120
  headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
28511
29121
  connectionRef: z.ZodOptional<z.ZodObject<{
28512
29122
  connectionId: z.ZodOptional<z.ZodString>;
29123
+ authoritySource: z.ZodOptional<z.ZodLiteral<"host">>;
28513
29124
  provider: z.ZodOptional<z.ZodString>;
28514
29125
  providerDomain: z.ZodString;
28515
29126
  kind: z.ZodOptional<z.ZodEnum<{
@@ -29131,6 +29742,7 @@ export declare const SteerSessionMessageResponse: z.ZodObject<{
29131
29742
  workspaceId: z.ZodString;
29132
29743
  sessionId: z.ZodString;
29133
29744
  sequence: z.ZodNumber;
29745
+ coveredThrough: z.ZodOptional<z.ZodNumber>;
29134
29746
  type: z.ZodEnum<{
29135
29747
  "agent.message.completed": "agent.message.completed";
29136
29748
  "agent.message.delta": "agent.message.delta";
@@ -29212,6 +29824,8 @@ export declare const SteerSessionMessageResponse: z.ZodObject<{
29212
29824
  "session.tool_policy.updated": "session.tool_policy.updated";
29213
29825
  "session.variable_sets.updated": "session.variable_sets.updated";
29214
29826
  "session.visibility.changed": "session.visibility.changed";
29827
+ "session.wait.finished": "session.wait.finished";
29828
+ "session.wait.started": "session.wait.started";
29215
29829
  "stream.closed": "stream.closed";
29216
29830
  "stream.opened": "stream.opened";
29217
29831
  "stream.revoked": "stream.revoked";
@@ -29454,6 +30068,7 @@ export declare const SubmitComposerDraftResponse: z.ZodObject<{
29454
30068
  workspaceId: z.ZodString;
29455
30069
  sessionId: z.ZodString;
29456
30070
  sequence: z.ZodNumber;
30071
+ coveredThrough: z.ZodOptional<z.ZodNumber>;
29457
30072
  type: z.ZodEnum<{
29458
30073
  "agent.message.completed": "agent.message.completed";
29459
30074
  "agent.message.delta": "agent.message.delta";
@@ -29535,6 +30150,8 @@ export declare const SubmitComposerDraftResponse: z.ZodObject<{
29535
30150
  "session.tool_policy.updated": "session.tool_policy.updated";
29536
30151
  "session.variable_sets.updated": "session.variable_sets.updated";
29537
30152
  "session.visibility.changed": "session.visibility.changed";
30153
+ "session.wait.finished": "session.wait.finished";
30154
+ "session.wait.started": "session.wait.started";
29538
30155
  "stream.closed": "stream.closed";
29539
30156
  "stream.opened": "stream.opened";
29540
30157
  "stream.revoked": "stream.revoked";
@@ -29855,6 +30472,7 @@ export declare const SessionBusMessage: z.ZodObject<{
29855
30472
  workspaceId: z.ZodString;
29856
30473
  sessionId: z.ZodString;
29857
30474
  sequence: z.ZodNumber;
30475
+ coveredThrough: z.ZodOptional<z.ZodNumber>;
29858
30476
  type: z.ZodEnum<{
29859
30477
  "agent.message.completed": "agent.message.completed";
29860
30478
  "agent.message.delta": "agent.message.delta";
@@ -29936,6 +30554,8 @@ export declare const SessionBusMessage: z.ZodObject<{
29936
30554
  "session.tool_policy.updated": "session.tool_policy.updated";
29937
30555
  "session.variable_sets.updated": "session.variable_sets.updated";
29938
30556
  "session.visibility.changed": "session.visibility.changed";
30557
+ "session.wait.finished": "session.wait.finished";
30558
+ "session.wait.started": "session.wait.started";
29939
30559
  "stream.closed": "stream.closed";
29940
30560
  "stream.opened": "stream.opened";
29941
30561
  "stream.revoked": "stream.revoked";
@@ -31333,12 +31953,16 @@ export declare const ModelCredentialSourceV1: z.ZodUnion<readonly [z.ZodObject<{
31333
31953
  }, z.core.$strict>, z.ZodObject<{
31334
31954
  kind: z.ZodLiteral<"workspace_connection">;
31335
31955
  mechanism: z.ZodLiteral<"api_key">;
31956
+ }, z.core.$strict>, z.ZodObject<{
31957
+ kind: z.ZodLiteral<"organization_connection">;
31958
+ mechanism: z.ZodLiteral<"api_key">;
31336
31959
  }, z.core.$strict>]>;
31337
31960
  export type ModelCredentialSourceV1 = z.infer<typeof ModelCredentialSourceV1>;
31338
31961
  export declare const ModelBillingAttributionV1: z.ZodObject<{
31339
31962
  upstreamPayer: z.ZodEnum<{
31340
31963
  connected_subscription: "connected_subscription";
31341
31964
  deployment: "deployment";
31965
+ organization: "organization";
31342
31966
  workspace: "workspace";
31343
31967
  }>;
31344
31968
  metering: z.ZodEnum<{
@@ -31347,6 +31971,14 @@ export declare const ModelBillingAttributionV1: z.ZodObject<{
31347
31971
  }>;
31348
31972
  }, z.core.$strict>;
31349
31973
  export type ModelBillingAttributionV1 = z.infer<typeof ModelBillingAttributionV1>;
31974
+ export declare const ModelCostClassV1: z.ZodEnum<{
31975
+ credits: "credits";
31976
+ free: "free";
31977
+ organization: "organization";
31978
+ subscription: "subscription";
31979
+ workspace: "workspace";
31980
+ }>;
31981
+ export type ModelCostClassV1 = z.infer<typeof ModelCostClassV1>;
31350
31982
  export declare const TURN_EXECUTION_POLICY_METADATA_KEY: "turnExecutionPolicyV1";
31351
31983
  export declare const TurnExecutionModelSourceV1: z.ZodEnum<{
31352
31984
  continuation: "continuation";
@@ -31437,6 +32069,9 @@ export declare const TurnExecutionPolicyV1: z.ZodObject<{
31437
32069
  }, z.core.$strict>, z.ZodObject<{
31438
32070
  kind: z.ZodLiteral<"workspace_connection">;
31439
32071
  mechanism: z.ZodLiteral<"api_key">;
32072
+ }, z.core.$strict>, z.ZodObject<{
32073
+ kind: z.ZodLiteral<"organization_connection">;
32074
+ mechanism: z.ZodLiteral<"api_key">;
31440
32075
  }, z.core.$strict>]>, z.ZodObject<{
31441
32076
  kind: z.ZodLiteral<"deployment">;
31442
32077
  mechanism: z.ZodLiteral<"none">;
@@ -31445,6 +32080,7 @@ export declare const TurnExecutionPolicyV1: z.ZodObject<{
31445
32080
  upstreamPayer: z.ZodEnum<{
31446
32081
  connected_subscription: "connected_subscription";
31447
32082
  deployment: "deployment";
32083
+ organization: "organization";
31448
32084
  workspace: "workspace";
31449
32085
  }>;
31450
32086
  metering: z.ZodEnum<{
@@ -31455,6 +32091,43 @@ export declare const TurnExecutionPolicyV1: z.ZodObject<{
31455
32091
  definitionVersion: z.ZodString;
31456
32092
  }, z.core.$strict>;
31457
32093
  export type TurnExecutionPolicyV1 = z.infer<typeof TurnExecutionPolicyV1>;
32094
+ /**
32095
+ * Secret-safe Codex allocator policy accepted with the first durable lease of
32096
+ * a logical turn. Account ids are policy references only; credential material
32097
+ * and provider tokens must never be stored here.
32098
+ */
32099
+ export declare const CODEX_CREDENTIAL_POLICY_SNAPSHOT_METADATA_KEY: "codexCredentialPolicySnapshotV1";
32100
+ export declare const CodexCredentialPolicySnapshotV1: z.ZodObject<{
32101
+ schemaVersion: z.ZodLiteral<1>;
32102
+ activeCredentialId: z.ZodNullable<z.ZodString>;
32103
+ rotationEnabled: z.ZodBoolean;
32104
+ rotationStrategy: z.ZodString;
32105
+ source: z.ZodOptional<z.ZodEnum<{
32106
+ disabled: "disabled";
32107
+ organization: "organization";
32108
+ workspace: "workspace";
32109
+ }>>;
32110
+ pinnedCredentialId: z.ZodNullable<z.ZodString>;
32111
+ pinSource: z.ZodNullable<z.ZodEnum<{
32112
+ manual: "manual";
32113
+ policy: "policy";
32114
+ }>>;
32115
+ lastCredentialId: z.ZodNullable<z.ZodString>;
32116
+ }, z.core.$strict>;
32117
+ export type CodexCredentialPolicySnapshotV1 = z.infer<typeof CodexCredentialPolicySnapshotV1>;
32118
+ export type CodexCredentialPolicySnapshotReadV1 = {
32119
+ kind: "absent";
32120
+ } | {
32121
+ kind: "valid";
32122
+ policy: CodexCredentialPolicySnapshotV1;
32123
+ };
32124
+ /**
32125
+ * Read the accepted Codex allocator policy from turn metadata. A present but
32126
+ * malformed snapshot fails closed; only a missing key is legacy metadata.
32127
+ */
32128
+ export declare function readCodexCredentialPolicySnapshotV1(metadata: unknown): CodexCredentialPolicySnapshotReadV1;
32129
+ /** Merge a trusted Codex allocator policy snapshot into turn metadata. */
32130
+ export declare function metadataWithCodexCredentialPolicySnapshotV1(metadata: Readonly<Record<string, unknown>> | null | undefined, policy: CodexCredentialPolicySnapshotV1): Record<string, unknown>;
31458
32131
  export type TurnExecutionPolicyReadV1 = {
31459
32132
  kind: "absent";
31460
32133
  } | {
@@ -31479,6 +32152,7 @@ export declare function turnExecutionPolicyAuditMetadata(policy: TurnExecutionPo
31479
32152
  export declare const ModelPricingV1: z.ZodObject<{
31480
32153
  inputMicrosPerMillionTokens: z.ZodNumber;
31481
32154
  cachedInputMicrosPerMillionTokens: z.ZodOptional<z.ZodNumber>;
32155
+ cacheWriteMicrosPerMillionTokens: z.ZodOptional<z.ZodNumber>;
31482
32156
  outputMicrosPerMillionTokens: z.ZodNumber;
31483
32157
  marginBps: z.ZodOptional<z.ZodNumber>;
31484
32158
  }, z.core.$strip>;
@@ -31487,6 +32161,7 @@ export declare const ModelPricingScheduleV1: z.ZodObject<{
31487
32161
  default: z.ZodObject<{
31488
32162
  inputMicrosPerMillionTokens: z.ZodNumber;
31489
32163
  cachedInputMicrosPerMillionTokens: z.ZodOptional<z.ZodNumber>;
32164
+ cacheWriteMicrosPerMillionTokens: z.ZodOptional<z.ZodNumber>;
31490
32165
  outputMicrosPerMillionTokens: z.ZodNumber;
31491
32166
  marginBps: z.ZodOptional<z.ZodNumber>;
31492
32167
  }, z.core.$strip>;
@@ -31495,6 +32170,7 @@ export declare const ModelPricingScheduleV1: z.ZodObject<{
31495
32170
  pricing: z.ZodObject<{
31496
32171
  inputMicrosPerMillionTokens: z.ZodNumber;
31497
32172
  cachedInputMicrosPerMillionTokens: z.ZodOptional<z.ZodNumber>;
32173
+ cacheWriteMicrosPerMillionTokens: z.ZodOptional<z.ZodNumber>;
31498
32174
  outputMicrosPerMillionTokens: z.ZodNumber;
31499
32175
  marginBps: z.ZodOptional<z.ZodNumber>;
31500
32176
  }, z.core.$strip>;
@@ -31521,6 +32197,7 @@ export declare const ClientModel: z.ZodObject<{
31521
32197
  source: z.ZodOptional<z.ZodEnum<{
31522
32198
  codex: "codex";
31523
32199
  opengeni: "opengeni";
32200
+ openrouter: "openrouter";
31524
32201
  supergrok: "supergrok";
31525
32202
  workspace_gateway: "workspace_gateway";
31526
32203
  }>>;
@@ -31555,11 +32232,15 @@ export declare const ClientModel: z.ZodObject<{
31555
32232
  }, z.core.$strict>, z.ZodObject<{
31556
32233
  kind: z.ZodLiteral<"workspace_connection">;
31557
32234
  mechanism: z.ZodLiteral<"api_key">;
32235
+ }, z.core.$strict>, z.ZodObject<{
32236
+ kind: z.ZodLiteral<"organization_connection">;
32237
+ mechanism: z.ZodLiteral<"api_key">;
31558
32238
  }, z.core.$strict>]>>;
31559
32239
  billing: z.ZodOptional<z.ZodObject<{
31560
32240
  upstreamPayer: z.ZodEnum<{
31561
32241
  connected_subscription: "connected_subscription";
31562
32242
  deployment: "deployment";
32243
+ organization: "organization";
31563
32244
  workspace: "workspace";
31564
32245
  }>;
31565
32246
  metering: z.ZodEnum<{
@@ -31567,6 +32248,13 @@ export declare const ClientModel: z.ZodObject<{
31567
32248
  opengeni_credits: "opengeni_credits";
31568
32249
  }>;
31569
32250
  }, z.core.$strict>>;
32251
+ cost: z.ZodOptional<z.ZodEnum<{
32252
+ credits: "credits";
32253
+ free: "free";
32254
+ organization: "organization";
32255
+ subscription: "subscription";
32256
+ workspace: "workspace";
32257
+ }>>;
31570
32258
  capabilities: z.ZodOptional<z.ZodObject<{
31571
32259
  reasoning: z.ZodObject<{
31572
32260
  upstream: z.ZodEnum<{
@@ -31706,6 +32394,7 @@ export declare const ClientModel: z.ZodObject<{
31706
32394
  default: z.ZodObject<{
31707
32395
  inputMicrosPerMillionTokens: z.ZodNumber;
31708
32396
  cachedInputMicrosPerMillionTokens: z.ZodOptional<z.ZodNumber>;
32397
+ cacheWriteMicrosPerMillionTokens: z.ZodOptional<z.ZodNumber>;
31709
32398
  outputMicrosPerMillionTokens: z.ZodNumber;
31710
32399
  marginBps: z.ZodOptional<z.ZodNumber>;
31711
32400
  }, z.core.$strip>;
@@ -31714,6 +32403,7 @@ export declare const ClientModel: z.ZodObject<{
31714
32403
  pricing: z.ZodObject<{
31715
32404
  inputMicrosPerMillionTokens: z.ZodNumber;
31716
32405
  cachedInputMicrosPerMillionTokens: z.ZodOptional<z.ZodNumber>;
32406
+ cacheWriteMicrosPerMillionTokens: z.ZodOptional<z.ZodNumber>;
31717
32407
  outputMicrosPerMillionTokens: z.ZodNumber;
31718
32408
  marginBps: z.ZodOptional<z.ZodNumber>;
31719
32409
  }, z.core.$strip>;
@@ -31776,6 +32466,7 @@ export declare const WorkspaceModelCatalogModel: z.ZodObject<{
31776
32466
  source: z.ZodOptional<z.ZodEnum<{
31777
32467
  codex: "codex";
31778
32468
  opengeni: "opengeni";
32469
+ openrouter: "openrouter";
31779
32470
  supergrok: "supergrok";
31780
32471
  workspace_gateway: "workspace_gateway";
31781
32472
  }>>;
@@ -31810,11 +32501,15 @@ export declare const WorkspaceModelCatalogModel: z.ZodObject<{
31810
32501
  }, z.core.$strict>, z.ZodObject<{
31811
32502
  kind: z.ZodLiteral<"workspace_connection">;
31812
32503
  mechanism: z.ZodLiteral<"api_key">;
32504
+ }, z.core.$strict>, z.ZodObject<{
32505
+ kind: z.ZodLiteral<"organization_connection">;
32506
+ mechanism: z.ZodLiteral<"api_key">;
31813
32507
  }, z.core.$strict>]>>;
31814
32508
  billing: z.ZodOptional<z.ZodObject<{
31815
32509
  upstreamPayer: z.ZodEnum<{
31816
32510
  connected_subscription: "connected_subscription";
31817
32511
  deployment: "deployment";
32512
+ organization: "organization";
31818
32513
  workspace: "workspace";
31819
32514
  }>;
31820
32515
  metering: z.ZodEnum<{
@@ -31822,6 +32517,13 @@ export declare const WorkspaceModelCatalogModel: z.ZodObject<{
31822
32517
  opengeni_credits: "opengeni_credits";
31823
32518
  }>;
31824
32519
  }, z.core.$strict>>;
32520
+ cost: z.ZodOptional<z.ZodEnum<{
32521
+ credits: "credits";
32522
+ free: "free";
32523
+ organization: "organization";
32524
+ subscription: "subscription";
32525
+ workspace: "workspace";
32526
+ }>>;
31825
32527
  capabilities: z.ZodOptional<z.ZodObject<{
31826
32528
  reasoning: z.ZodObject<{
31827
32529
  upstream: z.ZodEnum<{
@@ -31961,6 +32663,7 @@ export declare const WorkspaceModelCatalogModel: z.ZodObject<{
31961
32663
  default: z.ZodObject<{
31962
32664
  inputMicrosPerMillionTokens: z.ZodNumber;
31963
32665
  cachedInputMicrosPerMillionTokens: z.ZodOptional<z.ZodNumber>;
32666
+ cacheWriteMicrosPerMillionTokens: z.ZodOptional<z.ZodNumber>;
31964
32667
  outputMicrosPerMillionTokens: z.ZodNumber;
31965
32668
  marginBps: z.ZodOptional<z.ZodNumber>;
31966
32669
  }, z.core.$strip>;
@@ -31969,6 +32672,7 @@ export declare const WorkspaceModelCatalogModel: z.ZodObject<{
31969
32672
  pricing: z.ZodObject<{
31970
32673
  inputMicrosPerMillionTokens: z.ZodNumber;
31971
32674
  cachedInputMicrosPerMillionTokens: z.ZodOptional<z.ZodNumber>;
32675
+ cacheWriteMicrosPerMillionTokens: z.ZodOptional<z.ZodNumber>;
31972
32676
  outputMicrosPerMillionTokens: z.ZodNumber;
31973
32677
  marginBps: z.ZodOptional<z.ZodNumber>;
31974
32678
  }, z.core.$strip>;
@@ -32031,6 +32735,7 @@ export declare const WorkspaceModelCatalogResponse: z.ZodObject<{
32031
32735
  source: z.ZodOptional<z.ZodEnum<{
32032
32736
  codex: "codex";
32033
32737
  opengeni: "opengeni";
32738
+ openrouter: "openrouter";
32034
32739
  supergrok: "supergrok";
32035
32740
  workspace_gateway: "workspace_gateway";
32036
32741
  }>>;
@@ -32065,11 +32770,15 @@ export declare const WorkspaceModelCatalogResponse: z.ZodObject<{
32065
32770
  }, z.core.$strict>, z.ZodObject<{
32066
32771
  kind: z.ZodLiteral<"workspace_connection">;
32067
32772
  mechanism: z.ZodLiteral<"api_key">;
32773
+ }, z.core.$strict>, z.ZodObject<{
32774
+ kind: z.ZodLiteral<"organization_connection">;
32775
+ mechanism: z.ZodLiteral<"api_key">;
32068
32776
  }, z.core.$strict>]>>;
32069
32777
  billing: z.ZodOptional<z.ZodObject<{
32070
32778
  upstreamPayer: z.ZodEnum<{
32071
32779
  connected_subscription: "connected_subscription";
32072
32780
  deployment: "deployment";
32781
+ organization: "organization";
32073
32782
  workspace: "workspace";
32074
32783
  }>;
32075
32784
  metering: z.ZodEnum<{
@@ -32077,6 +32786,13 @@ export declare const WorkspaceModelCatalogResponse: z.ZodObject<{
32077
32786
  opengeni_credits: "opengeni_credits";
32078
32787
  }>;
32079
32788
  }, z.core.$strict>>;
32789
+ cost: z.ZodOptional<z.ZodEnum<{
32790
+ credits: "credits";
32791
+ free: "free";
32792
+ organization: "organization";
32793
+ subscription: "subscription";
32794
+ workspace: "workspace";
32795
+ }>>;
32080
32796
  capabilities: z.ZodOptional<z.ZodObject<{
32081
32797
  reasoning: z.ZodObject<{
32082
32798
  upstream: z.ZodEnum<{
@@ -32216,6 +32932,7 @@ export declare const WorkspaceModelCatalogResponse: z.ZodObject<{
32216
32932
  default: z.ZodObject<{
32217
32933
  inputMicrosPerMillionTokens: z.ZodNumber;
32218
32934
  cachedInputMicrosPerMillionTokens: z.ZodOptional<z.ZodNumber>;
32935
+ cacheWriteMicrosPerMillionTokens: z.ZodOptional<z.ZodNumber>;
32219
32936
  outputMicrosPerMillionTokens: z.ZodNumber;
32220
32937
  marginBps: z.ZodOptional<z.ZodNumber>;
32221
32938
  }, z.core.$strip>;
@@ -32224,6 +32941,7 @@ export declare const WorkspaceModelCatalogResponse: z.ZodObject<{
32224
32941
  pricing: z.ZodObject<{
32225
32942
  inputMicrosPerMillionTokens: z.ZodNumber;
32226
32943
  cachedInputMicrosPerMillionTokens: z.ZodOptional<z.ZodNumber>;
32944
+ cacheWriteMicrosPerMillionTokens: z.ZodOptional<z.ZodNumber>;
32227
32945
  outputMicrosPerMillionTokens: z.ZodNumber;
32228
32946
  marginBps: z.ZodOptional<z.ZodNumber>;
32229
32947
  }, z.core.$strip>;
@@ -32304,6 +33022,7 @@ export declare const ClientConfig: z.ZodObject<{
32304
33022
  source: z.ZodOptional<z.ZodEnum<{
32305
33023
  codex: "codex";
32306
33024
  opengeni: "opengeni";
33025
+ openrouter: "openrouter";
32307
33026
  supergrok: "supergrok";
32308
33027
  workspace_gateway: "workspace_gateway";
32309
33028
  }>>;
@@ -32338,11 +33057,15 @@ export declare const ClientConfig: z.ZodObject<{
32338
33057
  }, z.core.$strict>, z.ZodObject<{
32339
33058
  kind: z.ZodLiteral<"workspace_connection">;
32340
33059
  mechanism: z.ZodLiteral<"api_key">;
33060
+ }, z.core.$strict>, z.ZodObject<{
33061
+ kind: z.ZodLiteral<"organization_connection">;
33062
+ mechanism: z.ZodLiteral<"api_key">;
32341
33063
  }, z.core.$strict>]>>;
32342
33064
  billing: z.ZodOptional<z.ZodObject<{
32343
33065
  upstreamPayer: z.ZodEnum<{
32344
33066
  connected_subscription: "connected_subscription";
32345
33067
  deployment: "deployment";
33068
+ organization: "organization";
32346
33069
  workspace: "workspace";
32347
33070
  }>;
32348
33071
  metering: z.ZodEnum<{
@@ -32350,6 +33073,13 @@ export declare const ClientConfig: z.ZodObject<{
32350
33073
  opengeni_credits: "opengeni_credits";
32351
33074
  }>;
32352
33075
  }, z.core.$strict>>;
33076
+ cost: z.ZodOptional<z.ZodEnum<{
33077
+ credits: "credits";
33078
+ free: "free";
33079
+ organization: "organization";
33080
+ subscription: "subscription";
33081
+ workspace: "workspace";
33082
+ }>>;
32353
33083
  capabilities: z.ZodOptional<z.ZodObject<{
32354
33084
  reasoning: z.ZodObject<{
32355
33085
  upstream: z.ZodEnum<{
@@ -32489,6 +33219,7 @@ export declare const ClientConfig: z.ZodObject<{
32489
33219
  default: z.ZodObject<{
32490
33220
  inputMicrosPerMillionTokens: z.ZodNumber;
32491
33221
  cachedInputMicrosPerMillionTokens: z.ZodOptional<z.ZodNumber>;
33222
+ cacheWriteMicrosPerMillionTokens: z.ZodOptional<z.ZodNumber>;
32492
33223
  outputMicrosPerMillionTokens: z.ZodNumber;
32493
33224
  marginBps: z.ZodOptional<z.ZodNumber>;
32494
33225
  }, z.core.$strip>;
@@ -32497,6 +33228,7 @@ export declare const ClientConfig: z.ZodObject<{
32497
33228
  pricing: z.ZodObject<{
32498
33229
  inputMicrosPerMillionTokens: z.ZodNumber;
32499
33230
  cachedInputMicrosPerMillionTokens: z.ZodOptional<z.ZodNumber>;
33231
+ cacheWriteMicrosPerMillionTokens: z.ZodOptional<z.ZodNumber>;
32500
33232
  outputMicrosPerMillionTokens: z.ZodNumber;
32501
33233
  marginBps: z.ZodOptional<z.ZodNumber>;
32502
33234
  }, z.core.$strip>;
@@ -32542,10 +33274,12 @@ export declare const ClientConfig: z.ZodObject<{
32542
33274
  }, z.core.$strip>>>;
32543
33275
  firstPartyMcpTools: z.ZodDefault<z.ZodObject<{
32544
33276
  default: z.ZodArray<z.ZodEnum<{
33277
+ artifacts_archive: "artifacts_archive";
32545
33278
  artifacts_create: "artifacts_create";
32546
33279
  artifacts_get_source: "artifacts_get_source";
32547
33280
  artifacts_list: "artifacts_list";
32548
33281
  artifacts_publish: "artifacts_publish";
33282
+ artifacts_restore: "artifacts_restore";
32549
33283
  artifacts_rollback: "artifacts_rollback";
32550
33284
  atlassian_get: "atlassian_get";
32551
33285
  atlassian_search: "atlassian_search";
@@ -32562,6 +33296,7 @@ export declare const ClientConfig: z.ZodObject<{
32562
33296
  browser_tabs: "browser_tabs";
32563
33297
  capability_authorization_request: "capability_authorization_request";
32564
33298
  capability_catalog_search: "capability_catalog_search";
33299
+ command_wait: "command_wait";
32565
33300
  company_profile_confirm: "company_profile_confirm";
32566
33301
  company_profile_propose: "company_profile_propose";
32567
33302
  computer_act: "computer_act";
@@ -32598,7 +33333,6 @@ export declare const ClientConfig: z.ZodObject<{
32598
33333
  goal_progress: "goal_progress";
32599
33334
  goal_set: "goal_set";
32600
33335
  goal_update: "goal_update";
32601
- goal_wait: "goal_wait";
32602
33336
  instruction_policy_propose: "instruction_policy_propose";
32603
33337
  interaction_discover: "interaction_discover";
32604
33338
  interaction_request_human: "interaction_request_human";
@@ -32678,6 +33412,7 @@ export declare const ClientConfig: z.ZodObject<{
32678
33412
  variable_set_get_variable: "variable_set_get_variable";
32679
33413
  variable_set_list: "variable_set_list";
32680
33414
  variable_set_set_variable: "variable_set_set_variable";
33415
+ wait_for_input: "wait_for_input";
32681
33416
  work_claim_release: "work_claim_release";
32682
33417
  work_claim_upsert: "work_claim_upsert";
32683
33418
  x_accounts_list: "x_accounts_list";
@@ -32688,10 +33423,12 @@ export declare const ClientConfig: z.ZodObject<{
32688
33423
  x_thread_fetch: "x_thread_fetch";
32689
33424
  }>>;
32690
33425
  allowed: z.ZodArray<z.ZodEnum<{
33426
+ artifacts_archive: "artifacts_archive";
32691
33427
  artifacts_create: "artifacts_create";
32692
33428
  artifacts_get_source: "artifacts_get_source";
32693
33429
  artifacts_list: "artifacts_list";
32694
33430
  artifacts_publish: "artifacts_publish";
33431
+ artifacts_restore: "artifacts_restore";
32695
33432
  artifacts_rollback: "artifacts_rollback";
32696
33433
  atlassian_get: "atlassian_get";
32697
33434
  atlassian_search: "atlassian_search";
@@ -32708,6 +33445,7 @@ export declare const ClientConfig: z.ZodObject<{
32708
33445
  browser_tabs: "browser_tabs";
32709
33446
  capability_authorization_request: "capability_authorization_request";
32710
33447
  capability_catalog_search: "capability_catalog_search";
33448
+ command_wait: "command_wait";
32711
33449
  company_profile_confirm: "company_profile_confirm";
32712
33450
  company_profile_propose: "company_profile_propose";
32713
33451
  computer_act: "computer_act";
@@ -32744,7 +33482,6 @@ export declare const ClientConfig: z.ZodObject<{
32744
33482
  goal_progress: "goal_progress";
32745
33483
  goal_set: "goal_set";
32746
33484
  goal_update: "goal_update";
32747
- goal_wait: "goal_wait";
32748
33485
  instruction_policy_propose: "instruction_policy_propose";
32749
33486
  interaction_discover: "interaction_discover";
32750
33487
  interaction_request_human: "interaction_request_human";
@@ -32824,6 +33561,7 @@ export declare const ClientConfig: z.ZodObject<{
32824
33561
  variable_set_get_variable: "variable_set_get_variable";
32825
33562
  variable_set_list: "variable_set_list";
32826
33563
  variable_set_set_variable: "variable_set_set_variable";
33564
+ wait_for_input: "wait_for_input";
32827
33565
  work_claim_release: "work_claim_release";
32828
33566
  work_claim_upsert: "work_claim_upsert";
32829
33567
  x_accounts_list: "x_accounts_list";
@@ -32935,6 +33673,7 @@ export * from "./xai-provider-account-authority.js";
32935
33673
  export * from "./workspace-instruction-policies.js";
32936
33674
  export * from "./company-profile.js";
32937
33675
  export * from "./company-brain.js";
33676
+ export * from "./model-context-inspector.js";
32938
33677
  export * from "./workspace-learning-policy.js";
32939
33678
  export * from "./workspace-learning-administration.js";
32940
33679
  export * from "./workspace-state.js";