co-mono/packages
Kao Félix 6a3d6fe944
feat(tui, coding-agent): add pasteToEditor to ExtensionUIContext (#1351)
Add pasteToEditor(text) method that pastes text into the editor via
bracketed paste sequences, triggering paste handling (including collapse
for large content). Unlike setEditorText which directly replaces content,
pasteToEditor routes through handleInput on the active editor component.

- Add pasteToEditor to ExtensionUIContext interface
- Add handleInput to EditorComponent interface (was missing, all
  concrete implementations already had it)
- Implement in interactive mode via bracketed paste sequence
- Add fallback in RPC mode (delegates to setEditorText)
- Document in extensions.md
2026-02-07 15:55:08 +01:00
..
agent Add [Unreleased] section for next cycle 2026-02-06 19:20:32 +01:00
ai fix(antigravity): fixes the tests for antigravitiy opus (#1369) 2026-02-07 15:49:30 +01:00
coding-agent feat(tui, coding-agent): add pasteToEditor to ExtensionUIContext (#1351) 2026-02-07 15:55:08 +01:00
mom Add [Unreleased] section for next cycle 2026-02-06 19:20:32 +01:00
pods Release v0.52.7 2026-02-06 19:19:46 +01:00
tui feat(tui, coding-agent): add pasteToEditor to ExtensionUIContext (#1351) 2026-02-07 15:55:08 +01:00
web-ui Add [Unreleased] section for next cycle 2026-02-06 19:20:32 +01:00