Changeset 0.9.1 (#51)

This commit is contained in:
2026-02-23 13:42:23 +00:00
parent 8264aa6016
commit febcbde3d7
21 changed files with 1881 additions and 423 deletions

View File

@@ -170,7 +170,7 @@ func (p *AnthropicProvider) ListModels(_ context.Context, _ ProviderConfig) ([]M
out := make([]Model, 0, len(modelIDs))
for _, m := range modelIDs {
caps, _ := capabilities.LookupKnownModel(m.id)
caps := capabilities.InferCapabilities(m.id)
out = append(out, Model{
ID: m.id,
Name: m.name,