Skip to content

Releases: mcowger/plexus

dev-91247e165fe71a6aedeb4a28051848477db57c70

22 Apr 01:26
6d6b8a6

Choose a tag to compare

Development pre-release from commit 91247e1

Built from: main at 91247e165fe71a6aedeb4a28051848477db57c70

dev-6d6b8a68a3e7613b0f0b628bc59584d0ab208662

22 Apr 01:27
6d6b8a6

Choose a tag to compare

Development pre-release from commit 6d6b8a6

Built from: main at 6d6b8a68a3e7613b0f0b628bc59584d0ab208662

dev-068bd12b4249b5e2b4d10cfff4cf59663f7a055b

22 Apr 01:26
6d6b8a6

Choose a tag to compare

Development pre-release from commit 068bd12

Built from: main at 068bd12b4249b5e2b4d10cfff4cf59663f7a055b

dev-bd538119e617a3a7e58c044701634531050528b5

21 Apr 18:21

Choose a tag to compare

Development pre-release from commit bd53811

Built from: main at bd538119e617a3a7e58c044701634531050528b5

2026.04.20.1

20 Apr 22:36

Choose a tag to compare

Features

  • Added maxUtilizationPercent option 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

20 Apr 02:25

Choose a tag to compare

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

20 Apr 14:58
35878a2

Choose a tag to compare

Development pre-release from commit e1c139f

Built from: main at e1c139f16086a52c972d5e0ab35ce81309552466

dev-cf01f18377f3f07f36e2a828bdcf9356eebbaba7

20 Apr 22:34

Choose a tag to compare

Development pre-release from commit cf01f18

Built from: main at cf01f18377f3f07f36e2a828bdcf9356eebbaba7

dev-58467fd8646291ae0fd4e6f07b85f59782173cfb

20 Apr 22:01
58467fd

Choose a tag to compare

Development pre-release from commit 58467fd

Built from: main at 58467fd8646291ae0fd4e6f07b85f59782173cfb

2026.04.19.4

19 Apr 08:05
dc75cc0

Choose a tag to compare

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 maxUtilizationPercent configuration option to quota checker for customizable utilization thresholds (#218 @supermeap123 )
  • Introduced automatic PR review integration via pi-action (c26d397)

Fixed

  • Fixed PR review handling to reject (fail) PRs without a body instead of silently skipping them (2d55562)
  • Fixed automatic PR review to skip PRs without a body (5c894e9)