- Added UserLogin schema for JSON login request
- Updated auth.py to use UserLogin instead of OAuth2PasswordRequestForm
- Added file_ids to ChatRequest schema
- Use $state() runes for reactive state
- Use $derived() for computed values
- Update event handlers (onclick instead of on:click)
- Update package.json for Svelte 5 dependencies
- Rename stores.js to stores.svelte.js for runes support
- AI chat interface with file uploads
- Admin panel for managing OpenAI/Ollama endpoints
- User authentication with JWT
- SQLite database backend
- SvelteKit frontend with dark theme