mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-11 07:29:00 +02:00
feat(research): web research runs in Aside first, WebSearch second
The planning, review, design, security and investigate skills research through {{ASIDE_RESEARCH}}; WebSearch stays in allowed-tools as the fallback; testing.ts's bootstrap step follows; skeleton ceilings ratcheted for the research block.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
@@ -36,7 +36,7 @@ export const TOOL_COMPATIBILITY: Record<'claude' | 'gpt' | 'gemini', Record<Tool
|
||||
Glob: true,
|
||||
Grep: true,
|
||||
AskUserQuestion: true,
|
||||
WebSearch: true,
|
||||
WebSearch: true, // research skills try Aside first ({{ASIDE_RESEARCH}}); WebSearch is the fallback
|
||||
WebFetch: true,
|
||||
},
|
||||
gpt: {
|
||||
@@ -64,7 +64,7 @@ export const TOOL_COMPATIBILITY: Record<'claude' | 'gpt' | 'gemini', Record<Tool
|
||||
Glob: false,
|
||||
Grep: false,
|
||||
AskUserQuestion: false,
|
||||
WebSearch: true,
|
||||
WebSearch: true, // research skills try Aside first ({{ASIDE_RESEARCH}}); WebSearch is the fallback
|
||||
WebFetch: false,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user