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
feat(session): thread ParsedInvocation through authorization pipeline
Carries parsed command invocations from the hook call-site through
the session registry and channel to TUI history entries, enabling
the provision editor to show per-arg pattern controls.
- Move ParsedInvocation type to session/types.ts to avoid circular deps
- Add invocations? to SectionNotification and SessionHistoryEntry
- Change authorizeRequest signature to an options bag
{ reason?, timeoutMs?, invocations? } for extensibility
- channel.listAll() includes invocations via ifDefined in both the
pending and decided entry paths
- rpc-socket-server session.authorize handler extracts invocations
from JSON-RPC params and forwards to session.authorizeRequest
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments