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
Copy file name to clipboardExpand all lines: docs/acp.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,15 @@ The current permission request includes:
66
66
67
67
This is especially important for ACP clients such as `toad`, which can render file diffs in approval dialogs.
68
68
69
+
## Hook and MCP visibility
70
+
71
+
ACP clients now also receive projections for:
72
+
73
+
- hook command executions as generic `execute` tool updates
74
+
- non-filesystem tools, including MCP-backed tools, as generic execute-style tool updates
75
+
76
+
This means MCP and hook activity is no longer invisible in ACP sessions, even when the tool family does not map to a specialized ACP kind such as `read` or `edit`.
77
+
69
78
## Known current limits
70
79
71
80
The ACP surface is already useful, but still incomplete.
0 commit comments