fix(coding-agent): add settled agent lifecycle event

closes #6363
This commit is contained in:
Mario Zechner
2026-07-09 12:40:52 +02:00
parent 050b8176bf
commit e9fa5a68a1
14 changed files with 272 additions and 32 deletions
+1
View File
@@ -61,6 +61,7 @@ export { createEventBus, type EventBus, type EventBusController } from "./core/e
// Extension system
export type {
AgentEndEvent,
AgentSettledEvent,
AgentStartEvent,
AgentToolResult,
AgentToolUpdateCallback,