chore(coding-agent): add changelog for bash detection

This commit is contained in:
Mario Zechner 2026-02-04 13:53:32 +01:00
parent f97ce5ada1
commit d8c96948cf

View file

@ -6,6 +6,10 @@
- Added `resume` as a configurable keybinding action, allowing users to bind a key to open the session resume selector (like `newSession`, `tree`, and `fork`) ([#1249](https://github.com/badlogic/pi-mono/pull/1249) by [@juanibiapina](https://github.com/juanibiapina))
### Fixed
- Fixed Unix bash detection to fall back to PATH lookup when `/bin/bash` is unavailable, including Termux setups ([#1230](https://github.com/badlogic/pi-mono/pull/1230) by [@VaclavSynacek](https://github.com/VaclavSynacek))
## [0.51.5] - 2026-02-04
### Changed