@entelligentsia/forgecli 1.1.2 → 1.1.3
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/CHANGELOG.md +7 -1
- package/dist/CHANGELOG-pi.md +56 -0
- package/dist/extensions/forgecli/mcp-bridge/grove.d.ts +38 -0
- package/dist/extensions/forgecli/mcp-bridge/grove.js +88 -2
- package/dist/extensions/forgecli/mcp-bridge/grove.js.map +1 -1
- package/dist/extensions/forgecli/mcp-bridge/json-rpc-stdio.d.ts +26 -2
- package/dist/extensions/forgecli/mcp-bridge/json-rpc-stdio.js +68 -13
- package/dist/extensions/forgecli/mcp-bridge/json-rpc-stdio.js.map +1 -1
- package/dist/extensions/forgecli/mcp-bridge/mcp-bridge.js +13 -2
- package/dist/extensions/forgecli/mcp-bridge/mcp-bridge.js.map +1 -1
- package/dist/extensions/forgecli/mcp-bridge/mcp-session.d.ts +3 -3
- package/dist/extensions/forgecli/mcp-bridge/mcp-session.js +3 -6
- package/dist/extensions/forgecli/mcp-bridge/mcp-session.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/agent.d.ts +3 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/agent.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/agent.js +10 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/agent.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.js +4 -6
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/env/nodejs.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/env/nodejs.js +20 -2
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/env/nodejs.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/package.json +2 -2
- package/node_modules/@earendil-works/pi-ai/dist/api/azure-openai-responses.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/azure-openai-responses.js +2 -14
- package/node_modules/@earendil-works/pi-ai/dist/api/azure-openai-responses.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/bedrock-converse-stream.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/bedrock-converse-stream.js +16 -5
- package/node_modules/@earendil-works/pi-ai/dist/api/bedrock-converse-stream.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/google-generative-ai.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/google-generative-ai.js +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/google-generative-ai.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/google-vertex.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/google-vertex.js +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/google-vertex.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-codex-responses.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-codex-responses.js +61 -41
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-codex-responses.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-completions.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-completions.js +8 -3
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-completions.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses.js +2 -14
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openrouter-images.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openrouter-images.js +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openrouter-images.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.d.ts +15 -45
- package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.js +15 -45
- package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.d.ts +461 -22
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.models.d.ts +140 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.models.js +141 -4
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.models.d.ts +20 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.models.js +18 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/cerebras.models.d.ts +21 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/cerebras.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/cerebras.models.js +18 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/cerebras.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-ai-gateway.models.d.ts +21 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-ai-gateway.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-ai-gateway.models.js +18 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-ai-gateway.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/fireworks.models.d.ts +10 -5
- package/node_modules/@earendil-works/pi-ai/dist/providers/fireworks.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/fireworks.models.js +4 -3
- package/node_modules/@earendil-works/pi-ai/dist/providers/fireworks.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/github-copilot.models.d.ts +82 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/github-copilot.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/github-copilot.models.js +57 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/github-copilot.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/groq.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/groq.models.js +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/groq.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/mistral.models.d.ts +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/mistral.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/mistral.models.js +4 -4
- package/node_modules/@earendil-works/pi-ai/dist/providers/mistral.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/nvidia.models.d.ts +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/nvidia.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/nvidia.models.js +4 -4
- package/node_modules/@earendil-works/pi-ai/dist/providers/nvidia.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode-go.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode-go.models.js +5 -5
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode-go.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode.models.d.ts +88 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode.models.js +75 -2
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openrouter.models.d.ts +33 -15
- package/node_modules/@earendil-works/pi-ai/dist/providers/openrouter.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openrouter.models.js +101 -84
- package/node_modules/@earendil-works/pi-ai/dist/providers/openrouter.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/together.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/together.models.js +2 -2
- package/node_modules/@earendil-works/pi-ai/dist/providers/together.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/vercel-ai-gateway.models.d.ts +44 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/vercel-ai-gateway.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/vercel-ai-gateway.models.js +41 -4
- package/node_modules/@earendil-works/pi-ai/dist/providers/vercel-ai-gateway.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi-token-plan-ams.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi-token-plan-ams.models.js +12 -12
- package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi-token-plan-ams.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi-token-plan-cn.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi-token-plan-cn.models.js +12 -12
- package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi-token-plan-cn.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi-token-plan-sgp.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi-token-plan-sgp.models.js +12 -12
- package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi-token-plan-sgp.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi.models.js +15 -15
- package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/error-body.d.ts +25 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/error-body.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/error-body.js +109 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/error-body.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/device-code.d.ts +2 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/device-code.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/device-code.js +15 -2
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/device-code.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/github-copilot.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/github-copilot.js +3 -2
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/github-copilot.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/overflow.d.ts +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/overflow.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/overflow.js +3 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/overflow.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/retry.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/retry.js +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/retry.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/package.json +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/CHANGELOG.md +56 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session.d.ts +6 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session.js +39 -15
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/auth-storage.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/auth-storage.js +13 -5
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/auth-storage.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/compaction.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/compaction.js +5 -8
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/compaction.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/index.d.ts +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/index.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/index.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/loader.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/loader.js +6 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/loader.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/runner.d.ts +2 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/runner.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/runner.js +33 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/runner.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/types.d.ts +16 -2
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/types.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/types.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/http-dispatcher.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/http-dispatcher.js +28 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/http-dispatcher.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/model-resolver.d.ts +10 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/model-resolver.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/model-resolver.js +14 -17
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/model-resolver.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/provider-attribution.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/provider-attribution.js +0 -10
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/provider-attribution.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/session-manager.d.ts +20 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/session-manager.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/session-manager.js +87 -68
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/session-manager.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/settings-manager.d.ts +3 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/settings-manager.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/settings-manager.js +8 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/settings-manager.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/bash.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/bash.js +20 -5
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/bash.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/edit.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/edit.js +2 -2
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/edit.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/index.d.ts +3 -2
- package/node_modules/@earendil-works/pi-coding-agent/dist/index.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/index.js +2 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/index.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/assistant-message.d.ts +3 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/assistant-message.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/assistant-message.js +15 -7
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/assistant-message.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/custom-entry.d.ts +19 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/custom-entry.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/custom-entry.js +52 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/custom-entry.js.map +1 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/settings-selector.d.ts +2 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/settings-selector.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/settings-selector.js +13 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/settings-selector.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/status-indicator.d.ts +28 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/status-indicator.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/status-indicator.js +60 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/status-indicator.js.map +1 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/user-message.d.ts +6 -2
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/user-message.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/user-message.js +18 -5
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/user-message.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/interactive-mode.d.ts +10 -10
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/interactive-mode.js +143 -130
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/interactive-mode.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/rpc/rpc-client.d.ts +15 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/rpc/rpc-client.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/rpc/rpc-client.js +14 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/rpc/rpc-client.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/rpc/rpc-mode.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/rpc/rpc-mode.js +16 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/rpc/rpc-mode.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/rpc/rpc-types.d.ts +26 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/rpc/rpc-types.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/rpc/rpc-types.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/package-manager-cli.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/package-manager-cli.js +7 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/package-manager-cli.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/docs/extensions.md +55 -8
- package/node_modules/@earendil-works/pi-coding-agent/docs/rpc.md +58 -0
- package/node_modules/@earendil-works/pi-coding-agent/docs/sdk.md +28 -0
- package/node_modules/@earendil-works/pi-coding-agent/docs/session-format.md +18 -8
- package/node_modules/@earendil-works/pi-coding-agent/docs/settings.md +1 -0
- package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/README.md +1 -0
- package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/custom-provider-anthropic/package.json +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/custom-provider-gitlab-duo/package.json +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/entry-renderer.ts +41 -0
- package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/gondolin/package-lock.json +2 -2
- package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/gondolin/package.json +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/question.ts +1 -0
- package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/sandbox/package.json +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/with-deps/package.json +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/npm-shrinkwrap.json +12 -12
- package/node_modules/@earendil-works/pi-coding-agent/package.json +4 -4
- package/node_modules/@earendil-works/pi-tui/package.json +1 -1
- package/package.json +6 -6
|
@@ -68,6 +68,27 @@ export declare const MODELS: {
|
|
|
68
68
|
contextWindow: number;
|
|
69
69
|
maxTokens: number;
|
|
70
70
|
};
|
|
71
|
+
readonly "anthropic.claude-fable-5": {
|
|
72
|
+
id: string;
|
|
73
|
+
name: string;
|
|
74
|
+
api: "bedrock-converse-stream";
|
|
75
|
+
provider: string;
|
|
76
|
+
baseUrl: string;
|
|
77
|
+
reasoning: true;
|
|
78
|
+
thinkingLevelMap: {
|
|
79
|
+
off: null;
|
|
80
|
+
xhigh: string;
|
|
81
|
+
};
|
|
82
|
+
input: ("image" | "text")[];
|
|
83
|
+
cost: {
|
|
84
|
+
input: number;
|
|
85
|
+
output: number;
|
|
86
|
+
cacheRead: number;
|
|
87
|
+
cacheWrite: number;
|
|
88
|
+
};
|
|
89
|
+
contextWindow: number;
|
|
90
|
+
maxTokens: number;
|
|
91
|
+
};
|
|
71
92
|
readonly "anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
72
93
|
id: string;
|
|
73
94
|
name: string;
|
|
@@ -213,6 +234,23 @@ export declare const MODELS: {
|
|
|
213
234
|
contextWindow: number;
|
|
214
235
|
maxTokens: number;
|
|
215
236
|
};
|
|
237
|
+
readonly "anthropic.claude-sonnet-5": {
|
|
238
|
+
id: string;
|
|
239
|
+
name: string;
|
|
240
|
+
api: "bedrock-converse-stream";
|
|
241
|
+
provider: string;
|
|
242
|
+
baseUrl: string;
|
|
243
|
+
reasoning: true;
|
|
244
|
+
input: ("image" | "text")[];
|
|
245
|
+
cost: {
|
|
246
|
+
input: number;
|
|
247
|
+
output: number;
|
|
248
|
+
cacheRead: number;
|
|
249
|
+
cacheWrite: number;
|
|
250
|
+
};
|
|
251
|
+
contextWindow: number;
|
|
252
|
+
maxTokens: number;
|
|
253
|
+
};
|
|
216
254
|
readonly "au.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
217
255
|
id: string;
|
|
218
256
|
name: string;
|
|
@@ -304,6 +342,23 @@ export declare const MODELS: {
|
|
|
304
342
|
contextWindow: number;
|
|
305
343
|
maxTokens: number;
|
|
306
344
|
};
|
|
345
|
+
readonly "au.anthropic.claude-sonnet-5": {
|
|
346
|
+
id: string;
|
|
347
|
+
name: string;
|
|
348
|
+
api: "bedrock-converse-stream";
|
|
349
|
+
provider: string;
|
|
350
|
+
baseUrl: string;
|
|
351
|
+
reasoning: true;
|
|
352
|
+
input: ("image" | "text")[];
|
|
353
|
+
cost: {
|
|
354
|
+
input: number;
|
|
355
|
+
output: number;
|
|
356
|
+
cacheRead: number;
|
|
357
|
+
cacheWrite: number;
|
|
358
|
+
};
|
|
359
|
+
contextWindow: number;
|
|
360
|
+
maxTokens: number;
|
|
361
|
+
};
|
|
307
362
|
readonly "deepseek.r1-v1:0": {
|
|
308
363
|
id: string;
|
|
309
364
|
name: string;
|
|
@@ -504,6 +559,23 @@ export declare const MODELS: {
|
|
|
504
559
|
contextWindow: number;
|
|
505
560
|
maxTokens: number;
|
|
506
561
|
};
|
|
562
|
+
readonly "eu.anthropic.claude-sonnet-5": {
|
|
563
|
+
id: string;
|
|
564
|
+
name: string;
|
|
565
|
+
api: "bedrock-converse-stream";
|
|
566
|
+
provider: string;
|
|
567
|
+
baseUrl: string;
|
|
568
|
+
reasoning: true;
|
|
569
|
+
input: ("image" | "text")[];
|
|
570
|
+
cost: {
|
|
571
|
+
input: number;
|
|
572
|
+
output: number;
|
|
573
|
+
cacheRead: number;
|
|
574
|
+
cacheWrite: number;
|
|
575
|
+
};
|
|
576
|
+
contextWindow: number;
|
|
577
|
+
maxTokens: number;
|
|
578
|
+
};
|
|
507
579
|
readonly "global.anthropic.claude-fable-5": {
|
|
508
580
|
id: string;
|
|
509
581
|
name: string;
|
|
@@ -653,6 +725,23 @@ export declare const MODELS: {
|
|
|
653
725
|
contextWindow: number;
|
|
654
726
|
maxTokens: number;
|
|
655
727
|
};
|
|
728
|
+
readonly "global.anthropic.claude-sonnet-5": {
|
|
729
|
+
id: string;
|
|
730
|
+
name: string;
|
|
731
|
+
api: "bedrock-converse-stream";
|
|
732
|
+
provider: string;
|
|
733
|
+
baseUrl: string;
|
|
734
|
+
reasoning: true;
|
|
735
|
+
input: ("image" | "text")[];
|
|
736
|
+
cost: {
|
|
737
|
+
input: number;
|
|
738
|
+
output: number;
|
|
739
|
+
cacheRead: number;
|
|
740
|
+
cacheWrite: number;
|
|
741
|
+
};
|
|
742
|
+
contextWindow: number;
|
|
743
|
+
maxTokens: number;
|
|
744
|
+
};
|
|
656
745
|
readonly "google.gemma-3-27b-it": {
|
|
657
746
|
id: string;
|
|
658
747
|
name: string;
|
|
@@ -761,6 +850,23 @@ export declare const MODELS: {
|
|
|
761
850
|
contextWindow: number;
|
|
762
851
|
maxTokens: number;
|
|
763
852
|
};
|
|
853
|
+
readonly "jp.anthropic.claude-sonnet-5": {
|
|
854
|
+
id: string;
|
|
855
|
+
name: string;
|
|
856
|
+
api: "bedrock-converse-stream";
|
|
857
|
+
provider: string;
|
|
858
|
+
baseUrl: string;
|
|
859
|
+
reasoning: true;
|
|
860
|
+
input: ("image" | "text")[];
|
|
861
|
+
cost: {
|
|
862
|
+
input: number;
|
|
863
|
+
output: number;
|
|
864
|
+
cacheRead: number;
|
|
865
|
+
cacheWrite: number;
|
|
866
|
+
};
|
|
867
|
+
contextWindow: number;
|
|
868
|
+
maxTokens: number;
|
|
869
|
+
};
|
|
764
870
|
readonly "meta.llama3-1-70b-instruct-v1:0": {
|
|
765
871
|
id: string;
|
|
766
872
|
name: string;
|
|
@@ -1579,6 +1685,23 @@ export declare const MODELS: {
|
|
|
1579
1685
|
contextWindow: number;
|
|
1580
1686
|
maxTokens: number;
|
|
1581
1687
|
};
|
|
1688
|
+
readonly "us.anthropic.claude-sonnet-5": {
|
|
1689
|
+
id: string;
|
|
1690
|
+
name: string;
|
|
1691
|
+
api: "bedrock-converse-stream";
|
|
1692
|
+
provider: string;
|
|
1693
|
+
baseUrl: string;
|
|
1694
|
+
reasoning: true;
|
|
1695
|
+
input: ("image" | "text")[];
|
|
1696
|
+
cost: {
|
|
1697
|
+
input: number;
|
|
1698
|
+
output: number;
|
|
1699
|
+
cacheRead: number;
|
|
1700
|
+
cacheWrite: number;
|
|
1701
|
+
};
|
|
1702
|
+
contextWindow: number;
|
|
1703
|
+
maxTokens: number;
|
|
1704
|
+
};
|
|
1582
1705
|
readonly "us.deepseek.r1-v1:0": {
|
|
1583
1706
|
id: string;
|
|
1584
1707
|
name: string;
|
|
@@ -1664,6 +1787,23 @@ export declare const MODELS: {
|
|
|
1664
1787
|
contextWindow: number;
|
|
1665
1788
|
maxTokens: number;
|
|
1666
1789
|
};
|
|
1790
|
+
readonly "xai.grok-4.3": {
|
|
1791
|
+
id: string;
|
|
1792
|
+
name: string;
|
|
1793
|
+
api: "bedrock-converse-stream";
|
|
1794
|
+
provider: string;
|
|
1795
|
+
baseUrl: string;
|
|
1796
|
+
reasoning: true;
|
|
1797
|
+
input: ("image" | "text")[];
|
|
1798
|
+
cost: {
|
|
1799
|
+
input: number;
|
|
1800
|
+
output: number;
|
|
1801
|
+
cacheRead: number;
|
|
1802
|
+
cacheWrite: number;
|
|
1803
|
+
};
|
|
1804
|
+
contextWindow: number;
|
|
1805
|
+
maxTokens: number;
|
|
1806
|
+
};
|
|
1667
1807
|
readonly "zai.glm-4.7": {
|
|
1668
1808
|
id: string;
|
|
1669
1809
|
name: string;
|
|
@@ -2223,6 +2363,26 @@ export declare const MODELS: {
|
|
|
2223
2363
|
contextWindow: number;
|
|
2224
2364
|
maxTokens: number;
|
|
2225
2365
|
};
|
|
2366
|
+
readonly "claude-sonnet-5": {
|
|
2367
|
+
id: string;
|
|
2368
|
+
name: string;
|
|
2369
|
+
api: "anthropic-messages";
|
|
2370
|
+
provider: string;
|
|
2371
|
+
baseUrl: string;
|
|
2372
|
+
compat: {
|
|
2373
|
+
forceAdaptiveThinking: true;
|
|
2374
|
+
};
|
|
2375
|
+
reasoning: true;
|
|
2376
|
+
input: ("image" | "text")[];
|
|
2377
|
+
cost: {
|
|
2378
|
+
input: number;
|
|
2379
|
+
output: number;
|
|
2380
|
+
cacheRead: number;
|
|
2381
|
+
cacheWrite: number;
|
|
2382
|
+
};
|
|
2383
|
+
contextWindow: number;
|
|
2384
|
+
maxTokens: number;
|
|
2385
|
+
};
|
|
2226
2386
|
};
|
|
2227
2387
|
readonly "azure-openai-responses": {
|
|
2228
2388
|
readonly "gpt-4": {
|
|
@@ -3028,6 +3188,27 @@ export declare const MODELS: {
|
|
|
3028
3188
|
};
|
|
3029
3189
|
};
|
|
3030
3190
|
readonly cerebras: {
|
|
3191
|
+
readonly "gemma-4-31b": {
|
|
3192
|
+
id: string;
|
|
3193
|
+
name: string;
|
|
3194
|
+
api: "openai-completions";
|
|
3195
|
+
provider: string;
|
|
3196
|
+
baseUrl: string;
|
|
3197
|
+
compat: {
|
|
3198
|
+
supportsStore: false;
|
|
3199
|
+
supportsDeveloperRole: false;
|
|
3200
|
+
};
|
|
3201
|
+
reasoning: true;
|
|
3202
|
+
input: ("image" | "text")[];
|
|
3203
|
+
cost: {
|
|
3204
|
+
input: number;
|
|
3205
|
+
output: number;
|
|
3206
|
+
cacheRead: number;
|
|
3207
|
+
cacheWrite: number;
|
|
3208
|
+
};
|
|
3209
|
+
contextWindow: number;
|
|
3210
|
+
maxTokens: number;
|
|
3211
|
+
};
|
|
3031
3212
|
readonly "gpt-oss-120b": {
|
|
3032
3213
|
id: string;
|
|
3033
3214
|
name: string;
|
|
@@ -3432,6 +3613,27 @@ export declare const MODELS: {
|
|
|
3432
3613
|
contextWindow: number;
|
|
3433
3614
|
maxTokens: number;
|
|
3434
3615
|
};
|
|
3616
|
+
readonly "claude-sonnet-5": {
|
|
3617
|
+
id: string;
|
|
3618
|
+
name: string;
|
|
3619
|
+
api: "anthropic-messages";
|
|
3620
|
+
provider: string;
|
|
3621
|
+
baseUrl: string;
|
|
3622
|
+
compat: {
|
|
3623
|
+
sendSessionAffinityHeaders: true;
|
|
3624
|
+
forceAdaptiveThinking: true;
|
|
3625
|
+
};
|
|
3626
|
+
reasoning: true;
|
|
3627
|
+
input: ("image" | "text")[];
|
|
3628
|
+
cost: {
|
|
3629
|
+
input: number;
|
|
3630
|
+
output: number;
|
|
3631
|
+
cacheRead: number;
|
|
3632
|
+
cacheWrite: number;
|
|
3633
|
+
};
|
|
3634
|
+
contextWindow: number;
|
|
3635
|
+
maxTokens: number;
|
|
3636
|
+
};
|
|
3435
3637
|
readonly "gpt-4": {
|
|
3436
3638
|
id: string;
|
|
3437
3639
|
name: string;
|
|
@@ -4483,16 +4685,21 @@ export declare const MODELS: {
|
|
|
4483
4685
|
readonly "accounts/fireworks/routers/glm-5p2-fast": {
|
|
4484
4686
|
id: string;
|
|
4485
4687
|
name: string;
|
|
4486
|
-
api: "
|
|
4688
|
+
api: "openai-completions";
|
|
4487
4689
|
provider: string;
|
|
4488
4690
|
baseUrl: string;
|
|
4489
4691
|
compat: {
|
|
4490
|
-
|
|
4491
|
-
|
|
4492
|
-
supportsCacheControlOnTools: false;
|
|
4493
|
-
supportsLongCacheRetention: false;
|
|
4692
|
+
supportsStore: false;
|
|
4693
|
+
supportsDeveloperRole: false;
|
|
4494
4694
|
};
|
|
4495
4695
|
reasoning: true;
|
|
4696
|
+
thinkingLevelMap: {
|
|
4697
|
+
off: string;
|
|
4698
|
+
minimal: null;
|
|
4699
|
+
low: string;
|
|
4700
|
+
medium: string;
|
|
4701
|
+
xhigh: string;
|
|
4702
|
+
};
|
|
4496
4703
|
input: "text"[];
|
|
4497
4704
|
cost: {
|
|
4498
4705
|
input: number;
|
|
@@ -4824,6 +5031,32 @@ export declare const MODELS: {
|
|
|
4824
5031
|
contextWindow: number;
|
|
4825
5032
|
maxTokens: number;
|
|
4826
5033
|
};
|
|
5034
|
+
readonly "claude-sonnet-5": {
|
|
5035
|
+
id: string;
|
|
5036
|
+
name: string;
|
|
5037
|
+
api: "anthropic-messages";
|
|
5038
|
+
provider: string;
|
|
5039
|
+
baseUrl: string;
|
|
5040
|
+
headers: {
|
|
5041
|
+
"User-Agent": string;
|
|
5042
|
+
"Editor-Version": string;
|
|
5043
|
+
"Editor-Plugin-Version": string;
|
|
5044
|
+
"Copilot-Integration-Id": string;
|
|
5045
|
+
};
|
|
5046
|
+
compat: {
|
|
5047
|
+
forceAdaptiveThinking: true;
|
|
5048
|
+
};
|
|
5049
|
+
reasoning: true;
|
|
5050
|
+
input: ("image" | "text")[];
|
|
5051
|
+
cost: {
|
|
5052
|
+
input: number;
|
|
5053
|
+
output: number;
|
|
5054
|
+
cacheRead: number;
|
|
5055
|
+
cacheWrite: number;
|
|
5056
|
+
};
|
|
5057
|
+
contextWindow: number;
|
|
5058
|
+
maxTokens: number;
|
|
5059
|
+
};
|
|
4827
5060
|
readonly "gemini-2.5-pro": {
|
|
4828
5061
|
id: string;
|
|
4829
5062
|
name: string;
|
|
@@ -5187,6 +5420,62 @@ export declare const MODELS: {
|
|
|
5187
5420
|
contextWindow: number;
|
|
5188
5421
|
maxTokens: number;
|
|
5189
5422
|
};
|
|
5423
|
+
readonly "kimi-k2.7-code": {
|
|
5424
|
+
id: string;
|
|
5425
|
+
name: string;
|
|
5426
|
+
api: "openai-completions";
|
|
5427
|
+
provider: string;
|
|
5428
|
+
baseUrl: string;
|
|
5429
|
+
headers: {
|
|
5430
|
+
"User-Agent": string;
|
|
5431
|
+
"Editor-Version": string;
|
|
5432
|
+
"Editor-Plugin-Version": string;
|
|
5433
|
+
"Copilot-Integration-Id": string;
|
|
5434
|
+
};
|
|
5435
|
+
compat: {
|
|
5436
|
+
supportsStore: false;
|
|
5437
|
+
supportsDeveloperRole: false;
|
|
5438
|
+
supportsReasoningEffort: false;
|
|
5439
|
+
};
|
|
5440
|
+
reasoning: true;
|
|
5441
|
+
input: ("image" | "text")[];
|
|
5442
|
+
cost: {
|
|
5443
|
+
input: number;
|
|
5444
|
+
output: number;
|
|
5445
|
+
cacheRead: number;
|
|
5446
|
+
cacheWrite: number;
|
|
5447
|
+
};
|
|
5448
|
+
contextWindow: number;
|
|
5449
|
+
maxTokens: number;
|
|
5450
|
+
};
|
|
5451
|
+
readonly "mai-code-1-flash-picker": {
|
|
5452
|
+
id: string;
|
|
5453
|
+
name: string;
|
|
5454
|
+
api: "openai-completions";
|
|
5455
|
+
provider: string;
|
|
5456
|
+
baseUrl: string;
|
|
5457
|
+
headers: {
|
|
5458
|
+
"User-Agent": string;
|
|
5459
|
+
"Editor-Version": string;
|
|
5460
|
+
"Editor-Plugin-Version": string;
|
|
5461
|
+
"Copilot-Integration-Id": string;
|
|
5462
|
+
};
|
|
5463
|
+
compat: {
|
|
5464
|
+
supportsStore: false;
|
|
5465
|
+
supportsDeveloperRole: false;
|
|
5466
|
+
supportsReasoningEffort: false;
|
|
5467
|
+
};
|
|
5468
|
+
reasoning: true;
|
|
5469
|
+
input: "text"[];
|
|
5470
|
+
cost: {
|
|
5471
|
+
input: number;
|
|
5472
|
+
output: number;
|
|
5473
|
+
cacheRead: number;
|
|
5474
|
+
cacheWrite: number;
|
|
5475
|
+
};
|
|
5476
|
+
contextWindow: number;
|
|
5477
|
+
maxTokens: number;
|
|
5478
|
+
};
|
|
5190
5479
|
};
|
|
5191
5480
|
readonly google: {
|
|
5192
5481
|
readonly "gemini-2.0-flash": {
|
|
@@ -7303,7 +7592,7 @@ export declare const MODELS: {
|
|
|
7303
7592
|
api: "mistral-conversations";
|
|
7304
7593
|
provider: string;
|
|
7305
7594
|
baseUrl: string;
|
|
7306
|
-
reasoning:
|
|
7595
|
+
reasoning: true;
|
|
7307
7596
|
input: ("image" | "text")[];
|
|
7308
7597
|
cost: {
|
|
7309
7598
|
input: number;
|
|
@@ -8484,7 +8773,7 @@ export declare const MODELS: {
|
|
|
8484
8773
|
contextWindow: number;
|
|
8485
8774
|
maxTokens: number;
|
|
8486
8775
|
};
|
|
8487
|
-
readonly "z-ai/glm-5.
|
|
8776
|
+
readonly "z-ai/glm-5.2": {
|
|
8488
8777
|
id: string;
|
|
8489
8778
|
name: string;
|
|
8490
8779
|
api: "openai-completions";
|
|
@@ -9426,6 +9715,30 @@ export declare const MODELS: {
|
|
|
9426
9715
|
contextWindow: number;
|
|
9427
9716
|
maxTokens: number;
|
|
9428
9717
|
};
|
|
9718
|
+
readonly "claude-fable-5": {
|
|
9719
|
+
id: string;
|
|
9720
|
+
name: string;
|
|
9721
|
+
api: "anthropic-messages";
|
|
9722
|
+
provider: string;
|
|
9723
|
+
baseUrl: string;
|
|
9724
|
+
compat: {
|
|
9725
|
+
forceAdaptiveThinking: true;
|
|
9726
|
+
};
|
|
9727
|
+
reasoning: true;
|
|
9728
|
+
thinkingLevelMap: {
|
|
9729
|
+
off: null;
|
|
9730
|
+
xhigh: string;
|
|
9731
|
+
};
|
|
9732
|
+
input: ("image" | "text")[];
|
|
9733
|
+
cost: {
|
|
9734
|
+
input: number;
|
|
9735
|
+
output: number;
|
|
9736
|
+
cacheRead: number;
|
|
9737
|
+
cacheWrite: number;
|
|
9738
|
+
};
|
|
9739
|
+
contextWindow: number;
|
|
9740
|
+
maxTokens: number;
|
|
9741
|
+
};
|
|
9429
9742
|
readonly "claude-haiku-4-5": {
|
|
9430
9743
|
id: string;
|
|
9431
9744
|
name: string;
|
|
@@ -9602,6 +9915,26 @@ export declare const MODELS: {
|
|
|
9602
9915
|
contextWindow: number;
|
|
9603
9916
|
maxTokens: number;
|
|
9604
9917
|
};
|
|
9918
|
+
readonly "claude-sonnet-5": {
|
|
9919
|
+
id: string;
|
|
9920
|
+
name: string;
|
|
9921
|
+
api: "anthropic-messages";
|
|
9922
|
+
provider: string;
|
|
9923
|
+
baseUrl: string;
|
|
9924
|
+
compat: {
|
|
9925
|
+
forceAdaptiveThinking: true;
|
|
9926
|
+
};
|
|
9927
|
+
reasoning: true;
|
|
9928
|
+
input: ("image" | "text")[];
|
|
9929
|
+
cost: {
|
|
9930
|
+
input: number;
|
|
9931
|
+
output: number;
|
|
9932
|
+
cacheRead: number;
|
|
9933
|
+
cacheWrite: number;
|
|
9934
|
+
};
|
|
9935
|
+
contextWindow: number;
|
|
9936
|
+
maxTokens: number;
|
|
9937
|
+
};
|
|
9605
9938
|
readonly "deepseek-v4-flash": {
|
|
9606
9939
|
id: string;
|
|
9607
9940
|
name: string;
|
|
@@ -10232,6 +10565,28 @@ export declare const MODELS: {
|
|
|
10232
10565
|
contextWindow: number;
|
|
10233
10566
|
maxTokens: number;
|
|
10234
10567
|
};
|
|
10568
|
+
readonly "kimi-k2.7-code": {
|
|
10569
|
+
id: string;
|
|
10570
|
+
name: string;
|
|
10571
|
+
api: "openai-completions";
|
|
10572
|
+
provider: string;
|
|
10573
|
+
baseUrl: string;
|
|
10574
|
+
compat: {
|
|
10575
|
+
supportsStore: false;
|
|
10576
|
+
supportsDeveloperRole: false;
|
|
10577
|
+
maxTokensField: "max_tokens";
|
|
10578
|
+
};
|
|
10579
|
+
reasoning: true;
|
|
10580
|
+
input: ("image" | "text")[];
|
|
10581
|
+
cost: {
|
|
10582
|
+
input: number;
|
|
10583
|
+
output: number;
|
|
10584
|
+
cacheRead: number;
|
|
10585
|
+
cacheWrite: number;
|
|
10586
|
+
};
|
|
10587
|
+
contextWindow: number;
|
|
10588
|
+
maxTokens: number;
|
|
10589
|
+
};
|
|
10235
10590
|
readonly "mimo-v2.5-free": {
|
|
10236
10591
|
id: string;
|
|
10237
10592
|
name: string;
|
|
@@ -10299,6 +10654,28 @@ export declare const MODELS: {
|
|
|
10299
10654
|
contextWindow: number;
|
|
10300
10655
|
maxTokens: number;
|
|
10301
10656
|
};
|
|
10657
|
+
readonly "minimax-m3": {
|
|
10658
|
+
id: string;
|
|
10659
|
+
name: string;
|
|
10660
|
+
api: "openai-completions";
|
|
10661
|
+
provider: string;
|
|
10662
|
+
baseUrl: string;
|
|
10663
|
+
compat: {
|
|
10664
|
+
supportsStore: false;
|
|
10665
|
+
supportsDeveloperRole: false;
|
|
10666
|
+
maxTokensField: "max_tokens";
|
|
10667
|
+
};
|
|
10668
|
+
reasoning: true;
|
|
10669
|
+
input: ("image" | "text")[];
|
|
10670
|
+
cost: {
|
|
10671
|
+
input: number;
|
|
10672
|
+
output: number;
|
|
10673
|
+
cacheRead: number;
|
|
10674
|
+
cacheWrite: number;
|
|
10675
|
+
};
|
|
10676
|
+
contextWindow: number;
|
|
10677
|
+
maxTokens: number;
|
|
10678
|
+
};
|
|
10302
10679
|
readonly "nemotron-3-ultra-free": {
|
|
10303
10680
|
id: string;
|
|
10304
10681
|
name: string;
|
|
@@ -10963,7 +11340,7 @@ export declare const MODELS: {
|
|
|
10963
11340
|
contextWindow: number;
|
|
10964
11341
|
maxTokens: number;
|
|
10965
11342
|
};
|
|
10966
|
-
readonly "anthropic/claude-opus-4.
|
|
11343
|
+
readonly "anthropic/claude-opus-4.7": {
|
|
10967
11344
|
id: string;
|
|
10968
11345
|
name: string;
|
|
10969
11346
|
api: "openai-completions";
|
|
@@ -10987,7 +11364,7 @@ export declare const MODELS: {
|
|
|
10987
11364
|
contextWindow: number;
|
|
10988
11365
|
maxTokens: number;
|
|
10989
11366
|
};
|
|
10990
|
-
readonly "anthropic/claude-opus-4.7": {
|
|
11367
|
+
readonly "anthropic/claude-opus-4.7-fast": {
|
|
10991
11368
|
id: string;
|
|
10992
11369
|
name: string;
|
|
10993
11370
|
api: "openai-completions";
|
|
@@ -11011,7 +11388,7 @@ export declare const MODELS: {
|
|
|
11011
11388
|
contextWindow: number;
|
|
11012
11389
|
maxTokens: number;
|
|
11013
11390
|
};
|
|
11014
|
-
readonly "anthropic/claude-opus-4.
|
|
11391
|
+
readonly "anthropic/claude-opus-4.8": {
|
|
11015
11392
|
id: string;
|
|
11016
11393
|
name: string;
|
|
11017
11394
|
api: "openai-completions";
|
|
@@ -11035,7 +11412,7 @@ export declare const MODELS: {
|
|
|
11035
11412
|
contextWindow: number;
|
|
11036
11413
|
maxTokens: number;
|
|
11037
11414
|
};
|
|
11038
|
-
readonly "anthropic/claude-opus-4.8": {
|
|
11415
|
+
readonly "anthropic/claude-opus-4.8-fast": {
|
|
11039
11416
|
id: string;
|
|
11040
11417
|
name: string;
|
|
11041
11418
|
api: "openai-completions";
|
|
@@ -11059,7 +11436,7 @@ export declare const MODELS: {
|
|
|
11059
11436
|
contextWindow: number;
|
|
11060
11437
|
maxTokens: number;
|
|
11061
11438
|
};
|
|
11062
|
-
readonly "anthropic/claude-
|
|
11439
|
+
readonly "anthropic/claude-sonnet-4": {
|
|
11063
11440
|
id: string;
|
|
11064
11441
|
name: string;
|
|
11065
11442
|
api: "openai-completions";
|
|
@@ -11070,9 +11447,6 @@ export declare const MODELS: {
|
|
|
11070
11447
|
cacheControlFormat: "anthropic";
|
|
11071
11448
|
};
|
|
11072
11449
|
reasoning: true;
|
|
11073
|
-
thinkingLevelMap: {
|
|
11074
|
-
xhigh: string;
|
|
11075
|
-
};
|
|
11076
11450
|
input: ("image" | "text")[];
|
|
11077
11451
|
cost: {
|
|
11078
11452
|
input: number;
|
|
@@ -11083,7 +11457,7 @@ export declare const MODELS: {
|
|
|
11083
11457
|
contextWindow: number;
|
|
11084
11458
|
maxTokens: number;
|
|
11085
11459
|
};
|
|
11086
|
-
readonly "anthropic/claude-sonnet-4": {
|
|
11460
|
+
readonly "anthropic/claude-sonnet-4.5": {
|
|
11087
11461
|
id: string;
|
|
11088
11462
|
name: string;
|
|
11089
11463
|
api: "openai-completions";
|
|
@@ -11104,7 +11478,7 @@ export declare const MODELS: {
|
|
|
11104
11478
|
contextWindow: number;
|
|
11105
11479
|
maxTokens: number;
|
|
11106
11480
|
};
|
|
11107
|
-
readonly "anthropic/claude-sonnet-4.
|
|
11481
|
+
readonly "anthropic/claude-sonnet-4.6": {
|
|
11108
11482
|
id: string;
|
|
11109
11483
|
name: string;
|
|
11110
11484
|
api: "openai-completions";
|
|
@@ -11125,7 +11499,7 @@ export declare const MODELS: {
|
|
|
11125
11499
|
contextWindow: number;
|
|
11126
11500
|
maxTokens: number;
|
|
11127
11501
|
};
|
|
11128
|
-
readonly "anthropic/claude-sonnet-
|
|
11502
|
+
readonly "anthropic/claude-sonnet-5": {
|
|
11129
11503
|
id: string;
|
|
11130
11504
|
name: string;
|
|
11131
11505
|
api: "openai-completions";
|
|
@@ -14280,7 +14654,7 @@ export declare const MODELS: {
|
|
|
14280
14654
|
contextWindow: number;
|
|
14281
14655
|
maxTokens: number;
|
|
14282
14656
|
};
|
|
14283
|
-
readonly "
|
|
14657
|
+
readonly "poolside/laguna-m.1": {
|
|
14284
14658
|
id: string;
|
|
14285
14659
|
name: string;
|
|
14286
14660
|
api: "openai-completions";
|
|
@@ -14290,7 +14664,7 @@ export declare const MODELS: {
|
|
|
14290
14664
|
supportsDeveloperRole: false;
|
|
14291
14665
|
thinkingFormat: "openrouter";
|
|
14292
14666
|
};
|
|
14293
|
-
reasoning:
|
|
14667
|
+
reasoning: true;
|
|
14294
14668
|
input: "text"[];
|
|
14295
14669
|
cost: {
|
|
14296
14670
|
input: number;
|
|
@@ -14301,7 +14675,7 @@ export declare const MODELS: {
|
|
|
14301
14675
|
contextWindow: number;
|
|
14302
14676
|
maxTokens: number;
|
|
14303
14677
|
};
|
|
14304
|
-
readonly "poolside/laguna-m.1": {
|
|
14678
|
+
readonly "poolside/laguna-m.1:free": {
|
|
14305
14679
|
id: string;
|
|
14306
14680
|
name: string;
|
|
14307
14681
|
api: "openai-completions";
|
|
@@ -14322,7 +14696,28 @@ export declare const MODELS: {
|
|
|
14322
14696
|
contextWindow: number;
|
|
14323
14697
|
maxTokens: number;
|
|
14324
14698
|
};
|
|
14325
|
-
readonly "poolside/laguna-
|
|
14699
|
+
readonly "poolside/laguna-xs-2.1": {
|
|
14700
|
+
id: string;
|
|
14701
|
+
name: string;
|
|
14702
|
+
api: "openai-completions";
|
|
14703
|
+
provider: string;
|
|
14704
|
+
baseUrl: string;
|
|
14705
|
+
compat: {
|
|
14706
|
+
supportsDeveloperRole: false;
|
|
14707
|
+
thinkingFormat: "openrouter";
|
|
14708
|
+
};
|
|
14709
|
+
reasoning: true;
|
|
14710
|
+
input: "text"[];
|
|
14711
|
+
cost: {
|
|
14712
|
+
input: number;
|
|
14713
|
+
output: number;
|
|
14714
|
+
cacheRead: number;
|
|
14715
|
+
cacheWrite: number;
|
|
14716
|
+
};
|
|
14717
|
+
contextWindow: number;
|
|
14718
|
+
maxTokens: number;
|
|
14719
|
+
};
|
|
14720
|
+
readonly "poolside/laguna-xs-2.1:free": {
|
|
14326
14721
|
id: string;
|
|
14327
14722
|
name: string;
|
|
14328
14723
|
api: "openai-completions";
|
|
@@ -17219,6 +17614,30 @@ export declare const MODELS: {
|
|
|
17219
17614
|
contextWindow: number;
|
|
17220
17615
|
maxTokens: number;
|
|
17221
17616
|
};
|
|
17617
|
+
readonly "anthropic/claude-fable-5": {
|
|
17618
|
+
id: string;
|
|
17619
|
+
name: string;
|
|
17620
|
+
api: "anthropic-messages";
|
|
17621
|
+
provider: string;
|
|
17622
|
+
baseUrl: string;
|
|
17623
|
+
compat: {
|
|
17624
|
+
forceAdaptiveThinking: true;
|
|
17625
|
+
};
|
|
17626
|
+
reasoning: true;
|
|
17627
|
+
thinkingLevelMap: {
|
|
17628
|
+
off: null;
|
|
17629
|
+
xhigh: string;
|
|
17630
|
+
};
|
|
17631
|
+
input: ("image" | "text")[];
|
|
17632
|
+
cost: {
|
|
17633
|
+
input: number;
|
|
17634
|
+
output: number;
|
|
17635
|
+
cacheRead: number;
|
|
17636
|
+
cacheWrite: number;
|
|
17637
|
+
};
|
|
17638
|
+
contextWindow: number;
|
|
17639
|
+
maxTokens: number;
|
|
17640
|
+
};
|
|
17222
17641
|
readonly "anthropic/claude-haiku-4.5": {
|
|
17223
17642
|
id: string;
|
|
17224
17643
|
name: string;
|
|
@@ -17412,6 +17831,26 @@ export declare const MODELS: {
|
|
|
17412
17831
|
contextWindow: number;
|
|
17413
17832
|
maxTokens: number;
|
|
17414
17833
|
};
|
|
17834
|
+
readonly "anthropic/claude-sonnet-5": {
|
|
17835
|
+
id: string;
|
|
17836
|
+
name: string;
|
|
17837
|
+
api: "anthropic-messages";
|
|
17838
|
+
provider: string;
|
|
17839
|
+
baseUrl: string;
|
|
17840
|
+
compat: {
|
|
17841
|
+
forceAdaptiveThinking: true;
|
|
17842
|
+
};
|
|
17843
|
+
reasoning: true;
|
|
17844
|
+
input: ("image" | "text")[];
|
|
17845
|
+
cost: {
|
|
17846
|
+
input: number;
|
|
17847
|
+
output: number;
|
|
17848
|
+
cacheRead: number;
|
|
17849
|
+
cacheWrite: number;
|
|
17850
|
+
};
|
|
17851
|
+
contextWindow: number;
|
|
17852
|
+
maxTokens: number;
|
|
17853
|
+
};
|
|
17415
17854
|
readonly "arcee-ai/trinity-large-preview": {
|
|
17416
17855
|
id: string;
|
|
17417
17856
|
name: string;
|