co-mono/packages/coding-agent/src
Mario Zechner cb3ac0ba9e refactor(coding-agent): simplify extension runtime architecture
- Replace per-extension closures with shared ExtensionRuntime
- Split context actions: ExtensionContextActions (required) + ExtensionCommandContextActions (optional)
- Rename LoadedExtension to Extension, remove setter methods
- Change runner.initialize() from options object to positional params
- Derive hasUI from uiContext presence (no separate param)
- Add warning when extensions override built-in tools
- RPC and print modes now provide full command context actions

BREAKING CHANGE: Extension system types and initialization API changed.
See CHANGELOG.md for migration details.
2026-01-07 23:50:18 +01:00
..
cli Merge hooks and custom-tools into unified extensions system (#454) 2026-01-05 01:43:35 +01:00
core refactor(coding-agent): simplify extension runtime architecture 2026-01-07 23:50:18 +01:00
modes refactor(coding-agent): simplify extension runtime architecture 2026-01-07 23:50:18 +01:00
utils fix(coding-agent): paste clipboard images on Wayland via wl-paste/xclip 2026-01-06 12:11:43 +01:00
cli.ts Remove old implementation files (main.ts, cli.ts, tui-renderer.ts), rename new files 2025-12-09 01:21:28 +01:00
config.ts chore: remove deprecation comment from getToolsDir, add changelog entry for #470 2026-01-05 20:26:48 +01:00
index.ts refactor(coding-agent): simplify extension runtime architecture 2026-01-07 23:50:18 +01:00
main.ts refactor(coding-agent): simplify extension runtime architecture 2026-01-07 23:50:18 +01:00
migrations.ts chore: remove deprecation comment from getToolsDir, add changelog entry for #470 2026-01-05 20:26:48 +01:00