mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-18 04:41:56 +00:00
feat(browser): support externally managed Camofox sessions
Allow integrations to share a visible Camofox identity with Hermes and recover existing tabs without carrying local patches. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
3955aefced
commit
62fd905340
7 changed files with 255 additions and 10 deletions
|
|
@ -1530,6 +1530,9 @@ browser:
|
|||
dialog_timeout_s: 300 # Safety auto-dismiss under must_respond (seconds)
|
||||
camofox:
|
||||
managed_persistence: false # When true, Camofox sessions persist cookies/logins across restarts
|
||||
user_id: "" # Optional externally managed Camofox userId
|
||||
session_key: "" # Optional session key sent when Hermes creates a tab
|
||||
adopt_existing_tab: false # Reuse an existing tab for this identity before creating one
|
||||
```
|
||||
|
||||
**Dialog policies:**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue