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: home/dot_config/opencode/AGENTS.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,8 @@ Load skills on-demand via the `skill` tool. Use subagents for delegated async wo
33
33
34
34
When delegating to subagents at session close, run them in sequence: one at a time, wait for each to complete.
35
35
36
+
If an MCP-backed subagent fails with "file not found" but the user confirms the file exists, suspect the MCP server's root or vault config before retrying. Verify the underlying MCP can resolve the path (e.g., a stats or list-directory call) before re-dispatching. If the MCP is broken, fall back to direct filesystem tools.
0 commit comments