co-mono/packages/coding-agent/src/modes
Mario Zechner 204d27581b Cleanup: unify HookMessage naming and simplify SessionContext
- Rename HookAppMessage to HookMessage, isHookAppMessage to isHookMessage
- Remove entries array from SessionContext (use isHookMessage type guard instead)
- HookMessage.content now accepts string directly (not just array)
- Fix streamMessage type in AgentState (AppMessage, not Message)
- Rename CustomMessageComponent to HookMessageComponent
- Fix test hook to use pi.sendMessage
2025-12-30 22:42:20 +01:00
..
interactive Cleanup: unify HookMessage naming and simplify SessionContext 2025-12-30 22:42:20 +01:00
rpc Add ui.custom() for custom hook components with keyboard focus 2025-12-30 22:42:19 +01:00
index.ts Rewrite RPC mode with typed protocol and client 2025-12-09 14:13:28 +01:00
print-mode.ts Move exec to HookAPI, sessionManager/modelRegistry to HookEventContext 2025-12-30 22:42:19 +01:00