chore: checkpoint browser tooling and routing updates

This commit is contained in:
William Valentin
2026-02-17 15:18:37 -08:00
parent 0a4cfda787
commit 9a2f1e2bb2
15 changed files with 499 additions and 67 deletions
+3 -1
View File
@@ -525,7 +525,7 @@ hooks:
## Browser Automation Tools
Flynn ships six browser tools:
Flynn ships these browser tools:
- `browser.navigate`
- `browser.screenshot`
@@ -533,9 +533,11 @@ Flynn ships six browser tools:
- `browser.type`
- `browser.content`
- `browser.eval`
- `browser.evaluate` (alias of `browser.eval`)
These tools are backed by a Puppeteer/CDP browser manager and are only registered when `browser.enabled: true`.
They can still be filtered out by tool policy (`tools.profile`, `tools.allow`, `tools.deny`).
At startup, Flynn logs the browser tools that remain available after policy filtering.
```yaml
browser: