mirror of
https://github.com/danielmiessler/fabric.git
synced 2026-09-10 07:36:44 -04:00
- Add `context.Context` parameter to `ListModels` interface method - Add `context.Context` parameter to `SendStream` interface method - Thread caller context through `Chatter.Send` instead of using `context.Background()` - Update all vendor implementations to accept context parameter - Introduce `publicError` type wrapping Codex provider errors - Normalize Codex error messages to lowercase for consistency - Add context-aware `sendStreamUpdate` helper in Codex client - Remove stale `context.Background()` calls from Anthropic and Azure AI Gateway - Update all vendor test mocks and stubs with new signatures - Pass HTTP request context from server handler into `chatter.Send` |
||
|---|---|---|
| .. | ||
| docs | ||
| auth.go | ||
| chat.go | ||
| chat_test.go | ||
| configuration.go | ||
| contexts.go | ||
| models.go | ||
| ollama.go | ||
| ollama_test.go | ||
| patterns.go | ||
| serve.go | ||
| sessions.go | ||
| storage.go | ||
| strategies.go | ||
| youtube.go | ||