sassy_session_start
Starts a persistent terminal session with a unique name, optional shell, and an initial command for ongoing use.
Instructions
Start a persistent terminal session.
name: unique session identifier (e.g. 'build', 'dev-server') shell: Windows -> powershell/cmd/wsl; macOS/Linux -> bash/zsh/sh. Leave empty for the host's native shell. command: optional initial command to run immediately
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| shell | No | ||
| command | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |