Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@
"test": "node --import tsx/esm --test tests/*.test.ts"
},
"dependencies": {
"@ai-sdk/anthropic": "^2.0.77",
"@ai-sdk/anthropic": "^3.0.99",
"@ai-sdk/azure": "^3.0.65",
"@ai-sdk/deepseek": "^2.0.35",
"@ai-sdk/google": "^2.0.70",
"@ai-sdk/openai": "^2.0.103",
"@ai-sdk/openai-compatible": "^1.0.0",
"@ai-sdk/google": "^3.0.98",
"@ai-sdk/openai": "^3.0.86",
"@ai-sdk/openai-compatible": "^2.0.62",
"@modelcontextprotocol/sdk": "^1.29.0",
"ai": "^6.0.0",
"yaml": "^2.8.3",
Expand Down
5 changes: 0 additions & 5 deletions core/src/providers/factory.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// Suppress Vercel AI SDK spec-compatibility warnings — @ai-sdk/openai-compatible
// still implements the older provider spec than the installed `ai` major, and
// the warning fires once per model instance created below; it's not actionable.
(globalThis as Record<string, unknown>).AI_SDK_LOG_WARNINGS = false;

import type { LanguageModel } from "ai";
import { createOpenAI } from "@ai-sdk/openai";
import { createAnthropic } from "@ai-sdk/anthropic";
Expand Down
81 changes: 38 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
"report:pdf": "tsx scripts/generate-pdf-report.ts",
"prepare": "husky"
},
"overrides": {
"@hono/node-server": "^2.0.5"
},
Comment thread
coderabbitai[bot] marked this conversation as resolved.
"devDependencies": {
"@commitlint/cli": "^21.1.0",
"@commitlint/config-conventional": "^21.1.0",
Expand Down
11 changes: 1 addition & 10 deletions runners/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,26 +54,17 @@
"@modelcontextprotocol/sdk": "^1.29.0"
},
"devDependencies": {
"@ai-sdk/anthropic": "^2.0.77",
"@ai-sdk/azure": "^3.0.65",
"@ai-sdk/deepseek": "^2.0.35",
"@ai-sdk/google": "^2.0.70",
"@ai-sdk/openai": "^2.0.103",
"@ai-sdk/openai-compatible": "^1.0.0",
"@anthropic-ai/sdk": "^0.100.1",
"@inquirer/prompts": "^8.4.2",
"@keyvaluesystems/agent-opfor-core": "^0.10.0",
"@types/express": "^5.0.3",
"@types/node": "^24.0.0",
"ai": "^6.0.0",
"commander": "^14.0.1",
"consola": "^3.4.2",
"dotenv": "^17.4.2",
"esbuild": "^0.25.0",
"express": "^5.1.0",
"tsx": "^4.20.0",
"typescript": "^5.8.3",
"yaml": "^2.8.3",
"zod": "^4.0.0"
"typescript": "^5.8.3"
}
}
4 changes: 2 additions & 2 deletions runners/cli/ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading