feat(coding-agent): export keyHint utilities for extensions (#802)

This commit is contained in:
Danila Poyarkov 2026-01-17 12:51:03 +03:00 committed by GitHub
parent 7f9cf543d5
commit 58eec55154
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 31 additions and 0 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Added
- Export `keyHint`, `appKeyHint`, `editorKey`, `appKey`, `rawKeyHint` for extensions to format keybinding hints consistently
## [0.48.0] - 2026-01-16
### Added