Rename "Chat" to "Code" in interaction mode toggle#1769
Rename "Chat" to "Code" in interaction mode toggle#1769heysonder wants to merge 2 commits intopingdotgg:mainfrom
Conversation
T3 Code is a coding agent, not a chatbot — the default mode label should reflect that.
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit c4e5aff. Configure here.
ApprovabilityVerdict: Approved This PR contains only string literal renames changing 'Chat' to 'Code' in UI labels and their corresponding test expectations. No logic or behavior changes are involved. You can customize Macroscope's approvability policy. Learn more. |

What changed
Renamed the interaction mode toggle label from "Chat" to "Code" (the non-plan default mode). Updated the corresponding browser test assertions.
Why
T3 Code is a coding agent app, not a chatbot. The default mode label should reflect what the tool actually does — execute code, edit files, and run commands. "Chat" undersells the capability and is misleading.
Before / After
Before:

After:

Note
Low Risk
Low risk UI copy/test update: only changes displayed labels/tooltips and corresponding browser test assertions, with no impact on interaction mode logic.
Overview
Updates the default (non-plan) interaction mode wording in
ChatViewfrom “Chat” to “Code”, including the toggle button label, tooltip text, and the/defaultslash-command description.Adjusts
ChatView.browser.tsxbrowser tests to look for the new “Code” label and updated tooltip copy when toggling plan mode via keyboard.Reviewed by Cursor Bugbot for commit 37c0b1a. Bugbot is set up for automated code reviews on this repo. Configure here.
Note
Rename 'Chat' to 'Code' in the interaction mode toggle button
Updates the label in ChatView.tsx so the non-plan interaction mode button displays 'Code' instead of 'Chat', including screen-reader text. Associated browser tests in ChatView.browser.tsx are updated to match the new label.
Macroscope summarized c4e5aff.