Changeset 0.22.3 (#97)

This commit is contained in:
2026-03-02 12:02:16 +00:00
parent a44c768741
commit 14c691b52f
11 changed files with 440 additions and 25 deletions

View File

@@ -176,7 +176,9 @@ server/
│ ├── messages.go # Message CRUD + forking
│ ├── completion.go # Chat completions (SSE streaming)
│ ├── stream_loop.go # Shared streaming + tool execution loop
│ ├── capabilities.go # Model list + ResolveModelCaps
│ ├── capabilities.go # ModelHandler: model list + health enrichment + ResolveModelCaps (v0.22.3)
│ ├── health_admin.go # Provider health + capability override admin endpoints
│ ├── routing_admin.go # Routing policy CRUD + dry-run test (v0.22.2)
│ ├── presets.go # Persona CRUD (all scopes)
│ ├── apiconfigs.go # User provider config CRUD (BYOK)
│ ├── teams.go # Team management