This repository includes instructions for AI coding assistants.
- Claude Code users should read CLAUDE.md for project guidance and workflow notes
- Other AI agents should follow the same practices outlined in CLAUDE.md unless a tool-specific guide is added later
- When making changes, bump the project version in
pyproject.tomland all__version__files (backend/__init__.py,frontend/__init__.py,shared/__init__.py,proxy/__init__.py) - Current version: 0.6.0
- See CLAUDE.md for architecture overview, development commands, and recent changes
- See README.md for user-facing documentation and quick start
- README.md - User-facing documentation (installation, configuration, usage)
- CLAUDE.md - Developer documentation (architecture, patterns, workflows)
- docs/ - Additional guides and technical references
- v0.6.0 (2025-12-29) - Performance improvements, compat provider auto-sync, API key support for all Ollama modes
- See CLAUDE.md - Recent Changes for detailed changelog