Skip to content

[codex] Fix immersive agent visual stage#591

Merged
rogerchappel merged 1 commit into
mainfrom
feat/codex/fix-agent-visual-immersive-stage
May 23, 2026
Merged

[codex] Fix immersive agent visual stage#591
rogerchappel merged 1 commit into
mainfrom
feat/codex/fix-agent-visual-immersive-stage

Conversation

@rogerchappel
Copy link
Copy Markdown
Owner

Summary

  • Render immersive Agent Mode as a top-level fixed overlay instead of inside the composer agentPanel slot.
  • Keep only compact Agent Mode inside the message composer so the message text does not remain visible in immersive mode.
  • Strengthen Neural, Hologram, and Command visual layers and add baseline motion so low live audio levels still feel reactive.
  • Keep visual style identity tied to the selected accent rather than replacing it with state colors.

Why

Post-merge testing showed immersive mode was still constrained to the message box and the new styles were too faint/static, especially in light mode. The composer slot appears to bound fixed positioning, so immersive needs to be rendered outside that slot.

Verification

  • pnpm typecheck
  • pnpm test src/lib/agent-visual-settings.test.ts 'src/app/api/companies/[id]/route.test.ts'
  • pnpm lint:check (existing warnings only)
  • git diff --check origin/main...HEAD
  • agent visual immersive smoke check
  • push hook: pnpm typecheck and pnpm build

@rogerchappel rogerchappel marked this pull request as ready for review May 23, 2026 23:18
@rogerchappel rogerchappel merged commit 2449462 into main May 23, 2026
1 check passed
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