You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After #555, we must verify each new hook type is recognized by the minimum supported CC version before adding it. Consider a CC version check (#564) or feature flags.
Context
Aegis currently registers 14 CC hook types in
hook-settings.ts. Claude Code supports additional hooks that could provide valuable telemetry:Proposed Additions
FileChangedCwdChangedPreCompact/PostCompactWhy
FileChangedenables real-time file tracking in the dashboard and Telegram updates ("Agent is editing server.ts")Implementation
HTTP_HOOK_EVENTSinsrc/hook-settings.tssrc/hook.ts(forward to monitor/Telegram)Compatibility Note
After #555, we must verify each new hook type is recognized by the minimum supported CC version before adding it. Consider a CC version check (#564) or feature flags.