co-mono/packages/coding-agent/src
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
..
cli fix(coding-agent): add package subcommand help and friendly errors (#1347) 2026-02-07 03:30:28 +01:00
core feat(tui, coding-agent): add pasteToEditor to ExtensionUIContext (#1351) 2026-02-07 15:55:08 +01:00
modes feat(tui, coding-agent): add pasteToEditor to ExtensionUIContext (#1351) 2026-02-07 15:55:08 +01:00
utils fix(coding-agent): handle git @ref parsing edge cases and pinned update tests refs #1299 2026-02-05 21:56:57 +01:00
cli.ts Set coding agent CLI process title (#742) 2026-01-15 13:14:14 +01:00
config.ts chore(coding-agent): update share viewer url 2026-02-03 22:49:01 +01:00
index.ts feat(coding-agent): add commands.ts example and export SlashCommandInfo types 2026-02-03 12:20:37 +01:00
main.ts fix(coding-agent): add package subcommand help and friendly errors (#1347) 2026-02-07 03:30:28 +01:00
migrations.ts chore: remove deprecation comment from getToolsDir, add changelog entry for #470 2026-01-05 20:26:48 +01:00