Before submitting
Area
Not sure
Problem or use case
When using opencode serve on the WSL and t3 code on Windows, opencode needs linux path to work right. Adding projects via linux dir works. e.g. /home/emincan/projects/myapp
Project gets recognized, I can do agentic stuff just fine in t3code. BUT git and project icon etc. doesn't appear because it wants windows paths to find the .git or project icons.
Proposed solution
I propose:
- on windows a sort of path handling must be added for users using WSL for their codebase and coding agents
For example if we add projects via: \wsl$\Ubuntu\home\emincan\projects\myapp
To the agent, it should go as /home/emincan/projects/myapp (if codex, opencode etc. is inside it.)
OR
- Besides windows project path or handling, during project creation support complete WSL experience (for those running both agent and projects inside WSL).
Why this matters
This way agents won't run powershell stuff thinking this is windows (as it does if you add paths with \wsl$\Ubuntu\home\emincan\projects\myapp).
And also solve no git or or other t3 side issues if given linux paths to add projects.
Smallest useful scope
Use T3 Code perfectly on WSL in a stable way.
Alternatives considered
No response
Risks or tradeoffs
No response
Examples or references
No response
Contribution
Before submitting
Area
Not sure
Problem or use case
When using opencode serve on the WSL and t3 code on Windows, opencode needs linux path to work right. Adding projects via linux dir works. e.g. /home/emincan/projects/myapp
Project gets recognized, I can do agentic stuff just fine in t3code. BUT git and project icon etc. doesn't appear because it wants windows paths to find the .git or project icons.
Proposed solution
I propose:
For example if we add projects via: \wsl$\Ubuntu\home\emincan\projects\myapp
To the agent, it should go as /home/emincan/projects/myapp (if codex, opencode etc. is inside it.)
OR
Why this matters
This way agents won't run powershell stuff thinking this is windows (as it does if you add paths with \wsl$\Ubuntu\home\emincan\projects\myapp).
And also solve no git or or other t3 side issues if given linux paths to add projects.
Smallest useful scope
Use T3 Code perfectly on WSL in a stable way.
Alternatives considered
No response
Risks or tradeoffs
No response
Examples or references
No response
Contribution