feat(dogfood/coder): add agent-browser live preview app - #27838
Conversation
Docs previewCheck off each page once it's been reviewed. If a page changes in a later push, its checkbox clears automatically so it gets a fresh look. Pages not yet wired into the docs navigation aren't listed here. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b54d53bfef
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
@codex review |
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
DanielleMaywood
left a comment
There was a problem hiding this comment.
Approving although could we bin the 🧇 comments please (or at least massively shrink them)
|
@codex review |
|
Codex Review: Didn't find any major issues. Nice work! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
|
@codex review |
|
Codex Review: Didn't find any major issues. 🚀 Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
Gives dogfood workspaces a live view of what the coding agent's browser is doing, using the agent-browser dashboard embedded as a regular workspace app. This is the dogfood-only POC phase to validate the approach; no product code changes.
install-depsinstalls a pinned agent-browser, seeds the version-matched skill into~/.claude/skillsand~/.agents/skills, and starts the dashboard (self-daemonizing, idempotent) on127.0.0.1:4848.agent-browsercoder_app embeds the dashboard: it auto-appears as a tab on the Tasks page and can be added as a workspace_app tab in the Agents right panel.Notes for review:
X-Frame-Options/CSP headers (embeddability is not a documented upstream contract, so it must be re-verified on bumps).preview; Tasks special-cases that slug for the app-under-development toolbar (WorkspaceAppFrame.tsx).owner).Validation:
terraform fmt/validateon the template and a local frameability check of the pinned dashboard release.