What's New
✨ Features
-
Token Counting Endpoint - Implemented
/v1/messages/count_tokensfor Anthropic API compatibility. Uses official tokenizers (@anthropic-ai/tokenizerfor Claude,@lenml/tokenizer-geminifor Gemini) with 99.99% accuracy. Eliminates client warnings from tools like LiteLLM that rely on pre-request token counting. -
Turkish Language Support - Added Turkish (TR) localization to the Web UI with additional UI enhancements.
🐛 Bug Fixes
- Fixed save preset modal scope issue in Claude CLI configuration editor.
Contributors
Thanks to our contributors for this release!
- @minhphuc429 for implementing the token counting endpoint
- @YasinKose for adding Turkish language support
- @simon-ami for fixing the preset modal bug