Keep remote browsing on atlas command path

Only auto-inject the hidden atlas bridge when remote browsing is configured,
include thread ids in browser session notifications, and persist Atlas browser
state plus image artifacts so replay items can be rebuilt from history.

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Liang-Ting Jiang
2026-03-25 01:53:56 +00:00
parent ee865bcddc
commit 509a743501
15 changed files with 178 additions and 23 deletions

View File

@@ -524,6 +524,12 @@
},
"browserState": {
"$ref": "#/definitions/BrowserSessionState"
},
"threadId": {
"type": [
"string",
"null"
]
}
},
"required": [
@@ -4994,4 +5000,4 @@
}
],
"title": "ServerNotification"
}
}