co-mono/packages
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
..
agent Add [Unreleased] section for next cycle 2026-01-15 17:36:40 +01:00
ai Fix alt+backspace in Kitty mode and clamp Codex effort (refs #752) 2026-01-16 01:30:46 +01:00
coding-agent feat(coding-agent): add input event for extension input interception (#761) 2026-01-16 02:41:56 +01:00
mom Add [Unreleased] section for next cycle 2026-01-15 17:36:40 +01:00
pods Release v0.46.0 2026-01-15 17:35:54 +01:00
tui Fix alt+backspace in Kitty mode and clamp Codex effort (refs #752) 2026-01-16 01:30:46 +01:00
web-ui Add [Unreleased] section for next cycle 2026-01-15 17:36:40 +01:00