Adapt OpenMaus UI interaction patterns - #27
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3656a068fe
ℹ️ 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".
| <IconBriefcase /> | ||
| Work | ||
| </Button> | ||
| <CodexChannelStatus enabled={activeProfile?.systemOwned === true} /> |
There was a problem hiding this comment.
Gate the Codex picker on the coworker runtime type
For connected Codex users, this also renders the model picker for system-owned remote AG-UI coworkers: systemOwned only means the profile came from a deployment package (profile-store.ts:139), and the shipped risk-analyst is one such remote-ag-ui coworker (examples/fintech/agents.yaml:55-61). The server applies Codex preferences only when agent.type === "built_in" (server/src/copilot.ts:444-452), so selections made in that conversation do not affect its responder despite the header implying they do. Gate this on the actual built-in runtime type, such as an explicit DTO field, rather than package ownership.
Useful? React with 👍 / 👎.
What changed
Validation
bun run typecheckbun test app/src(48 passed)bun run --filter app builddesign-qa.md: passed)