Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/inspector/computer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,12 @@ that image — not on your personal computer.
- **No bash if the image is unavailable.** If the environment's image can't
boot right now, the chatbox loads normally without a `bash` tool — no error,
and no fallback to your personal computer.
- **No bash when accessed via a local inspector.** If the chatbox is opened
through a share link served by a local inspector (for example, one started
with `npx`), that inspector cannot execute disposable cloud sandboxes. Bash
is not advertised for the turn, and you'll see a notification: *"This
conversation's bash runs in a disposable cloud sandbox, but this inspector
can't execute disposable sandboxes. The conversation continues without bash."*

### What is unchanged

Expand Down
Loading