shellTerminals

Open a standalone shell terminal

post/api/v1/shell-terminals

Request body

projectIdstring

Project whose root the shell starts in. Omitted opens the shell in the daemon data dir.

sessionIdstring

Agent session the shell is scoped to, so it appears only in that session's tab strip. Omitted makes it a standalone shell.

shellstring

Windows shell selector: auto, git-bash, pwsh, powershell, cmd, or a custom executable path. Ignored on macOS and Linux.

Response

Created

Changes