minor fixes and polishments

This commit is contained in:
Cynthia Long
2026-03-10 14:24:10 +00:00
parent be4a7055eb
commit 94ded11bdd
5 changed files with 7 additions and 7 deletions

View File

@@ -695,11 +695,11 @@ their corresponding top-level category object in your `settings.json` file.
- **`agents.browser.allowedDomains`** (array):
- **Description:** A list of allowed domains for the browser agent (e.g.,
["github.com", "*.google.com"]).
["github.com", "*.google.com", "localhost"]).
- **Default:**
```json
["github.com", "*.google.com"]
["github.com", "*.google.com", "localhost"]
```
- **Requires restart:** Yes