Summary
The Settings copy for the integrated terminal still describes it as a “bottom developer terminal panel,” but the current implementation opens terminals as editor/workspace tabs.
Current Behavior
In Settings > Developer Mode, “Enable Integrated Terminal” says:
Show the bottom developer terminal panel and its related commands.
This is stale. The terminal is now created via “New Terminal” and mounted as a workspace/editor tab in the active pane.
Expected Behavior
Update the settings description to match the current tab-based implementation.
Suggested copy:
Enable terminal tabs in the editor workspace and related commands.
The broader Developer Mode description may also need the same wording cleanup, since it still refers to an “integrated terminal panel.”
Code References
apps/desktop/src/features/settings/SettingsPanel.tsx
apps/desktop/src/features/editor/newTabMenuActions.ts
apps/desktop/src/app/store/editorWorkspace.ts
apps/desktop/src/features/terminal/WorkspaceTerminalView.tsx
Summary
The Settings copy for the integrated terminal still describes it as a “bottom developer terminal panel,” but the current implementation opens terminals as editor/workspace tabs.
Current Behavior
In Settings > Developer Mode, “Enable Integrated Terminal” says:
This is stale. The terminal is now created via “New Terminal” and mounted as a workspace/editor tab in the active pane.
Expected Behavior
Update the settings description to match the current tab-based implementation.
Suggested copy:
The broader Developer Mode description may also need the same wording cleanup, since it still refers to an “integrated terminal panel.”
Code References
apps/desktop/src/features/settings/SettingsPanel.tsxapps/desktop/src/features/editor/newTabMenuActions.tsapps/desktop/src/app/store/editorWorkspace.tsapps/desktop/src/features/terminal/WorkspaceTerminalView.tsx