package model // ShellStatusResponse is the API response for shell status. type ShellStatusResponse struct { WorkspaceID string `json:"workspaceId"` Running bool `json:"running"` PID int `json:"pid,omitempty"` }