- Copy @ant/model-provider package (Gemini/Grok/OpenAI converters) - Add sideQueryViaGemini adapter for third-party provider routing - Update prompts/claude/messages to clarify SearchExtraTools/ExecuteExtraTool - Fix paste detection threshold for non-bracketed-paste terminals - Strengthen Plan mode: mandatory FileRead, Explore agent guidance, exit attachment - Add missing packages/tsconfig.json Upstream commits:7b52054f,e33b17bd,a05242ce,b67e9f9dBuild: 562 files, bun test: 3328 pass / 4 fail (pre-existing)
19 lines
404 B
JSON
19 lines
404 B
JSON
{
|
|
"name": "@ant/model-provider",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./types": "./src/types/index.ts",
|
|
"./hooks": "./src/hooks/index.ts",
|
|
"./client": "./src/client/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@anthropic-ai/sdk": "^0.81.0",
|
|
"openai": "^6.33.0"
|
|
}
|
|
}
|