co-mono/packages/coding-agent/docs
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
..
images Add pi.dev donation attribution 2026-02-03 23:00:40 +01:00
compaction.md docs(coding-agent): improve README structure and update session/compaction docs 2026-01-26 01:25:15 +01:00
custom-provider.md chore: update changelog and docs for qwen extension 2026-02-01 01:52:53 +01:00
development.md docs(coding-agent): update README-NEW.md, tui.md, add new docs 2026-01-26 02:27:19 +01:00
extensions.md feat(tui, coding-agent): add pasteToEditor to ExtensionUIContext (#1351) 2026-02-07 15:55:08 +01:00
json.md docs(coding-agent): update README-NEW.md, tui.md, add new docs 2026-01-26 02:27:19 +01:00
keybindings.md docs(coding-agent): add PR attribution and keybindings docs for resume action 2026-02-04 13:44:15 +01:00
models.md feat(coding-agent): merge custom models with built-ins by id 2026-02-06 19:15:26 +01:00
packages.md fix(coding-agent): handle git @ref parsing edge cases and pinned update tests refs #1299 2026-02-05 21:56:57 +01:00
prompt-templates.md docs(coding-agent): clarify how to toggle settings and invoke templates 2026-01-25 20:56:24 +01:00
providers.md fix(ai): move AWS_BEDROCK_SKIP_AUTH inside Node.js environment check 2026-02-06 10:45:20 +01:00
rpc.md fix(coding-agent): forward images through steer/followUp during streaming 2026-02-05 02:37:42 +01:00
sdk.md feat(coding-agent): ResourceLoader, package management, and /reload command (#645) 2026-01-22 13:49:38 +01:00
session.md docs(coding-agent): improve README structure and update session/compaction docs 2026-01-26 01:25:15 +01:00
settings.md feat: add maxDelayMs setting to cap server-requested retry delays 2026-02-01 00:50:41 +01:00
shell-aliases.md docs(coding-agent): add windows.md and shell-aliases.md 2026-01-25 22:12:03 +01:00
skills.md fix(coding-agent): ignore unknown skill frontmatter fields 2026-02-04 14:20:24 +01:00
terminal-setup.md fix(tui): honor keybindings for submit fallback 2026-02-03 01:10:06 +01:00
termux.md docs(coding-agent): add Termux setup guide and changelog audit 2026-02-02 00:09:17 +01:00
themes.md docs(coding-agent): fix token count in themes.md, rewrite skills.md 2026-01-25 20:48:47 +01:00
tree.md Fix navigateTree API: add missing type updates, handler passthrough, and docs 2026-01-16 21:47:01 +01:00
tui.md fix(tui): fix scrollback overwrite when appending lines past viewport 2026-01-26 16:51:28 +01:00
windows.md docs(coding-agent): add windows.md and shell-aliases.md 2026-01-25 22:12:03 +01:00