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/src/content/docs/reference/network.md
+12-61Lines changed: 12 additions & 61 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -209,83 +209,34 @@ When enabled, AWF:
209
209
- Logs all network activity for audit purposes
210
210
- Blocks access to domains not explicitly allowed
211
211
212
-
### Claude Engine
212
+
### Claude, Codex, and Gemini Engines
213
213
214
-
The Claude engine supports network permissions through AWF (Agent Workflow Firewall).
215
-
216
-
Enable network permissions in your workflow:
214
+
The Claude, Codex, and Gemini engines use the same AWF firewall as the Copilot engine. Configure network permissions using the same `network.allowed` / `network.blocked` fields:
217
215
218
216
```yaml wrap
217
+
# Claude
219
218
engine: claude
220
-
221
219
network:
222
220
allowed:
223
-
- defaults # Basic infrastructure
224
-
- python # Python ecosystem
225
-
- "api.example.com" # Custom domain
226
-
```
227
-
228
-
**Default domain list** – the following domains are always allowed for Claude CLI authentication and operation:
Each engine also has a built-in default domain list for its CLI authentication and operation. See [`domains.go`](https://github.com/github/gh-aw/blob/main/pkg/workflow/domains.go) for the full lists.
0 commit comments