feat(agent): add navigation url restrictions

This commit is contained in:
Cynthia Long
2026-03-09 17:57:32 +00:00
parent 743d05b37f
commit 1608302fa3
8 changed files with 221 additions and 3 deletions

View File

@@ -693,6 +693,17 @@ their corresponding top-level category object in your `settings.json` file.
- **Default:** `undefined`
- **Requires restart:** Yes
- **`agents.browser.allowedDomains`** (array):
- **Description:** A list of allowed domains for the browser agent (e.g.,
["github.com", "*.google.com"]).
- **Default:**
```json
["github.com", "*.google.com"]
```
- **Requires restart:** Yes
#### `context`
- **`context.fileName`** (string | string[]):