co-mono/packages/coding-agent/src
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
..
cli Add Vercel AI Gateway support 2026-01-13 16:42:34 +01:00
core refactor: use configurable keybindings for all UI hints (#724) 2026-01-14 15:42:03 +01:00
modes refactor: use configurable keybindings for all UI hints (#724) 2026-01-14 15:42:03 +01:00
utils build(coding-agent): replaced wasm-vips with @silvia-odwyer/photon-node for image processing (#710) 2026-01-14 02:46:49 +01:00
cli.ts Remove old implementation files (main.ts, cli.ts, tui-renderer.ts), rename new files 2025-12-09 01:21:28 +01:00
config.ts fix: show bun install instead of npm install in update notification when running under Bun (#714) 2026-01-14 10:23:49 +01:00
index.ts feat: export highlightCode and getLanguageFromPath for extensions (#703) 2026-01-14 00:08:16 +01:00
main.ts feat(coding-agent): add support for APPEND_SYSTEM.md to append instructions to system prompt (#716) 2026-01-14 10:25:38 +01:00
migrations.ts chore: remove deprecation comment from getToolsDir, add changelog entry for #470 2026-01-05 20:26:48 +01:00