singularity-forge/src/resources
TÂCHES c344b0af54 fix: use provider field instead of model name prefix for Anthropic detection (#142) (#196)
The before_provider_request hook used model.startsWith("claude") to gate
native web search injection. This matched claude-* models served by any
provider (GitHub Copilot, AWS Bedrock, etc.), incorrectly injecting
Anthropic-only web_search_20250305 tool definitions into non-Anthropic
API requests.

The fix checks the isAnthropicProvider flag (set by model_select via the
provider field) instead of sniffing the model name.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 10:22:52 -06:00
..
agents Initial commit 2026-03-10 22:28:37 -06:00
extensions fix: use provider field instead of model name prefix for Anthropic detection (#142) (#196) 2026-03-13 10:22:52 -06:00
skills feat(skills): add bundled skills — frontend-design, swiftui, debug-like-expert 2026-03-11 01:07:40 -06:00
GSD-WORKFLOW.md feat(M001/S03): Bug fixes and doc corrections 2026-03-12 13:21:05 -06:00