danielmiessler.fabric/internal/server
Kayvan Sylvan 1b1feea2b5 feat: modernize web stack and harden chat error handling
- Upgrade Tailwind, Skeleton, SvelteKit, Vite, and supporting dependencies.
- Replace removed Skeleton components with compatible local implementations.
- Report pre-stream chat failures without duplicating streamed errors.
- Return empty model arrays and skip malformed vendor lists.
- Prevent stream completion crashes and normalize displayed error messages.
- Stack toasts correctly and add warning notification support.
- Restore linting, formatting, testing, and pnpm override configuration.
- Preserve custom themes through Tailwind CSS-based configuration migration.
2026-07-30 15:06:58 -07:00
..
docs chore: update model references to latest versions across docs and code 2026-02-12 16:45:05 -08:00
auth.go # CHANGES 2025-12-18 07:12:08 -08:00
chat.go feat: modernize web stack and harden chat error handling 2026-07-30 15:06:58 -07:00
chat_test.go feat: modernize web stack and harden chat error handling 2026-07-30 15:06:58 -07:00
configuration.go fix: redact API keys in config responses and eliminate shell injection surfaces 2026-03-06 08:53:46 -08:00
contexts.go refactor: restructure project to align with standard Go layout 2025-07-08 22:47:17 -07:00
models.go feat: modernize web stack and harden chat error handling 2026-07-30 15:06:58 -07:00
models_test.go feat: modernize web stack and harden chat error handling 2026-07-30 15:06:58 -07:00
ollama.go refactor: replace fmt.Errorf("%s", ...) with errors.New() and normalize i18n strings 2026-02-21 15:48:01 -08:00
ollama_test.go fix: add validation for NaN, Inf, and negative values in parseOllamaNumCtx 2026-01-18 07:42:10 -08:00
patterns.go refactor: extract raw pattern retrieval into dedicated GetRaw method` 2026-03-05 12:19:06 -08:00
serve.go # CHANGES 2025-12-18 07:12:08 -08:00
sessions.go refactor: restructure project to align with standard Go layout 2025-07-08 22:47:17 -07:00
storage.go refactor: restructure project to align with standard Go layout 2025-07-08 22:47:17 -07:00
strategies.go refactor: restructure project to align with standard Go layout 2025-07-08 22:47:17 -07:00
youtube.go docs: Add YouTube transcript endpoint to Swagger UI. 2025-12-19 10:41:55 -08:00