feat: render agent identities on canvas#593
Merged
Merged
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\n- replace the shared DOM/CSS visual skins with a canvas-backed agent identity renderer\n- give each built-in style a distinct silhouette and behavior: reactor rings, neural graph, hologram ribbons, and command core instrument\n- pass the resolved muted state into the renderer so visual personality state matches the controls\n\n## Verification\n- pnpm typecheck\n- pnpm lint:check (passes with existing warnings)\n- pnpm test src/lib/agent-visual-settings.test.ts\n- git diff --check\n- pnpm build\n- push hook: pnpm typecheck && pnpm build\n\n## Notes\n- Local visual QA was limited: the in-app browser initially blocked localhost, and /chat redirected without an authenticated session. The dev server can start with local-only AUTH_SECRET/HEARTBEAT_SECRET, but I could not complete an authenticated agent-mode screenshot pass from this worktree.\n- This is intentionally a renderer foundation PR, not another color/CSS tweak.\n