Skip to content

Remove PTY path virtualization in host provider#403

Merged
Mng-dev-ai merged 2 commits intomainfrom
fix/remove-pty-path-virtualization
Mar 15, 2026
Merged

Remove PTY path virtualization in host provider#403
Mng-dev-ai merged 2 commits intomainfrom
fix/remove-pty-path-virtualization

Conversation

@Mng-dev-ai
Copy link
Owner

Summary

  • Remove path rewriting in the host provider's PTY reader that replaced real filesystem paths with virtual /home/user/workspace paths
  • Users now see their actual working directory in terminal output instead of a misleading virtualized path

Test plan

  • Open a terminal in host provider mode and run pwd — should show the real path
  • Verify Docker provider terminals are unaffected

Stop rewriting real filesystem paths to virtual /home/user paths in
terminal output so users can see their actual working directory.
In desktop mode, show real filesystem paths in terminal output so users
know where they are. In web mode, keep the virtual /home/user path
translation for consistency with the sandbox file API.
@Mng-dev-ai Mng-dev-ai merged commit b8de636 into main Mar 15, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant