Skip to content

v1.8.0 - Context Management and Dependency Refactor

Latest

Choose a tag to compare

@Pomilon Pomilon released this 03 Feb 11:44
· 1 commit to main since this release
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.