Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.5.0"
".": "0.6.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.6.0](https://github.com/boadij/pi-downshift/compare/v0.5.0...v0.6.0) (2026-07-10)


### Features

* **status:** refresh Downshift footer at durable lifecycle points ([#20](https://github.com/boadij/pi-downshift/issues/20)) ([7ef1874](https://github.com/boadij/pi-downshift/commit/7ef18748400c7cf098e5f63bdf8efe71afd69239))


### Bug Fixes

* **commands:** remove stale config command reference ([#24](https://github.com/boadij/pi-downshift/issues/24)) ([fd66734](https://github.com/boadij/pi-downshift/commit/fd667342851f86bffe89cce0f37c91723ee51ff0))
* pause downshift on manual thinking level changes ([#23](https://github.com/boadij/pi-downshift/issues/23)) ([71d1a3c](https://github.com/boadij/pi-downshift/commit/71d1a3c5a59e593c888b73ceb11b3d2e6141b7c3))


### Tests

* cover downshift core state transitions ([#22](https://github.com/boadij/pi-downshift/issues/22)) ([5e9c1d4](https://github.com/boadij/pi-downshift/commit/5e9c1d44acfc6cadafb03ef0cbf3a0c6d2c2a17a))

## [0.5.0](https://github.com/boadij/pi-downshift/compare/v0.4.0...v0.5.0) (2026-07-01)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pi-downshift",
"version": "0.5.0",
"version": "0.6.0",
"description": "Start premium. Finish cheap. Downshift cuts long Pi Coding Agent session costs by switching from your premium model to an economy model when context gets expensive.",
"type": "module",
"main": "index.ts",
Expand Down
Loading