Skip to content

Customize display and add chat orchestration - #1

Merged
chasmlol merged 4 commits into
mainfrom
agent/customize-and-orchestrate-chats
Jul 20, 2026
Merged

Customize display and add chat orchestration#1
chasmlol merged 4 commits into
mainfrom
agent/customize-and-orchestrate-chats

Conversation

@chasmlol

Copy link
Copy Markdown
Owner

What changed

  • remove the T3 Code stage branding and decorative sidebar header treatment
  • add display settings for font scaling, text/background/accent colors, and Codex/Claude presets
  • add first-class chat_* MCP tools so T3 chats can spawn, inspect, prompt, wait for, and manage other T3 chats
  • queue prompts while a chat is generating, with controls to steer immediately, retry, or remove them

Why

These changes make the app feel cleaner and more personal while bringing T3 chats closer to the orchestration workflow available with subagents. Prompt queueing also prevents follow-up messages from steering an active generation by default.

User impact

Users can customize the app's appearance, manage persistent visible chats through MCP tools, and safely queue follow-up prompts without interrupting the current response.

Validation

  • commit hooks ran vp fmt on every changed file
  • targeted vp lint --report-unused-disable-directives passed
  • contracts, web, and server typechecks passed
  • contracts and web production build passed
  • integrated browser verification confirmed the Display settings route, Codex/Claude preset menu, immediate font/color application, and persistence after reload
  • focused test files were attempted, but the repository's current Vite+/Vitest collection issue prevented all selected suites from collecting (Cannot read properties of undefined (reading 'config') / Vitest failed to find the current suite); no test body failures occurred

@github-actions github-actions Bot added vouch:trusted PR author is trusted by repo permissions or the VOUCHED list. size:XXL labels Jul 20, 2026
@chasmlol
chasmlol merged commit 4ac77a9 into main Jul 20, 2026
6 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XXL vouch:trusted PR author is trusted by repo permissions or the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant