Releases: cabinlab/litellm-claude-code
Releases · cabinlab/litellm-claude-code
Release v0.2.2
What's Changed
- Security: disable agent tools and pass system prompt properly (096f246)
Full Changelog: v0.2.1...v0.2.2
Release v0.2.1
What's Changed
Full Changelog: v0.2.0...v0.2.1
Release v0.1.2
What's Changed
- fix: Docs rewrite, file cleanup, and provider bug fixes (a2ecac7)
- fix: Resolve LiteLLM provider import, Prisma permissions, and healthcheck (b34df09)
- Sweep: Remove stale providers/claude_code_provider.py (e381269)
- Part 2.8+2.9+2.10: Update docs, CI/CD, CHANGELOG, and cleanup deprecated files (1ea01f7)
- Part 2.5+2.6+2.7: Rewrite Dockerfile, entrypoint, and compose for Claude Agent SDK (899fbe4)
- Part 2.2+2.3+2.4: Rewrite provider, config, and requirements for Claude Agent SDK (b5e93f3)
Full Changelog: v0.1.1...v0.1.2
Release v0.1.1
What's Changed
- Add Open WebUI config and streamline streaming (8f45b0a)
- Create temp.html (613f103)
- Update README.md (141c679)
- Improve documentation organization and readability (f53e851)
- Update documentation and add automatic patch releases (2c9d1d9)
- Fix workflow to only rebuild on actual image changes (68eb276)
Full Changelog: v0.1.0...v0.1.1
v0.1.0 - Initial Release
Added
- Initial release of LiteLLM Claude Code Provider
- Custom LiteLLM provider implementation for Claude Code SDK
- Support for all Claude models (Opus, Sonnet, Haiku) via OpenAI-compatible API
- OAuth authentication support for Claude Pro/Max users
- Docker-based deployment with automated image publishing
- Web UI for testing at
localhost:4000/ui/
Features
- OpenAI API compatibility for Claude models
- Auth persists across container restarts
- Support for both OAuth (Claude subscription) tokens and API keys
- Multi-platform Docker images (amd64/arm64)
Notes
- This is an early release and has not been tested with LiteLLM-compatible clients
- Streaming support is partial due to Claude Code SDK limitations