- 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)
8 lines
135 B
JSON
8 lines
135 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true
|
|
},
|
|
"include": ["src/**/*.ts", "src/**/*.tsx"]
|
|
}
|