feat: rename /directory to /workspace and unify terminology

Renames the /directory command to /workspace, adds aliases for backward compatibility, and updates UI strings, settings, and prompts to use 'workspace' terminology consistently.

Linked to #20737. Per Core/UX chat on 2/18.
This commit is contained in:
Keith Guerin
2026-03-01 00:21:56 -08:00
parent 703759cfae
commit 043a08807b
56 changed files with 581 additions and 451 deletions
+1 -1
View File
@@ -222,7 +222,7 @@ export function AuthDialog({
</Text>
<Box marginTop={1}>
<Text color={theme.text.primary}>
How would you like to authenticate for this project?
How would you like to authenticate for this workspace?
</Text>
</Box>
<Box marginTop={1}>
@@ -5,7 +5,7 @@ exports[`AuthDialog > Snapshots > renders correctly with auth error 1`] = `
│ │
│ ? Get started │
│ │
│ How would you like to authenticate for this project?
│ How would you like to authenticate for this workspace?
│ │
│ (selected) Login with Google(not selected) Use Gemini API Key(not selected) Vertex AI │
│ │
@@ -26,7 +26,7 @@ exports[`AuthDialog > Snapshots > renders correctly with default props 1`] = `
│ │
│ ? Get started │
│ │
│ How would you like to authenticate for this project?
│ How would you like to authenticate for this workspace?
│ │
│ (selected) Login with Google(not selected) Use Gemini API Key(not selected) Vertex AI │
│ │
@@ -45,7 +45,7 @@ exports[`AuthDialog > Snapshots > renders correctly with enforced auth type 1`]
│ │
│ ? Get started │
│ │
│ How would you like to authenticate for this project?
│ How would you like to authenticate for this workspace?
│ │
│ (selected) Use Gemini API Key │
│ │