fix(coding-agent): remove install method cache

This commit is contained in:
Mario Zechner 2026-02-03 01:45:35 +01:00
parent 4137ed787b
commit 494a7750ef
2 changed files with 13 additions and 24 deletions

View file

@ -5,6 +5,7 @@
### Added
- Added ExtensionUIContext getToolsExpanded and setToolsExpanded for controlling tool output expansion ([#1199](https://github.com/badlogic/pi-mono/pull/1199) by [@academo](https://github.com/academo))
- Added install method detection to show package manager specific update instructions ([#1203](https://github.com/badlogic/pi-mono/pull/1203) by [@Itsnotaka](https://github.com/Itsnotaka))
### Fixed