co-mono/packages/coding-agent/docs
Nico Bailon 3e5d91f287
feat(coding-agent): add input event for extension input interception (#761)
* feat(coding-agent): add input event for extension input interception

Extensions can now intercept, transform, or handle user input before the
agent processes it. Three result types: continue (pass through), transform
(modify text/images), handled (respond without LLM). Handlers chain
transforms and short-circuit on handled. Source field identifies origin.

* fix: make source public, use if/else over ternary

* fix: remove response field, extension handles own UI
2026-01-16 02:41:56 +01:00
..
compaction.md Update custom-compaction example to use serializeConversation 2025-12-31 13:24:23 +01:00
extensions.md feat(coding-agent): add input event for extension input interception (#761) 2026-01-16 02:41:56 +01:00
rpc.md Rename /branch command to /fork 2026-01-11 23:12:31 +01:00
sdk.md fix: extension loading in Bun binary (#681) 2026-01-13 21:19:41 +01:00
session.md feat(coding-agent): add session naming via /name command and extension API 2026-01-12 16:56:39 +01:00
skills.md feat: Add skill slash commands and fuzzy matching for all commands 2026-01-11 17:56:11 +01:00
theme.md Add theme-configurable HTML export colors (from PR #387) 2026-01-01 22:21:40 +01:00
tree.md Add changelog, update docs, fix handoff example for PR #642 2026-01-12 00:10:14 +01:00
tui.md Merge branch 'main' into feat/tui-overlay-options 2026-01-13 22:06:02 +01:00