This repository was archived by the owner on May 26, 2026. It is now read-only.
Releases: lybic/agent
Releases · lybic/agent
Release v0.8.5
Release timestamp: 2026-04-03
Changelog for v0.8.5
Dependabot Updates 🤖
- build(deps): bump xmltodict from 1.0.2 to 1.0.4 (#89)
- build(deps): bump pytz from 2024.2 to 2025.2 (#90)
- build(deps): bump anthropic from 0.69.0 to 0.84.0 (#91)
- build(deps): bump tqdm from 4.65.2 to 4.67.3 (#93)
- build(deps): bump docker/setup-buildx-action from 3 to 4 (#94)
- build(deps): bump docker/metadata-action from 5 to 6 (#95)
- build(deps): bump docker/login-action from 3 to 4 (#96)
- build(deps): bump docker/build-push-action from 6 to 7 (#97)
Full Changelog: v0.8.4...v0.8.5
Release v0.8.4
Release timestamp: 2026-02-25
Changelog for v0.8.4
Bug Fixes 🐛
- Handle missing function name in action parsing (by @AEnjoy)
- Fix max tokens exceeded bug in agent log compression (engine) (by @xianzhe233)
New Contributors 🌟
- @AEnjoy made their first contribution in
367b331 - @xianzhe233 made their first contribution in
3014343
Dependabot Updates 🤖
- Bump uvicorn from 0.38.0 to 0.40.0 (#88)
- Bump anyio from 4.11.0 to4.12.1 (#87)
- Bump pypdf from 6.1.1 to 6.6.0 (#86)
Full Changelog: v0.8.3...v0.8.4
Release v0.8.3
Release timestamp: 2026-02-04
Changelog for v0.8.3
Enhancements ⚡
- Refactor backend to update ADB initialization process and CLI configuration settings (by @AEnjoy in
d264c79) - Update Lybic SDK initialization process (by @AEnjoy in
81d06d4)
Dependencies 📦
- Update Lybic SDK dependency version (by @AEnjoy in
81d06d4)
Full Changelog: v0.8.2...v0.8.3
Release v0.8.2
Release timestamp: 2026-01-09
Changelog for v0.8.2
Enhancements ⚡
- Removed the 'Stargazers over time' feature
New Contributors 🌟
Dependabot Updates 🤖
- build(deps): bump pytest-asyncio from 1.2.0 to 1.3.0 (#84)
- build(deps): bump google-generativeai from 0.8.5 to 0.8.6 (#85)
- build(deps): bump googleapis-common-protos from 1.70.0 to 1.72.0 (#81)
Full Changelog: v0.8.1...v0.8.2
Release v0.8.1
Release timestamp: 2025-12-16
Changelog for v0.8.1
Enhancements ⚡
- Update changelog prompt for agent repository (by @AEnjoy in
bc33e17) - Improve LLM configuration override logic (by @AEnjoy in
3a0bc9f)
Documentation 📚
- Add comprehensive documentation for agent service model support (by @AEnjoy in
3e3ab44)
Dependabot Updates 🤖
- build(deps): bump lybic from 0.12.0 to 0.12.2 (#82) (by @dependabot[bot] in
a087c6b) - build(deps): bump pillow from 11.3.0 to 12.0.0 (#83) (by @dependabot[bot] in
a98e02d)
Full Changelog: v0.8.0...v0.8.1
Release v0.8.0
Release timestamp: 2025-12-15
Changelog for v0.8.0
New Features 🎉
- Introduce FastAPI-based RESTful server with Server-Sent Events (SSE) streaming and ark_apikey authentication support (#80)
Dependabot Updates 🤖
Full Changelog: v0.7.6...v0.8.0
Release v0.7.6
Release timestamp: 2025-12-12
Changelog for v0.7.6
New Features 🎉
- Store and restore LLM conversation history to enable seamless task continuation (by @Copilot)
Documentation 📚
- Add GitCode badge to README to improve project visibility (by @AEnjoy)
Dependabot Updates 🤖
- build(deps): bump actions/checkout from5 to6 (#77) (by @dependabot[bot])
Full Changelog: v0.7.5...v0.7.6
Release v0.7.5
Release v0.7.4
Release timestamp: 2025-11-19
Changelog for v0.7.4
Bug Fixes 🐛
- Add virtual environment setup to Dockerfile to resolve grpc dependency installation issues (by @AEnjoy in
d6e62f4)
Full Changelog: v0.7.3...v0.7.4
Release v0.7.3
Release timestamp: 2025-11-19
Changelog for v0.7.3
Enhancements ⚡
- Update Dockerfile to optimize grpc dependency installation and improve caching (by @AEnjoy in
07662a2)
Dependencies 📦
- Update lybic dependency version to 0.11.0 in pyproject.toml and uv.lock (by @AEnjoy in
002c5ef) - Update grpcio and asyncpg dependency versions in Dockerfile (by @AEnjoy in
c9fb4f0)