You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched existing issues and did not find a duplicate.
I am describing a concrete problem or use case, not just a vague idea.
Area
apps/server
Problem or use case
I'm a windows user and I cannot change terminal that t3 code runs in as well as the sidebar terminal. It makes all the commands that LLM execute run in powershell instead of linux-styled terminal like git bash. I don't want to maintain windows scripts in my project. If t3 code would allow changing default terminal, then people can avoid the windows mess while running t3 code on windows
Proposed solution
In ideal world I would just be using WSL, but t3 code doesn't connect to it properly and I know the full support for it is coming. However, changing default terminal would be a simple but helpful feature. Vscode has it nicely done where I can select which terminal I spawn and also it allows to configure in settings the default one
Why this matters
People don't need to maintain powershell scripts in their projects while running t3 code on windows
Smallest useful scope
A single setting which would allow selection of a default terminal in which t3 code is spawned
Alternatives considered
Tried running T3 code in wsl, but it doesn't seem to connect properly, the app just hangs and I needed to remove ~/.t3 to start the configuration all over again
Risks or tradeoffs
No response
Examples or references
Vscode functionality around managing default terminal and spawning new terminals is a good sample of what solves these issues
enhancementRequested improvement or new capability.needs-triageIssue needs maintainer review and initial categorization.
2 participants
Converted from issue
This discussion was converted from issue #4533 on August 15, 2026 09:45.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Before submitting
Area
apps/server
Problem or use case
I'm a windows user and I cannot change terminal that t3 code runs in as well as the sidebar terminal. It makes all the commands that LLM execute run in powershell instead of linux-styled terminal like git bash. I don't want to maintain windows scripts in my project. If t3 code would allow changing default terminal, then people can avoid the windows mess while running t3 code on windows
Proposed solution
In ideal world I would just be using WSL, but t3 code doesn't connect to it properly and I know the full support for it is coming. However, changing default terminal would be a simple but helpful feature. Vscode has it nicely done where I can select which terminal I spawn and also it allows to configure in settings the default one
Why this matters
People don't need to maintain powershell scripts in their projects while running t3 code on windows
Smallest useful scope
A single setting which would allow selection of a default terminal in which t3 code is spawned
Alternatives considered
Tried running T3 code in wsl, but it doesn't seem to connect properly, the app just hangs and I needed to remove ~/.t3 to start the configuration all over again
Risks or tradeoffs
No response
Examples or references
Vscode functionality around managing default terminal and spawning new terminals is a good sample of what solves these issues
Contribution
All reactions