๐ Features & Improvements
-
๐ฌ Chat Enhancements
-
๐ Cloud Integrations
- โ๏ธ Added GCP CloudSQL support, including metrics, logs, and onboarding improvements (#77)
-
๐งฉ Custom Playbooks
- โจ Support for creating, editing, and running custom playbooks via UI (#61)
-
๐ง Model Upgrades
-
โ๏ธ Tooling Improvements
- Added cluster/instance-aware tools for enhanced prompt context (#118, #73)
- Tools can now retrieve metrics from the writer instance (not whole cluster) with min/max/avg/sum support (#113, #76)
- Improved log handling for RDS instances (#105, #75)
- Returned errors from tools in a model-friendly format instead of throwing (#91)
-
๐ง Developer Experience
๐ Fixes & maintainance
- ๐ Fixed UPSERT and DELETE logic in artifact API (#104)
- ๐ Corrected ID usage in model calls (#99)
- ๐ Snapshot update after merge conflict (#100)
- ๐งช Fixed error when validating invalid URLs (#59)
- ๐ Reused DB connections and added concurrency limits for DB tools (#67)
- ๐ฆ Multiple dependency updates via automated PRs (#60, #86, #96, #102, #78, etc.)
- ๐ก๏ธ Don't expose internal database ports in Docker Compose (#74)
๐ Docs & Misc
- ๐ Updated roadmap/status in README (#84)
- ๐งช Initial evals test suite using PostgreSQL in Docker (#38)
๐ Thanks to Our Contributors
- @leonardobenedet โ Gemini model integration
- @PineappleChild โ Custom Playbook support
- @SferaDev โ Chat UI improvements, schema changes, model updates, artifact fixes, refactors, and more
- @tsg โ GCP CloudSQL support, cluster tools, system prompts, documentation
- @elizabetdev โ Co-authored UI updates, chat enhancements, and UX
- @urso โ Playground, DB access abstraction, log and metric improvements, connection pooling
- @richardgill โ Eval test infrastructure