chore(coding-agent): classify /exit removal as breaking change in changelog fixes #1303 fixes #1304

This commit is contained in:
Mario Zechner 2026-02-06 00:25:01 +01:00
parent 6b0f1fefdb
commit 2d70b8bc0f

View file

@ -2,9 +2,13 @@
## [Unreleased]
### Breaking Changes
- Removed `/exit` command handling. Use `/quit` to exit ([#1303](https://github.com/badlogic/pi-mono/issues/1303))
### Fixed
- Fixed `/quit` being shadowed by fuzzy slash command autocomplete matches from skills by adding `/quit` to built-in command autocomplete, and removed `/exit` command handling ([#1303](https://github.com/badlogic/pi-mono/issues/1303))
- Fixed `/quit` being shadowed by fuzzy slash command autocomplete matches from skills by adding `/quit` to built-in command autocomplete ([#1303](https://github.com/badlogic/pi-mono/issues/1303))
- Fixed local package source parsing and settings normalization regression that misclassified relative paths as git URLs and prevented globally installed local packages from loading after restart ([#1304](https://github.com/badlogic/pi-mono/issues/1304))
## [0.52.5] - 2026-02-05