You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `resume` | string | Resume a specific session by ID | _(none)_ |
471
472
| `fireAndForget` | bool | Don't kill the process if the client disconnects | `false` |
472
473
473
-
Returns `application/json` (same format as `--output-format json`). Returns **409** if the workspace is already busy.
474
+
Returns `application/json`. Default format is `json` (same as `--output-format json`). Use `json-verbose` to get a `turns` array with every tool call and result (see [output formats](#output-formats) above). Returns **409** if the workspace is already busy.
474
475
475
476
**`GET /files/{path}`** — list directory or download file:
0 commit comments