Releases: mcowger/plexus
dev-91247e165fe71a6aedeb4a28051848477db57c70
Development pre-release from commit 91247e1
Built from: main at 91247e165fe71a6aedeb4a28051848477db57c70
dev-6d6b8a68a3e7613b0f0b628bc59584d0ab208662
Development pre-release from commit 6d6b8a6
Built from: main at 6d6b8a68a3e7613b0f0b628bc59584d0ab208662
dev-068bd12b4249b5e2b4d10cfff4cf59663f7a055b
Development pre-release from commit 068bd12
Built from: main at 068bd12b4249b5e2b4d10cfff4cf59663f7a055b
dev-bd538119e617a3a7e58c044701634531050528b5
Development pre-release from commit bd53811
Built from: main at bd538119e617a3a7e58c044701634531050528b5
2026.04.20.1
Features
- Added
maxUtilizationPercentoption to quota checker (#218) - Show actual kWh value in energy comparison descriptions
- Added default prompts
Documentation
- Updated documentation to reflect database-only configuration (#233)
Dependencies
- Bumped @mariozechner/pi-ai to 0.68.0
- Bumped eventsource-parser from 3.0.6 to 3.0.8 (#239)
2026.04.19.5
Version: 2026.04.19.5
New Features
Added actual kWh value display to energy consumption comparisons in dashboard, providing users with precise energy usage metrics alongside relative comparisons (2880442 by Matt Cowger).
dev-e1c139f16086a52c972d5e0ab35ce81309552466
Development pre-release from commit e1c139f
Built from: main at e1c139f16086a52c972d5e0ab35ce81309552466
dev-cf01f18377f3f07f36e2a828bdcf9356eebbaba7
Development pre-release from commit cf01f18
Built from: main at cf01f18377f3f07f36e2a828bdcf9356eebbaba7
dev-58467fd8646291ae0fd4e6f07b85f59782173cfb
Development pre-release from commit 58467fd
Built from: main at 58467fd8646291ae0fd4e6f07b85f59782173cfb
2026.04.19.4
2026.04.19.4
New Features
This release enhances operational flexibility and automates development workflows. The quota checker now supports configurable utilization thresholds via the maxUtilizationPercent option, empowering administrators to customize resource consumption monitoring based on their specific operational requirements. Additionally, Plexus introduces automatic PR review capabilities powered by pi-action integration, streamlining code quality assurance with automated feedback. The contribution workflow has been strengthened to enforce documentation standards by properly rejecting pull requests that lack descriptive bodies, ensuring comprehensive change history.
Added
- Added
maxUtilizationPercentconfiguration option to quota checker for customizable utilization thresholds (#218 @supermeap123 ) - Introduced automatic PR review integration via pi-action (c26d397)