fix: show bun install instead of npm install in update notification when running under Bun (#714)

Co-authored-by: Mario Zechner <badlogicgames@gmail.com>
This commit is contained in:
Danila Poyarkov 2026-01-14 12:23:49 +03:00 committed by GitHub
parent 0c135d0141
commit 5279bb92da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 6 deletions

View file

@ -2,6 +2,9 @@
## [Unreleased]
### Fixed
- Show `bun install` instead of `npm install` in update notification when running under Bun
### Added
- Edit tool now uses fuzzy matching as fallback when exact match fails, tolerating trailing whitespace, smart quotes, Unicode dashes, and special spaces