co-mono/packages
Danila Poyarkov a497fccd06
refactor: use configurable keybindings for all UI hints (#724)
Follow-up to #717. Replaces all remaining hardcoded keybinding hints with configurable ones.

- Add pasteImage to AppAction so it can be configured in keybindings.json
- Create keybinding-hints.ts with reusable helper functions:
  - editorKey(action) / appKey(keybindings, action) - get key display string
  - keyHint(action, desc) / appKeyHint(kb, action, desc) / rawKeyHint(key, desc) - styled hints
- Export helpers from components/index.ts for extensions
- Update all components to use configured keybindings
- Remove now-unused getDisplayString() from KeybindingsManager and EditorKeybindingsManager
- Use keybindings.matches() instead of matchesKey() for pasteImage in custom-editor.ts
2026-01-14 15:42:03 +01:00
..
agent Add [Unreleased] section for next cycle 2026-01-14 00:11:36 +01:00
ai feat(ai): add support for MiniMax China (minimax-cn) provider (#725) 2026-01-14 15:41:47 +01:00
coding-agent refactor: use configurable keybindings for all UI hints (#724) 2026-01-14 15:42:03 +01:00
mom Add [Unreleased] section for next cycle 2026-01-14 00:11:36 +01:00
pods Release v0.45.7 2026-01-14 00:10:52 +01:00
tui fix: keyboard shortcuts on non-Latin keyboard layouts (#718) 2026-01-14 10:28:58 +01:00
web-ui Add [Unreleased] section for next cycle 2026-01-14 00:11:36 +01:00