Before submitting
Area
apps/desktop
Steps to reproduce
- Open a project in T3 Code on Windows.
- Ask the agent to perform an operation that requires a long shell command — for example, a chained
git mv across multiple paths, or a command that includes a long absolute Windows path like C:/Users/<name>/IdeaProjects/<project>.
- Wait for the agent to request permission to run the command.
- Observe the
PENDING APPROVAL — Command approval requested card.
Expected behavior
The full command should be readable before approving. Possible solutions:
- Make the command block scrollable / wrap onto multiple lines.
- Add an "Expand" / "Show full command" toggle on the card.
- Show the full command in a tooltip or modal on hover/click.
- At minimum, allow selecting and copying the full command text.
Actual behavior
The command is truncated mid-string with ... and there is no way to see the rest.
Impact
Minor bug or occasional failure
Version or commit
0.0.24
Environment
Windows
Logs or stack traces
Screenshots, recordings, or supporting files
Captura de tela 2026-05-23 111737.png
Workaround
No response
Before submitting
Area
apps/desktop
Steps to reproduce
git mvacross multiple paths, or a command that includes a long absolute Windows path likeC:/Users/<name>/IdeaProjects/<project>.PENDING APPROVAL — Command approval requestedcard.Expected behavior
The full command should be readable before approving. Possible solutions:
Actual behavior
The command is truncated mid-string with
...and there is no way to see the rest.Impact
Minor bug or occasional failure
Version or commit
0.0.24
Environment
Windows
Logs or stack traces
Screenshots, recordings, or supporting files
Captura de tela 2026-05-23 111737.png
Workaround
No response