feat: wire Portal drawer to in-browser agent runtime#18
Open
w1kke wants to merge 2 commits intofreeze/2026-02-10-stable-with-agent-drawerfrom
Open
feat: wire Portal drawer to in-browser agent runtime#18w1kke wants to merge 2 commits intofreeze/2026-02-10-stable-with-agent-drawerfrom
w1kke wants to merge 2 commits intofreeze/2026-02-10-stable-with-agent-drawerfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
POST /api/llm/openai/v1/chat/completionsPOST /api/llm/openai/v1/responsesGET /api/runtime/capabilitiesOPENCLAW_LITE_CODEX_CLI=1) viaserver/modules/agent/codex_bridge.js/api/agent/chatas explicit guardrail (BROWSER_AGENT_ONLY)Hatching integration
POST /api/hatching/starthatchinglifecycle fields (started,startedAt,completedAt,mode)UI/test additions
GET /__test__/llm/statse2e/08_agent_browser_chat.spec.jsWhy
Per product direction: the Portal chat agent is the browser agent itself (no other OpenClaw runtime dependency), and hatching should start and run collaboratively inside Portal.
Verification
npm test -- e2e/08_agent_browser_chat.spec.jsnpm test -- e2e/01_home.spec.js e2e/02_match_unlock.spec.js e2e/03_create_share_leaderboard.spec.js e2e/04_referral.spec.js e2e/05_erc8004_mint.spec.js e2e/06_agent_house_append.spec.js e2e/07_token_house.spec.js