- 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)
16 lines
342 B
JSON
16 lines
342 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"noEmit": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"resolveJsonModule": true,
|
|
"jsx": "react-jsx",
|
|
"types": ["bun", "@types/node"]
|
|
}
|
|
}
|