sneakoscope 6.0.3 → 6.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +29 -12
- package/config/codex-releases/{rust-v0.142.0.json → rust-v0.144.1.json} +6 -6
- package/crates/sks-core/Cargo.lock +1 -1
- package/crates/sks-core/Cargo.toml +1 -1
- package/dist/bin/fast-inline.js +18 -14
- package/dist/bin/sks-dispatch.js +2 -4
- package/dist/cli/args.js +2 -0
- package/dist/cli/command-manifest-lite.js +2 -3
- package/dist/cli/command-registry.js +3 -4
- package/dist/cli/help-fast.js +1 -1
- package/dist/cli/install-helpers.js +348 -763
- package/dist/cli/install-tool-helpers.js +287 -0
- package/dist/cli/router.js +91 -6
- package/dist/commands/codex-lb.js +188 -53
- package/dist/commands/codex.js +44 -5
- package/dist/commands/doctor.js +302 -46
- package/dist/commands/tmux.js +5 -1
- package/dist/commands/versioning.js +7 -0
- package/dist/commands/zellij-monitor-pane.js +2 -0
- package/dist/commands/zellij-viewport-pane.js +3 -1
- package/dist/commands/zellij.js +1 -1
- package/dist/config/skills-manifest.json +59 -59
- package/dist/core/agent-bridge/agent-manifest.js +48 -0
- package/dist/core/agents/agent-central-ledger.js +9 -0
- package/dist/core/agents/agent-cleanup-executor.js +334 -41
- package/dist/core/agents/agent-cleanup.js +20 -1
- package/dist/core/agents/agent-command-surface.js +3 -1
- package/dist/core/agents/agent-effort-policy.js +30 -38
- package/dist/core/agents/agent-janitor.js +9 -10
- package/dist/core/agents/agent-namespace-safety.js +56 -0
- package/dist/core/agents/agent-orchestrator.js +25 -3
- package/dist/core/agents/agent-output-validator.js +1 -1
- package/dist/core/agents/agent-plan.js +100 -21
- package/dist/core/agents/agent-role-config.js +43 -49
- package/dist/core/agents/agent-runner-codex-exec.js +18 -3
- package/dist/core/agents/agent-runner-process.js +1 -0
- package/dist/core/agents/agent-schema.js +3 -2
- package/dist/core/agents/fast-mode-policy.js +3 -5
- package/dist/core/agents/native-cli-session-swarm.js +1 -1
- package/dist/core/agents/native-worker-backend-router.js +2 -1
- package/dist/core/agents/work-partition/repo-inventory.js +68 -7
- package/dist/core/agents/zellij-right-lane-cockpit.js +2 -2
- package/dist/core/code-structure.js +5 -4
- package/dist/core/codex/agent-config-file-repair.js +94 -193
- package/dist/core/codex/codex-cli-update.js +723 -0
- package/dist/core/codex/codex-config-guard.js +38 -11
- package/dist/core/codex/codex-project-config-policy.js +3 -6
- package/dist/core/codex/codex-startup-config-postcheck.js +52 -42
- package/dist/core/codex-adapter.js +35 -22
- package/dist/core/codex-app/codex-agent-role-sync.js +13 -54
- package/dist/core/codex-app/codex-app-fast-ui-repair.js +51 -20
- package/dist/core/codex-app/codex-app-launcher.js +48 -17
- package/dist/core/codex-app/codex-app-restart.js +23 -2
- package/dist/core/codex-app/codex-app-ui-state-snapshot.js +11 -3
- package/dist/core/codex-app/sks-menubar.js +136 -5
- package/dist/core/codex-app.js +35 -14
- package/dist/core/codex-compat/codex-hook-warning-detector.js +10 -1
- package/dist/core/codex-compat/codex-release-manifest.js +6 -6
- package/dist/core/codex-control/codex-0139-doctor-real-probe.js +7 -1
- package/dist/core/codex-control/codex-0139-image-path-real-probe.js +29 -12
- package/dist/core/codex-control/codex-0139-probe-runner.js +103 -28
- package/dist/core/codex-control/codex-0139-real-probe-summary.js +7 -3
- package/dist/core/codex-control/codex-0139-real-probes.js +21 -6
- package/dist/core/codex-control/codex-0139-sandbox-real-probe.js +39 -13
- package/dist/core/codex-control/codex-0139-web-search-probe.js +28 -14
- package/dist/core/codex-control/{codex-0142-capability.js → codex-0144-capability.js} +22 -22
- package/dist/core/codex-control/codex-0144-collab-agent-real-probe.js +63 -0
- package/dist/core/codex-control/codex-lb-launch-recovery.js +278 -0
- package/dist/core/codex-control/codex-multi-agent-event-normalizer.js +5 -1
- package/dist/core/codex-control/codex-reliability-shield.js +93 -30
- package/dist/core/codex-control/codex-sdk-adapter.js +96 -13
- package/dist/core/codex-control/codex-sdk-config-policy.js +2 -1
- package/dist/core/codex-control/codex-sdk-sandbox-policy.js +6 -3
- package/dist/core/codex-control/codex-task-runner.js +62 -9
- package/dist/core/codex-control/python-codex-sdk-adapter.js +30 -3
- package/dist/core/codex-exec-output-schema.js +35 -6
- package/dist/core/codex-lb/codex-lb-env.js +30 -1
- package/dist/core/codex-lb/codex-lb-tool-catalog.js +478 -0
- package/dist/core/codex-lb/codex-lb-tool-output-recovery.js +291 -0
- package/dist/core/codex-native/codex-native-feature-broker.js +31 -38
- package/dist/core/codex-native/codex-native-feature-matrix.js +2 -2
- package/dist/core/codex-native/codex-native-repair-transaction.js +1 -1
- package/dist/core/codex-native/core-skill-manifest.js +8 -4
- package/dist/core/codex-native/native-capability-postcheck.js +16 -8
- package/dist/core/codex-native/native-capability-repair-matrix.js +76 -27
- package/dist/core/codex-plugins/codex-plugin-json.js +67 -21
- package/dist/core/codex-plugins/codex-plugin-repair.js +118 -0
- package/dist/core/codex-runtime/codex-desktop-config-policy.js +305 -0
- package/dist/core/commands/agent-bridge-command.js +23 -2
- package/dist/core/commands/agent-command.js +38 -5
- package/dist/core/commands/basic-cli.js +77 -30
- package/dist/core/commands/command-utils.js +1 -1
- package/dist/core/commands/gc-command.js +27 -4
- package/dist/core/commands/image-ux-review-command.js +55 -24
- package/dist/core/commands/mad-sks-command.js +182 -137
- package/dist/core/commands/naruto-command.js +643 -1153
- package/dist/core/commands/pipeline-command.js +1 -0
- package/dist/core/commands/research-command.js +293 -231
- package/dist/core/commands/run-command.js +100 -23
- package/dist/core/commands/team-command.js +2 -3
- package/dist/core/commands/team-legacy-observe-command.js +94 -359
- package/dist/core/commands/wiki-command.js +179 -83
- package/dist/core/computer-use-live-evidence.js +166 -3
- package/dist/core/computer-use-status.js +5 -2
- package/dist/core/daemon/sksd-hook-daemon-entrypoint.js +2 -2
- package/dist/core/daemon/sksd-hook-daemon.js +171 -28
- package/dist/core/daemon/sksd-hook-dispatch.js +2 -2
- package/dist/core/db-safety.js +2 -2
- package/dist/core/decision-lattice.js +6 -6
- package/dist/core/dfix/verification-selector.js +6 -4
- package/dist/core/doctor/browser-use-repair.js +54 -13
- package/dist/core/doctor/codex-0139-doctor.js +3 -2
- package/dist/core/doctor/codex-startup-config-repair.js +8 -3
- package/dist/core/doctor/computer-use-repair.js +28 -39
- package/dist/core/doctor/doctor-codex-startup-repair.js +24 -149
- package/dist/core/doctor/doctor-context7-repair.js +1 -1
- package/dist/core/doctor/doctor-dirty-planner.js +1 -1
- package/dist/core/doctor/doctor-native-capability-repair.js +74 -3
- package/dist/core/doctor/imagegen-repair.js +47 -12
- package/dist/core/doctor/legacy-global-hook-cleanup.js +179 -0
- package/dist/core/feature-fixture-executor.js +71 -7
- package/dist/core/feature-fixture-runner.js +53 -12
- package/dist/core/feature-fixtures.js +47 -14
- package/dist/core/feature-registry.js +53 -58
- package/dist/core/fsx.js +54 -6
- package/dist/core/harness-conflicts.js +19 -10
- package/dist/core/hooks-runtime/code-pack-freshness-preflight.js +5 -4
- package/dist/core/hooks-runtime/hook-invocation-dedupe.js +147 -0
- package/dist/core/hooks-runtime/hook-io.js +14 -4
- package/dist/core/hooks-runtime/light-turn.js +70 -0
- package/dist/core/hooks-runtime/payload-signals.js +270 -0
- package/dist/core/hooks-runtime/team-digest.js +0 -1
- package/dist/core/hooks-runtime/tool-output-quarantine.js +93 -0
- package/dist/core/hooks-runtime.js +418 -250
- package/dist/core/image/image-artifact-path-contract.js +8 -6
- package/dist/core/image/image-artifact-registry.js +5 -1
- package/dist/core/image-ux-review/imagegen-adapter.js +5 -2
- package/dist/core/imagegen/imagegen-capability.js +10 -13
- package/dist/core/imagegen/require-imagegen.js +37 -11
- package/dist/core/init/skills.js +16 -30
- package/dist/core/init.js +144 -36
- package/dist/core/managed-assets/managed-assets-manifest.js +417 -14
- package/dist/core/mission.js +24 -1
- package/dist/core/naruto/naruto-work-graph.js +70 -4
- package/dist/core/ops/reporting.js +3 -0
- package/dist/core/pipeline-internals/runtime-core.js +578 -180
- package/dist/core/pipeline-internals/runtime-gates.js +191 -49
- package/dist/core/ppt/style-tokens.js +1 -1
- package/dist/core/ppt-review/index.js +1 -1
- package/dist/core/ppt-review/slide-exporter.js +23 -17
- package/dist/core/ppt-review/slide-imagegen-review.js +1 -1
- package/dist/core/ppt-review/slide-issue-extraction.js +4 -2
- package/dist/core/preflight/parallel-preflight-engine.js +50 -1
- package/dist/core/product-design-plugin.js +2 -2
- package/dist/core/proof/route-finalizer.js +1 -1
- package/dist/core/proof/route-proof-gate.js +7 -2
- package/dist/core/proof-field.js +3 -3
- package/dist/core/provider/model-router.js +38 -32
- package/dist/core/recallpulse/policy.js +12 -28
- package/dist/core/recallpulse.js +11 -6
- package/dist/core/release/gate-manifest.js +18 -12
- package/dist/core/release/gate-pack-manifest.js +1 -1
- package/dist/core/release/npm-pack-proof.js +247 -0
- package/dist/core/release/package-dist-snapshot.js +151 -0
- package/dist/core/release/package-size-budget.js +5 -0
- package/dist/core/release/release-authorization-snapshot.js +115 -0
- package/dist/core/release/release-gate-affected-selector.js +15 -3
- package/dist/core/release/release-gate-cache-v2.js +30 -0
- package/dist/core/release/release-gate-contract.js +161 -0
- package/dist/core/release/release-gate-dag.js +44 -3
- package/dist/core/release/release-gate-hermetic-env.js +28 -17
- package/dist/core/release/release-real-contract.js +496 -0
- package/dist/core/release-parallel-full-coverage.js +31 -143
- package/dist/core/research/claim-evidence-matrix.js +41 -6
- package/dist/core/research/experiment-plan.js +14 -10
- package/dist/core/research/falsification.js +9 -2
- package/dist/core/research/implementation-blueprint-densifier.js +82 -60
- package/dist/core/research/implementation-blueprint.js +32 -26
- package/dist/core/research/mock-result.js +122 -11
- package/dist/core/research/replication-pack.js +15 -8
- package/dist/core/research/research-adversarial-review.js +1068 -0
- package/dist/core/research/research-claim-builder.js +69 -17
- package/dist/core/research/research-claim-synthesizer.js +343 -0
- package/dist/core/research/research-cycle-runner.js +53 -3
- package/dist/core/research/research-falsification-runner.js +176 -0
- package/dist/core/research/research-final-reviewer.js +44 -125
- package/dist/core/research/research-realistic-report.js +14 -6
- package/dist/core/research/research-review-artifact-digest.js +66 -0
- package/dist/core/research/research-source-evidence.js +144 -0
- package/dist/core/research/research-source-layer-catalog.js +68 -0
- package/dist/core/research/research-source-ledger-merge.js +250 -12
- package/dist/core/research/research-source-shards.js +26 -70
- package/dist/core/research/research-stage-runner.js +237 -247
- package/dist/core/research/research-super-search.js +184 -0
- package/dist/core/research/research-synthesis-prompt.js +20 -1
- package/dist/core/research/research-synthesis-writer.js +86 -5
- package/dist/core/research/research-work-graph.js +25 -18
- package/dist/core/research/source-quality-report.js +21 -0
- package/dist/core/research.js +429 -280
- package/dist/core/retention/retention-budget.js +25 -6
- package/dist/core/retention.js +980 -101
- package/dist/core/routes/constants.js +1 -1
- package/dist/core/routes/dollar-manifest-lite.js +11 -11
- package/dist/core/routes/evidence.js +4 -4
- package/dist/core/routes/ppt-policy.js +1 -1
- package/dist/core/routes.js +92 -64
- package/dist/core/runtime/task-profile.js +66 -0
- package/dist/core/runtime/verification-budget.js +12 -0
- package/dist/core/secret-redaction.js +4 -0
- package/dist/core/security/high-risk-contracts.js +6 -6
- package/dist/core/stop-gate/stop-gate-check.js +49 -12
- package/dist/core/subagents/agent-catalog.js +215 -0
- package/dist/core/subagents/model-policy.js +118 -0
- package/dist/core/subagents/naruto-help-contract.js +40 -0
- package/dist/core/subagents/official-subagent-config.js +488 -0
- package/dist/core/subagents/official-subagent-preparation.js +251 -0
- package/dist/core/subagents/official-subagent-prompt.js +137 -0
- package/dist/core/subagents/official-subagent-runner.js +129 -0
- package/dist/core/subagents/subagent-evidence.js +663 -0
- package/dist/core/subagents/terminology.js +16 -0
- package/dist/core/subagents/thread-budget.js +21 -0
- package/dist/core/subagents/triwiki-attention.js +65 -0
- package/dist/core/super-search/runtime-helpers.js +173 -19
- package/dist/core/super-search/runtime.js +140 -15
- package/dist/core/super-search/source-records.js +49 -8
- package/dist/core/team-review-policy.js +15 -0
- package/dist/core/triwiki/code-pack.js +8 -2
- package/dist/core/triwiki/triwiki-cache-key.js +108 -29
- package/dist/core/triwiki/triwiki-module-card.js +1 -1
- package/dist/core/triwiki-attention.js +13 -6
- package/dist/core/triwiki-provenance.js +274 -0
- package/dist/core/triwiki-runtime.js +21 -7
- package/dist/core/triwiki-wrongness/wrongness-ledger.js +187 -61
- package/dist/core/triwiki-wrongness/wrongness-retrieval.js +11 -2
- package/dist/core/triwiki-wrongness/wrongness-trust-policy.js +2 -0
- package/dist/core/update-check.js +23 -15
- package/dist/core/version-manager.js +51 -1
- package/dist/core/version.js +1 -1
- package/dist/core/wiki-coordinate.js +128 -12
- package/dist/core/work-order-ledger.js +208 -10
- package/dist/core/zellij/zellij-command.js +12 -1
- package/dist/core/zellij/zellij-dashboard-pane.js +3 -3
- package/dist/core/zellij/zellij-fake-adapter.js +3 -1
- package/dist/core/zellij/zellij-launcher.js +51 -21
- package/dist/core/zellij/zellij-layout-builder.js +14 -5
- package/dist/core/zellij/zellij-official-subagent-activity.js +477 -0
- package/dist/core/zellij/zellij-official-subagent-telemetry.js +264 -0
- package/dist/core/zellij/zellij-pane-proof.js +32 -6
- package/dist/core/zellij/zellij-slot-pane-renderer.js +17 -5
- package/dist/core/zellij/zellij-slot-telemetry.js +15 -3
- package/dist/core/zellij/zellij-ui-mode.js +1 -1
- package/dist/core/zellij/zellij-viewport-binder.js +3 -0
- package/dist/core/zellij/zellij-worker-pane-manager.js +5 -3
- package/dist/scripts/agent-fast-mode-default-check.js +48 -29
- package/dist/scripts/agent-role-config-repair-check.js +34 -15
- package/dist/scripts/agent-wiki-context-proof-check.js +16 -2
- package/dist/scripts/all-feature-deep-completion-check.js +14 -4
- package/dist/scripts/architecture-guard-check.js +8 -1
- package/dist/scripts/build-dist.js +17 -5
- package/dist/scripts/canonical-test-runner.js +188 -0
- package/dist/scripts/check-command-module-budget.js +38 -16
- package/dist/scripts/check-legacy-free.js +1 -1
- package/dist/scripts/check-route-modularity.js +0 -1
- package/dist/scripts/check-ts-contracts.js +1 -1
- package/dist/scripts/codex-0139-interrupt-agent-check.js +5 -1
- package/dist/scripts/{codex-0142-app-server-v2-check.js → codex-0144-app-server-v2-check.js} +11 -10
- package/dist/scripts/{codex-0142-binary-identity-check.js → codex-0144-binary-identity-check.js} +4 -4
- package/dist/scripts/codex-0144-capability-check.js +21 -0
- package/dist/scripts/{codex-0139-real-probes-check.js → codex-0144-core-real-probes-check.js} +19 -5
- package/dist/scripts/{codex-0142-doctor-wiring-check.js → codex-0144-doctor-wiring-check.js} +6 -6
- package/dist/scripts/{codex-0142-manifest-check.js → codex-0144-manifest-check.js} +11 -3
- package/dist/scripts/{codex-0142-policy-check.js → codex-0144-policy-check.js} +2 -2
- package/dist/scripts/{codex-0142-thread-store-check.js → codex-0144-thread-store-check.js} +3 -3
- package/dist/scripts/codex-app-provider-model-ui-check.js +53 -19
- package/dist/scripts/codex-app-ui-preservation-check.js +35 -4
- package/dist/scripts/codex-control-all-pipelines-check.js +7 -3
- package/dist/scripts/codex-control-side-effect-scope-check.js +2 -2
- package/dist/scripts/codex-control-tool-output-continuity-audit-check.js +27 -0
- package/dist/scripts/codex-effort-auto-discovery-check.js +1 -1
- package/dist/scripts/codex-lb-fast-mode-truth-check.js +1 -0
- package/dist/scripts/{codex-lb-gpt55-fast-profile-check.js → codex-lb-gpt56-fast-profile-check.js} +56 -5
- package/dist/scripts/codex-model-metadata-check.js +1 -1
- package/dist/scripts/codex-native-agent-role-content-check.js +15 -7
- package/dist/scripts/codex-native-repair-transaction-check.js +3 -1
- package/dist/scripts/codex-sdk-all-pipelines-check.js +7 -4
- package/dist/scripts/codex-sdk-research-pipeline-check.js +30 -8
- package/dist/scripts/codex-sdk-sandbox-policy-check.js +5 -1
- package/dist/scripts/codex-sdk-version-compat-check.js +2 -1
- package/dist/scripts/db-route-materialization-check.js +33 -0
- package/dist/scripts/dfix-fixture-check.js +1 -1
- package/dist/scripts/docs-truthfulness-check.js +4 -2
- package/dist/scripts/doctor-codex-startup-repair-check.js +47 -25
- package/dist/scripts/doctor-context7-repair-check.js +2 -1
- package/dist/scripts/doctor-fix-production-blackbox.js +12 -2
- package/dist/scripts/doctor-fixes-codex-app-fast-ui-check.js +34 -7
- package/dist/scripts/doctor-imagegen-repair-check.js +14 -4
- package/dist/scripts/doctor-startup-config-repair-blackbox.js +9 -3
- package/dist/scripts/doctor-startup-config-repair-check.js +13 -3
- package/dist/scripts/install-update-preserves-config-check.js +7 -2
- package/dist/scripts/legacy-gate-inventory-check.js +7 -5
- package/dist/scripts/legacy-strong-inventory-check.js +7 -5
- package/dist/scripts/legacy-upgrade-matrix-check.js +4 -4
- package/dist/scripts/lib/native-cli-session-swarm-check-lib.js +173 -13
- package/dist/scripts/mad-sks-app-ui-no-mutation-check.js +165 -6
- package/dist/scripts/managed-role-manifest-parity-check.js +5 -4
- package/dist/scripts/mutation-callsite-coverage-check.js +0 -11
- package/dist/scripts/naruto-codex-e2e-check.js +14 -7
- package/dist/scripts/naruto-shadow-clone-swarm-check.js +4 -201
- package/dist/scripts/npm-publish-performance-check.js +20 -12
- package/dist/scripts/official-subagent-workflow-check.js +145 -0
- package/dist/scripts/package-published-contract-check.js +6 -20
- package/dist/scripts/packlist-performance-check.js +17 -3
- package/dist/scripts/parallel-verification-engine-check.js +2 -2
- package/dist/scripts/postinstall-safe-side-effects-check.js +8 -3
- package/dist/scripts/ppt-no-mock-as-real-check.js +3 -1
- package/dist/scripts/prepublish-release-check-or-fast.js +23 -86
- package/dist/scripts/product-design-plugin-routing-check.js +1 -1
- package/dist/scripts/release-affected-selector-check.js +74 -1
- package/dist/scripts/release-check-stamp.js +324 -239
- package/dist/scripts/release-dag-full-coverage-check.js +7 -15
- package/dist/scripts/release-dynamic-presets-check.js +10 -1
- package/dist/scripts/release-gate-dag-runner-check.js +3 -3
- package/dist/scripts/release-gate-dag-runner.js +35 -11
- package/dist/scripts/release-gate-existence-audit.js +1 -2
- package/dist/scripts/release-gate-script-parity-check.js +1 -1
- package/dist/scripts/release-parallel-full-coverage-check.js +12 -6
- package/dist/scripts/release-parallel-speed-budget-check.js +18 -2
- package/dist/scripts/release-real-check.js +390 -157
- package/dist/scripts/release-registry-check.js +61 -16
- package/dist/scripts/release-runtime-truth-matrix-check.js +22 -0
- package/dist/scripts/research-blueprint-densifier-check.js +2 -2
- package/dist/scripts/research-real-cycle-no-legacy-final-md-check.js +11 -7
- package/dist/scripts/route-proof-artifact-structure-check.js +1 -0
- package/dist/scripts/search-visibility-gate-lib.js +1 -1
- package/dist/scripts/seo-geo-route-identity-check.js +30 -4
- package/dist/scripts/sizecheck.js +4 -4
- package/dist/scripts/sks-1-11-gate-lib.js +53 -6
- package/dist/scripts/sks-3-1-4-directive-check-lib.js +8 -2
- package/dist/scripts/sks-3-1-5-directive-check-lib.js +3 -2
- package/dist/scripts/sks-3-1-6-directive-check-lib.js +5 -3
- package/dist/scripts/sks-menubar-install-check.js +8 -0
- package/dist/scripts/sks-uninstall-regression-check.js +1 -1
- package/dist/scripts/sksd-daemon-check.js +16 -6
- package/dist/scripts/trust-fixture-check.js +32 -10
- package/dist/scripts/write-build-manifest.js +2 -1
- package/dist/scripts/wrongness-fixture-check.js +1 -1
- package/dist/scripts/zellij-layout-valid-check.js +36 -11
- package/dist/scripts/zellij-pane-proof-check.js +33 -2
- package/dist/scripts/zellij-real-session-cleanup-check.js +122 -2
- package/dist/scripts/zellij-real-session-launch-check.js +76 -5
- package/dist/scripts/zellij-slot-pane-renderer-check.js +4 -4
- package/dist/scripts/zellij-spawn-on-demand-layout-check.js +3 -3
- package/docs/demo.tape +1 -1
- package/infra-harness-gates.json +1486 -0
- package/package.json +32 -19
- package/release-gates.v2.json +4060 -0
- package/runtime-required-scripts.json +9 -0
- package/schemas/codex/{app-server-0.142 → app-server-0.144}/codex_app_server_protocol.v2.schemas.json +1146 -781
- package/schemas/codex/codex-0139-real-probe-result.schema.json +39 -5
- package/schemas/codex/ppt-slide-issue-ledger.schema.json +2 -1
- package/dist/commands/db.js +0 -6
- package/dist/core/codex-control/codex-0139-multi-agent-real-probe.js +0 -107
- package/dist/core/commands/db-command.js +0 -146
- package/dist/core/research/prompt.js +0 -15
- package/dist/scripts/agent-native-release-gate.js +0 -274
- package/dist/scripts/codex-0142-capability-check.js +0 -21
- package/dist/scripts/codex-control-tool-call-sequence-repair-check.js +0 -14
- package/dist/scripts/command-performance-scorecard-check.js +0 -204
- package/dist/scripts/config-managed-merge-callsite-coverage-check.js +0 -212
- package/dist/scripts/dollar-performance-scorecard-check.js +0 -257
- package/dist/scripts/gate-timing-check.js +0 -16
- package/dist/scripts/ops-maturity-scorecard-check.js +0 -12
- package/dist/scripts/performance-baseline-check.js +0 -12
- package/dist/scripts/performance-improvement-report-check.js +0 -58
- package/dist/scripts/release-parallel-check.js +0 -389
- package/dist/scripts/release-runner-efficiency-check.js +0 -15
- package/dist/scripts/retention-long-run-smoke-check.js +0 -299
- package/docs/assets/sneakoscope-architecture-pipeline.jpg +0 -0
|
@@ -22,7 +22,6 @@
|
|
|
22
22
|
"type": "string",
|
|
23
23
|
"enum": [
|
|
24
24
|
"untrusted",
|
|
25
|
-
"on-failure",
|
|
26
25
|
"on-request",
|
|
27
26
|
"never"
|
|
28
27
|
]
|
|
@@ -82,6 +81,7 @@
|
|
|
82
81
|
"type": "string"
|
|
83
82
|
},
|
|
84
83
|
"path": {
|
|
84
|
+
"description": "Absolute path for the root in the selected environment.",
|
|
85
85
|
"type": "string"
|
|
86
86
|
},
|
|
87
87
|
"type": {
|
|
@@ -197,12 +197,28 @@
|
|
|
197
197
|
"type": "string"
|
|
198
198
|
},
|
|
199
199
|
"MultiAgentMode": {
|
|
200
|
-
"description": "Controls
|
|
201
|
-
"
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
200
|
+
"description": "Controls the effective multi-agent delegation instructions for a turn. `custom` means the configured mode hint defines the policy instead of a built-in policy.",
|
|
201
|
+
"oneOf": [
|
|
202
|
+
{
|
|
203
|
+
"type": "string",
|
|
204
|
+
"enum": [
|
|
205
|
+
"explicitRequestOnly",
|
|
206
|
+
"proactive"
|
|
207
|
+
]
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"type": "object",
|
|
211
|
+
"required": [
|
|
212
|
+
"custom"
|
|
213
|
+
],
|
|
214
|
+
"properties": {
|
|
215
|
+
"custom": {
|
|
216
|
+
"type": "string"
|
|
217
|
+
}
|
|
218
|
+
},
|
|
219
|
+
"additionalProperties": false,
|
|
220
|
+
"title": "CustomMultiAgentMode"
|
|
221
|
+
}
|
|
206
222
|
]
|
|
207
223
|
},
|
|
208
224
|
"Personality": {
|
|
@@ -243,6 +259,13 @@
|
|
|
243
259
|
}
|
|
244
260
|
}
|
|
245
261
|
},
|
|
262
|
+
"ThreadHistoryMode": {
|
|
263
|
+
"type": "string",
|
|
264
|
+
"enum": [
|
|
265
|
+
"legacy",
|
|
266
|
+
"paginated"
|
|
267
|
+
]
|
|
268
|
+
},
|
|
246
269
|
"ThreadSource": {
|
|
247
270
|
"type": "string"
|
|
248
271
|
},
|
|
@@ -273,6 +296,16 @@
|
|
|
273
296
|
"title": "ThreadStartParams",
|
|
274
297
|
"type": "object",
|
|
275
298
|
"properties": {
|
|
299
|
+
"personality": {
|
|
300
|
+
"anyOf": [
|
|
301
|
+
{
|
|
302
|
+
"$ref": "#/definitions/Personality"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"type": "null"
|
|
306
|
+
}
|
|
307
|
+
]
|
|
308
|
+
},
|
|
276
309
|
"approvalPolicy": {
|
|
277
310
|
"anyOf": [
|
|
278
311
|
{
|
|
@@ -319,20 +352,17 @@
|
|
|
319
352
|
"null"
|
|
320
353
|
]
|
|
321
354
|
},
|
|
322
|
-
"
|
|
323
|
-
"
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
},
|
|
327
|
-
{
|
|
328
|
-
"type": "null"
|
|
329
|
-
}
|
|
355
|
+
"serviceName": {
|
|
356
|
+
"type": [
|
|
357
|
+
"string",
|
|
358
|
+
"null"
|
|
330
359
|
]
|
|
331
360
|
},
|
|
332
|
-
"
|
|
361
|
+
"threadSource": {
|
|
362
|
+
"description": "Optional client-supplied analytics source classification for this thread.",
|
|
333
363
|
"anyOf": [
|
|
334
364
|
{
|
|
335
|
-
"$ref": "#/definitions/
|
|
365
|
+
"$ref": "#/definitions/ThreadSource"
|
|
336
366
|
},
|
|
337
367
|
{
|
|
338
368
|
"type": "null"
|
|
@@ -345,11 +375,10 @@
|
|
|
345
375
|
"null"
|
|
346
376
|
]
|
|
347
377
|
},
|
|
348
|
-
"
|
|
349
|
-
"description": "Optional client-supplied analytics source classification for this thread.",
|
|
378
|
+
"sandbox": {
|
|
350
379
|
"anyOf": [
|
|
351
380
|
{
|
|
352
|
-
"$ref": "#/definitions/
|
|
381
|
+
"$ref": "#/definitions/SandboxMode"
|
|
353
382
|
},
|
|
354
383
|
{
|
|
355
384
|
"type": "null"
|
|
@@ -362,29 +391,23 @@
|
|
|
362
391
|
"null"
|
|
363
392
|
]
|
|
364
393
|
},
|
|
365
|
-
"
|
|
366
|
-
"type": [
|
|
367
|
-
"string",
|
|
368
|
-
"null"
|
|
369
|
-
]
|
|
370
|
-
},
|
|
371
|
-
"modelProvider": {
|
|
372
|
-
"type": [
|
|
373
|
-
"string",
|
|
374
|
-
"null"
|
|
375
|
-
]
|
|
376
|
-
},
|
|
377
|
-
"sandbox": {
|
|
394
|
+
"sessionStartSource": {
|
|
378
395
|
"anyOf": [
|
|
379
396
|
{
|
|
380
|
-
"$ref": "#/definitions/
|
|
397
|
+
"$ref": "#/definitions/ThreadStartSource"
|
|
381
398
|
},
|
|
382
399
|
{
|
|
383
400
|
"type": "null"
|
|
384
401
|
}
|
|
385
402
|
]
|
|
386
403
|
},
|
|
387
|
-
"
|
|
404
|
+
"model": {
|
|
405
|
+
"type": [
|
|
406
|
+
"string",
|
|
407
|
+
"null"
|
|
408
|
+
]
|
|
409
|
+
},
|
|
410
|
+
"modelProvider": {
|
|
388
411
|
"type": [
|
|
389
412
|
"string",
|
|
390
413
|
"null"
|
|
@@ -1149,6 +1172,12 @@
|
|
|
1149
1172
|
"name": {
|
|
1150
1173
|
"type": "string"
|
|
1151
1174
|
},
|
|
1175
|
+
"namespace": {
|
|
1176
|
+
"type": [
|
|
1177
|
+
"string",
|
|
1178
|
+
"null"
|
|
1179
|
+
]
|
|
1180
|
+
},
|
|
1152
1181
|
"status": {
|
|
1153
1182
|
"type": [
|
|
1154
1183
|
"string",
|
|
@@ -1398,16 +1427,6 @@
|
|
|
1398
1427
|
"type"
|
|
1399
1428
|
],
|
|
1400
1429
|
"properties": {
|
|
1401
|
-
"internal_chat_message_metadata_passthrough": {
|
|
1402
|
-
"anyOf": [
|
|
1403
|
-
{
|
|
1404
|
-
"$ref": "#/definitions/InternalChatMessageMetadataPassthrough"
|
|
1405
|
-
},
|
|
1406
|
-
{
|
|
1407
|
-
"type": "null"
|
|
1408
|
-
}
|
|
1409
|
-
]
|
|
1410
|
-
},
|
|
1411
1430
|
"type": {
|
|
1412
1431
|
"type": "string",
|
|
1413
1432
|
"enum": [
|
|
@@ -1698,8 +1717,11 @@
|
|
|
1698
1717
|
"null"
|
|
1699
1718
|
]
|
|
1700
1719
|
},
|
|
1701
|
-
"
|
|
1702
|
-
"type":
|
|
1720
|
+
"serviceTier": {
|
|
1721
|
+
"type": [
|
|
1722
|
+
"string",
|
|
1723
|
+
"null"
|
|
1724
|
+
]
|
|
1703
1725
|
},
|
|
1704
1726
|
"personality": {
|
|
1705
1727
|
"anyOf": [
|
|
@@ -1711,15 +1733,8 @@
|
|
|
1711
1733
|
}
|
|
1712
1734
|
]
|
|
1713
1735
|
},
|
|
1714
|
-
"
|
|
1715
|
-
"
|
|
1716
|
-
{
|
|
1717
|
-
"$ref": "#/definitions/SandboxMode"
|
|
1718
|
-
},
|
|
1719
|
-
{
|
|
1720
|
-
"type": "null"
|
|
1721
|
-
}
|
|
1722
|
-
]
|
|
1736
|
+
"threadId": {
|
|
1737
|
+
"type": "string"
|
|
1723
1738
|
},
|
|
1724
1739
|
"model": {
|
|
1725
1740
|
"description": "Configuration overrides for the resumed thread, if any.",
|
|
@@ -1734,10 +1749,14 @@
|
|
|
1734
1749
|
"null"
|
|
1735
1750
|
]
|
|
1736
1751
|
},
|
|
1737
|
-
"
|
|
1738
|
-
"
|
|
1739
|
-
|
|
1740
|
-
|
|
1752
|
+
"sandbox": {
|
|
1753
|
+
"anyOf": [
|
|
1754
|
+
{
|
|
1755
|
+
"$ref": "#/definitions/SandboxMode"
|
|
1756
|
+
},
|
|
1757
|
+
{
|
|
1758
|
+
"type": "null"
|
|
1759
|
+
}
|
|
1741
1760
|
]
|
|
1742
1761
|
}
|
|
1743
1762
|
}
|
|
@@ -1800,14 +1819,14 @@
|
|
|
1800
1819
|
"ephemeral": {
|
|
1801
1820
|
"type": "boolean"
|
|
1802
1821
|
},
|
|
1803
|
-
"
|
|
1804
|
-
"
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1822
|
+
"threadId": {
|
|
1823
|
+
"type": "string"
|
|
1824
|
+
},
|
|
1825
|
+
"lastTurnId": {
|
|
1826
|
+
"description": "Optional last turn id to fork through, inclusive.\n\nWhen specified, turns after `last_turn_id` are omitted from the fork. The referenced turn cannot be in progress.",
|
|
1827
|
+
"type": [
|
|
1828
|
+
"string",
|
|
1829
|
+
"null"
|
|
1811
1830
|
]
|
|
1812
1831
|
},
|
|
1813
1832
|
"model": {
|
|
@@ -1823,15 +1842,22 @@
|
|
|
1823
1842
|
"null"
|
|
1824
1843
|
]
|
|
1825
1844
|
},
|
|
1845
|
+
"sandbox": {
|
|
1846
|
+
"anyOf": [
|
|
1847
|
+
{
|
|
1848
|
+
"$ref": "#/definitions/SandboxMode"
|
|
1849
|
+
},
|
|
1850
|
+
{
|
|
1851
|
+
"type": "null"
|
|
1852
|
+
}
|
|
1853
|
+
]
|
|
1854
|
+
},
|
|
1826
1855
|
"serviceTier": {
|
|
1827
1856
|
"type": [
|
|
1828
1857
|
"string",
|
|
1829
1858
|
"null"
|
|
1830
1859
|
]
|
|
1831
1860
|
},
|
|
1832
|
-
"threadId": {
|
|
1833
|
-
"type": "string"
|
|
1834
|
-
},
|
|
1835
1861
|
"threadSource": {
|
|
1836
1862
|
"description": "Optional client-supplied analytics source classification for this forked thread.",
|
|
1837
1863
|
"anyOf": [
|
|
@@ -2426,6 +2452,7 @@
|
|
|
2426
2452
|
"ThreadRollbackParams": {
|
|
2427
2453
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
2428
2454
|
"title": "ThreadRollbackParams",
|
|
2455
|
+
"description": "DEPRECATED: `thread/rollback` will be removed soon.",
|
|
2429
2456
|
"type": "object",
|
|
2430
2457
|
"required": [
|
|
2431
2458
|
"numTurns",
|
|
@@ -2484,6 +2511,10 @@
|
|
|
2484
2511
|
"title": "ThreadListParams",
|
|
2485
2512
|
"type": "object",
|
|
2486
2513
|
"properties": {
|
|
2514
|
+
"useStateDbOnly": {
|
|
2515
|
+
"description": "If true, return from the state DB without scanning JSONL rollouts to repair thread metadata. Omitted or false preserves scan-and-repair behavior.",
|
|
2516
|
+
"type": "boolean"
|
|
2517
|
+
},
|
|
2487
2518
|
"archived": {
|
|
2488
2519
|
"description": "Optional archived filter; when set to true, only archived threads are returned. If false or null, only non-archived threads are returned.",
|
|
2489
2520
|
"type": [
|
|
@@ -2528,9 +2559,15 @@
|
|
|
2528
2559
|
"type": "string"
|
|
2529
2560
|
}
|
|
2530
2561
|
},
|
|
2531
|
-
"
|
|
2532
|
-
"description": "
|
|
2533
|
-
"type":
|
|
2562
|
+
"sourceKinds": {
|
|
2563
|
+
"description": "Optional source filter; when set, only sessions from these source kinds are returned. When omitted or empty, defaults to interactive sources.",
|
|
2564
|
+
"type": [
|
|
2565
|
+
"array",
|
|
2566
|
+
"null"
|
|
2567
|
+
],
|
|
2568
|
+
"items": {
|
|
2569
|
+
"$ref": "#/definitions/ThreadSourceKind"
|
|
2570
|
+
}
|
|
2534
2571
|
},
|
|
2535
2572
|
"searchTerm": {
|
|
2536
2573
|
"description": "Optional substring filter for the extracted thread title.",
|
|
@@ -2560,16 +2597,6 @@
|
|
|
2560
2597
|
"type": "null"
|
|
2561
2598
|
}
|
|
2562
2599
|
]
|
|
2563
|
-
},
|
|
2564
|
-
"sourceKinds": {
|
|
2565
|
-
"description": "Optional source filter; when set, only sessions from these source kinds are returned. When omitted or empty, defaults to interactive sources.",
|
|
2566
|
-
"type": [
|
|
2567
|
-
"array",
|
|
2568
|
-
"null"
|
|
2569
|
-
],
|
|
2570
|
-
"items": {
|
|
2571
|
-
"$ref": "#/definitions/ThreadSourceKind"
|
|
2572
|
-
}
|
|
2573
2600
|
}
|
|
2574
2601
|
}
|
|
2575
2602
|
},
|
|
@@ -3586,11 +3613,15 @@
|
|
|
3586
3613
|
"threadId"
|
|
3587
3614
|
],
|
|
3588
3615
|
"properties": {
|
|
3589
|
-
"
|
|
3590
|
-
"description": "Override the
|
|
3591
|
-
"
|
|
3592
|
-
|
|
3593
|
-
|
|
3616
|
+
"personality": {
|
|
3617
|
+
"description": "Override the personality for this turn and subsequent turns.",
|
|
3618
|
+
"anyOf": [
|
|
3619
|
+
{
|
|
3620
|
+
"$ref": "#/definitions/Personality"
|
|
3621
|
+
},
|
|
3622
|
+
{
|
|
3623
|
+
"type": "null"
|
|
3624
|
+
}
|
|
3594
3625
|
]
|
|
3595
3626
|
},
|
|
3596
3627
|
"approvalPolicy": {
|
|
@@ -3621,15 +3652,11 @@
|
|
|
3621
3652
|
"null"
|
|
3622
3653
|
]
|
|
3623
3654
|
},
|
|
3624
|
-
"
|
|
3625
|
-
"description": "Override the
|
|
3626
|
-
"
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
},
|
|
3630
|
-
{
|
|
3631
|
-
"type": "null"
|
|
3632
|
-
}
|
|
3655
|
+
"serviceTier": {
|
|
3656
|
+
"description": "Override the service tier for this turn and subsequent turns.",
|
|
3657
|
+
"type": [
|
|
3658
|
+
"string",
|
|
3659
|
+
"null"
|
|
3633
3660
|
]
|
|
3634
3661
|
},
|
|
3635
3662
|
"cwd": {
|
|
@@ -3650,8 +3677,16 @@
|
|
|
3650
3677
|
}
|
|
3651
3678
|
]
|
|
3652
3679
|
},
|
|
3653
|
-
"
|
|
3654
|
-
"
|
|
3680
|
+
"sandboxPolicy": {
|
|
3681
|
+
"description": "Override the sandbox policy for this turn and subsequent turns.",
|
|
3682
|
+
"anyOf": [
|
|
3683
|
+
{
|
|
3684
|
+
"$ref": "#/definitions/SandboxPolicy"
|
|
3685
|
+
},
|
|
3686
|
+
{
|
|
3687
|
+
"type": "null"
|
|
3688
|
+
}
|
|
3689
|
+
]
|
|
3655
3690
|
},
|
|
3656
3691
|
"input": {
|
|
3657
3692
|
"type": "array",
|
|
@@ -3666,16 +3701,8 @@
|
|
|
3666
3701
|
"null"
|
|
3667
3702
|
]
|
|
3668
3703
|
},
|
|
3669
|
-
"
|
|
3670
|
-
"
|
|
3671
|
-
"anyOf": [
|
|
3672
|
-
{
|
|
3673
|
-
"$ref": "#/definitions/Personality"
|
|
3674
|
-
},
|
|
3675
|
-
{
|
|
3676
|
-
"type": "null"
|
|
3677
|
-
}
|
|
3678
|
-
]
|
|
3704
|
+
"threadId": {
|
|
3705
|
+
"type": "string"
|
|
3679
3706
|
},
|
|
3680
3707
|
"outputSchema": {
|
|
3681
3708
|
"description": "Optional JSON Schema used to constrain the final assistant message for this turn."
|
|
@@ -4289,11 +4316,18 @@
|
|
|
4289
4316
|
"required": [
|
|
4290
4317
|
"model",
|
|
4291
4318
|
"reasons",
|
|
4319
|
+
"showBufferingUi",
|
|
4292
4320
|
"threadId",
|
|
4293
4321
|
"turnId",
|
|
4294
4322
|
"useCases"
|
|
4295
4323
|
],
|
|
4296
4324
|
"properties": {
|
|
4325
|
+
"fasterModel": {
|
|
4326
|
+
"type": [
|
|
4327
|
+
"string",
|
|
4328
|
+
"null"
|
|
4329
|
+
]
|
|
4330
|
+
},
|
|
4297
4331
|
"model": {
|
|
4298
4332
|
"type": "string"
|
|
4299
4333
|
},
|
|
@@ -4303,6 +4337,9 @@
|
|
|
4303
4337
|
"type": "string"
|
|
4304
4338
|
}
|
|
4305
4339
|
},
|
|
4340
|
+
"showBufferingUi": {
|
|
4341
|
+
"type": "boolean"
|
|
4342
|
+
},
|
|
4306
4343
|
"threadId": {
|
|
4307
4344
|
"type": "string"
|
|
4308
4345
|
},
|
|
@@ -4475,26 +4512,62 @@
|
|
|
4475
4512
|
}
|
|
4476
4513
|
}
|
|
4477
4514
|
},
|
|
4478
|
-
"
|
|
4515
|
+
"ReasoningSummaryTextDeltaNotification": {
|
|
4479
4516
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4480
|
-
"title": "
|
|
4517
|
+
"title": "ReasoningSummaryTextDeltaNotification",
|
|
4481
4518
|
"type": "object",
|
|
4482
4519
|
"required": [
|
|
4483
|
-
"
|
|
4520
|
+
"delta",
|
|
4521
|
+
"itemId",
|
|
4522
|
+
"summaryIndex",
|
|
4523
|
+
"threadId",
|
|
4524
|
+
"turnId"
|
|
4484
4525
|
],
|
|
4485
4526
|
"properties": {
|
|
4486
|
-
"
|
|
4527
|
+
"delta": {
|
|
4487
4528
|
"type": "string"
|
|
4488
4529
|
},
|
|
4489
|
-
"
|
|
4490
|
-
"type":
|
|
4491
|
-
|
|
4492
|
-
|
|
4493
|
-
|
|
4530
|
+
"itemId": {
|
|
4531
|
+
"type": "string"
|
|
4532
|
+
},
|
|
4533
|
+
"summaryIndex": {
|
|
4534
|
+
"type": "integer",
|
|
4535
|
+
"format": "int64"
|
|
4536
|
+
},
|
|
4537
|
+
"threadId": {
|
|
4538
|
+
"type": "string"
|
|
4539
|
+
},
|
|
4540
|
+
"turnId": {
|
|
4541
|
+
"type": "string"
|
|
4542
|
+
}
|
|
4543
|
+
}
|
|
4544
|
+
},
|
|
4545
|
+
"McpServerOauthLoginParams": {
|
|
4546
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4547
|
+
"title": "McpServerOauthLoginParams",
|
|
4548
|
+
"type": "object",
|
|
4549
|
+
"required": [
|
|
4550
|
+
"name"
|
|
4551
|
+
],
|
|
4552
|
+
"properties": {
|
|
4553
|
+
"name": {
|
|
4554
|
+
"type": "string"
|
|
4555
|
+
},
|
|
4556
|
+
"scopes": {
|
|
4557
|
+
"type": [
|
|
4558
|
+
"array",
|
|
4559
|
+
"null"
|
|
4560
|
+
],
|
|
4494
4561
|
"items": {
|
|
4495
4562
|
"type": "string"
|
|
4496
4563
|
}
|
|
4497
4564
|
},
|
|
4565
|
+
"threadId": {
|
|
4566
|
+
"type": [
|
|
4567
|
+
"string",
|
|
4568
|
+
"null"
|
|
4569
|
+
]
|
|
4570
|
+
},
|
|
4498
4571
|
"timeoutSecs": {
|
|
4499
4572
|
"type": [
|
|
4500
4573
|
"integer",
|
|
@@ -4627,6 +4700,13 @@
|
|
|
4627
4700
|
}
|
|
4628
4701
|
}
|
|
4629
4702
|
},
|
|
4703
|
+
"LoginAppBrand": {
|
|
4704
|
+
"type": "string",
|
|
4705
|
+
"enum": [
|
|
4706
|
+
"codex",
|
|
4707
|
+
"chatgpt"
|
|
4708
|
+
]
|
|
4709
|
+
},
|
|
4630
4710
|
"LoginAccountParams": {
|
|
4631
4711
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4632
4712
|
"title": "LoginAccountParams",
|
|
@@ -4657,6 +4737,17 @@
|
|
|
4657
4737
|
"type"
|
|
4658
4738
|
],
|
|
4659
4739
|
"properties": {
|
|
4740
|
+
"appBrand": {
|
|
4741
|
+
"default": null,
|
|
4742
|
+
"anyOf": [
|
|
4743
|
+
{
|
|
4744
|
+
"$ref": "#/definitions/LoginAppBrand"
|
|
4745
|
+
},
|
|
4746
|
+
{
|
|
4747
|
+
"type": "null"
|
|
4748
|
+
}
|
|
4749
|
+
]
|
|
4750
|
+
},
|
|
4660
4751
|
"codexStreamlinedLogin": {
|
|
4661
4752
|
"type": "boolean"
|
|
4662
4753
|
},
|
|
@@ -4666,6 +4757,9 @@
|
|
|
4666
4757
|
"chatgpt"
|
|
4667
4758
|
],
|
|
4668
4759
|
"title": "Chatgptv2::LoginAccountParamsType"
|
|
4760
|
+
},
|
|
4761
|
+
"useHostedLoginSuccessPage": {
|
|
4762
|
+
"type": "boolean"
|
|
4669
4763
|
}
|
|
4670
4764
|
},
|
|
4671
4765
|
"title": "Chatgptv2::LoginAccountParams"
|
|
@@ -4743,6 +4837,13 @@
|
|
|
4743
4837
|
"idempotencyKey"
|
|
4744
4838
|
],
|
|
4745
4839
|
"properties": {
|
|
4840
|
+
"creditId": {
|
|
4841
|
+
"description": "Opaque reset-credit identifier to redeem. When omitted, the backend selects the next available credit.",
|
|
4842
|
+
"type": [
|
|
4843
|
+
"string",
|
|
4844
|
+
"null"
|
|
4845
|
+
]
|
|
4846
|
+
},
|
|
4746
4847
|
"idempotencyKey": {
|
|
4747
4848
|
"description": "Identifies one logical reset attempt. A UUID is recommended; reuse the same value when retrying that attempt.",
|
|
4748
4849
|
"type": "string"
|
|
@@ -5028,36 +5129,6 @@
|
|
|
5028
5129
|
}
|
|
5029
5130
|
}
|
|
5030
5131
|
},
|
|
5031
|
-
"ReasoningSummaryTextDeltaNotification": {
|
|
5032
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
5033
|
-
"title": "ReasoningSummaryTextDeltaNotification",
|
|
5034
|
-
"type": "object",
|
|
5035
|
-
"required": [
|
|
5036
|
-
"delta",
|
|
5037
|
-
"itemId",
|
|
5038
|
-
"summaryIndex",
|
|
5039
|
-
"threadId",
|
|
5040
|
-
"turnId"
|
|
5041
|
-
],
|
|
5042
|
-
"properties": {
|
|
5043
|
-
"delta": {
|
|
5044
|
-
"type": "string"
|
|
5045
|
-
},
|
|
5046
|
-
"itemId": {
|
|
5047
|
-
"type": "string"
|
|
5048
|
-
},
|
|
5049
|
-
"summaryIndex": {
|
|
5050
|
-
"type": "integer",
|
|
5051
|
-
"format": "int64"
|
|
5052
|
-
},
|
|
5053
|
-
"threadId": {
|
|
5054
|
-
"type": "string"
|
|
5055
|
-
},
|
|
5056
|
-
"turnId": {
|
|
5057
|
-
"type": "string"
|
|
5058
|
-
}
|
|
5059
|
-
}
|
|
5060
|
-
},
|
|
5061
5132
|
"FsChangedNotification": {
|
|
5062
5133
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
5063
5134
|
"title": "FsChangedNotification",
|
|
@@ -5121,6 +5192,31 @@
|
|
|
5121
5192
|
}
|
|
5122
5193
|
}
|
|
5123
5194
|
},
|
|
5195
|
+
"ExternalAgentConfigImportTypeResult": {
|
|
5196
|
+
"type": "object",
|
|
5197
|
+
"required": [
|
|
5198
|
+
"failures",
|
|
5199
|
+
"itemType",
|
|
5200
|
+
"successes"
|
|
5201
|
+
],
|
|
5202
|
+
"properties": {
|
|
5203
|
+
"failures": {
|
|
5204
|
+
"type": "array",
|
|
5205
|
+
"items": {
|
|
5206
|
+
"$ref": "#/definitions/ExternalAgentConfigImportItemTypeFailure"
|
|
5207
|
+
}
|
|
5208
|
+
},
|
|
5209
|
+
"itemType": {
|
|
5210
|
+
"$ref": "#/definitions/ExternalAgentConfigMigrationItemType"
|
|
5211
|
+
},
|
|
5212
|
+
"successes": {
|
|
5213
|
+
"type": "array",
|
|
5214
|
+
"items": {
|
|
5215
|
+
"$ref": "#/definitions/ExternalAgentConfigImportItemTypeSuccess"
|
|
5216
|
+
}
|
|
5217
|
+
}
|
|
5218
|
+
}
|
|
5219
|
+
},
|
|
5124
5220
|
"ConfigReadParams": {
|
|
5125
5221
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
5126
5222
|
"title": "ConfigReadParams",
|
|
@@ -5276,6 +5372,13 @@
|
|
|
5276
5372
|
"$ref": "#/definitions/SessionMigration"
|
|
5277
5373
|
}
|
|
5278
5374
|
},
|
|
5375
|
+
"skills": {
|
|
5376
|
+
"default": [],
|
|
5377
|
+
"type": "array",
|
|
5378
|
+
"items": {
|
|
5379
|
+
"$ref": "#/definitions/SkillMigration"
|
|
5380
|
+
}
|
|
5381
|
+
},
|
|
5279
5382
|
"subagents": {
|
|
5280
5383
|
"default": [],
|
|
5281
5384
|
"type": "array",
|
|
@@ -5324,6 +5427,17 @@
|
|
|
5324
5427
|
}
|
|
5325
5428
|
}
|
|
5326
5429
|
},
|
|
5430
|
+
"SkillMigration": {
|
|
5431
|
+
"type": "object",
|
|
5432
|
+
"required": [
|
|
5433
|
+
"name"
|
|
5434
|
+
],
|
|
5435
|
+
"properties": {
|
|
5436
|
+
"name": {
|
|
5437
|
+
"type": "string"
|
|
5438
|
+
}
|
|
5439
|
+
}
|
|
5440
|
+
},
|
|
5327
5441
|
"SubagentMigration": {
|
|
5328
5442
|
"type": "object",
|
|
5329
5443
|
"required": [
|
|
@@ -5488,6 +5602,7 @@
|
|
|
5488
5602
|
"type": "string",
|
|
5489
5603
|
"enum": [
|
|
5490
5604
|
"contextWindowExceeded",
|
|
5605
|
+
"sessionBudgetExceeded",
|
|
5491
5606
|
"usageLimitExceeded",
|
|
5492
5607
|
"serverOverloaded",
|
|
5493
5608
|
"cyberPolicy",
|
|
@@ -5908,6 +6023,18 @@
|
|
|
5908
6023
|
"connectorId"
|
|
5909
6024
|
],
|
|
5910
6025
|
"properties": {
|
|
6026
|
+
"actionName": {
|
|
6027
|
+
"type": [
|
|
6028
|
+
"string",
|
|
6029
|
+
"null"
|
|
6030
|
+
]
|
|
6031
|
+
},
|
|
6032
|
+
"appName": {
|
|
6033
|
+
"type": [
|
|
6034
|
+
"string",
|
|
6035
|
+
"null"
|
|
6036
|
+
]
|
|
6037
|
+
},
|
|
5911
6038
|
"connectorId": {
|
|
5912
6039
|
"type": "string"
|
|
5913
6040
|
},
|
|
@@ -5922,6 +6049,12 @@
|
|
|
5922
6049
|
"string",
|
|
5923
6050
|
"null"
|
|
5924
6051
|
]
|
|
6052
|
+
},
|
|
6053
|
+
"templateId": {
|
|
6054
|
+
"type": [
|
|
6055
|
+
"string",
|
|
6056
|
+
"null"
|
|
6057
|
+
]
|
|
5925
6058
|
}
|
|
5926
6059
|
}
|
|
5927
6060
|
},
|
|
@@ -6256,6 +6389,13 @@
|
|
|
6256
6389
|
"description": "Whether the thread is ephemeral and should not be materialized on disk.",
|
|
6257
6390
|
"type": "boolean"
|
|
6258
6391
|
},
|
|
6392
|
+
"turns": {
|
|
6393
|
+
"description": "Only populated on `thread/resume`, `thread/rollback`, `thread/fork`, and `thread/read` (when `includeTurns` is true) responses. For all other responses and notifications returning a Thread, the turns field will be an empty list.",
|
|
6394
|
+
"type": "array",
|
|
6395
|
+
"items": {
|
|
6396
|
+
"$ref": "#/definitions/Turn"
|
|
6397
|
+
}
|
|
6398
|
+
},
|
|
6259
6399
|
"forkedFromId": {
|
|
6260
6400
|
"description": "Source thread id when this thread was created by forking another thread.",
|
|
6261
6401
|
"type": [
|
|
@@ -6274,7 +6414,13 @@
|
|
|
6274
6414
|
}
|
|
6275
6415
|
]
|
|
6276
6416
|
},
|
|
6417
|
+
"updatedAt": {
|
|
6418
|
+
"description": "Unix timestamp (in seconds) when the thread was last updated.",
|
|
6419
|
+
"type": "integer",
|
|
6420
|
+
"format": "int64"
|
|
6421
|
+
},
|
|
6277
6422
|
"id": {
|
|
6423
|
+
"description": "Identifier for this thread. Codex-generated thread IDs are UUIDv7.",
|
|
6278
6424
|
"type": "string"
|
|
6279
6425
|
},
|
|
6280
6426
|
"modelProvider": {
|
|
@@ -6344,18 +6490,6 @@
|
|
|
6344
6490
|
"type": "null"
|
|
6345
6491
|
}
|
|
6346
6492
|
]
|
|
6347
|
-
},
|
|
6348
|
-
"turns": {
|
|
6349
|
-
"description": "Only populated on `thread/resume`, `thread/rollback`, `thread/fork`, and `thread/read` (when `includeTurns` is true) responses. For all other responses and notifications returning a Thread, the turns field will be an empty list.",
|
|
6350
|
-
"type": "array",
|
|
6351
|
-
"items": {
|
|
6352
|
-
"$ref": "#/definitions/Turn"
|
|
6353
|
-
}
|
|
6354
|
-
},
|
|
6355
|
-
"updatedAt": {
|
|
6356
|
-
"description": "Unix timestamp (in seconds) when the thread was last updated.",
|
|
6357
|
-
"type": "integer",
|
|
6358
|
-
"format": "int64"
|
|
6359
6493
|
}
|
|
6360
6494
|
}
|
|
6361
6495
|
},
|
|
@@ -6366,6 +6500,10 @@
|
|
|
6366
6500
|
"waitingOnUserInput"
|
|
6367
6501
|
]
|
|
6368
6502
|
},
|
|
6503
|
+
"ThreadExtra": {
|
|
6504
|
+
"description": "Extra app-server data for a thread.",
|
|
6505
|
+
"type": "object"
|
|
6506
|
+
},
|
|
6369
6507
|
"ThreadId": {
|
|
6370
6508
|
"type": "string"
|
|
6371
6509
|
},
|
|
@@ -6958,7 +7096,7 @@
|
|
|
6958
7096
|
"type": "string"
|
|
6959
7097
|
},
|
|
6960
7098
|
"path": {
|
|
6961
|
-
"$ref": "#/definitions/
|
|
7099
|
+
"$ref": "#/definitions/LegacyAppPathString"
|
|
6962
7100
|
},
|
|
6963
7101
|
"type": {
|
|
6964
7102
|
"type": "string",
|
|
@@ -7221,6 +7359,7 @@
|
|
|
7221
7359
|
]
|
|
7222
7360
|
},
|
|
7223
7361
|
"id": {
|
|
7362
|
+
"description": "Identifier for this turn. Codex-generated turn IDs are UUIDv7.",
|
|
7224
7363
|
"type": "string"
|
|
7225
7364
|
},
|
|
7226
7365
|
"items": {
|
|
@@ -7501,11 +7640,8 @@
|
|
|
7501
7640
|
"thread"
|
|
7502
7641
|
],
|
|
7503
7642
|
"properties": {
|
|
7504
|
-
"
|
|
7505
|
-
"
|
|
7506
|
-
"string",
|
|
7507
|
-
"null"
|
|
7508
|
-
]
|
|
7643
|
+
"thread": {
|
|
7644
|
+
"$ref": "#/definitions/Thread"
|
|
7509
7645
|
},
|
|
7510
7646
|
"approvalPolicy": {
|
|
7511
7647
|
"$ref": "#/definitions/AskForApproval"
|
|
@@ -7521,8 +7657,13 @@
|
|
|
7521
7657
|
"cwd": {
|
|
7522
7658
|
"$ref": "#/definitions/AbsolutePathBuf"
|
|
7523
7659
|
},
|
|
7524
|
-
"
|
|
7525
|
-
"
|
|
7660
|
+
"sandbox": {
|
|
7661
|
+
"description": "Legacy sandbox policy retained for compatibility. Experimental clients should prefer `activePermissionProfile` for profile provenance.",
|
|
7662
|
+
"allOf": [
|
|
7663
|
+
{
|
|
7664
|
+
"$ref": "#/definitions/SandboxPolicy"
|
|
7665
|
+
}
|
|
7666
|
+
]
|
|
7526
7667
|
},
|
|
7527
7668
|
"instructionSources": {
|
|
7528
7669
|
"description": "Environment-native paths to instruction source files currently loaded for this thread.",
|
|
@@ -7538,12 +7679,10 @@
|
|
|
7538
7679
|
"modelProvider": {
|
|
7539
7680
|
"type": "string"
|
|
7540
7681
|
},
|
|
7541
|
-
"
|
|
7542
|
-
"
|
|
7543
|
-
|
|
7544
|
-
|
|
7545
|
-
"$ref": "#/definitions/SandboxPolicy"
|
|
7546
|
-
}
|
|
7682
|
+
"serviceTier": {
|
|
7683
|
+
"type": [
|
|
7684
|
+
"string",
|
|
7685
|
+
"null"
|
|
7547
7686
|
]
|
|
7548
7687
|
},
|
|
7549
7688
|
"reasoningEffort": {
|
|
@@ -7572,8 +7711,11 @@
|
|
|
7572
7711
|
"thread"
|
|
7573
7712
|
],
|
|
7574
7713
|
"properties": {
|
|
7575
|
-
"
|
|
7576
|
-
"
|
|
7714
|
+
"serviceTier": {
|
|
7715
|
+
"type": [
|
|
7716
|
+
"string",
|
|
7717
|
+
"null"
|
|
7718
|
+
]
|
|
7577
7719
|
},
|
|
7578
7720
|
"approvalPolicy": {
|
|
7579
7721
|
"$ref": "#/definitions/AskForApproval"
|
|
@@ -7603,10 +7745,12 @@
|
|
|
7603
7745
|
"modelProvider": {
|
|
7604
7746
|
"type": "string"
|
|
7605
7747
|
},
|
|
7606
|
-
"
|
|
7607
|
-
"
|
|
7608
|
-
|
|
7609
|
-
|
|
7748
|
+
"sandbox": {
|
|
7749
|
+
"description": "Legacy sandbox policy retained for compatibility. Experimental clients should prefer `activePermissionProfile` for profile provenance.",
|
|
7750
|
+
"allOf": [
|
|
7751
|
+
{
|
|
7752
|
+
"$ref": "#/definitions/SandboxPolicy"
|
|
7753
|
+
}
|
|
7610
7754
|
]
|
|
7611
7755
|
},
|
|
7612
7756
|
"reasoningEffort": {
|
|
@@ -7619,13 +7763,8 @@
|
|
|
7619
7763
|
}
|
|
7620
7764
|
]
|
|
7621
7765
|
},
|
|
7622
|
-
"
|
|
7623
|
-
"
|
|
7624
|
-
"allOf": [
|
|
7625
|
-
{
|
|
7626
|
-
"$ref": "#/definitions/SandboxPolicy"
|
|
7627
|
-
}
|
|
7628
|
-
]
|
|
7766
|
+
"thread": {
|
|
7767
|
+
"$ref": "#/definitions/Thread"
|
|
7629
7768
|
}
|
|
7630
7769
|
}
|
|
7631
7770
|
},
|
|
@@ -7660,31 +7799,6 @@
|
|
|
7660
7799
|
}
|
|
7661
7800
|
}
|
|
7662
7801
|
},
|
|
7663
|
-
"ExternalAgentConfigImportTypeResult": {
|
|
7664
|
-
"type": "object",
|
|
7665
|
-
"required": [
|
|
7666
|
-
"failures",
|
|
7667
|
-
"itemType",
|
|
7668
|
-
"successes"
|
|
7669
|
-
],
|
|
7670
|
-
"properties": {
|
|
7671
|
-
"failures": {
|
|
7672
|
-
"type": "array",
|
|
7673
|
-
"items": {
|
|
7674
|
-
"$ref": "#/definitions/ExternalAgentConfigImportItemTypeFailure"
|
|
7675
|
-
}
|
|
7676
|
-
},
|
|
7677
|
-
"itemType": {
|
|
7678
|
-
"$ref": "#/definitions/ExternalAgentConfigMigrationItemType"
|
|
7679
|
-
},
|
|
7680
|
-
"successes": {
|
|
7681
|
-
"type": "array",
|
|
7682
|
-
"items": {
|
|
7683
|
-
"$ref": "#/definitions/ExternalAgentConfigImportItemTypeSuccess"
|
|
7684
|
-
}
|
|
7685
|
-
}
|
|
7686
|
-
}
|
|
7687
|
-
},
|
|
7688
7802
|
"RemoteControlStatusChangedNotification": {
|
|
7689
7803
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
7690
7804
|
"title": "RemoteControlStatusChangedNotification",
|
|
@@ -7713,13 +7827,30 @@
|
|
|
7713
7827
|
}
|
|
7714
7828
|
}
|
|
7715
7829
|
},
|
|
7716
|
-
"
|
|
7830
|
+
"AppListUpdatedNotification": {
|
|
7717
7831
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
7718
|
-
"title": "
|
|
7719
|
-
"
|
|
7720
|
-
|
|
7721
|
-
|
|
7722
|
-
|
|
7832
|
+
"title": "AppListUpdatedNotification",
|
|
7833
|
+
"description": "EXPERIMENTAL - notification emitted when the app list changes.",
|
|
7834
|
+
"type": "object",
|
|
7835
|
+
"required": [
|
|
7836
|
+
"data"
|
|
7837
|
+
],
|
|
7838
|
+
"properties": {
|
|
7839
|
+
"data": {
|
|
7840
|
+
"type": "array",
|
|
7841
|
+
"items": {
|
|
7842
|
+
"$ref": "#/definitions/AppInfo"
|
|
7843
|
+
}
|
|
7844
|
+
}
|
|
7845
|
+
}
|
|
7846
|
+
},
|
|
7847
|
+
"ThreadSetNameResponse": {
|
|
7848
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
7849
|
+
"title": "ThreadSetNameResponse",
|
|
7850
|
+
"type": "object"
|
|
7851
|
+
},
|
|
7852
|
+
"ThreadGoal": {
|
|
7853
|
+
"type": "object",
|
|
7723
7854
|
"required": [
|
|
7724
7855
|
"createdAt",
|
|
7725
7856
|
"objective",
|
|
@@ -7820,23 +7951,6 @@
|
|
|
7820
7951
|
}
|
|
7821
7952
|
}
|
|
7822
7953
|
},
|
|
7823
|
-
"AppListUpdatedNotification": {
|
|
7824
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
7825
|
-
"title": "AppListUpdatedNotification",
|
|
7826
|
-
"description": "EXPERIMENTAL - notification emitted when the app list changes.",
|
|
7827
|
-
"type": "object",
|
|
7828
|
-
"required": [
|
|
7829
|
-
"data"
|
|
7830
|
-
],
|
|
7831
|
-
"properties": {
|
|
7832
|
-
"data": {
|
|
7833
|
-
"type": "array",
|
|
7834
|
-
"items": {
|
|
7835
|
-
"$ref": "#/definitions/AppInfo"
|
|
7836
|
-
}
|
|
7837
|
-
}
|
|
7838
|
-
}
|
|
7839
|
-
},
|
|
7840
7954
|
"AccountRateLimitsUpdatedNotification": {
|
|
7841
7955
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
7842
7956
|
"title": "AccountRateLimitsUpdatedNotification",
|
|
@@ -7878,34 +7992,6 @@
|
|
|
7878
7992
|
}
|
|
7879
7993
|
}
|
|
7880
7994
|
},
|
|
7881
|
-
"ThreadUnarchiveResponse": {
|
|
7882
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
7883
|
-
"title": "ThreadUnarchiveResponse",
|
|
7884
|
-
"type": "object",
|
|
7885
|
-
"required": [
|
|
7886
|
-
"thread"
|
|
7887
|
-
],
|
|
7888
|
-
"properties": {
|
|
7889
|
-
"thread": {
|
|
7890
|
-
"$ref": "#/definitions/Thread"
|
|
7891
|
-
}
|
|
7892
|
-
}
|
|
7893
|
-
},
|
|
7894
|
-
"ThreadCompactStartResponse": {
|
|
7895
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
7896
|
-
"title": "ThreadCompactStartResponse",
|
|
7897
|
-
"type": "object"
|
|
7898
|
-
},
|
|
7899
|
-
"ThreadShellCommandResponse": {
|
|
7900
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
7901
|
-
"title": "ThreadShellCommandResponse",
|
|
7902
|
-
"type": "object"
|
|
7903
|
-
},
|
|
7904
|
-
"ThreadApproveGuardianDeniedActionResponse": {
|
|
7905
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
7906
|
-
"title": "ThreadApproveGuardianDeniedActionResponse",
|
|
7907
|
-
"type": "object"
|
|
7908
|
-
},
|
|
7909
7995
|
"AuthMode": {
|
|
7910
7996
|
"description": "Authentication mode for OpenAI-backed providers.",
|
|
7911
7997
|
"oneOf": [
|
|
@@ -7930,6 +8016,13 @@
|
|
|
7930
8016
|
"chatgptAuthTokens"
|
|
7931
8017
|
]
|
|
7932
8018
|
},
|
|
8019
|
+
{
|
|
8020
|
+
"description": "Backend auth supplied as request headers.",
|
|
8021
|
+
"type": "string",
|
|
8022
|
+
"enum": [
|
|
8023
|
+
"headers"
|
|
8024
|
+
]
|
|
8025
|
+
},
|
|
7933
8026
|
{
|
|
7934
8027
|
"description": "Programmatic Codex auth backed by a registered Agent Identity.",
|
|
7935
8028
|
"type": "string",
|
|
@@ -7953,6 +8046,34 @@
|
|
|
7953
8046
|
}
|
|
7954
8047
|
]
|
|
7955
8048
|
},
|
|
8049
|
+
"ThreadUnarchiveResponse": {
|
|
8050
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
8051
|
+
"title": "ThreadUnarchiveResponse",
|
|
8052
|
+
"type": "object",
|
|
8053
|
+
"required": [
|
|
8054
|
+
"thread"
|
|
8055
|
+
],
|
|
8056
|
+
"properties": {
|
|
8057
|
+
"thread": {
|
|
8058
|
+
"$ref": "#/definitions/Thread"
|
|
8059
|
+
}
|
|
8060
|
+
}
|
|
8061
|
+
},
|
|
8062
|
+
"ThreadCompactStartResponse": {
|
|
8063
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
8064
|
+
"title": "ThreadCompactStartResponse",
|
|
8065
|
+
"type": "object"
|
|
8066
|
+
},
|
|
8067
|
+
"ThreadShellCommandResponse": {
|
|
8068
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
8069
|
+
"title": "ThreadShellCommandResponse",
|
|
8070
|
+
"type": "object"
|
|
8071
|
+
},
|
|
8072
|
+
"ThreadApproveGuardianDeniedActionResponse": {
|
|
8073
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
8074
|
+
"title": "ThreadApproveGuardianDeniedActionResponse",
|
|
8075
|
+
"type": "object"
|
|
8076
|
+
},
|
|
7956
8077
|
"McpServerStatusUpdatedNotification": {
|
|
7957
8078
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
7958
8079
|
"title": "McpServerStatusUpdatedNotification",
|
|
@@ -7968,6 +8089,16 @@
|
|
|
7968
8089
|
"null"
|
|
7969
8090
|
]
|
|
7970
8091
|
},
|
|
8092
|
+
"failureReason": {
|
|
8093
|
+
"anyOf": [
|
|
8094
|
+
{
|
|
8095
|
+
"$ref": "#/definitions/McpServerStartupFailureReason"
|
|
8096
|
+
},
|
|
8097
|
+
{
|
|
8098
|
+
"type": "null"
|
|
8099
|
+
}
|
|
8100
|
+
]
|
|
8101
|
+
},
|
|
7971
8102
|
"name": {
|
|
7972
8103
|
"type": "string"
|
|
7973
8104
|
},
|
|
@@ -7991,6 +8122,12 @@
|
|
|
7991
8122
|
"cancelled"
|
|
7992
8123
|
]
|
|
7993
8124
|
},
|
|
8125
|
+
"McpServerStartupFailureReason": {
|
|
8126
|
+
"type": "string",
|
|
8127
|
+
"enum": [
|
|
8128
|
+
"reauthenticationRequired"
|
|
8129
|
+
]
|
|
8130
|
+
},
|
|
7994
8131
|
"McpServerOauthLoginCompletedNotification": {
|
|
7995
8132
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
7996
8133
|
"title": "McpServerOauthLoginCompletedNotification",
|
|
@@ -8011,6 +8148,12 @@
|
|
|
8011
8148
|
},
|
|
8012
8149
|
"success": {
|
|
8013
8150
|
"type": "boolean"
|
|
8151
|
+
},
|
|
8152
|
+
"threadId": {
|
|
8153
|
+
"type": [
|
|
8154
|
+
"string",
|
|
8155
|
+
"null"
|
|
8156
|
+
]
|
|
8014
8157
|
}
|
|
8015
8158
|
}
|
|
8016
8159
|
},
|
|
@@ -8734,6 +8877,13 @@
|
|
|
8734
8877
|
"INSTALLED_BY_DEFAULT"
|
|
8735
8878
|
]
|
|
8736
8879
|
},
|
|
8880
|
+
"PluginInstallPolicySource": {
|
|
8881
|
+
"type": "string",
|
|
8882
|
+
"enum": [
|
|
8883
|
+
"WORKSPACE_SETTING",
|
|
8884
|
+
"IMPLICIT_CANONICAL_APP"
|
|
8885
|
+
]
|
|
8886
|
+
},
|
|
8737
8887
|
"PluginInterface": {
|
|
8738
8888
|
"type": "object",
|
|
8739
8889
|
"required": [
|
|
@@ -8811,6 +8961,17 @@
|
|
|
8811
8961
|
}
|
|
8812
8962
|
]
|
|
8813
8963
|
},
|
|
8964
|
+
"logoDark": {
|
|
8965
|
+
"description": "Local dark-mode logo path, resolved from the installed plugin package.",
|
|
8966
|
+
"anyOf": [
|
|
8967
|
+
{
|
|
8968
|
+
"$ref": "#/definitions/AbsolutePathBuf"
|
|
8969
|
+
},
|
|
8970
|
+
{
|
|
8971
|
+
"type": "null"
|
|
8972
|
+
}
|
|
8973
|
+
]
|
|
8974
|
+
},
|
|
8814
8975
|
"logoUrl": {
|
|
8815
8976
|
"description": "Remote logo URL from the plugin catalog.",
|
|
8816
8977
|
"type": [
|
|
@@ -8818,6 +8979,13 @@
|
|
|
8818
8979
|
"null"
|
|
8819
8980
|
]
|
|
8820
8981
|
},
|
|
8982
|
+
"logoUrlDark": {
|
|
8983
|
+
"description": "Remote dark-mode logo URL from the plugin catalog.",
|
|
8984
|
+
"type": [
|
|
8985
|
+
"string",
|
|
8986
|
+
"null"
|
|
8987
|
+
]
|
|
8988
|
+
},
|
|
8821
8989
|
"longDescription": {
|
|
8822
8990
|
"type": [
|
|
8823
8991
|
"string",
|
|
@@ -9050,6 +9218,40 @@
|
|
|
9050
9218
|
},
|
|
9051
9219
|
"title": "GitPluginSource"
|
|
9052
9220
|
},
|
|
9221
|
+
{
|
|
9222
|
+
"type": "object",
|
|
9223
|
+
"required": [
|
|
9224
|
+
"package",
|
|
9225
|
+
"type"
|
|
9226
|
+
],
|
|
9227
|
+
"properties": {
|
|
9228
|
+
"package": {
|
|
9229
|
+
"type": "string"
|
|
9230
|
+
},
|
|
9231
|
+
"registry": {
|
|
9232
|
+
"description": "Optional HTTPS registry URL. Authentication stays in the user's npm config.",
|
|
9233
|
+
"type": [
|
|
9234
|
+
"string",
|
|
9235
|
+
"null"
|
|
9236
|
+
]
|
|
9237
|
+
},
|
|
9238
|
+
"type": {
|
|
9239
|
+
"type": "string",
|
|
9240
|
+
"enum": [
|
|
9241
|
+
"npm"
|
|
9242
|
+
],
|
|
9243
|
+
"title": "NpmPluginSourceType"
|
|
9244
|
+
},
|
|
9245
|
+
"version": {
|
|
9246
|
+
"description": "Optional npm version or version range.",
|
|
9247
|
+
"type": [
|
|
9248
|
+
"string",
|
|
9249
|
+
"null"
|
|
9250
|
+
]
|
|
9251
|
+
}
|
|
9252
|
+
},
|
|
9253
|
+
"title": "NpmPluginSource"
|
|
9254
|
+
},
|
|
9053
9255
|
{
|
|
9054
9256
|
"description": "The plugin is available in the remote catalog. Download metadata is kept server-side and is not exposed through the app-server API.",
|
|
9055
9257
|
"type": "object",
|
|
@@ -9102,6 +9304,16 @@
|
|
|
9102
9304
|
"installPolicy": {
|
|
9103
9305
|
"$ref": "#/definitions/PluginInstallPolicy"
|
|
9104
9306
|
},
|
|
9307
|
+
"installPolicySource": {
|
|
9308
|
+
"anyOf": [
|
|
9309
|
+
{
|
|
9310
|
+
"$ref": "#/definitions/PluginInstallPolicySource"
|
|
9311
|
+
},
|
|
9312
|
+
{
|
|
9313
|
+
"type": "null"
|
|
9314
|
+
}
|
|
9315
|
+
]
|
|
9316
|
+
},
|
|
9105
9317
|
"installed": {
|
|
9106
9318
|
"type": "boolean"
|
|
9107
9319
|
},
|
|
@@ -9153,6 +9365,14 @@
|
|
|
9153
9365
|
},
|
|
9154
9366
|
"source": {
|
|
9155
9367
|
"$ref": "#/definitions/PluginSource"
|
|
9368
|
+
},
|
|
9369
|
+
"version": {
|
|
9370
|
+
"description": "Version advertised by the remote marketplace backend when available.",
|
|
9371
|
+
"default": null,
|
|
9372
|
+
"type": [
|
|
9373
|
+
"string",
|
|
9374
|
+
"null"
|
|
9375
|
+
]
|
|
9156
9376
|
}
|
|
9157
9377
|
}
|
|
9158
9378
|
},
|
|
@@ -9670,6 +9890,24 @@
|
|
|
9670
9890
|
"null"
|
|
9671
9891
|
]
|
|
9672
9892
|
},
|
|
9893
|
+
"iconAssets": {
|
|
9894
|
+
"type": [
|
|
9895
|
+
"object",
|
|
9896
|
+
"null"
|
|
9897
|
+
],
|
|
9898
|
+
"additionalProperties": {
|
|
9899
|
+
"type": "string"
|
|
9900
|
+
}
|
|
9901
|
+
},
|
|
9902
|
+
"iconDarkAssets": {
|
|
9903
|
+
"type": [
|
|
9904
|
+
"object",
|
|
9905
|
+
"null"
|
|
9906
|
+
],
|
|
9907
|
+
"additionalProperties": {
|
|
9908
|
+
"type": "string"
|
|
9909
|
+
}
|
|
9910
|
+
},
|
|
9673
9911
|
"id": {
|
|
9674
9912
|
"type": "string"
|
|
9675
9913
|
},
|
|
@@ -11086,6 +11324,35 @@
|
|
|
11086
11324
|
},
|
|
11087
11325
|
"additionalProperties": false
|
|
11088
11326
|
},
|
|
11327
|
+
"NetworkApprovalProtocol": {
|
|
11328
|
+
"type": "string",
|
|
11329
|
+
"enum": [
|
|
11330
|
+
"http",
|
|
11331
|
+
"https",
|
|
11332
|
+
"socks5Tcp",
|
|
11333
|
+
"socks5Udp"
|
|
11334
|
+
]
|
|
11335
|
+
},
|
|
11336
|
+
"GuardianUserAuthorization": {
|
|
11337
|
+
"description": "[UNSTABLE] Authorization level assigned by approval auto-review.",
|
|
11338
|
+
"type": "string",
|
|
11339
|
+
"enum": [
|
|
11340
|
+
"unknown",
|
|
11341
|
+
"low",
|
|
11342
|
+
"medium",
|
|
11343
|
+
"high"
|
|
11344
|
+
]
|
|
11345
|
+
},
|
|
11346
|
+
"GuardianRiskLevel": {
|
|
11347
|
+
"description": "[UNSTABLE] Risk level assigned by approval auto-review.",
|
|
11348
|
+
"type": "string",
|
|
11349
|
+
"enum": [
|
|
11350
|
+
"low",
|
|
11351
|
+
"medium",
|
|
11352
|
+
"high",
|
|
11353
|
+
"critical"
|
|
11354
|
+
]
|
|
11355
|
+
},
|
|
11089
11356
|
"McpServerOauthLoginResponse": {
|
|
11090
11357
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
11091
11358
|
"title": "McpServerOauthLoginResponse",
|
|
@@ -11633,23 +11900,97 @@
|
|
|
11633
11900
|
"workspace_member_usage_limit_reached"
|
|
11634
11901
|
]
|
|
11635
11902
|
},
|
|
11636
|
-
"
|
|
11903
|
+
"RateLimitResetCredit": {
|
|
11637
11904
|
"type": "object",
|
|
11638
11905
|
"required": [
|
|
11639
|
-
"
|
|
11906
|
+
"grantedAt",
|
|
11907
|
+
"id",
|
|
11908
|
+
"resetType",
|
|
11909
|
+
"status"
|
|
11640
11910
|
],
|
|
11641
11911
|
"properties": {
|
|
11642
|
-
"
|
|
11912
|
+
"description": {
|
|
11913
|
+
"description": "Backend-provided display description for this credit, or `null` when unavailable.",
|
|
11914
|
+
"type": [
|
|
11915
|
+
"string",
|
|
11916
|
+
"null"
|
|
11917
|
+
]
|
|
11918
|
+
},
|
|
11919
|
+
"expiresAt": {
|
|
11920
|
+
"description": "Unix timestamp in seconds when the credit expires, or `null` if it does not expire.",
|
|
11921
|
+
"type": [
|
|
11922
|
+
"integer",
|
|
11923
|
+
"null"
|
|
11924
|
+
],
|
|
11925
|
+
"format": "int64"
|
|
11926
|
+
},
|
|
11927
|
+
"grantedAt": {
|
|
11928
|
+
"description": "Unix timestamp in seconds when the credit was granted.",
|
|
11643
11929
|
"type": "integer",
|
|
11644
11930
|
"format": "int64"
|
|
11931
|
+
},
|
|
11932
|
+
"id": {
|
|
11933
|
+
"description": "Opaque backend identifier for this reset credit.",
|
|
11934
|
+
"type": "string"
|
|
11935
|
+
},
|
|
11936
|
+
"resetType": {
|
|
11937
|
+
"$ref": "#/definitions/RateLimitResetType"
|
|
11938
|
+
},
|
|
11939
|
+
"status": {
|
|
11940
|
+
"$ref": "#/definitions/RateLimitResetCreditStatus"
|
|
11941
|
+
},
|
|
11942
|
+
"title": {
|
|
11943
|
+
"description": "Backend-provided display title for this credit, or `null` when unavailable.",
|
|
11944
|
+
"type": [
|
|
11945
|
+
"string",
|
|
11946
|
+
"null"
|
|
11947
|
+
]
|
|
11645
11948
|
}
|
|
11646
11949
|
}
|
|
11647
11950
|
},
|
|
11648
|
-
"
|
|
11649
|
-
"type": "
|
|
11650
|
-
"
|
|
11651
|
-
"
|
|
11652
|
-
|
|
11951
|
+
"RateLimitResetCreditStatus": {
|
|
11952
|
+
"type": "string",
|
|
11953
|
+
"enum": [
|
|
11954
|
+
"available",
|
|
11955
|
+
"redeeming",
|
|
11956
|
+
"redeemed",
|
|
11957
|
+
"unknown"
|
|
11958
|
+
]
|
|
11959
|
+
},
|
|
11960
|
+
"RateLimitResetCreditsSummary": {
|
|
11961
|
+
"type": "object",
|
|
11962
|
+
"required": [
|
|
11963
|
+
"availableCount"
|
|
11964
|
+
],
|
|
11965
|
+
"properties": {
|
|
11966
|
+
"availableCount": {
|
|
11967
|
+
"type": "integer",
|
|
11968
|
+
"format": "int64"
|
|
11969
|
+
},
|
|
11970
|
+
"credits": {
|
|
11971
|
+
"description": "Detail rows for available reset credits, when the backend provides them.\n\n`null` means only `availableCount` is known, while an empty array means details were fetched and no available credits were returned. The backend may cap this list, so its length can be less than `availableCount`.",
|
|
11972
|
+
"type": [
|
|
11973
|
+
"array",
|
|
11974
|
+
"null"
|
|
11975
|
+
],
|
|
11976
|
+
"items": {
|
|
11977
|
+
"$ref": "#/definitions/RateLimitResetCredit"
|
|
11978
|
+
}
|
|
11979
|
+
}
|
|
11980
|
+
}
|
|
11981
|
+
},
|
|
11982
|
+
"RateLimitResetType": {
|
|
11983
|
+
"type": "string",
|
|
11984
|
+
"enum": [
|
|
11985
|
+
"codexRateLimits",
|
|
11986
|
+
"unknown"
|
|
11987
|
+
]
|
|
11988
|
+
},
|
|
11989
|
+
"RateLimitSnapshot": {
|
|
11990
|
+
"type": "object",
|
|
11991
|
+
"properties": {
|
|
11992
|
+
"credits": {
|
|
11993
|
+
"anyOf": [
|
|
11653
11994
|
{
|
|
11654
11995
|
"$ref": "#/definitions/CreditsSnapshot"
|
|
11655
11996
|
},
|
|
@@ -12076,35 +12417,6 @@
|
|
|
12076
12417
|
"description": "Empty success response for `command/exec/resize`.",
|
|
12077
12418
|
"type": "object"
|
|
12078
12419
|
},
|
|
12079
|
-
"NetworkApprovalProtocol": {
|
|
12080
|
-
"type": "string",
|
|
12081
|
-
"enum": [
|
|
12082
|
-
"http",
|
|
12083
|
-
"https",
|
|
12084
|
-
"socks5Tcp",
|
|
12085
|
-
"socks5Udp"
|
|
12086
|
-
]
|
|
12087
|
-
},
|
|
12088
|
-
"GuardianUserAuthorization": {
|
|
12089
|
-
"description": "[UNSTABLE] Authorization level assigned by approval auto-review.",
|
|
12090
|
-
"type": "string",
|
|
12091
|
-
"enum": [
|
|
12092
|
-
"unknown",
|
|
12093
|
-
"low",
|
|
12094
|
-
"medium",
|
|
12095
|
-
"high"
|
|
12096
|
-
]
|
|
12097
|
-
},
|
|
12098
|
-
"GuardianRiskLevel": {
|
|
12099
|
-
"description": "[UNSTABLE] Risk level assigned by approval auto-review.",
|
|
12100
|
-
"type": "string",
|
|
12101
|
-
"enum": [
|
|
12102
|
-
"low",
|
|
12103
|
-
"medium",
|
|
12104
|
-
"high",
|
|
12105
|
-
"critical"
|
|
12106
|
-
]
|
|
12107
|
-
},
|
|
12108
12420
|
"GuardianCommandSource": {
|
|
12109
12421
|
"type": "string",
|
|
12110
12422
|
"enum": [
|
|
@@ -12112,145 +12424,391 @@
|
|
|
12112
12424
|
"unifiedExec"
|
|
12113
12425
|
]
|
|
12114
12426
|
},
|
|
12115
|
-
"
|
|
12116
|
-
"
|
|
12117
|
-
"properties": {
|
|
12118
|
-
"enabled": {
|
|
12119
|
-
"type": [
|
|
12120
|
-
"boolean",
|
|
12121
|
-
"null"
|
|
12122
|
-
]
|
|
12123
|
-
}
|
|
12124
|
-
},
|
|
12125
|
-
"additionalProperties": true
|
|
12126
|
-
},
|
|
12127
|
-
"AppConfig": {
|
|
12128
|
-
"type": "object",
|
|
12129
|
-
"properties": {
|
|
12130
|
-
"approvals_reviewer": {
|
|
12131
|
-
"anyOf": [
|
|
12132
|
-
{
|
|
12133
|
-
"$ref": "#/definitions/ApprovalsReviewer"
|
|
12134
|
-
},
|
|
12135
|
-
{
|
|
12136
|
-
"type": "null"
|
|
12137
|
-
}
|
|
12138
|
-
]
|
|
12139
|
-
},
|
|
12140
|
-
"default_tools_approval_mode": {
|
|
12141
|
-
"anyOf": [
|
|
12142
|
-
{
|
|
12143
|
-
"$ref": "#/definitions/AppToolApproval"
|
|
12144
|
-
},
|
|
12145
|
-
{
|
|
12146
|
-
"type": "null"
|
|
12147
|
-
}
|
|
12148
|
-
]
|
|
12149
|
-
},
|
|
12150
|
-
"default_tools_enabled": {
|
|
12151
|
-
"type": [
|
|
12152
|
-
"boolean",
|
|
12153
|
-
"null"
|
|
12154
|
-
]
|
|
12155
|
-
},
|
|
12156
|
-
"destructive_enabled": {
|
|
12157
|
-
"type": [
|
|
12158
|
-
"boolean",
|
|
12159
|
-
"null"
|
|
12160
|
-
]
|
|
12161
|
-
},
|
|
12162
|
-
"enabled": {
|
|
12163
|
-
"default": true,
|
|
12164
|
-
"type": "boolean"
|
|
12165
|
-
},
|
|
12166
|
-
"open_world_enabled": {
|
|
12167
|
-
"type": [
|
|
12168
|
-
"boolean",
|
|
12169
|
-
"null"
|
|
12170
|
-
]
|
|
12171
|
-
},
|
|
12172
|
-
"tools": {
|
|
12173
|
-
"anyOf": [
|
|
12174
|
-
{
|
|
12175
|
-
"$ref": "#/definitions/AppToolsConfig"
|
|
12176
|
-
},
|
|
12177
|
-
{
|
|
12178
|
-
"type": "null"
|
|
12179
|
-
}
|
|
12180
|
-
]
|
|
12181
|
-
}
|
|
12182
|
-
}
|
|
12183
|
-
},
|
|
12184
|
-
"AppToolApproval": {
|
|
12427
|
+
"GuardianApprovalReviewStatus": {
|
|
12428
|
+
"description": "[UNSTABLE] Lifecycle state for an approval auto-review.",
|
|
12185
12429
|
"type": "string",
|
|
12186
12430
|
"enum": [
|
|
12187
|
-
"
|
|
12188
|
-
"
|
|
12189
|
-
"
|
|
12431
|
+
"inProgress",
|
|
12432
|
+
"approved",
|
|
12433
|
+
"denied",
|
|
12434
|
+
"timedOut",
|
|
12435
|
+
"aborted"
|
|
12190
12436
|
]
|
|
12191
12437
|
},
|
|
12192
|
-
"
|
|
12193
|
-
"
|
|
12194
|
-
|
|
12195
|
-
|
|
12196
|
-
"
|
|
12197
|
-
|
|
12198
|
-
|
|
12438
|
+
"GuardianApprovalReviewAction": {
|
|
12439
|
+
"oneOf": [
|
|
12440
|
+
{
|
|
12441
|
+
"type": "object",
|
|
12442
|
+
"required": [
|
|
12443
|
+
"command",
|
|
12444
|
+
"cwd",
|
|
12445
|
+
"source",
|
|
12446
|
+
"type"
|
|
12447
|
+
],
|
|
12448
|
+
"properties": {
|
|
12449
|
+
"command": {
|
|
12450
|
+
"type": "string"
|
|
12199
12451
|
},
|
|
12200
|
-
{
|
|
12201
|
-
"
|
|
12202
|
-
}
|
|
12203
|
-
]
|
|
12204
|
-
},
|
|
12205
|
-
"enabled": {
|
|
12206
|
-
"type": [
|
|
12207
|
-
"boolean",
|
|
12208
|
-
"null"
|
|
12209
|
-
]
|
|
12210
|
-
}
|
|
12211
|
-
}
|
|
12212
|
-
},
|
|
12213
|
-
"AppToolsConfig": {
|
|
12214
|
-
"type": "object"
|
|
12215
|
-
},
|
|
12216
|
-
"AppsConfig": {
|
|
12217
|
-
"type": "object",
|
|
12218
|
-
"properties": {
|
|
12219
|
-
"_default": {
|
|
12220
|
-
"default": null,
|
|
12221
|
-
"anyOf": [
|
|
12222
|
-
{
|
|
12223
|
-
"$ref": "#/definitions/AppsDefaultConfig"
|
|
12452
|
+
"cwd": {
|
|
12453
|
+
"$ref": "#/definitions/AbsolutePathBuf"
|
|
12224
12454
|
},
|
|
12225
|
-
{
|
|
12226
|
-
"
|
|
12227
|
-
}
|
|
12228
|
-
]
|
|
12229
|
-
}
|
|
12230
|
-
}
|
|
12231
|
-
},
|
|
12232
|
-
"AppsDefaultConfig": {
|
|
12233
|
-
"type": "object",
|
|
12234
|
-
"properties": {
|
|
12235
|
-
"approvals_reviewer": {
|
|
12236
|
-
"anyOf": [
|
|
12237
|
-
{
|
|
12238
|
-
"$ref": "#/definitions/ApprovalsReviewer"
|
|
12455
|
+
"source": {
|
|
12456
|
+
"$ref": "#/definitions/GuardianCommandSource"
|
|
12239
12457
|
},
|
|
12240
|
-
{
|
|
12241
|
-
"type": "
|
|
12458
|
+
"type": {
|
|
12459
|
+
"type": "string",
|
|
12460
|
+
"enum": [
|
|
12461
|
+
"command"
|
|
12462
|
+
],
|
|
12463
|
+
"title": "CommandGuardianApprovalReviewActionType"
|
|
12242
12464
|
}
|
|
12243
|
-
|
|
12465
|
+
},
|
|
12466
|
+
"title": "CommandGuardianApprovalReviewAction"
|
|
12244
12467
|
},
|
|
12245
|
-
|
|
12246
|
-
"
|
|
12247
|
-
|
|
12248
|
-
|
|
12468
|
+
{
|
|
12469
|
+
"type": "object",
|
|
12470
|
+
"required": [
|
|
12471
|
+
"argv",
|
|
12472
|
+
"cwd",
|
|
12473
|
+
"program",
|
|
12474
|
+
"source",
|
|
12475
|
+
"type"
|
|
12476
|
+
],
|
|
12477
|
+
"properties": {
|
|
12478
|
+
"argv": {
|
|
12479
|
+
"type": "array",
|
|
12480
|
+
"items": {
|
|
12481
|
+
"type": "string"
|
|
12482
|
+
}
|
|
12249
12483
|
},
|
|
12250
|
-
{
|
|
12251
|
-
"
|
|
12484
|
+
"cwd": {
|
|
12485
|
+
"$ref": "#/definitions/AbsolutePathBuf"
|
|
12486
|
+
},
|
|
12487
|
+
"program": {
|
|
12488
|
+
"type": "string"
|
|
12489
|
+
},
|
|
12490
|
+
"source": {
|
|
12491
|
+
"$ref": "#/definitions/GuardianCommandSource"
|
|
12492
|
+
},
|
|
12493
|
+
"type": {
|
|
12494
|
+
"type": "string",
|
|
12495
|
+
"enum": [
|
|
12496
|
+
"execve"
|
|
12497
|
+
],
|
|
12498
|
+
"title": "ExecveGuardianApprovalReviewActionType"
|
|
12252
12499
|
}
|
|
12253
|
-
|
|
12500
|
+
},
|
|
12501
|
+
"title": "ExecveGuardianApprovalReviewAction"
|
|
12502
|
+
},
|
|
12503
|
+
{
|
|
12504
|
+
"type": "object",
|
|
12505
|
+
"required": [
|
|
12506
|
+
"cwd",
|
|
12507
|
+
"files",
|
|
12508
|
+
"type"
|
|
12509
|
+
],
|
|
12510
|
+
"properties": {
|
|
12511
|
+
"cwd": {
|
|
12512
|
+
"$ref": "#/definitions/AbsolutePathBuf"
|
|
12513
|
+
},
|
|
12514
|
+
"files": {
|
|
12515
|
+
"type": "array",
|
|
12516
|
+
"items": {
|
|
12517
|
+
"$ref": "#/definitions/AbsolutePathBuf"
|
|
12518
|
+
}
|
|
12519
|
+
},
|
|
12520
|
+
"type": {
|
|
12521
|
+
"type": "string",
|
|
12522
|
+
"enum": [
|
|
12523
|
+
"applyPatch"
|
|
12524
|
+
],
|
|
12525
|
+
"title": "ApplyPatchGuardianApprovalReviewActionType"
|
|
12526
|
+
}
|
|
12527
|
+
},
|
|
12528
|
+
"title": "ApplyPatchGuardianApprovalReviewAction"
|
|
12529
|
+
},
|
|
12530
|
+
{
|
|
12531
|
+
"type": "object",
|
|
12532
|
+
"required": [
|
|
12533
|
+
"host",
|
|
12534
|
+
"port",
|
|
12535
|
+
"protocol",
|
|
12536
|
+
"target",
|
|
12537
|
+
"type"
|
|
12538
|
+
],
|
|
12539
|
+
"properties": {
|
|
12540
|
+
"host": {
|
|
12541
|
+
"type": "string"
|
|
12542
|
+
},
|
|
12543
|
+
"port": {
|
|
12544
|
+
"type": "integer",
|
|
12545
|
+
"format": "uint16",
|
|
12546
|
+
"minimum": 0.0
|
|
12547
|
+
},
|
|
12548
|
+
"protocol": {
|
|
12549
|
+
"$ref": "#/definitions/NetworkApprovalProtocol"
|
|
12550
|
+
},
|
|
12551
|
+
"target": {
|
|
12552
|
+
"type": "string"
|
|
12553
|
+
},
|
|
12554
|
+
"type": {
|
|
12555
|
+
"type": "string",
|
|
12556
|
+
"enum": [
|
|
12557
|
+
"networkAccess"
|
|
12558
|
+
],
|
|
12559
|
+
"title": "NetworkAccessGuardianApprovalReviewActionType"
|
|
12560
|
+
}
|
|
12561
|
+
},
|
|
12562
|
+
"title": "NetworkAccessGuardianApprovalReviewAction"
|
|
12563
|
+
},
|
|
12564
|
+
{
|
|
12565
|
+
"type": "object",
|
|
12566
|
+
"required": [
|
|
12567
|
+
"server",
|
|
12568
|
+
"toolName",
|
|
12569
|
+
"type"
|
|
12570
|
+
],
|
|
12571
|
+
"properties": {
|
|
12572
|
+
"connectorId": {
|
|
12573
|
+
"type": [
|
|
12574
|
+
"string",
|
|
12575
|
+
"null"
|
|
12576
|
+
]
|
|
12577
|
+
},
|
|
12578
|
+
"connectorName": {
|
|
12579
|
+
"type": [
|
|
12580
|
+
"string",
|
|
12581
|
+
"null"
|
|
12582
|
+
]
|
|
12583
|
+
},
|
|
12584
|
+
"server": {
|
|
12585
|
+
"type": "string"
|
|
12586
|
+
},
|
|
12587
|
+
"toolName": {
|
|
12588
|
+
"type": "string"
|
|
12589
|
+
},
|
|
12590
|
+
"toolTitle": {
|
|
12591
|
+
"type": [
|
|
12592
|
+
"string",
|
|
12593
|
+
"null"
|
|
12594
|
+
]
|
|
12595
|
+
},
|
|
12596
|
+
"type": {
|
|
12597
|
+
"type": "string",
|
|
12598
|
+
"enum": [
|
|
12599
|
+
"mcpToolCall"
|
|
12600
|
+
],
|
|
12601
|
+
"title": "McpToolCallGuardianApprovalReviewActionType"
|
|
12602
|
+
}
|
|
12603
|
+
},
|
|
12604
|
+
"title": "McpToolCallGuardianApprovalReviewAction"
|
|
12605
|
+
},
|
|
12606
|
+
{
|
|
12607
|
+
"type": "object",
|
|
12608
|
+
"required": [
|
|
12609
|
+
"permissions",
|
|
12610
|
+
"type"
|
|
12611
|
+
],
|
|
12612
|
+
"properties": {
|
|
12613
|
+
"permissions": {
|
|
12614
|
+
"$ref": "#/definitions/RequestPermissionProfile"
|
|
12615
|
+
},
|
|
12616
|
+
"reason": {
|
|
12617
|
+
"type": [
|
|
12618
|
+
"string",
|
|
12619
|
+
"null"
|
|
12620
|
+
]
|
|
12621
|
+
},
|
|
12622
|
+
"type": {
|
|
12623
|
+
"type": "string",
|
|
12624
|
+
"enum": [
|
|
12625
|
+
"requestPermissions"
|
|
12626
|
+
],
|
|
12627
|
+
"title": "RequestPermissionsGuardianApprovalReviewActionType"
|
|
12628
|
+
}
|
|
12629
|
+
},
|
|
12630
|
+
"title": "RequestPermissionsGuardianApprovalReviewAction"
|
|
12631
|
+
}
|
|
12632
|
+
]
|
|
12633
|
+
},
|
|
12634
|
+
"GuardianApprovalReview": {
|
|
12635
|
+
"description": "[UNSTABLE] Temporary approval auto-review payload used by `item/autoApprovalReview/*` notifications. This shape is expected to change soon.",
|
|
12636
|
+
"type": "object",
|
|
12637
|
+
"required": [
|
|
12638
|
+
"status"
|
|
12639
|
+
],
|
|
12640
|
+
"properties": {
|
|
12641
|
+
"rationale": {
|
|
12642
|
+
"type": [
|
|
12643
|
+
"string",
|
|
12644
|
+
"null"
|
|
12645
|
+
]
|
|
12646
|
+
},
|
|
12647
|
+
"riskLevel": {
|
|
12648
|
+
"anyOf": [
|
|
12649
|
+
{
|
|
12650
|
+
"$ref": "#/definitions/GuardianRiskLevel"
|
|
12651
|
+
},
|
|
12652
|
+
{
|
|
12653
|
+
"type": "null"
|
|
12654
|
+
}
|
|
12655
|
+
]
|
|
12656
|
+
},
|
|
12657
|
+
"status": {
|
|
12658
|
+
"$ref": "#/definitions/GuardianApprovalReviewStatus"
|
|
12659
|
+
},
|
|
12660
|
+
"userAuthorization": {
|
|
12661
|
+
"anyOf": [
|
|
12662
|
+
{
|
|
12663
|
+
"$ref": "#/definitions/GuardianUserAuthorization"
|
|
12664
|
+
},
|
|
12665
|
+
{
|
|
12666
|
+
"type": "null"
|
|
12667
|
+
}
|
|
12668
|
+
]
|
|
12669
|
+
}
|
|
12670
|
+
}
|
|
12671
|
+
},
|
|
12672
|
+
"AnalyticsConfig": {
|
|
12673
|
+
"type": "object",
|
|
12674
|
+
"properties": {
|
|
12675
|
+
"enabled": {
|
|
12676
|
+
"type": [
|
|
12677
|
+
"boolean",
|
|
12678
|
+
"null"
|
|
12679
|
+
]
|
|
12680
|
+
}
|
|
12681
|
+
},
|
|
12682
|
+
"additionalProperties": true
|
|
12683
|
+
},
|
|
12684
|
+
"AppConfig": {
|
|
12685
|
+
"type": "object",
|
|
12686
|
+
"properties": {
|
|
12687
|
+
"approvals_reviewer": {
|
|
12688
|
+
"anyOf": [
|
|
12689
|
+
{
|
|
12690
|
+
"$ref": "#/definitions/ApprovalsReviewer"
|
|
12691
|
+
},
|
|
12692
|
+
{
|
|
12693
|
+
"type": "null"
|
|
12694
|
+
}
|
|
12695
|
+
]
|
|
12696
|
+
},
|
|
12697
|
+
"default_tools_approval_mode": {
|
|
12698
|
+
"anyOf": [
|
|
12699
|
+
{
|
|
12700
|
+
"$ref": "#/definitions/AppToolApproval"
|
|
12701
|
+
},
|
|
12702
|
+
{
|
|
12703
|
+
"type": "null"
|
|
12704
|
+
}
|
|
12705
|
+
]
|
|
12706
|
+
},
|
|
12707
|
+
"default_tools_enabled": {
|
|
12708
|
+
"type": [
|
|
12709
|
+
"boolean",
|
|
12710
|
+
"null"
|
|
12711
|
+
]
|
|
12712
|
+
},
|
|
12713
|
+
"destructive_enabled": {
|
|
12714
|
+
"type": [
|
|
12715
|
+
"boolean",
|
|
12716
|
+
"null"
|
|
12717
|
+
]
|
|
12718
|
+
},
|
|
12719
|
+
"enabled": {
|
|
12720
|
+
"default": true,
|
|
12721
|
+
"type": "boolean"
|
|
12722
|
+
},
|
|
12723
|
+
"open_world_enabled": {
|
|
12724
|
+
"type": [
|
|
12725
|
+
"boolean",
|
|
12726
|
+
"null"
|
|
12727
|
+
]
|
|
12728
|
+
},
|
|
12729
|
+
"tools": {
|
|
12730
|
+
"anyOf": [
|
|
12731
|
+
{
|
|
12732
|
+
"$ref": "#/definitions/AppToolsConfig"
|
|
12733
|
+
},
|
|
12734
|
+
{
|
|
12735
|
+
"type": "null"
|
|
12736
|
+
}
|
|
12737
|
+
]
|
|
12738
|
+
}
|
|
12739
|
+
}
|
|
12740
|
+
},
|
|
12741
|
+
"AppToolApproval": {
|
|
12742
|
+
"type": "string",
|
|
12743
|
+
"enum": [
|
|
12744
|
+
"auto",
|
|
12745
|
+
"prompt",
|
|
12746
|
+
"writes",
|
|
12747
|
+
"approve"
|
|
12748
|
+
]
|
|
12749
|
+
},
|
|
12750
|
+
"AppToolConfig": {
|
|
12751
|
+
"type": "object",
|
|
12752
|
+
"properties": {
|
|
12753
|
+
"approval_mode": {
|
|
12754
|
+
"anyOf": [
|
|
12755
|
+
{
|
|
12756
|
+
"$ref": "#/definitions/AppToolApproval"
|
|
12757
|
+
},
|
|
12758
|
+
{
|
|
12759
|
+
"type": "null"
|
|
12760
|
+
}
|
|
12761
|
+
]
|
|
12762
|
+
},
|
|
12763
|
+
"enabled": {
|
|
12764
|
+
"type": [
|
|
12765
|
+
"boolean",
|
|
12766
|
+
"null"
|
|
12767
|
+
]
|
|
12768
|
+
}
|
|
12769
|
+
}
|
|
12770
|
+
},
|
|
12771
|
+
"AppToolsConfig": {
|
|
12772
|
+
"type": "object"
|
|
12773
|
+
},
|
|
12774
|
+
"AppsConfig": {
|
|
12775
|
+
"type": "object",
|
|
12776
|
+
"properties": {
|
|
12777
|
+
"_default": {
|
|
12778
|
+
"default": null,
|
|
12779
|
+
"anyOf": [
|
|
12780
|
+
{
|
|
12781
|
+
"$ref": "#/definitions/AppsDefaultConfig"
|
|
12782
|
+
},
|
|
12783
|
+
{
|
|
12784
|
+
"type": "null"
|
|
12785
|
+
}
|
|
12786
|
+
]
|
|
12787
|
+
}
|
|
12788
|
+
}
|
|
12789
|
+
},
|
|
12790
|
+
"AppsDefaultConfig": {
|
|
12791
|
+
"type": "object",
|
|
12792
|
+
"properties": {
|
|
12793
|
+
"approvals_reviewer": {
|
|
12794
|
+
"anyOf": [
|
|
12795
|
+
{
|
|
12796
|
+
"$ref": "#/definitions/ApprovalsReviewer"
|
|
12797
|
+
},
|
|
12798
|
+
{
|
|
12799
|
+
"type": "null"
|
|
12800
|
+
}
|
|
12801
|
+
]
|
|
12802
|
+
},
|
|
12803
|
+
"default_tools_approval_mode": {
|
|
12804
|
+
"anyOf": [
|
|
12805
|
+
{
|
|
12806
|
+
"$ref": "#/definitions/AppToolApproval"
|
|
12807
|
+
},
|
|
12808
|
+
{
|
|
12809
|
+
"type": "null"
|
|
12810
|
+
}
|
|
12811
|
+
]
|
|
12254
12812
|
},
|
|
12255
12813
|
"destructive_enabled": {
|
|
12256
12814
|
"default": true,
|
|
@@ -13135,14 +13693,15 @@
|
|
|
13135
13693
|
"$ref": "#/definitions/AskForApproval"
|
|
13136
13694
|
}
|
|
13137
13695
|
},
|
|
13138
|
-
"
|
|
13139
|
-
"
|
|
13140
|
-
|
|
13141
|
-
|
|
13142
|
-
|
|
13143
|
-
|
|
13144
|
-
|
|
13145
|
-
|
|
13696
|
+
"models": {
|
|
13697
|
+
"anyOf": [
|
|
13698
|
+
{
|
|
13699
|
+
"$ref": "#/definitions/ModelsRequirements"
|
|
13700
|
+
},
|
|
13701
|
+
{
|
|
13702
|
+
"type": "null"
|
|
13703
|
+
}
|
|
13704
|
+
]
|
|
13146
13705
|
},
|
|
13147
13706
|
"allowedPermissionProfiles": {
|
|
13148
13707
|
"type": [
|
|
@@ -13205,6 +13764,15 @@
|
|
|
13205
13764
|
"type": "null"
|
|
13206
13765
|
}
|
|
13207
13766
|
]
|
|
13767
|
+
},
|
|
13768
|
+
"featureRequirements": {
|
|
13769
|
+
"type": [
|
|
13770
|
+
"object",
|
|
13771
|
+
"null"
|
|
13772
|
+
],
|
|
13773
|
+
"additionalProperties": {
|
|
13774
|
+
"type": "boolean"
|
|
13775
|
+
}
|
|
13208
13776
|
}
|
|
13209
13777
|
}
|
|
13210
13778
|
},
|
|
@@ -13397,6 +13965,21 @@
|
|
|
13397
13965
|
}
|
|
13398
13966
|
}
|
|
13399
13967
|
},
|
|
13968
|
+
"ModelsRequirements": {
|
|
13969
|
+
"type": "object",
|
|
13970
|
+
"properties": {
|
|
13971
|
+
"newThread": {
|
|
13972
|
+
"anyOf": [
|
|
13973
|
+
{
|
|
13974
|
+
"$ref": "#/definitions/NewThreadModelDefaults"
|
|
13975
|
+
},
|
|
13976
|
+
{
|
|
13977
|
+
"type": "null"
|
|
13978
|
+
}
|
|
13979
|
+
]
|
|
13980
|
+
}
|
|
13981
|
+
}
|
|
13982
|
+
},
|
|
13400
13983
|
"NetworkDomainPermission": {
|
|
13401
13984
|
"type": "string",
|
|
13402
13985
|
"enum": [
|
|
@@ -13519,6 +14102,33 @@
|
|
|
13519
14102
|
"deny"
|
|
13520
14103
|
]
|
|
13521
14104
|
},
|
|
14105
|
+
"NewThreadModelDefaults": {
|
|
14106
|
+
"type": "object",
|
|
14107
|
+
"properties": {
|
|
14108
|
+
"model": {
|
|
14109
|
+
"type": [
|
|
14110
|
+
"string",
|
|
14111
|
+
"null"
|
|
14112
|
+
]
|
|
14113
|
+
},
|
|
14114
|
+
"modelReasoningEffort": {
|
|
14115
|
+
"anyOf": [
|
|
14116
|
+
{
|
|
14117
|
+
"$ref": "#/definitions/ReasoningEffort"
|
|
14118
|
+
},
|
|
14119
|
+
{
|
|
14120
|
+
"type": "null"
|
|
14121
|
+
}
|
|
14122
|
+
]
|
|
14123
|
+
},
|
|
14124
|
+
"serviceTier": {
|
|
14125
|
+
"type": [
|
|
14126
|
+
"string",
|
|
14127
|
+
"null"
|
|
14128
|
+
]
|
|
14129
|
+
}
|
|
14130
|
+
}
|
|
14131
|
+
},
|
|
13522
14132
|
"ResidencyRequirement": {
|
|
13523
14133
|
"type": "string",
|
|
13524
14134
|
"enum": [
|
|
@@ -14484,356 +15094,125 @@
|
|
|
14484
15094
|
"type": [
|
|
14485
15095
|
"string",
|
|
14486
15096
|
"null"
|
|
14487
|
-
]
|
|
14488
|
-
}
|
|
14489
|
-
},
|
|
14490
|
-
"title": "KindFileSystemSpecialPath"
|
|
14491
|
-
},
|
|
14492
|
-
{
|
|
14493
|
-
"type": "object",
|
|
14494
|
-
"required": [
|
|
14495
|
-
"kind"
|
|
14496
|
-
],
|
|
14497
|
-
"properties": {
|
|
14498
|
-
"kind": {
|
|
14499
|
-
"type": "string",
|
|
14500
|
-
"enum": [
|
|
14501
|
-
"tmpdir"
|
|
14502
|
-
]
|
|
14503
|
-
}
|
|
14504
|
-
},
|
|
14505
|
-
"title": "TmpdirFileSystemSpecialPath"
|
|
14506
|
-
},
|
|
14507
|
-
{
|
|
14508
|
-
"type": "object",
|
|
14509
|
-
"required": [
|
|
14510
|
-
"kind"
|
|
14511
|
-
],
|
|
14512
|
-
"properties": {
|
|
14513
|
-
"kind": {
|
|
14514
|
-
"type": "string",
|
|
14515
|
-
"enum": [
|
|
14516
|
-
"slash_tmp"
|
|
14517
|
-
]
|
|
14518
|
-
}
|
|
14519
|
-
},
|
|
14520
|
-
"title": "SlashTmpFileSystemSpecialPath"
|
|
14521
|
-
},
|
|
14522
|
-
{
|
|
14523
|
-
"type": "object",
|
|
14524
|
-
"required": [
|
|
14525
|
-
"kind",
|
|
14526
|
-
"path"
|
|
14527
|
-
],
|
|
14528
|
-
"properties": {
|
|
14529
|
-
"kind": {
|
|
14530
|
-
"type": "string",
|
|
14531
|
-
"enum": [
|
|
14532
|
-
"unknown"
|
|
14533
|
-
]
|
|
14534
|
-
},
|
|
14535
|
-
"path": {
|
|
14536
|
-
"type": "string"
|
|
14537
|
-
},
|
|
14538
|
-
"subpath": {
|
|
14539
|
-
"type": [
|
|
14540
|
-
"string",
|
|
14541
|
-
"null"
|
|
14542
|
-
]
|
|
14543
|
-
}
|
|
14544
|
-
}
|
|
14545
|
-
}
|
|
14546
|
-
]
|
|
14547
|
-
},
|
|
14548
|
-
"GuardianApprovalReview": {
|
|
14549
|
-
"description": "[UNSTABLE] Temporary approval auto-review payload used by `item/autoApprovalReview/*` notifications. This shape is expected to change soon.",
|
|
14550
|
-
"type": "object",
|
|
14551
|
-
"required": [
|
|
14552
|
-
"status"
|
|
14553
|
-
],
|
|
14554
|
-
"properties": {
|
|
14555
|
-
"rationale": {
|
|
14556
|
-
"type": [
|
|
14557
|
-
"string",
|
|
14558
|
-
"null"
|
|
14559
|
-
]
|
|
14560
|
-
},
|
|
14561
|
-
"riskLevel": {
|
|
14562
|
-
"anyOf": [
|
|
14563
|
-
{
|
|
14564
|
-
"$ref": "#/definitions/GuardianRiskLevel"
|
|
14565
|
-
},
|
|
14566
|
-
{
|
|
14567
|
-
"type": "null"
|
|
14568
|
-
}
|
|
14569
|
-
]
|
|
14570
|
-
},
|
|
14571
|
-
"status": {
|
|
14572
|
-
"$ref": "#/definitions/GuardianApprovalReviewStatus"
|
|
14573
|
-
},
|
|
14574
|
-
"userAuthorization": {
|
|
14575
|
-
"anyOf": [
|
|
14576
|
-
{
|
|
14577
|
-
"$ref": "#/definitions/GuardianUserAuthorization"
|
|
14578
|
-
},
|
|
14579
|
-
{
|
|
14580
|
-
"type": "null"
|
|
14581
|
-
}
|
|
14582
|
-
]
|
|
14583
|
-
}
|
|
14584
|
-
}
|
|
14585
|
-
},
|
|
14586
|
-
"GuardianApprovalReviewAction": {
|
|
14587
|
-
"oneOf": [
|
|
14588
|
-
{
|
|
14589
|
-
"type": "object",
|
|
14590
|
-
"required": [
|
|
14591
|
-
"command",
|
|
14592
|
-
"cwd",
|
|
14593
|
-
"source",
|
|
14594
|
-
"type"
|
|
14595
|
-
],
|
|
14596
|
-
"properties": {
|
|
14597
|
-
"command": {
|
|
14598
|
-
"type": "string"
|
|
14599
|
-
},
|
|
14600
|
-
"cwd": {
|
|
14601
|
-
"$ref": "#/definitions/AbsolutePathBuf"
|
|
14602
|
-
},
|
|
14603
|
-
"source": {
|
|
14604
|
-
"$ref": "#/definitions/GuardianCommandSource"
|
|
14605
|
-
},
|
|
14606
|
-
"type": {
|
|
14607
|
-
"type": "string",
|
|
14608
|
-
"enum": [
|
|
14609
|
-
"command"
|
|
14610
|
-
],
|
|
14611
|
-
"title": "CommandGuardianApprovalReviewActionType"
|
|
14612
|
-
}
|
|
14613
|
-
},
|
|
14614
|
-
"title": "CommandGuardianApprovalReviewAction"
|
|
14615
|
-
},
|
|
14616
|
-
{
|
|
14617
|
-
"type": "object",
|
|
14618
|
-
"required": [
|
|
14619
|
-
"argv",
|
|
14620
|
-
"cwd",
|
|
14621
|
-
"program",
|
|
14622
|
-
"source",
|
|
14623
|
-
"type"
|
|
14624
|
-
],
|
|
14625
|
-
"properties": {
|
|
14626
|
-
"argv": {
|
|
14627
|
-
"type": "array",
|
|
14628
|
-
"items": {
|
|
14629
|
-
"type": "string"
|
|
14630
|
-
}
|
|
14631
|
-
},
|
|
14632
|
-
"cwd": {
|
|
14633
|
-
"$ref": "#/definitions/AbsolutePathBuf"
|
|
14634
|
-
},
|
|
14635
|
-
"program": {
|
|
14636
|
-
"type": "string"
|
|
14637
|
-
},
|
|
14638
|
-
"source": {
|
|
14639
|
-
"$ref": "#/definitions/GuardianCommandSource"
|
|
14640
|
-
},
|
|
14641
|
-
"type": {
|
|
14642
|
-
"type": "string",
|
|
14643
|
-
"enum": [
|
|
14644
|
-
"execve"
|
|
14645
|
-
],
|
|
14646
|
-
"title": "ExecveGuardianApprovalReviewActionType"
|
|
14647
|
-
}
|
|
14648
|
-
},
|
|
14649
|
-
"title": "ExecveGuardianApprovalReviewAction"
|
|
14650
|
-
},
|
|
14651
|
-
{
|
|
14652
|
-
"type": "object",
|
|
14653
|
-
"required": [
|
|
14654
|
-
"cwd",
|
|
14655
|
-
"files",
|
|
14656
|
-
"type"
|
|
14657
|
-
],
|
|
14658
|
-
"properties": {
|
|
14659
|
-
"cwd": {
|
|
14660
|
-
"$ref": "#/definitions/AbsolutePathBuf"
|
|
14661
|
-
},
|
|
14662
|
-
"files": {
|
|
14663
|
-
"type": "array",
|
|
14664
|
-
"items": {
|
|
14665
|
-
"$ref": "#/definitions/AbsolutePathBuf"
|
|
14666
|
-
}
|
|
14667
|
-
},
|
|
14668
|
-
"type": {
|
|
14669
|
-
"type": "string",
|
|
14670
|
-
"enum": [
|
|
14671
|
-
"applyPatch"
|
|
14672
|
-
],
|
|
14673
|
-
"title": "ApplyPatchGuardianApprovalReviewActionType"
|
|
15097
|
+
]
|
|
14674
15098
|
}
|
|
14675
15099
|
},
|
|
14676
|
-
"title": "
|
|
15100
|
+
"title": "KindFileSystemSpecialPath"
|
|
14677
15101
|
},
|
|
14678
15102
|
{
|
|
14679
15103
|
"type": "object",
|
|
14680
15104
|
"required": [
|
|
14681
|
-
"
|
|
14682
|
-
"port",
|
|
14683
|
-
"protocol",
|
|
14684
|
-
"target",
|
|
14685
|
-
"type"
|
|
15105
|
+
"kind"
|
|
14686
15106
|
],
|
|
14687
15107
|
"properties": {
|
|
14688
|
-
"
|
|
14689
|
-
"type": "string"
|
|
14690
|
-
},
|
|
14691
|
-
"port": {
|
|
14692
|
-
"type": "integer",
|
|
14693
|
-
"format": "uint16",
|
|
14694
|
-
"minimum": 0.0
|
|
14695
|
-
},
|
|
14696
|
-
"protocol": {
|
|
14697
|
-
"$ref": "#/definitions/NetworkApprovalProtocol"
|
|
14698
|
-
},
|
|
14699
|
-
"target": {
|
|
14700
|
-
"type": "string"
|
|
14701
|
-
},
|
|
14702
|
-
"type": {
|
|
15108
|
+
"kind": {
|
|
14703
15109
|
"type": "string",
|
|
14704
15110
|
"enum": [
|
|
14705
|
-
"
|
|
14706
|
-
]
|
|
14707
|
-
"title": "NetworkAccessGuardianApprovalReviewActionType"
|
|
15111
|
+
"tmpdir"
|
|
15112
|
+
]
|
|
14708
15113
|
}
|
|
14709
15114
|
},
|
|
14710
|
-
"title": "
|
|
15115
|
+
"title": "TmpdirFileSystemSpecialPath"
|
|
14711
15116
|
},
|
|
14712
15117
|
{
|
|
14713
15118
|
"type": "object",
|
|
14714
15119
|
"required": [
|
|
14715
|
-
"
|
|
14716
|
-
"toolName",
|
|
14717
|
-
"type"
|
|
15120
|
+
"kind"
|
|
14718
15121
|
],
|
|
14719
15122
|
"properties": {
|
|
14720
|
-
"
|
|
14721
|
-
"type": [
|
|
14722
|
-
"string",
|
|
14723
|
-
"null"
|
|
14724
|
-
]
|
|
14725
|
-
},
|
|
14726
|
-
"connectorName": {
|
|
14727
|
-
"type": [
|
|
14728
|
-
"string",
|
|
14729
|
-
"null"
|
|
14730
|
-
]
|
|
14731
|
-
},
|
|
14732
|
-
"server": {
|
|
14733
|
-
"type": "string"
|
|
14734
|
-
},
|
|
14735
|
-
"toolName": {
|
|
14736
|
-
"type": "string"
|
|
14737
|
-
},
|
|
14738
|
-
"toolTitle": {
|
|
14739
|
-
"type": [
|
|
14740
|
-
"string",
|
|
14741
|
-
"null"
|
|
14742
|
-
]
|
|
14743
|
-
},
|
|
14744
|
-
"type": {
|
|
15123
|
+
"kind": {
|
|
14745
15124
|
"type": "string",
|
|
14746
15125
|
"enum": [
|
|
14747
|
-
"
|
|
14748
|
-
]
|
|
14749
|
-
"title": "McpToolCallGuardianApprovalReviewActionType"
|
|
15126
|
+
"slash_tmp"
|
|
15127
|
+
]
|
|
14750
15128
|
}
|
|
14751
15129
|
},
|
|
14752
|
-
"title": "
|
|
15130
|
+
"title": "SlashTmpFileSystemSpecialPath"
|
|
14753
15131
|
},
|
|
14754
15132
|
{
|
|
14755
15133
|
"type": "object",
|
|
14756
15134
|
"required": [
|
|
14757
|
-
"
|
|
14758
|
-
"
|
|
15135
|
+
"kind",
|
|
15136
|
+
"path"
|
|
14759
15137
|
],
|
|
14760
15138
|
"properties": {
|
|
14761
|
-
"
|
|
14762
|
-
"
|
|
15139
|
+
"kind": {
|
|
15140
|
+
"type": "string",
|
|
15141
|
+
"enum": [
|
|
15142
|
+
"unknown"
|
|
15143
|
+
]
|
|
14763
15144
|
},
|
|
14764
|
-
"
|
|
15145
|
+
"path": {
|
|
15146
|
+
"type": "string"
|
|
15147
|
+
},
|
|
15148
|
+
"subpath": {
|
|
14765
15149
|
"type": [
|
|
14766
15150
|
"string",
|
|
14767
15151
|
"null"
|
|
14768
15152
|
]
|
|
14769
|
-
},
|
|
14770
|
-
"type": {
|
|
14771
|
-
"type": "string",
|
|
14772
|
-
"enum": [
|
|
14773
|
-
"requestPermissions"
|
|
14774
|
-
],
|
|
14775
|
-
"title": "RequestPermissionsGuardianApprovalReviewActionType"
|
|
14776
15153
|
}
|
|
14777
|
-
}
|
|
14778
|
-
"title": "RequestPermissionsGuardianApprovalReviewAction"
|
|
15154
|
+
}
|
|
14779
15155
|
}
|
|
14780
15156
|
]
|
|
14781
15157
|
},
|
|
14782
|
-
"
|
|
14783
|
-
"description": "[UNSTABLE] Lifecycle state for an approval auto-review.",
|
|
15158
|
+
"FuzzyFileSearchMatchType": {
|
|
14784
15159
|
"type": "string",
|
|
14785
15160
|
"enum": [
|
|
14786
|
-
"
|
|
14787
|
-
"
|
|
14788
|
-
"denied",
|
|
14789
|
-
"timedOut",
|
|
14790
|
-
"aborted"
|
|
15161
|
+
"file",
|
|
15162
|
+
"directory"
|
|
14791
15163
|
]
|
|
14792
15164
|
},
|
|
14793
|
-
"
|
|
15165
|
+
"FuzzyFileSearchSessionUpdatedNotification": {
|
|
14794
15166
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
14795
|
-
"title": "
|
|
15167
|
+
"title": "FuzzyFileSearchSessionUpdatedNotification",
|
|
14796
15168
|
"type": "object",
|
|
14797
15169
|
"required": [
|
|
15170
|
+
"files",
|
|
14798
15171
|
"query",
|
|
14799
|
-
"
|
|
15172
|
+
"sessionId"
|
|
14800
15173
|
],
|
|
14801
15174
|
"properties": {
|
|
14802
|
-
"
|
|
14803
|
-
"type":
|
|
14804
|
-
|
|
14805
|
-
"
|
|
14806
|
-
|
|
15175
|
+
"files": {
|
|
15176
|
+
"type": "array",
|
|
15177
|
+
"items": {
|
|
15178
|
+
"$ref": "#/definitions/FuzzyFileSearchResult"
|
|
15179
|
+
}
|
|
14807
15180
|
},
|
|
14808
15181
|
"query": {
|
|
14809
15182
|
"type": "string"
|
|
14810
15183
|
},
|
|
14811
|
-
"
|
|
14812
|
-
"type": "
|
|
14813
|
-
"items": {
|
|
14814
|
-
"type": "string"
|
|
14815
|
-
}
|
|
15184
|
+
"sessionId": {
|
|
15185
|
+
"type": "string"
|
|
14816
15186
|
}
|
|
14817
15187
|
}
|
|
14818
15188
|
},
|
|
14819
|
-
"
|
|
15189
|
+
"InitializeCapabilities": {
|
|
15190
|
+
"description": "Client-declared capabilities negotiated during initialize.",
|
|
14820
15191
|
"type": "object",
|
|
14821
|
-
"required": [
|
|
14822
|
-
"name",
|
|
14823
|
-
"version"
|
|
14824
|
-
],
|
|
14825
15192
|
"properties": {
|
|
14826
|
-
"
|
|
14827
|
-
"
|
|
15193
|
+
"experimentalApi": {
|
|
15194
|
+
"description": "Opt into receiving experimental API methods and fields.",
|
|
15195
|
+
"default": false,
|
|
15196
|
+
"type": "boolean"
|
|
14828
15197
|
},
|
|
14829
|
-
"
|
|
15198
|
+
"mcpServerOpenaiFormElicitation": {
|
|
15199
|
+
"description": "Allow downstream MCP servers to request OpenAI extended form elicitations.",
|
|
15200
|
+
"type": "boolean"
|
|
15201
|
+
},
|
|
15202
|
+
"optOutNotificationMethods": {
|
|
15203
|
+
"description": "Exact notification method names that should be suppressed for this connection (for example `thread/started`).",
|
|
14830
15204
|
"type": [
|
|
14831
|
-
"
|
|
15205
|
+
"array",
|
|
14832
15206
|
"null"
|
|
14833
|
-
]
|
|
15207
|
+
],
|
|
15208
|
+
"items": {
|
|
15209
|
+
"type": "string"
|
|
15210
|
+
}
|
|
14834
15211
|
},
|
|
14835
|
-
"
|
|
14836
|
-
"
|
|
15212
|
+
"requestAttestation": {
|
|
15213
|
+
"description": "Opt into `attestation/generate` requests for upstream `x-oai-attestation`.",
|
|
15214
|
+
"default": false,
|
|
15215
|
+
"type": "boolean"
|
|
14837
15216
|
}
|
|
14838
15217
|
}
|
|
14839
15218
|
},
|
|
@@ -14878,15 +15257,49 @@
|
|
|
14878
15257
|
}
|
|
14879
15258
|
}
|
|
14880
15259
|
},
|
|
14881
|
-
"
|
|
15260
|
+
"FuzzyFileSearchParams": {
|
|
14882
15261
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
14883
|
-
"title": "
|
|
15262
|
+
"title": "FuzzyFileSearchParams",
|
|
14884
15263
|
"type": "object",
|
|
14885
15264
|
"required": [
|
|
14886
|
-
"
|
|
15265
|
+
"query",
|
|
15266
|
+
"roots"
|
|
14887
15267
|
],
|
|
14888
15268
|
"properties": {
|
|
14889
|
-
"
|
|
15269
|
+
"cancellationToken": {
|
|
15270
|
+
"type": [
|
|
15271
|
+
"string",
|
|
15272
|
+
"null"
|
|
15273
|
+
]
|
|
15274
|
+
},
|
|
15275
|
+
"query": {
|
|
15276
|
+
"type": "string"
|
|
15277
|
+
},
|
|
15278
|
+
"roots": {
|
|
15279
|
+
"type": "array",
|
|
15280
|
+
"items": {
|
|
15281
|
+
"type": "string"
|
|
15282
|
+
}
|
|
15283
|
+
}
|
|
15284
|
+
}
|
|
15285
|
+
},
|
|
15286
|
+
"ClientInfo": {
|
|
15287
|
+
"type": "object",
|
|
15288
|
+
"required": [
|
|
15289
|
+
"name",
|
|
15290
|
+
"version"
|
|
15291
|
+
],
|
|
15292
|
+
"properties": {
|
|
15293
|
+
"name": {
|
|
15294
|
+
"type": "string"
|
|
15295
|
+
},
|
|
15296
|
+
"title": {
|
|
15297
|
+
"type": [
|
|
15298
|
+
"string",
|
|
15299
|
+
"null"
|
|
15300
|
+
]
|
|
15301
|
+
},
|
|
15302
|
+
"version": {
|
|
14890
15303
|
"type": "string"
|
|
14891
15304
|
}
|
|
14892
15305
|
}
|
|
@@ -14914,67 +15327,19 @@
|
|
|
14914
15327
|
}
|
|
14915
15328
|
}
|
|
14916
15329
|
},
|
|
14917
|
-
"
|
|
14918
|
-
"type": "string",
|
|
14919
|
-
"enum": [
|
|
14920
|
-
"file",
|
|
14921
|
-
"directory"
|
|
14922
|
-
]
|
|
14923
|
-
},
|
|
14924
|
-
"FuzzyFileSearchSessionUpdatedNotification": {
|
|
15330
|
+
"FuzzyFileSearchSessionCompletedNotification": {
|
|
14925
15331
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
14926
|
-
"title": "
|
|
15332
|
+
"title": "FuzzyFileSearchSessionCompletedNotification",
|
|
14927
15333
|
"type": "object",
|
|
14928
15334
|
"required": [
|
|
14929
|
-
"files",
|
|
14930
|
-
"query",
|
|
14931
15335
|
"sessionId"
|
|
14932
15336
|
],
|
|
14933
15337
|
"properties": {
|
|
14934
|
-
"files": {
|
|
14935
|
-
"type": "array",
|
|
14936
|
-
"items": {
|
|
14937
|
-
"$ref": "#/definitions/FuzzyFileSearchResult"
|
|
14938
|
-
}
|
|
14939
|
-
},
|
|
14940
|
-
"query": {
|
|
14941
|
-
"type": "string"
|
|
14942
|
-
},
|
|
14943
15338
|
"sessionId": {
|
|
14944
15339
|
"type": "string"
|
|
14945
15340
|
}
|
|
14946
15341
|
}
|
|
14947
15342
|
},
|
|
14948
|
-
"InitializeCapabilities": {
|
|
14949
|
-
"description": "Client-declared capabilities negotiated during initialize.",
|
|
14950
|
-
"type": "object",
|
|
14951
|
-
"properties": {
|
|
14952
|
-
"experimentalApi": {
|
|
14953
|
-
"description": "Opt into receiving experimental API methods and fields.",
|
|
14954
|
-
"default": false,
|
|
14955
|
-
"type": "boolean"
|
|
14956
|
-
},
|
|
14957
|
-
"mcpServerOpenaiFormElicitation": {
|
|
14958
|
-
"description": "Allow downstream MCP servers to request OpenAI extended form elicitations.",
|
|
14959
|
-
"type": "boolean"
|
|
14960
|
-
},
|
|
14961
|
-
"optOutNotificationMethods": {
|
|
14962
|
-
"description": "Exact notification method names that should be suppressed for this connection (for example `thread/started`).",
|
|
14963
|
-
"type": [
|
|
14964
|
-
"array",
|
|
14965
|
-
"null"
|
|
14966
|
-
],
|
|
14967
|
-
"items": {
|
|
14968
|
-
"type": "string"
|
|
14969
|
-
}
|
|
14970
|
-
},
|
|
14971
|
-
"requestAttestation": {
|
|
14972
|
-
"description": "Opt into `attestation/generate` requests for upstream `x-oai-attestation`.",
|
|
14973
|
-
"default": false,
|
|
14974
|
-
"type": "boolean"
|
|
14975
|
-
}
|
|
14976
|
-
}
|
|
14977
|
-
},
|
|
14978
15343
|
"ClientRequest": {
|
|
14979
15344
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
14980
15345
|
"title": "ClientRequest",
|