danielmiessler.fabric/internal/plugins
Kayvan Sylvan c32ee25f03 feat: add Claude Opus 5 support and refresh dependencies
## CHANGES

- Add Claude Opus 5 to supported model selection
- Disable sampling parameters for Claude Opus 5 requests
- Restrict one-million-token beta headers to compatible Claude models
- Remove unsupported 200K-context models from beta header mapping
- Upgrade Anthropic, AWS, Ollama, Google, and supporting dependencies
2026-07-24 11:47:51 -07:00
..
ai feat: add Claude Opus 5 support and refresh dependencies 2026-07-24 11:47:51 -07:00
db feat: add --readpattern flag to print pattern contents to terminal 2026-04-15 00:43:16 -04:00
strategy fix(chat): prevent streaming deadlock and unify strategy handling 2026-03-18 04:42:03 +05:30
template refactor: replace fmt.Errorf("%s", ...) with errors.New() and normalize i18n strings 2026-02-21 15:48:01 -08:00
plugin.go refactor: move NeedsRawMode default implementation to PluginBase 2026-02-26 12:39:49 -08:00
plugin_test.go refactor: add NewVendorPluginBase factory function to reduce duplication 2026-01-11 20:12:58 -08:00