From fe97c91047b85042a327fedf6cdc64d632a3e1c7 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Wed, 26 Aug 2026 18:07:34 +0800 Subject: [PATCH] docs(agents): document Clash TUN networking --- agents/AGENTS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/agents/AGENTS.md b/agents/AGENTS.md index be6ab0da..ee39c0e7 100644 --- a/agents/AGENTS.md +++ b/agents/AGENTS.md @@ -89,6 +89,8 @@ At the start of repository work: - `npx` is allowed for temporary or skill-provided CLIs when it does not modify project dependencies or lock files. - Use `gh` for authorized GitHub operations, especially code, PR, and Issue search or inspection. +- Use SSH URLs for GitHub Git remotes. If Clash TUN mode's DNS rewriting causes sandbox network + checks to reject a request, retry it with elevated permission. ## Commands and scripts