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
Copy file name to clipboardExpand all lines: .changeset/terminal-workspace-root.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,6 @@
4
4
5
5
Add $WORKSPACE_ROOT environment variable to terminal sessions for easier workspace navigation
6
6
7
-
Terminal sessions now automatically include a `$WORKSPACE_ROOT` environment variable that points to your current workspace root directory. In multi-workspace setups, this points to the workspace folder containing your currently active file. This makes it easier to navigate back to your project root from anywhere in the terminal using commands like `cd $WORKSPACE_ROOT` or referencing files relative to your workspace.
7
+
Terminal sessions now automatically include a `$WORKSPACE_ROOT` environment variable that points to your current workspace root directory. In multi-workspace setups, this points to the workspace folder containing your currently active file. This makes it easier for the agent to navigate back to your project root from anywhere in the terminal using commands like `cd $WORKSPACE_ROOT` or referencing files relative to your workspace.
8
8
9
9
This enhancement is particularly useful when working in deeply nested directories or when you need to quickly reference files or tests at the root level.
0 commit comments