ormandj
ormandj
## Summary Optimizes Anthropic prompt caching to significantly reduce token costs for Claude models through two key improvements: - **Tool caching**: Adds cache breakpoint after tool definitions - **System prompt...
feat(provider): add provider-specific cache configuration system (significant token usage reduction)
## Summary Implements comprehensive ProviderConfig system for provider-specific caching and prompt optimization. Closes #5416 ## Test Results with Claude Opus 4.5 (my primary target for improvement) A/B testing with identical...
### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request I've...