co-mono/packages/coding-agent/src/core
Helmut Januschka 14d55d8fd3 feat(hooks): add setWidgetComponent for custom TUI components
- New ctx.ui.setWidgetComponent(key, factory) method
- Allows custom Component to render as widget without taking focus
- Unlike custom(), widget components render inline above editor
- Components are disposed when cleared or replaced
- Falls back to no-op in RPC/print modes
2026-01-04 09:29:47 +01:00
..
compaction Rework custom tools API with CustomToolContext 2025-12-31 12:05:24 +01:00
custom-tools feat(hooks): add setWidgetComponent for custom TUI components 2026-01-04 09:29:47 +01:00
export-html Use same header color for Available Tools as System Prompt 2026-01-03 23:05:32 +01:00
hooks feat(hooks): add setWidgetComponent for custom TUI components 2026-01-04 09:29:47 +01:00
tools Added automatic image resizing 2026-01-02 12:01:56 +01:00
agent-session.ts refactor(hooks): address PR feedback 2026-01-04 09:29:47 +01:00
auth-storage.ts Fix slow /model selector by deferring OAuth token refresh 2026-01-03 01:20:11 +01:00
bash-executor.ts fix(coding-agent): resolved UTF-8 corruption in bash executor output (#433) 2026-01-04 03:15:50 +01:00
exec.ts Refactor: shared exec utility, rename CustomMessageRenderer to HookMessageRenderer 2025-12-30 22:42:19 +01:00
index.ts Rework custom tools API with CustomToolContext 2025-12-31 12:05:24 +01:00
keybindings.ts feat: configurable keybindings for all editor and app actions 2026-01-03 08:23:56 +01:00
messages.ts Add shell commands without context contribution (!! prefix) 2026-01-03 04:14:35 +01:00
model-registry.ts Fix slow /model selector by deferring OAuth token refresh 2026-01-03 01:20:11 +01:00
model-resolver.ts Add Vertex AI provider with ADC support 2026-01-03 01:11:03 +01:00
sdk.ts refactor(hooks): address PR feedback 2026-01-04 09:29:47 +01:00
session-manager.ts Consolidate session events: remove session_before_new/session_new, add reason field to switch events 2026-01-01 23:31:26 +01:00
settings-manager.ts feat(coding-agent): configurable double-escape action (tree vs branch) 2026-01-03 01:59:08 +01:00
skills.ts Skip over exact duplicate skills 2025-12-24 22:45:19 +01:00
slash-commands.ts feat(coding-agent): add $ARGUMENTS syntax for slash commands (#418) 2026-01-03 14:08:39 +01:00
system-prompt.ts Add custom models/providers to system prompt doc references 2025-12-31 13:18:05 +01:00
timings.ts Release v0.27.1 2025-12-22 19:28:26 +01:00