fix(web): clarify auto permission fallback - #5431
Merged
Merged
Conversation
Contributor
ApprovabilityVerdict: Approved 6c0e4bf This PR updates a single UI description string to clarify the 'auto' permission fallback behavior. The change is purely cosmetic copy with no impact on runtime logic. You can customize Macroscope's approvability policy. Learn more. |
github-actions Bot
added a commit
to omarcresp/t3code-flake
that referenced
this pull request
Aug 7, 2026
## What's Changed * fix(web): clarify auto permission fallback by @t3-code[bot] in pingdotgg/t3code#5431 * fix(acp): keep unknown approvals actionable by @t3-code[bot] in pingdotgg/t3code#5430 * fix(mobile): stop thread messages reading through pending cards by @carlosricojr in pingdotgg/t3code#5450 * fix(web): align composer inline chips with prompt text by @StiensWout in pingdotgg/t3code#5495 * fix(web): clear woke state on explicit thread actions by @StiensWout in pingdotgg/t3code#5486 **Full Changelog**: pingdotgg/t3code@v0.0.32-nightly.20260806.1015...v0.0.32-nightly.20260806.1018 Upstream release: https://github.com/pingdotgg/t3code/releases/tag/v0.0.32-nightly.20260806.1018
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.
what changed
Clarify that Auto only approves routine actions when the selected provider supports that review mode. Other providers continue to ask.
why
The previous copy implied every provider has an AI reviewer. Cursor and Grok currently fall back to supervised approvals in Auto mode.
ui changes
Text-only change in the permission mode menu. Visual evidence is pending in this draft because the runner exhausted its process limit while launching the real app.
checks
git diff --checkModel: OpenAI (API model not exposed). Harness: T3bot.
Note
Clarify 'Auto' runtime mode description in chat composer
Updates the UI description for the 'Auto' runtime mode in ChatComposer.tsx to say 'Supported providers approve routine actions; others still ask.' instead of 'An AI reviewer approves routine actions; risky ones still ask.' This better reflects that fallback behavior is determined by provider support, not an AI reviewer.
Macroscope summarized 6c0e4bf.
Note
Low Risk
Copy-only change in the permission mode menu; no runtime or approval logic is modified.
Overview
Updates the Auto runtime mode helper text in the chat composer permission menu so it matches how approvals actually work.
The description now says supported providers approve routine actions and others still ask, instead of referring to a generic AI reviewer and risky actions. This aligns the UI with provider-specific behavior (e.g. Cursor and Grok staying supervised in Auto) without changing any approval logic.
Reviewed by Cursor Bugbot for commit 6c0e4bf. Bugbot is set up for automated code reviews on this repo. Configure here.