@opengsd/gsd-pi 1.2.0-dev.955e4da0 → 1.2.0-dev.fb12b103
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/dist/cli-style.d.ts +17 -0
- package/dist/cli-style.js +28 -0
- package/dist/cli.js +1 -1
- package/dist/headless-events.d.ts +4 -2
- package/dist/headless-events.js +7 -29
- package/dist/models-resolver.d.ts +3 -13
- package/dist/models-resolver.js +3 -22
- package/dist/resource-loader.js +2 -14
- package/dist/resources/.managed-resources-content-hash +1 -1
- package/dist/resources/extensions/async-jobs/async-bash-tool.js +30 -64
- package/dist/resources/extensions/async-jobs/await-tool.js +80 -12
- package/dist/resources/extensions/async-jobs/index.js +65 -0
- package/dist/resources/extensions/async-jobs/job-manager.js +12 -1
- package/dist/resources/extensions/bg-shell/bg-shell-command.js +6 -6
- package/dist/resources/extensions/bg-shell/bg-shell-tool.js +10 -7
- package/dist/resources/extensions/bg-shell/overlay.js +9 -6
- package/dist/resources/extensions/bg-shell/process-manager.js +54 -25
- package/dist/resources/extensions/bg-shell/readiness-detector.js +11 -0
- package/dist/resources/extensions/bg-shell/utilities.js +3 -0
- package/dist/resources/extensions/browser-tools/engine/managed-gsd-browser.js +209 -88
- package/dist/resources/extensions/browser-tools/engine/selection.js +73 -5
- package/dist/resources/extensions/browser-tools/index.js +69 -12
- package/dist/resources/extensions/claude-code-cli/stream-adapter.js +30 -4
- package/dist/resources/extensions/gsd/auto/orchestrator.js +7 -5
- package/dist/resources/extensions/gsd/auto-dispatch.js +12 -1
- package/dist/resources/extensions/gsd/auto-model-selection.js +25 -6
- package/dist/resources/extensions/gsd/auto-post-unit.js +11 -2
- package/dist/resources/extensions/gsd/auto-prompts.js +15 -10
- package/dist/resources/extensions/gsd/auto-start.js +15 -10
- package/dist/resources/extensions/gsd/auto-tool-tracking.js +18 -0
- package/dist/resources/extensions/gsd/auto-unit-tool-scope.js +7 -16
- package/dist/resources/extensions/gsd/auto-worktree.js +30 -90
- package/dist/resources/extensions/gsd/auto.js +4 -13
- package/dist/resources/extensions/gsd/bootstrap/agent-end-recovery.js +3 -2
- package/dist/resources/extensions/gsd/bootstrap/dynamic-tools.js +23 -6
- package/dist/resources/extensions/gsd/bootstrap/register-extension.js +19 -0
- package/dist/resources/extensions/gsd/bootstrap/register-hooks.js +122 -20
- package/dist/resources/extensions/gsd/bootstrap/write-gate.js +6 -2
- package/dist/resources/extensions/gsd/branch-patterns.js +2 -0
- package/dist/resources/extensions/gsd/browser-daemon-auto-prep.js +83 -0
- package/dist/resources/extensions/gsd/browser-evidence.js +8 -2
- package/dist/resources/extensions/gsd/captures.js +4 -6
- package/dist/resources/extensions/gsd/constants.js +0 -2
- package/dist/resources/extensions/gsd/crash-recovery.js +4 -12
- package/dist/resources/extensions/gsd/doctor-environment.js +2 -6
- package/dist/resources/extensions/gsd/doctor-format.js +9 -6
- package/dist/resources/extensions/gsd/doctor-runtime-checks.js +13 -15
- package/dist/resources/extensions/gsd/error-classifier.js +9 -0
- package/dist/resources/extensions/gsd/exec-sandbox.js +30 -10
- package/dist/resources/extensions/gsd/guidance.js +98 -0
- package/dist/resources/extensions/gsd/guided-flow.js +17 -2
- package/dist/resources/extensions/gsd/mcp-filter.js +2 -19
- package/dist/resources/extensions/gsd/mcp-tool-name.js +5 -13
- package/dist/resources/extensions/gsd/memory-consolidation-scanner.js +1 -1
- package/dist/resources/extensions/gsd/migrate/safety.js +4 -1
- package/dist/resources/extensions/gsd/notification-store.js +11 -4
- package/dist/resources/extensions/gsd/parallel-monitor-overlay.js +6 -4
- package/dist/resources/extensions/gsd/paths.js +27 -0
- package/dist/resources/extensions/gsd/pre-execution-checks.js +91 -3
- package/dist/resources/extensions/gsd/preferences-models.js +14 -48
- package/dist/resources/extensions/gsd/prompts/complete-slice.md +1 -1
- package/dist/resources/extensions/gsd/prompts/plan-slice.md +1 -1
- package/dist/resources/extensions/gsd/prompts/refine-slice.md +1 -1
- package/dist/resources/extensions/gsd/prompts/replan-slice.md +1 -1
- package/dist/resources/extensions/gsd/prompts/run-uat.md +1 -1
- package/dist/resources/extensions/gsd/prompts/system.md +5 -2
- package/dist/resources/extensions/gsd/provider-error-guidance.js +1 -5
- package/dist/resources/extensions/gsd/provider-switch-observer.js +1 -1
- package/dist/resources/extensions/gsd/publication.js +87 -0
- package/dist/resources/extensions/gsd/recovery-classification.js +37 -94
- package/dist/resources/extensions/gsd/safety/destructive-confirmation.js +108 -0
- package/dist/resources/extensions/gsd/state.js +1 -20
- package/dist/resources/extensions/gsd/stop-notice.js +57 -0
- package/dist/resources/extensions/gsd/tool-surface-readiness.js +56 -0
- package/dist/resources/extensions/gsd/tools/exec-tool.js +9 -7
- package/dist/resources/extensions/gsd/tools/plan-slice.js +12 -6
- package/dist/resources/extensions/gsd/uat-policy.js +2 -1
- package/dist/resources/extensions/gsd/unit-closeout.js +138 -0
- package/dist/resources/extensions/gsd/unit-context-composer.js +74 -1
- package/dist/resources/extensions/gsd/unit-context-manifest.js +4 -27
- package/dist/resources/extensions/gsd/unit-registry.js +337 -0
- package/dist/resources/extensions/gsd/unit-tool-contracts.js +9 -182
- package/dist/resources/extensions/gsd/web-app-uat.js +45 -8
- package/dist/resources/extensions/gsd/workflow-tool-surface.js +1 -1
- package/dist/resources/extensions/gsd/worktree-git-recovery.js +15 -9
- package/dist/resources/extensions/gsd/worktree-root.js +11 -0
- package/dist/resources/extensions/gsd/worktree-session-state.js +4 -5
- package/dist/resources/extensions/search-the-web/native-search.js +5 -3
- package/dist/resources/extensions/shared/browser-contract.js +59 -0
- package/dist/resources/extensions/shared/gsd-browser-cli.js +96 -5
- package/dist/resources/shared/package.json +3 -0
- package/dist/resources/skills/create-skill/references/executable-code.md +1 -1
- package/dist/resources/skills/create-skill/workflows/add-reference.md +8 -3
- package/dist/resources/skills/create-skill/workflows/add-script.md +4 -2
- package/dist/resources/skills/create-skill/workflows/add-template.md +3 -1
- package/dist/resources/skills/create-skill/workflows/add-workflow.md +8 -3
- package/dist/resources/skills/create-skill/workflows/upgrade-to-router.md +10 -5
- package/dist/resources/skills/create-skill/workflows/verify-skill.md +9 -4
- package/dist/resources/skills/spike-wrap-up/SKILL.md +9 -9
- package/dist/tsconfig.extensions.tsbuildinfo +1 -1
- package/dist/web/standalone/.next/BUILD_ID +1 -1
- package/dist/web/standalone/.next/app-path-routes-manifest.json +13 -13
- package/dist/web/standalone/.next/build-manifest.json +3 -3
- package/dist/web/standalone/.next/prerender-manifest.json +3 -3
- package/dist/web/standalone/.next/react-loadable-manifest.json +1 -1
- package/dist/web/standalone/.next/server/app/_global-error.html +1 -1
- package/dist/web/standalone/.next/server/app/_global-error.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_not-found.html +1 -1
- package/dist/web/standalone/.next/server/app/_not-found.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/api/update/route.js +1 -1
- package/dist/web/standalone/.next/server/app/api/update/route.js.nft.json +1 -1
- package/dist/web/standalone/.next/server/app/index.html +1 -1
- package/dist/web/standalone/.next/server/app/index.rsc +1 -1
- package/dist/web/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/index.segments/_full.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/index.segments/_index.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/index.segments/_tree.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app-paths-manifest.json +13 -13
- package/dist/web/standalone/.next/server/chunks/5124.js +1 -1
- package/dist/web/standalone/.next/server/chunks/8357.js +1 -1
- package/dist/web/standalone/.next/server/middleware-build-manifest.js +1 -1
- package/dist/web/standalone/.next/server/middleware-react-loadable-manifest.js +1 -1
- package/dist/web/standalone/.next/server/pages/404.html +1 -1
- package/dist/web/standalone/.next/server/pages/500.html +1 -1
- package/dist/web/standalone/.next/server/server-reference-manifest.json +1 -1
- package/dist/web/standalone/.next/static/chunks/{796.cf859a427a2cb2ac.js → 796.e0bdc932325d7e03.js} +1 -1
- package/dist/web/standalone/.next/static/chunks/{webpack-fbea77b5f9953368.js → webpack-f0285ce91d4ec9ef.js} +1 -1
- package/dist/web/standalone/node_modules/node-pty/build/Makefile +1 -1
- package/dist/web/standalone/node_modules/postcss/lib/container.js +18 -26
- package/dist/web/standalone/node_modules/postcss/lib/css-syntax-error.js +14 -47
- package/dist/web/standalone/node_modules/postcss/lib/declaration.js +4 -4
- package/dist/web/standalone/node_modules/postcss/lib/fromJSON.js +3 -3
- package/dist/web/standalone/node_modules/postcss/lib/input.js +29 -54
- package/dist/web/standalone/node_modules/postcss/lib/lazy-result.js +37 -47
- package/dist/web/standalone/node_modules/postcss/lib/map-generator.js +9 -26
- package/dist/web/standalone/node_modules/postcss/lib/no-work-result.js +55 -57
- package/dist/web/standalone/node_modules/postcss/lib/node.js +31 -99
- package/dist/web/standalone/node_modules/postcss/lib/parse.js +1 -1
- package/dist/web/standalone/node_modules/postcss/lib/parser.js +9 -10
- package/dist/web/standalone/node_modules/postcss/lib/postcss.js +12 -12
- package/dist/web/standalone/node_modules/postcss/lib/previous-map.js +11 -30
- package/dist/web/standalone/node_modules/postcss/lib/processor.js +7 -7
- package/dist/web/standalone/node_modules/postcss/lib/result.js +5 -5
- package/dist/web/standalone/node_modules/postcss/lib/rule.js +6 -6
- package/dist/web/standalone/node_modules/postcss/lib/stringifier.js +28 -69
- package/dist/web/standalone/node_modules/postcss/lib/tokenize.js +2 -6
- package/dist/web/standalone/node_modules/postcss/package.json +48 -48
- package/dist/web/standalone/package.json +1 -1
- package/dist/worktree-cli.js +3 -6
- package/dist/worktree-status-banner.js +7 -15
- package/package.json +1 -1
- package/packages/cloud-mcp-gateway/package.json +2 -2
- package/packages/contracts/dist/rpc.d.ts +1 -0
- package/packages/contracts/dist/rpc.d.ts.map +1 -1
- package/packages/contracts/dist/rpc.js.map +1 -1
- package/packages/contracts/dist/workflow.d.ts +4 -0
- package/packages/contracts/dist/workflow.d.ts.map +1 -1
- package/packages/contracts/dist/workflow.js.map +1 -1
- package/packages/contracts/package.json +1 -1
- package/packages/daemon/package.json +4 -4
- package/packages/gsd-agent-core/package.json +5 -5
- package/packages/gsd-agent-modes/dist/modes/interactive/components/tool-execution.d.ts +5 -0
- package/packages/gsd-agent-modes/dist/modes/interactive/components/tool-execution.d.ts.map +1 -1
- package/packages/gsd-agent-modes/dist/modes/interactive/components/tool-execution.js +5 -0
- package/packages/gsd-agent-modes/dist/modes/interactive/components/tool-execution.js.map +1 -1
- package/packages/gsd-agent-modes/dist/modes/interactive/controllers/chat-controller.d.ts.map +1 -1
- package/packages/gsd-agent-modes/dist/modes/interactive/controllers/chat-controller.js +7 -0
- package/packages/gsd-agent-modes/dist/modes/interactive/controllers/chat-controller.js.map +1 -1
- package/packages/gsd-agent-modes/dist/modes/interactive/controllers/input-controller.d.ts.map +1 -1
- package/packages/gsd-agent-modes/dist/modes/interactive/controllers/input-controller.js +8 -1
- package/packages/gsd-agent-modes/dist/modes/interactive/controllers/input-controller.js.map +1 -1
- package/packages/gsd-agent-modes/dist/modes/interactive/interactive-chat-render.d.ts.map +1 -1
- package/packages/gsd-agent-modes/dist/modes/interactive/interactive-chat-render.js +11 -1
- package/packages/gsd-agent-modes/dist/modes/interactive/interactive-chat-render.js.map +1 -1
- package/packages/gsd-agent-modes/dist/modes/interactive/interactive-selectors-auth.d.ts.map +1 -1
- package/packages/gsd-agent-modes/dist/modes/interactive/interactive-selectors-auth.js +4 -4
- package/packages/gsd-agent-modes/dist/modes/interactive/interactive-selectors-auth.js.map +1 -1
- package/packages/gsd-agent-modes/dist/modes/rpc/rpc-mode.d.ts.map +1 -1
- package/packages/gsd-agent-modes/dist/modes/rpc/rpc-mode.js +3 -1
- package/packages/gsd-agent-modes/dist/modes/rpc/rpc-mode.js.map +1 -1
- package/packages/gsd-agent-modes/package.json +7 -7
- package/packages/mcp-server/dist/cli.js +6 -3
- package/packages/mcp-server/dist/cli.js.map +1 -1
- package/packages/mcp-server/dist/workflow-tools.d.ts +8 -0
- package/packages/mcp-server/dist/workflow-tools.d.ts.map +1 -1
- package/packages/mcp-server/dist/workflow-tools.js +17 -1
- package/packages/mcp-server/dist/workflow-tools.js.map +1 -1
- package/packages/mcp-server/package.json +3 -3
- package/packages/native/package.json +1 -1
- package/packages/pi-agent-core/dist/harness/env/nodejs.d.ts +1 -0
- package/packages/pi-agent-core/dist/harness/env/nodejs.d.ts.map +1 -1
- package/packages/pi-agent-core/dist/harness/env/nodejs.js +34 -3
- package/packages/pi-agent-core/dist/harness/env/nodejs.js.map +1 -1
- package/packages/pi-agent-core/dist/index.d.ts +1 -0
- package/packages/pi-agent-core/dist/index.d.ts.map +1 -1
- package/packages/pi-agent-core/dist/index.js +3 -0
- package/packages/pi-agent-core/dist/index.js.map +1 -1
- package/packages/pi-agent-core/package.json +1 -1
- package/packages/pi-ai/dist/models.generated.d.ts +94 -382
- package/packages/pi-ai/dist/models.generated.d.ts.map +1 -1
- package/packages/pi-ai/dist/models.generated.js +149 -422
- package/packages/pi-ai/dist/models.generated.js.map +1 -1
- package/packages/pi-ai/package.json +1 -1
- package/packages/pi-coding-agent/dist/core/auth-storage.d.ts +2 -2
- package/packages/pi-coding-agent/dist/core/auth-storage.d.ts.map +1 -1
- package/packages/pi-coding-agent/dist/core/auth-storage.js +19 -13
- package/packages/pi-coding-agent/dist/core/auth-storage.js.map +1 -1
- package/packages/pi-coding-agent/dist/core/provider-readiness.d.ts.map +1 -1
- package/packages/pi-coding-agent/dist/core/provider-readiness.js +13 -6
- package/packages/pi-coding-agent/dist/core/provider-readiness.js.map +1 -1
- package/packages/pi-coding-agent/dist/core/tools/bash.d.ts +11 -0
- package/packages/pi-coding-agent/dist/core/tools/bash.d.ts.map +1 -1
- package/packages/pi-coding-agent/dist/core/tools/bash.js +53 -11
- package/packages/pi-coding-agent/dist/core/tools/bash.js.map +1 -1
- package/packages/pi-coding-agent/dist/index.d.ts +1 -1
- package/packages/pi-coding-agent/dist/index.d.ts.map +1 -1
- package/packages/pi-coding-agent/dist/index.js +1 -1
- package/packages/pi-coding-agent/dist/index.js.map +1 -1
- package/packages/pi-coding-agent/dist/utils/shell.d.ts +28 -2
- package/packages/pi-coding-agent/dist/utils/shell.d.ts.map +1 -1
- package/packages/pi-coding-agent/dist/utils/shell.js +56 -10
- package/packages/pi-coding-agent/dist/utils/shell.js.map +1 -1
- package/packages/pi-coding-agent/package.json +7 -7
- package/packages/pi-tui/dist/tui.d.ts.map +1 -1
- package/packages/pi-tui/dist/tui.js +9 -0
- package/packages/pi-tui/dist/tui.js.map +1 -1
- package/packages/pi-tui/package.json +2 -2
- package/packages/rpc-client/package.json +2 -2
- package/pkg/package.json +1 -1
- package/src/resources/extensions/async-jobs/async-bash-cancel.test.ts +360 -0
- package/src/resources/extensions/async-jobs/async-bash-tool.ts +33 -56
- package/src/resources/extensions/async-jobs/await-tool.test.ts +139 -0
- package/src/resources/extensions/async-jobs/await-tool.ts +82 -12
- package/src/resources/extensions/async-jobs/index.ts +79 -0
- package/src/resources/extensions/async-jobs/job-manager.ts +21 -1
- package/src/resources/extensions/bg-shell/bg-shell-command.ts +6 -6
- package/src/resources/extensions/bg-shell/bg-shell-tool.ts +10 -6
- package/src/resources/extensions/bg-shell/overlay.ts +9 -5
- package/src/resources/extensions/bg-shell/process-manager.ts +50 -25
- package/src/resources/extensions/bg-shell/readiness-detector.ts +12 -0
- package/src/resources/extensions/bg-shell/tests/lifecycle-and-utilities.test.ts +48 -1
- package/src/resources/extensions/bg-shell/utilities.ts +3 -0
- package/src/resources/extensions/browser-tools/engine/managed-gsd-browser.ts +265 -98
- package/src/resources/extensions/browser-tools/engine/selection.ts +90 -4
- package/src/resources/extensions/browser-tools/index.ts +71 -13
- package/src/resources/extensions/browser-tools/tests/browser-engine-selection.test.mjs +83 -13
- package/src/resources/extensions/browser-tools/tests/gsd-browser-launch-config.test.mjs +29 -1
- package/src/resources/extensions/browser-tools/tests/managed-gsd-browser-tools.test.mjs +136 -0
- package/src/resources/extensions/claude-code-cli/stream-adapter.ts +34 -4
- package/src/resources/extensions/gsd/auto/orchestrator.ts +7 -5
- package/src/resources/extensions/gsd/auto-dispatch.ts +12 -0
- package/src/resources/extensions/gsd/auto-model-selection.ts +25 -5
- package/src/resources/extensions/gsd/auto-post-unit.ts +13 -2
- package/src/resources/extensions/gsd/auto-prompts.ts +40 -26
- package/src/resources/extensions/gsd/auto-start.ts +15 -10
- package/src/resources/extensions/gsd/auto-tool-tracking.ts +19 -0
- package/src/resources/extensions/gsd/auto-unit-tool-scope.ts +10 -17
- package/src/resources/extensions/gsd/auto-worktree.ts +30 -93
- package/src/resources/extensions/gsd/auto.ts +8 -15
- package/src/resources/extensions/gsd/bootstrap/agent-end-recovery.ts +3 -5
- package/src/resources/extensions/gsd/bootstrap/dynamic-tools.ts +23 -6
- package/src/resources/extensions/gsd/bootstrap/register-extension.ts +24 -0
- package/src/resources/extensions/gsd/bootstrap/register-hooks.ts +151 -15
- package/src/resources/extensions/gsd/bootstrap/write-gate.ts +6 -2
- package/src/resources/extensions/gsd/branch-patterns.ts +3 -0
- package/src/resources/extensions/gsd/browser-daemon-auto-prep.ts +108 -0
- package/src/resources/extensions/gsd/browser-evidence.ts +18 -2
- package/src/resources/extensions/gsd/captures.ts +4 -6
- package/src/resources/extensions/gsd/constants.ts +0 -3
- package/src/resources/extensions/gsd/crash-recovery.ts +3 -9
- package/src/resources/extensions/gsd/doctor-environment.ts +2 -7
- package/src/resources/extensions/gsd/doctor-format.ts +12 -7
- package/src/resources/extensions/gsd/doctor-runtime-checks.ts +13 -15
- package/src/resources/extensions/gsd/error-classifier.ts +11 -0
- package/src/resources/extensions/gsd/exec-sandbox.ts +49 -9
- package/src/resources/extensions/gsd/guidance.ts +139 -0
- package/src/resources/extensions/gsd/guided-flow.ts +16 -2
- package/src/resources/extensions/gsd/mcp-filter.ts +2 -23
- package/src/resources/extensions/gsd/mcp-tool-name.ts +6 -11
- package/src/resources/extensions/gsd/memory-consolidation-scanner.ts +1 -1
- package/src/resources/extensions/gsd/migrate/safety.ts +4 -1
- package/src/resources/extensions/gsd/notification-store.ts +26 -3
- package/src/resources/extensions/gsd/parallel-monitor-overlay.ts +6 -4
- package/src/resources/extensions/gsd/paths.ts +33 -0
- package/src/resources/extensions/gsd/pre-execution-checks.ts +109 -3
- package/src/resources/extensions/gsd/preferences-models.ts +12 -47
- package/src/resources/extensions/gsd/prompts/complete-slice.md +1 -1
- package/src/resources/extensions/gsd/prompts/plan-slice.md +1 -1
- package/src/resources/extensions/gsd/prompts/refine-slice.md +1 -1
- package/src/resources/extensions/gsd/prompts/replan-slice.md +1 -1
- package/src/resources/extensions/gsd/prompts/run-uat.md +1 -1
- package/src/resources/extensions/gsd/prompts/system.md +5 -2
- package/src/resources/extensions/gsd/provider-error-guidance.ts +4 -9
- package/src/resources/extensions/gsd/provider-switch-observer.ts +1 -1
- package/src/resources/extensions/gsd/publication.ts +122 -0
- package/src/resources/extensions/gsd/recovery-classification.ts +42 -96
- package/src/resources/extensions/gsd/safety/destructive-confirmation.ts +134 -0
- package/src/resources/extensions/gsd/state.ts +4 -21
- package/src/resources/extensions/gsd/stop-notice.ts +75 -0
- package/src/resources/extensions/gsd/tests/auto-model-selection.test.ts +22 -0
- package/src/resources/extensions/gsd/tests/auto-orchestrator.test.ts +16 -19
- package/src/resources/extensions/gsd/tests/browser-automation-contract-fixture.ts +39 -0
- package/src/resources/extensions/gsd/tests/browser-contract.test.ts +44 -0
- package/src/resources/extensions/gsd/tests/browser-daemon-auto-prep.test.ts +144 -0
- package/src/resources/extensions/gsd/tests/checkout-branch-stash-guard.test.ts +66 -1
- package/src/resources/extensions/gsd/tests/clear-stale-autostart.test.ts +22 -0
- package/src/resources/extensions/gsd/tests/commands-verdict.test.ts +8 -7
- package/src/resources/extensions/gsd/tests/destructive-confirmation.test.ts +303 -0
- package/src/resources/extensions/gsd/tests/dispatch-run-uat-browser-tools.test.ts +2 -1
- package/src/resources/extensions/gsd/tests/dynamic-bash-no-cap.test.ts +132 -0
- package/src/resources/extensions/gsd/tests/exec-graceful-kill.test.ts +193 -0
- package/src/resources/extensions/gsd/tests/exec-tool.test.ts +29 -1
- package/src/resources/extensions/gsd/tests/extension-bootstrap-isolation.test.ts +35 -1
- package/src/resources/extensions/gsd/tests/guidance.test.ts +125 -0
- package/src/resources/extensions/gsd/tests/integration/auto-worktree-milestone-merge.test.ts +53 -11
- package/src/resources/extensions/gsd/tests/integration/auto-worktree.test.ts +73 -58
- package/src/resources/extensions/gsd/tests/integration/gsd-integration-fixture.ts +80 -0
- package/src/resources/extensions/gsd/tests/mcp-project-config.test.ts +3 -1
- package/src/resources/extensions/gsd/tests/model-unittype-mapping.test.ts +32 -1
- package/src/resources/extensions/gsd/tests/notification-store.test.ts +32 -0
- package/src/resources/extensions/gsd/tests/oauth-api-model-routing.test.ts +167 -0
- package/src/resources/extensions/gsd/tests/pre-execution-checks.test.ts +193 -1
- package/src/resources/extensions/gsd/tests/provider-error-guidance.test.ts +3 -3
- package/src/resources/extensions/gsd/tests/publication.test.ts +120 -0
- package/src/resources/extensions/gsd/tests/register-hooks-depth-verification.test.ts +157 -0
- package/src/resources/extensions/gsd/tests/runtime-invariant-modules.test.ts +1 -0
- package/src/resources/extensions/gsd/tests/stop-notice.test.ts +70 -0
- package/src/resources/extensions/gsd/tests/token-tool-gating.test.ts +76 -0
- package/src/resources/extensions/gsd/tests/tool-invocation-error-loop-break.test.ts +8 -0
- package/src/resources/extensions/gsd/tests/tool-surface-readiness.test.ts +155 -0
- package/src/resources/extensions/gsd/tests/uat-policy.test.ts +24 -29
- package/src/resources/extensions/gsd/tests/unit-closeout.test.ts +209 -0
- package/src/resources/extensions/gsd/tests/unit-context-composer.test.ts +67 -2
- package/src/resources/extensions/gsd/tests/unit-registry.test.ts +163 -0
- package/src/resources/extensions/gsd/tests/web-app-uat.test.ts +44 -1
- package/src/resources/extensions/gsd/tests/workflow-mcp.test.ts +2 -2
- package/src/resources/extensions/gsd/tests/workflow-tool-executors.test.ts +2 -2
- package/src/resources/extensions/gsd/tool-surface-readiness.ts +76 -0
- package/src/resources/extensions/gsd/tools/exec-tool.ts +8 -7
- package/src/resources/extensions/gsd/tools/plan-slice.ts +12 -6
- package/src/resources/extensions/gsd/uat-policy.ts +2 -1
- package/src/resources/extensions/gsd/unit-closeout.ts +201 -0
- package/src/resources/extensions/gsd/unit-context-composer.ts +111 -1
- package/src/resources/extensions/gsd/unit-context-manifest.ts +4 -28
- package/src/resources/extensions/gsd/unit-registry.ts +412 -0
- package/src/resources/extensions/gsd/unit-tool-contracts.ts +27 -192
- package/src/resources/extensions/gsd/web-app-uat.ts +51 -8
- package/src/resources/extensions/gsd/workflow-tool-surface.ts +4 -1
- package/src/resources/extensions/gsd/worktree-git-recovery.ts +15 -9
- package/src/resources/extensions/gsd/worktree-root.ts +12 -0
- package/src/resources/extensions/gsd/worktree-session-state.ts +3 -5
- package/src/resources/extensions/search-the-web/native-search.ts +5 -3
- package/src/resources/extensions/shared/browser-contract.ts +66 -0
- package/src/resources/extensions/shared/gsd-browser-cli.ts +119 -5
- package/src/resources/shared/package.json +3 -0
- package/src/resources/skills/create-skill/references/executable-code.md +1 -1
- package/src/resources/skills/create-skill/workflows/add-reference.md +8 -3
- package/src/resources/skills/create-skill/workflows/add-script.md +4 -2
- package/src/resources/skills/create-skill/workflows/add-template.md +3 -1
- package/src/resources/skills/create-skill/workflows/add-workflow.md +8 -3
- package/src/resources/skills/create-skill/workflows/upgrade-to-router.md +10 -5
- package/src/resources/skills/create-skill/workflows/verify-skill.md +9 -4
- package/src/resources/skills/spike-wrap-up/SKILL.md +9 -9
- /package/dist/web/standalone/.next/static/{C24pqUd-aru-l0Dp0gLZP → mU4QIDlpVHDdjDpeEKh5W}/_buildManifest.js +0 -0
- /package/dist/web/standalone/.next/static/{C24pqUd-aru-l0Dp0gLZP → mU4QIDlpVHDdjDpeEKh5W}/_ssgManifest.js +0 -0
|
@@ -3239,30 +3239,13 @@ export declare const MODELS: {
|
|
|
3239
3239
|
contextWindow: number;
|
|
3240
3240
|
maxTokens: number;
|
|
3241
3241
|
};
|
|
3242
|
-
readonly "llama3.1-8b": {
|
|
3243
|
-
id: string;
|
|
3244
|
-
name: string;
|
|
3245
|
-
api: "openai-completions";
|
|
3246
|
-
provider: string;
|
|
3247
|
-
baseUrl: string;
|
|
3248
|
-
reasoning: false;
|
|
3249
|
-
input: "text"[];
|
|
3250
|
-
cost: {
|
|
3251
|
-
input: number;
|
|
3252
|
-
output: number;
|
|
3253
|
-
cacheRead: number;
|
|
3254
|
-
cacheWrite: number;
|
|
3255
|
-
};
|
|
3256
|
-
contextWindow: number;
|
|
3257
|
-
maxTokens: number;
|
|
3258
|
-
};
|
|
3259
3242
|
readonly "zai-glm-4.7": {
|
|
3260
3243
|
id: string;
|
|
3261
3244
|
name: string;
|
|
3262
3245
|
api: "openai-completions";
|
|
3263
3246
|
provider: string;
|
|
3264
3247
|
baseUrl: string;
|
|
3265
|
-
reasoning:
|
|
3248
|
+
reasoning: true;
|
|
3266
3249
|
input: "text"[];
|
|
3267
3250
|
cost: {
|
|
3268
3251
|
input: number;
|
|
@@ -4552,6 +4535,37 @@ export declare const MODELS: {
|
|
|
4552
4535
|
};
|
|
4553
4536
|
};
|
|
4554
4537
|
readonly "github-copilot": {
|
|
4538
|
+
readonly "claude-fable-5": {
|
|
4539
|
+
id: string;
|
|
4540
|
+
name: string;
|
|
4541
|
+
api: "openai-completions";
|
|
4542
|
+
provider: string;
|
|
4543
|
+
baseUrl: string;
|
|
4544
|
+
headers: {
|
|
4545
|
+
"User-Agent": string;
|
|
4546
|
+
"Editor-Version": string;
|
|
4547
|
+
"Editor-Plugin-Version": string;
|
|
4548
|
+
"Copilot-Integration-Id": string;
|
|
4549
|
+
};
|
|
4550
|
+
compat: {
|
|
4551
|
+
supportsStore: false;
|
|
4552
|
+
supportsDeveloperRole: false;
|
|
4553
|
+
supportsReasoningEffort: false;
|
|
4554
|
+
};
|
|
4555
|
+
reasoning: true;
|
|
4556
|
+
thinkingLevelMap: {
|
|
4557
|
+
xhigh: string;
|
|
4558
|
+
};
|
|
4559
|
+
input: ("text" | "image")[];
|
|
4560
|
+
cost: {
|
|
4561
|
+
input: number;
|
|
4562
|
+
output: number;
|
|
4563
|
+
cacheRead: number;
|
|
4564
|
+
cacheWrite: number;
|
|
4565
|
+
};
|
|
4566
|
+
contextWindow: number;
|
|
4567
|
+
maxTokens: number;
|
|
4568
|
+
};
|
|
4555
4569
|
readonly "claude-haiku-4.5": {
|
|
4556
4570
|
id: string;
|
|
4557
4571
|
name: string;
|
|
@@ -5727,74 +5741,6 @@ export declare const MODELS: {
|
|
|
5727
5741
|
};
|
|
5728
5742
|
};
|
|
5729
5743
|
readonly groq: {
|
|
5730
|
-
readonly "deepseek-r1-distill-llama-70b": {
|
|
5731
|
-
id: string;
|
|
5732
|
-
name: string;
|
|
5733
|
-
api: "openai-completions";
|
|
5734
|
-
provider: string;
|
|
5735
|
-
baseUrl: string;
|
|
5736
|
-
reasoning: true;
|
|
5737
|
-
input: "text"[];
|
|
5738
|
-
cost: {
|
|
5739
|
-
input: number;
|
|
5740
|
-
output: number;
|
|
5741
|
-
cacheRead: number;
|
|
5742
|
-
cacheWrite: number;
|
|
5743
|
-
};
|
|
5744
|
-
contextWindow: number;
|
|
5745
|
-
maxTokens: number;
|
|
5746
|
-
};
|
|
5747
|
-
readonly "gemma2-9b-it": {
|
|
5748
|
-
id: string;
|
|
5749
|
-
name: string;
|
|
5750
|
-
api: "openai-completions";
|
|
5751
|
-
provider: string;
|
|
5752
|
-
baseUrl: string;
|
|
5753
|
-
reasoning: false;
|
|
5754
|
-
input: "text"[];
|
|
5755
|
-
cost: {
|
|
5756
|
-
input: number;
|
|
5757
|
-
output: number;
|
|
5758
|
-
cacheRead: number;
|
|
5759
|
-
cacheWrite: number;
|
|
5760
|
-
};
|
|
5761
|
-
contextWindow: number;
|
|
5762
|
-
maxTokens: number;
|
|
5763
|
-
};
|
|
5764
|
-
readonly "groq/compound": {
|
|
5765
|
-
id: string;
|
|
5766
|
-
name: string;
|
|
5767
|
-
api: "openai-completions";
|
|
5768
|
-
provider: string;
|
|
5769
|
-
baseUrl: string;
|
|
5770
|
-
reasoning: true;
|
|
5771
|
-
input: "text"[];
|
|
5772
|
-
cost: {
|
|
5773
|
-
input: number;
|
|
5774
|
-
output: number;
|
|
5775
|
-
cacheRead: number;
|
|
5776
|
-
cacheWrite: number;
|
|
5777
|
-
};
|
|
5778
|
-
contextWindow: number;
|
|
5779
|
-
maxTokens: number;
|
|
5780
|
-
};
|
|
5781
|
-
readonly "groq/compound-mini": {
|
|
5782
|
-
id: string;
|
|
5783
|
-
name: string;
|
|
5784
|
-
api: "openai-completions";
|
|
5785
|
-
provider: string;
|
|
5786
|
-
baseUrl: string;
|
|
5787
|
-
reasoning: true;
|
|
5788
|
-
input: "text"[];
|
|
5789
|
-
cost: {
|
|
5790
|
-
input: number;
|
|
5791
|
-
output: number;
|
|
5792
|
-
cacheRead: number;
|
|
5793
|
-
cacheWrite: number;
|
|
5794
|
-
};
|
|
5795
|
-
contextWindow: number;
|
|
5796
|
-
maxTokens: number;
|
|
5797
|
-
};
|
|
5798
5744
|
readonly "llama-3.1-8b-instant": {
|
|
5799
5745
|
id: string;
|
|
5800
5746
|
name: string;
|
|
@@ -5829,57 +5775,6 @@ export declare const MODELS: {
|
|
|
5829
5775
|
contextWindow: number;
|
|
5830
5776
|
maxTokens: number;
|
|
5831
5777
|
};
|
|
5832
|
-
readonly "llama3-70b-8192": {
|
|
5833
|
-
id: string;
|
|
5834
|
-
name: string;
|
|
5835
|
-
api: "openai-completions";
|
|
5836
|
-
provider: string;
|
|
5837
|
-
baseUrl: string;
|
|
5838
|
-
reasoning: false;
|
|
5839
|
-
input: "text"[];
|
|
5840
|
-
cost: {
|
|
5841
|
-
input: number;
|
|
5842
|
-
output: number;
|
|
5843
|
-
cacheRead: number;
|
|
5844
|
-
cacheWrite: number;
|
|
5845
|
-
};
|
|
5846
|
-
contextWindow: number;
|
|
5847
|
-
maxTokens: number;
|
|
5848
|
-
};
|
|
5849
|
-
readonly "llama3-8b-8192": {
|
|
5850
|
-
id: string;
|
|
5851
|
-
name: string;
|
|
5852
|
-
api: "openai-completions";
|
|
5853
|
-
provider: string;
|
|
5854
|
-
baseUrl: string;
|
|
5855
|
-
reasoning: false;
|
|
5856
|
-
input: "text"[];
|
|
5857
|
-
cost: {
|
|
5858
|
-
input: number;
|
|
5859
|
-
output: number;
|
|
5860
|
-
cacheRead: number;
|
|
5861
|
-
cacheWrite: number;
|
|
5862
|
-
};
|
|
5863
|
-
contextWindow: number;
|
|
5864
|
-
maxTokens: number;
|
|
5865
|
-
};
|
|
5866
|
-
readonly "meta-llama/llama-4-maverick-17b-128e-instruct": {
|
|
5867
|
-
id: string;
|
|
5868
|
-
name: string;
|
|
5869
|
-
api: "openai-completions";
|
|
5870
|
-
provider: string;
|
|
5871
|
-
baseUrl: string;
|
|
5872
|
-
reasoning: false;
|
|
5873
|
-
input: ("text" | "image")[];
|
|
5874
|
-
cost: {
|
|
5875
|
-
input: number;
|
|
5876
|
-
output: number;
|
|
5877
|
-
cacheRead: number;
|
|
5878
|
-
cacheWrite: number;
|
|
5879
|
-
};
|
|
5880
|
-
contextWindow: number;
|
|
5881
|
-
maxTokens: number;
|
|
5882
|
-
};
|
|
5883
5778
|
readonly "meta-llama/llama-4-scout-17b-16e-instruct": {
|
|
5884
5779
|
id: string;
|
|
5885
5780
|
name: string;
|
|
@@ -5897,57 +5792,6 @@ export declare const MODELS: {
|
|
|
5897
5792
|
contextWindow: number;
|
|
5898
5793
|
maxTokens: number;
|
|
5899
5794
|
};
|
|
5900
|
-
readonly "mistral-saba-24b": {
|
|
5901
|
-
id: string;
|
|
5902
|
-
name: string;
|
|
5903
|
-
api: "openai-completions";
|
|
5904
|
-
provider: string;
|
|
5905
|
-
baseUrl: string;
|
|
5906
|
-
reasoning: false;
|
|
5907
|
-
input: "text"[];
|
|
5908
|
-
cost: {
|
|
5909
|
-
input: number;
|
|
5910
|
-
output: number;
|
|
5911
|
-
cacheRead: number;
|
|
5912
|
-
cacheWrite: number;
|
|
5913
|
-
};
|
|
5914
|
-
contextWindow: number;
|
|
5915
|
-
maxTokens: number;
|
|
5916
|
-
};
|
|
5917
|
-
readonly "moonshotai/kimi-k2-instruct": {
|
|
5918
|
-
id: string;
|
|
5919
|
-
name: string;
|
|
5920
|
-
api: "openai-completions";
|
|
5921
|
-
provider: string;
|
|
5922
|
-
baseUrl: string;
|
|
5923
|
-
reasoning: false;
|
|
5924
|
-
input: "text"[];
|
|
5925
|
-
cost: {
|
|
5926
|
-
input: number;
|
|
5927
|
-
output: number;
|
|
5928
|
-
cacheRead: number;
|
|
5929
|
-
cacheWrite: number;
|
|
5930
|
-
};
|
|
5931
|
-
contextWindow: number;
|
|
5932
|
-
maxTokens: number;
|
|
5933
|
-
};
|
|
5934
|
-
readonly "moonshotai/kimi-k2-instruct-0905": {
|
|
5935
|
-
id: string;
|
|
5936
|
-
name: string;
|
|
5937
|
-
api: "openai-completions";
|
|
5938
|
-
provider: string;
|
|
5939
|
-
baseUrl: string;
|
|
5940
|
-
reasoning: false;
|
|
5941
|
-
input: "text"[];
|
|
5942
|
-
cost: {
|
|
5943
|
-
input: number;
|
|
5944
|
-
output: number;
|
|
5945
|
-
cacheRead: number;
|
|
5946
|
-
cacheWrite: number;
|
|
5947
|
-
};
|
|
5948
|
-
contextWindow: number;
|
|
5949
|
-
maxTokens: number;
|
|
5950
|
-
};
|
|
5951
5795
|
readonly "openai/gpt-oss-120b": {
|
|
5952
5796
|
id: string;
|
|
5953
5797
|
name: string;
|
|
@@ -5999,23 +5843,6 @@ export declare const MODELS: {
|
|
|
5999
5843
|
contextWindow: number;
|
|
6000
5844
|
maxTokens: number;
|
|
6001
5845
|
};
|
|
6002
|
-
readonly "qwen-qwq-32b": {
|
|
6003
|
-
id: string;
|
|
6004
|
-
name: string;
|
|
6005
|
-
api: "openai-completions";
|
|
6006
|
-
provider: string;
|
|
6007
|
-
baseUrl: string;
|
|
6008
|
-
reasoning: true;
|
|
6009
|
-
input: "text"[];
|
|
6010
|
-
cost: {
|
|
6011
|
-
input: number;
|
|
6012
|
-
output: number;
|
|
6013
|
-
cacheRead: number;
|
|
6014
|
-
cacheWrite: number;
|
|
6015
|
-
};
|
|
6016
|
-
contextWindow: number;
|
|
6017
|
-
maxTokens: number;
|
|
6018
|
-
};
|
|
6019
5846
|
readonly "qwen/qwen3-32b": {
|
|
6020
5847
|
id: string;
|
|
6021
5848
|
name: string;
|
|
@@ -8682,6 +8509,34 @@ export declare const MODELS: {
|
|
|
8682
8509
|
contextWindow: number;
|
|
8683
8510
|
maxTokens: number;
|
|
8684
8511
|
};
|
|
8512
|
+
readonly "deepseek-v4-pro": {
|
|
8513
|
+
id: string;
|
|
8514
|
+
name: string;
|
|
8515
|
+
api: "openai-completions";
|
|
8516
|
+
provider: string;
|
|
8517
|
+
baseUrl: string;
|
|
8518
|
+
compat: {
|
|
8519
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
8520
|
+
thinkingFormat: "deepseek";
|
|
8521
|
+
};
|
|
8522
|
+
reasoning: true;
|
|
8523
|
+
thinkingLevelMap: {
|
|
8524
|
+
minimal: null;
|
|
8525
|
+
low: null;
|
|
8526
|
+
medium: null;
|
|
8527
|
+
high: string;
|
|
8528
|
+
xhigh: string;
|
|
8529
|
+
};
|
|
8530
|
+
input: "text"[];
|
|
8531
|
+
cost: {
|
|
8532
|
+
input: number;
|
|
8533
|
+
output: number;
|
|
8534
|
+
cacheRead: number;
|
|
8535
|
+
cacheWrite: number;
|
|
8536
|
+
};
|
|
8537
|
+
contextWindow: number;
|
|
8538
|
+
maxTokens: number;
|
|
8539
|
+
};
|
|
8685
8540
|
readonly "gemini-3-flash": {
|
|
8686
8541
|
id: string;
|
|
8687
8542
|
name: string;
|
|
@@ -11309,23 +11164,6 @@ export declare const MODELS: {
|
|
|
11309
11164
|
contextWindow: number;
|
|
11310
11165
|
maxTokens: number;
|
|
11311
11166
|
};
|
|
11312
|
-
readonly "moonshotai/kimi-k2.6:free": {
|
|
11313
|
-
id: string;
|
|
11314
|
-
name: string;
|
|
11315
|
-
api: "openai-completions";
|
|
11316
|
-
provider: string;
|
|
11317
|
-
baseUrl: string;
|
|
11318
|
-
reasoning: true;
|
|
11319
|
-
input: ("text" | "image")[];
|
|
11320
|
-
cost: {
|
|
11321
|
-
input: number;
|
|
11322
|
-
output: number;
|
|
11323
|
-
cacheRead: number;
|
|
11324
|
-
cacheWrite: number;
|
|
11325
|
-
};
|
|
11326
|
-
contextWindow: number;
|
|
11327
|
-
maxTokens: number;
|
|
11328
|
-
};
|
|
11329
11167
|
readonly "nex-agi/nex-n2-pro:free": {
|
|
11330
11168
|
id: string;
|
|
11331
11169
|
name: string;
|
|
@@ -11496,23 +11334,6 @@ export declare const MODELS: {
|
|
|
11496
11334
|
contextWindow: number;
|
|
11497
11335
|
maxTokens: number;
|
|
11498
11336
|
};
|
|
11499
|
-
readonly "nvidia/nemotron-nano-9b-v2": {
|
|
11500
|
-
id: string;
|
|
11501
|
-
name: string;
|
|
11502
|
-
api: "openai-completions";
|
|
11503
|
-
provider: string;
|
|
11504
|
-
baseUrl: string;
|
|
11505
|
-
reasoning: true;
|
|
11506
|
-
input: "text"[];
|
|
11507
|
-
cost: {
|
|
11508
|
-
input: number;
|
|
11509
|
-
output: number;
|
|
11510
|
-
cacheRead: number;
|
|
11511
|
-
cacheWrite: number;
|
|
11512
|
-
};
|
|
11513
|
-
contextWindow: number;
|
|
11514
|
-
maxTokens: number;
|
|
11515
|
-
};
|
|
11516
11337
|
readonly "nvidia/nemotron-nano-9b-v2:free": {
|
|
11517
11338
|
id: string;
|
|
11518
11339
|
name: string;
|
|
@@ -13948,37 +13769,6 @@ export declare const MODELS: {
|
|
|
13948
13769
|
};
|
|
13949
13770
|
};
|
|
13950
13771
|
readonly together: {
|
|
13951
|
-
readonly "MiniMaxAI/MiniMax-M2.5": {
|
|
13952
|
-
id: string;
|
|
13953
|
-
name: string;
|
|
13954
|
-
api: "openai-completions";
|
|
13955
|
-
provider: string;
|
|
13956
|
-
baseUrl: string;
|
|
13957
|
-
compat: {
|
|
13958
|
-
supportsStore: false;
|
|
13959
|
-
supportsDeveloperRole: false;
|
|
13960
|
-
supportsReasoningEffort: false;
|
|
13961
|
-
maxTokensField: "max_tokens";
|
|
13962
|
-
supportsStrictMode: false;
|
|
13963
|
-
supportsLongCacheRetention: false;
|
|
13964
|
-
};
|
|
13965
|
-
reasoning: true;
|
|
13966
|
-
thinkingLevelMap: {
|
|
13967
|
-
off: null;
|
|
13968
|
-
minimal: null;
|
|
13969
|
-
low: null;
|
|
13970
|
-
medium: null;
|
|
13971
|
-
};
|
|
13972
|
-
input: "text"[];
|
|
13973
|
-
cost: {
|
|
13974
|
-
input: number;
|
|
13975
|
-
output: number;
|
|
13976
|
-
cacheRead: number;
|
|
13977
|
-
cacheWrite: number;
|
|
13978
|
-
};
|
|
13979
|
-
contextWindow: number;
|
|
13980
|
-
maxTokens: number;
|
|
13981
|
-
};
|
|
13982
13772
|
readonly "MiniMaxAI/MiniMax-M2.7": {
|
|
13983
13773
|
id: string;
|
|
13984
13774
|
name: string;
|
|
@@ -14010,7 +13800,7 @@ export declare const MODELS: {
|
|
|
14010
13800
|
contextWindow: number;
|
|
14011
13801
|
maxTokens: number;
|
|
14012
13802
|
};
|
|
14013
|
-
readonly "Qwen/
|
|
13803
|
+
readonly "Qwen/Qwen2.5-7B-Instruct-Turbo": {
|
|
14014
13804
|
id: string;
|
|
14015
13805
|
name: string;
|
|
14016
13806
|
api: "openai-completions";
|
|
@@ -14023,14 +13813,8 @@ export declare const MODELS: {
|
|
|
14023
13813
|
maxTokensField: "max_tokens";
|
|
14024
13814
|
supportsStrictMode: false;
|
|
14025
13815
|
supportsLongCacheRetention: false;
|
|
14026
|
-
thinkingFormat: "together";
|
|
14027
|
-
};
|
|
14028
|
-
reasoning: true;
|
|
14029
|
-
thinkingLevelMap: {
|
|
14030
|
-
minimal: null;
|
|
14031
|
-
low: null;
|
|
14032
|
-
medium: null;
|
|
14033
13816
|
};
|
|
13817
|
+
reasoning: false;
|
|
14034
13818
|
input: "text"[];
|
|
14035
13819
|
cost: {
|
|
14036
13820
|
input: number;
|
|
@@ -14041,7 +13825,7 @@ export declare const MODELS: {
|
|
|
14041
13825
|
contextWindow: number;
|
|
14042
13826
|
maxTokens: number;
|
|
14043
13827
|
};
|
|
14044
|
-
readonly "Qwen/Qwen3-
|
|
13828
|
+
readonly "Qwen/Qwen3-235B-A22B-Instruct-2507-tput": {
|
|
14045
13829
|
id: string;
|
|
14046
13830
|
name: string;
|
|
14047
13831
|
api: "openai-completions";
|
|
@@ -14066,7 +13850,7 @@ export declare const MODELS: {
|
|
|
14066
13850
|
contextWindow: number;
|
|
14067
13851
|
maxTokens: number;
|
|
14068
13852
|
};
|
|
14069
|
-
readonly "Qwen/Qwen3-
|
|
13853
|
+
readonly "Qwen/Qwen3.5-397B-A17B": {
|
|
14070
13854
|
id: string;
|
|
14071
13855
|
name: string;
|
|
14072
13856
|
api: "openai-completions";
|
|
@@ -14087,7 +13871,7 @@ export declare const MODELS: {
|
|
|
14087
13871
|
low: null;
|
|
14088
13872
|
medium: null;
|
|
14089
13873
|
};
|
|
14090
|
-
input: "text"[];
|
|
13874
|
+
input: ("text" | "image")[];
|
|
14091
13875
|
cost: {
|
|
14092
13876
|
input: number;
|
|
14093
13877
|
output: number;
|
|
@@ -14097,7 +13881,7 @@ export declare const MODELS: {
|
|
|
14097
13881
|
contextWindow: number;
|
|
14098
13882
|
maxTokens: number;
|
|
14099
13883
|
};
|
|
14100
|
-
readonly "Qwen/Qwen3.5-
|
|
13884
|
+
readonly "Qwen/Qwen3.5-9B": {
|
|
14101
13885
|
id: string;
|
|
14102
13886
|
name: string;
|
|
14103
13887
|
api: "openai-completions";
|
|
@@ -14172,14 +13956,8 @@ export declare const MODELS: {
|
|
|
14172
13956
|
maxTokensField: "max_tokens";
|
|
14173
13957
|
supportsStrictMode: false;
|
|
14174
13958
|
supportsLongCacheRetention: false;
|
|
14175
|
-
thinkingFormat: "together";
|
|
14176
|
-
};
|
|
14177
|
-
reasoning: true;
|
|
14178
|
-
thinkingLevelMap: {
|
|
14179
|
-
minimal: null;
|
|
14180
|
-
low: null;
|
|
14181
|
-
medium: null;
|
|
14182
13959
|
};
|
|
13960
|
+
reasoning: false;
|
|
14183
13961
|
input: "text"[];
|
|
14184
13962
|
cost: {
|
|
14185
13963
|
input: number;
|
|
@@ -14190,7 +13968,7 @@ export declare const MODELS: {
|
|
|
14190
13968
|
contextWindow: number;
|
|
14191
13969
|
maxTokens: number;
|
|
14192
13970
|
};
|
|
14193
|
-
readonly "deepseek-ai/DeepSeek-
|
|
13971
|
+
readonly "deepseek-ai/DeepSeek-V4-Pro": {
|
|
14194
13972
|
id: string;
|
|
14195
13973
|
name: string;
|
|
14196
13974
|
api: "openai-completions";
|
|
@@ -14199,7 +13977,7 @@ export declare const MODELS: {
|
|
|
14199
13977
|
compat: {
|
|
14200
13978
|
supportsStore: false;
|
|
14201
13979
|
supportsDeveloperRole: false;
|
|
14202
|
-
supportsReasoningEffort:
|
|
13980
|
+
supportsReasoningEffort: true;
|
|
14203
13981
|
maxTokensField: "max_tokens";
|
|
14204
13982
|
supportsStrictMode: false;
|
|
14205
13983
|
supportsLongCacheRetention: false;
|
|
@@ -14210,6 +13988,8 @@ export declare const MODELS: {
|
|
|
14210
13988
|
minimal: null;
|
|
14211
13989
|
low: null;
|
|
14212
13990
|
medium: null;
|
|
13991
|
+
high: string;
|
|
13992
|
+
xhigh: null;
|
|
14213
13993
|
};
|
|
14214
13994
|
input: "text"[];
|
|
14215
13995
|
cost: {
|
|
@@ -14221,7 +14001,7 @@ export declare const MODELS: {
|
|
|
14221
14001
|
contextWindow: number;
|
|
14222
14002
|
maxTokens: number;
|
|
14223
14003
|
};
|
|
14224
|
-
readonly "
|
|
14004
|
+
readonly "essentialai/Rnj-1-Instruct": {
|
|
14225
14005
|
id: string;
|
|
14226
14006
|
name: string;
|
|
14227
14007
|
api: "openai-completions";
|
|
@@ -14234,14 +14014,8 @@ export declare const MODELS: {
|
|
|
14234
14014
|
maxTokensField: "max_tokens";
|
|
14235
14015
|
supportsStrictMode: false;
|
|
14236
14016
|
supportsLongCacheRetention: false;
|
|
14237
|
-
thinkingFormat: "together";
|
|
14238
|
-
};
|
|
14239
|
-
reasoning: true;
|
|
14240
|
-
thinkingLevelMap: {
|
|
14241
|
-
minimal: null;
|
|
14242
|
-
low: null;
|
|
14243
|
-
medium: null;
|
|
14244
14017
|
};
|
|
14018
|
+
reasoning: false;
|
|
14245
14019
|
input: "text"[];
|
|
14246
14020
|
cost: {
|
|
14247
14021
|
input: number;
|
|
@@ -14252,7 +14026,7 @@ export declare const MODELS: {
|
|
|
14252
14026
|
contextWindow: number;
|
|
14253
14027
|
maxTokens: number;
|
|
14254
14028
|
};
|
|
14255
|
-
readonly "
|
|
14029
|
+
readonly "google/gemma-4-31B-it": {
|
|
14256
14030
|
id: string;
|
|
14257
14031
|
name: string;
|
|
14258
14032
|
api: "openai-completions";
|
|
@@ -14261,7 +14035,7 @@ export declare const MODELS: {
|
|
|
14261
14035
|
compat: {
|
|
14262
14036
|
supportsStore: false;
|
|
14263
14037
|
supportsDeveloperRole: false;
|
|
14264
|
-
supportsReasoningEffort:
|
|
14038
|
+
supportsReasoningEffort: false;
|
|
14265
14039
|
maxTokensField: "max_tokens";
|
|
14266
14040
|
supportsStrictMode: false;
|
|
14267
14041
|
supportsLongCacheRetention: false;
|
|
@@ -14272,10 +14046,8 @@ export declare const MODELS: {
|
|
|
14272
14046
|
minimal: null;
|
|
14273
14047
|
low: null;
|
|
14274
14048
|
medium: null;
|
|
14275
|
-
high: string;
|
|
14276
|
-
xhigh: null;
|
|
14277
14049
|
};
|
|
14278
|
-
input: "text"[];
|
|
14050
|
+
input: ("text" | "image")[];
|
|
14279
14051
|
cost: {
|
|
14280
14052
|
input: number;
|
|
14281
14053
|
output: number;
|
|
@@ -14285,7 +14057,7 @@ export declare const MODELS: {
|
|
|
14285
14057
|
contextWindow: number;
|
|
14286
14058
|
maxTokens: number;
|
|
14287
14059
|
};
|
|
14288
|
-
readonly "
|
|
14060
|
+
readonly "meta-llama/Llama-3.3-70B-Instruct-Turbo": {
|
|
14289
14061
|
id: string;
|
|
14290
14062
|
name: string;
|
|
14291
14063
|
api: "openai-completions";
|
|
@@ -14310,7 +14082,7 @@ export declare const MODELS: {
|
|
|
14310
14082
|
contextWindow: number;
|
|
14311
14083
|
maxTokens: number;
|
|
14312
14084
|
};
|
|
14313
|
-
readonly "
|
|
14085
|
+
readonly "moonshotai/Kimi-K2.6": {
|
|
14314
14086
|
id: string;
|
|
14315
14087
|
name: string;
|
|
14316
14088
|
api: "openai-completions";
|
|
@@ -14341,32 +14113,7 @@ export declare const MODELS: {
|
|
|
14341
14113
|
contextWindow: number;
|
|
14342
14114
|
maxTokens: number;
|
|
14343
14115
|
};
|
|
14344
|
-
readonly "
|
|
14345
|
-
id: string;
|
|
14346
|
-
name: string;
|
|
14347
|
-
api: "openai-completions";
|
|
14348
|
-
provider: string;
|
|
14349
|
-
baseUrl: string;
|
|
14350
|
-
compat: {
|
|
14351
|
-
supportsStore: false;
|
|
14352
|
-
supportsDeveloperRole: false;
|
|
14353
|
-
supportsReasoningEffort: false;
|
|
14354
|
-
maxTokensField: "max_tokens";
|
|
14355
|
-
supportsStrictMode: false;
|
|
14356
|
-
supportsLongCacheRetention: false;
|
|
14357
|
-
};
|
|
14358
|
-
reasoning: false;
|
|
14359
|
-
input: "text"[];
|
|
14360
|
-
cost: {
|
|
14361
|
-
input: number;
|
|
14362
|
-
output: number;
|
|
14363
|
-
cacheRead: number;
|
|
14364
|
-
cacheWrite: number;
|
|
14365
|
-
};
|
|
14366
|
-
contextWindow: number;
|
|
14367
|
-
maxTokens: number;
|
|
14368
|
-
};
|
|
14369
|
-
readonly "moonshotai/Kimi-K2.5": {
|
|
14116
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b": {
|
|
14370
14117
|
id: string;
|
|
14371
14118
|
name: string;
|
|
14372
14119
|
api: "openai-completions";
|
|
@@ -14387,7 +14134,7 @@ export declare const MODELS: {
|
|
|
14387
14134
|
low: null;
|
|
14388
14135
|
medium: null;
|
|
14389
14136
|
};
|
|
14390
|
-
input:
|
|
14137
|
+
input: "text"[];
|
|
14391
14138
|
cost: {
|
|
14392
14139
|
input: number;
|
|
14393
14140
|
output: number;
|
|
@@ -14397,7 +14144,7 @@ export declare const MODELS: {
|
|
|
14397
14144
|
contextWindow: number;
|
|
14398
14145
|
maxTokens: number;
|
|
14399
14146
|
};
|
|
14400
|
-
readonly "
|
|
14147
|
+
readonly "openai/gpt-oss-120b": {
|
|
14401
14148
|
id: string;
|
|
14402
14149
|
name: string;
|
|
14403
14150
|
api: "openai-completions";
|
|
@@ -14406,19 +14153,18 @@ export declare const MODELS: {
|
|
|
14406
14153
|
compat: {
|
|
14407
14154
|
supportsStore: false;
|
|
14408
14155
|
supportsDeveloperRole: false;
|
|
14409
|
-
supportsReasoningEffort:
|
|
14156
|
+
supportsReasoningEffort: true;
|
|
14410
14157
|
maxTokensField: "max_tokens";
|
|
14411
14158
|
supportsStrictMode: false;
|
|
14412
14159
|
supportsLongCacheRetention: false;
|
|
14413
|
-
thinkingFormat: "
|
|
14160
|
+
thinkingFormat: "openai";
|
|
14414
14161
|
};
|
|
14415
14162
|
reasoning: true;
|
|
14416
14163
|
thinkingLevelMap: {
|
|
14164
|
+
off: null;
|
|
14417
14165
|
minimal: null;
|
|
14418
|
-
low: null;
|
|
14419
|
-
medium: null;
|
|
14420
14166
|
};
|
|
14421
|
-
input:
|
|
14167
|
+
input: "text"[];
|
|
14422
14168
|
cost: {
|
|
14423
14169
|
input: number;
|
|
14424
14170
|
output: number;
|
|
@@ -14428,7 +14174,7 @@ export declare const MODELS: {
|
|
|
14428
14174
|
contextWindow: number;
|
|
14429
14175
|
maxTokens: number;
|
|
14430
14176
|
};
|
|
14431
|
-
readonly "
|
|
14177
|
+
readonly "openai/gpt-oss-20b": {
|
|
14432
14178
|
id: string;
|
|
14433
14179
|
name: string;
|
|
14434
14180
|
api: "openai-completions";
|
|
@@ -14437,17 +14183,16 @@ export declare const MODELS: {
|
|
|
14437
14183
|
compat: {
|
|
14438
14184
|
supportsStore: false;
|
|
14439
14185
|
supportsDeveloperRole: false;
|
|
14440
|
-
supportsReasoningEffort:
|
|
14186
|
+
supportsReasoningEffort: true;
|
|
14441
14187
|
maxTokensField: "max_tokens";
|
|
14442
14188
|
supportsStrictMode: false;
|
|
14443
14189
|
supportsLongCacheRetention: false;
|
|
14444
|
-
thinkingFormat: "
|
|
14190
|
+
thinkingFormat: "openai";
|
|
14445
14191
|
};
|
|
14446
14192
|
reasoning: true;
|
|
14447
14193
|
thinkingLevelMap: {
|
|
14194
|
+
off: null;
|
|
14448
14195
|
minimal: null;
|
|
14449
|
-
low: null;
|
|
14450
|
-
medium: null;
|
|
14451
14196
|
};
|
|
14452
14197
|
input: "text"[];
|
|
14453
14198
|
cost: {
|
|
@@ -14459,7 +14204,7 @@ export declare const MODELS: {
|
|
|
14459
14204
|
contextWindow: number;
|
|
14460
14205
|
maxTokens: number;
|
|
14461
14206
|
};
|
|
14462
|
-
readonly "
|
|
14207
|
+
readonly "zai-org/GLM-5": {
|
|
14463
14208
|
id: string;
|
|
14464
14209
|
name: string;
|
|
14465
14210
|
api: "openai-completions";
|
|
@@ -14468,16 +14213,17 @@ export declare const MODELS: {
|
|
|
14468
14213
|
compat: {
|
|
14469
14214
|
supportsStore: false;
|
|
14470
14215
|
supportsDeveloperRole: false;
|
|
14471
|
-
supportsReasoningEffort:
|
|
14216
|
+
supportsReasoningEffort: false;
|
|
14472
14217
|
maxTokensField: "max_tokens";
|
|
14473
14218
|
supportsStrictMode: false;
|
|
14474
14219
|
supportsLongCacheRetention: false;
|
|
14475
|
-
thinkingFormat: "
|
|
14220
|
+
thinkingFormat: "together";
|
|
14476
14221
|
};
|
|
14477
14222
|
reasoning: true;
|
|
14478
14223
|
thinkingLevelMap: {
|
|
14479
|
-
off: null;
|
|
14480
14224
|
minimal: null;
|
|
14225
|
+
low: null;
|
|
14226
|
+
medium: null;
|
|
14481
14227
|
};
|
|
14482
14228
|
input: "text"[];
|
|
14483
14229
|
cost: {
|
|
@@ -16096,40 +15842,6 @@ export declare const MODELS: {
|
|
|
16096
15842
|
contextWindow: number;
|
|
16097
15843
|
maxTokens: number;
|
|
16098
15844
|
};
|
|
16099
|
-
readonly "moonshotai/kimi-k2-thinking-turbo": {
|
|
16100
|
-
id: string;
|
|
16101
|
-
name: string;
|
|
16102
|
-
api: "anthropic-messages";
|
|
16103
|
-
provider: string;
|
|
16104
|
-
baseUrl: string;
|
|
16105
|
-
reasoning: true;
|
|
16106
|
-
input: "text"[];
|
|
16107
|
-
cost: {
|
|
16108
|
-
input: number;
|
|
16109
|
-
output: number;
|
|
16110
|
-
cacheRead: number;
|
|
16111
|
-
cacheWrite: number;
|
|
16112
|
-
};
|
|
16113
|
-
contextWindow: number;
|
|
16114
|
-
maxTokens: number;
|
|
16115
|
-
};
|
|
16116
|
-
readonly "moonshotai/kimi-k2-turbo": {
|
|
16117
|
-
id: string;
|
|
16118
|
-
name: string;
|
|
16119
|
-
api: "anthropic-messages";
|
|
16120
|
-
provider: string;
|
|
16121
|
-
baseUrl: string;
|
|
16122
|
-
reasoning: false;
|
|
16123
|
-
input: "text"[];
|
|
16124
|
-
cost: {
|
|
16125
|
-
input: number;
|
|
16126
|
-
output: number;
|
|
16127
|
-
cacheRead: number;
|
|
16128
|
-
cacheWrite: number;
|
|
16129
|
-
};
|
|
16130
|
-
contextWindow: number;
|
|
16131
|
-
maxTokens: number;
|
|
16132
|
-
};
|
|
16133
15845
|
readonly "moonshotai/kimi-k2.5": {
|
|
16134
15846
|
id: string;
|
|
16135
15847
|
name: string;
|