SessionStart
01Hook
Runs when a session starts, executing session-context.mjs via node. From mend3/vscode-agent-bridge.
0 20d ago A
tokens not measured
copy · 52% MIT
A semantic interface between AI coding agents and VS Code — workspace state, editor focus, language services and structured edits over MCP.
Hook
Runs when a session starts, executing session-context.mjs via node. From mend3/vscode-agent-bridge.
Hook
Runs after a tool call finishes for Read, Grep, Glob, Edit, Write and MultiEdit tool calls, executing unsaved-warning.mjs and after-edit-diagnostics.mjs via node (2 commands). From mend3/vscode-agent-bridge.
Hook
Runs before the agent uses a tool for Edit, Write and MultiEdit tool calls, executing guard-unsaved-edit.mjs via node. From mend3/vscode-agent-bridge.