Skip to content

Commit f515208

Browse files
committed
v0.4.1
1 parent 0583185 commit f515208

File tree

3 files changed

+70
-68
lines changed

3 files changed

+70
-68
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.4.1] - 2026-02-22
9+
10+
### Changed
11+
- Updated `@mariozechner/pi-ai`, `@mariozechner/pi-coding-agent`, and `@mariozechner/pi-tui` to 0.54.1
12+
813
## [0.4.0] - 2026-02-22
914

1015
### Added
@@ -50,5 +55,6 @@ Initial release of `pi-supervisor`.
5055
- **Footer status** — always-visible one-liner showing outcome, model, and steer count while supervising
5156
- **Widget** — shows goal, model, and recent interventions above the editor
5257

58+
[0.4.1]: https://github.com/tintinweb/pi-supervisor/compare/v0.4.0...v0.4.1
5359
[0.4.0]: https://github.com/tintinweb/pi-supervisor/compare/v0.3.0...v0.4.0
5460
[0.3.0]: https://github.com/tintinweb/pi-supervisor/releases/tag/v0.3.0

package-lock.json

Lines changed: 63 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pi-supervisor",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "A pi extension that supervises the chat and steers it towards a defined outcome",
55
"author": "tintinweb",
66
"license": "MIT",

0 commit comments

Comments
 (0)