We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2f45f8b
feat: Release v1.8.0 - Context Management and Dependency Refactor - Context: Added per-provider 'context_limit' and automatic history pruning/distillation to prevent failover loops. - Config: Added '/config budget' command and '/config set ... context_limit' support. - Fix: Resolved critical code duplication in OpenAICompatibleProvider causing double responses. - Fix: Fixed UI buffer duplication during retry/failover events. - Refactor: Consolidated dependencies into pyproject.toml, simplifying requirements.txt and CI/CD. - Tests: Converted verification scripts to pytest and achieved 100% pass rate. - Docs: Updated documentation for context management and new commands.