feat(coding-agent): clipboard image paste support via Ctrl+V (fixes #419)
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
### Added
|
||||
|
||||
- `Editor.insertTextAtCursor(text)` method for programmatic text insertion ([#419](https://github.com/badlogic/pi-mono/issues/419))
|
||||
- `EditorKeybindingsManager` for configurable editor keybindings. Components now use `matchesKey()` and keybindings manager instead of individual `isXxx()` functions. ([#405](https://github.com/badlogic/pi-mono/pull/405) by [@hjanuschka](https://github.com/hjanuschka))
|
||||
|
||||
### Changed
|
||||
|
||||
Reference in New Issue
Block a user