Local Terminal Usage
Use local terminal sessions for quick command execution without opening external shells.
Typical Workflow
- Open local terminal from workspace entry.
- Run local-only commands (build, checks, scripts).
- Keep remote operations in SSH sessions.
- Close local terminal when the task ends.
Good Practices
- Avoid mixing unrelated tasks in one long-lived local session.
- Name or label session context clearly when multiple terminals are open.
- Run destructive commands only after directory/path confirmation.
- Close idle sessions to keep workspace focused.
Common Mistakes
- Running remote-intended commands in local terminal by mistake.
- Keeping stale terminals open and losing task context.
- Executing destructive commands from the wrong working directory.