Skip to content

[codex] Implement agent architecture controller surfaces#548

Closed
kwannoel wants to merge 35 commits into
mainfrom
codex/agent-implementation-plan
Closed

[codex] Implement agent architecture controller surfaces#548
kwannoel wants to merge 35 commits into
mainfrom
codex/agent-implementation-plan

Conversation

@kwannoel

Copy link
Copy Markdown
Owner

Summary

Implements the controller-side surfaces for the agent architecture plan, including daemon gateway routing, chat agent routing controls, profile creation/editing workspace, workspace snapshot linking, and observability UI for chat metrics and agent traces.

Impact

  • Routes daemon access through the controller gateway without exposing daemon auth to the browser.
  • Adds profile creation/editing, route-token UI, chat metrics, and agent trace views.
  • Adds tests for gateway behavior, chat routing, profile UI, metrics rendering, and observability views.

Validation

  • pnpm check
  • pnpm test
  • cargo +stable fmt --check
  • cargo +stable clippy -- -D warnings
  • cargo +stable test
  • npx playwright test --project=e2e e2e/specs/observability.spec.ts
  • Targeted sensitive-info scan over branch diff: no private keys, GitHub/OpenAI/AWS token-shaped values, bearer values, or suspicious secret assignments found.

Draft because the paired daemon PR should land with this work.

kwannoel added 30 commits April 29, 2026 22:21
@kwannoel kwannoel closed this Apr 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant