Skip to content

Commit aa0441a

Browse files
rm developer preview notations (#149)
1 parent e158e5c commit aa0441a

8 files changed

Lines changed: 12 additions & 18 deletions

File tree

docs/agents/amp.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ python build.py
299299

300300
<CardGroup cols={3}>
301301
<Card title="Sandbox persistence" icon="clock" href="/docs/sandbox/persistence">
302-
Developer Preview: auto-pause, resume, and manage sandbox lifecycle
302+
Auto-pause, resume, and manage sandbox lifecycle
303303
</Card>
304304
<Card title="Git integration" icon="code-branch" href="/docs/sandbox/git-integration">
305305
Clone repos, manage branches, and push changes

docs/agents/claude-code.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ python build.py
451451
Connect Claude Code to 200+ MCP tools
452452
</Card>
453453
<Card title="Sandbox persistence" icon="clock" href="/docs/sandbox/persistence">
454-
Developer Preview: auto-pause, resume, and manage sandbox lifecycle
454+
Auto-pause, resume, and manage sandbox lifecycle
455455
</Card>
456456
<Card title="Git integration" icon="code-branch" href="/docs/sandbox/git-integration">
457457
Clone repos, manage branches, and push changes

docs/agents/codex.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ python build.py
355355

356356
<CardGroup cols={3}>
357357
<Card title="Sandbox persistence" icon="clock" href="/docs/sandbox/persistence">
358-
Developer Preview: auto-pause, resume, and manage sandbox lifecycle
358+
Auto-pause, resume, and manage sandbox lifecycle
359359
</Card>
360360
<Card title="Git integration" icon="code-branch" href="/docs/sandbox/git-integration">
361361
Clone repos, manage branches, and push changes

docs/agents/openclaw.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ sandbox.kill()
387387
OpenClaw has a built-in [web UI and chat interface](https://openclaw.ai) served by its gateway. Start it inside a sandbox and connect from your browser.
388388

389389
<Warning>
390-
This sandbox is created with a 10-minute timeout and auto-pause enabled. After 10 minutes of inactivity it pauses and can be resumed later. Pause/resume persistence and auto-resume are currently in **Developer Preview**. See [Sandbox Persistence](/docs/sandbox/persistence) and [Sandbox Lifecycle](/docs/sandbox) for more details.
390+
This sandbox is created with a 10-minute timeout and auto-pause enabled. After 10 minutes of inactivity it pauses and can be resumed later. See [Sandbox Persistence](/docs/sandbox/persistence) and [Sandbox Lifecycle](/docs/sandbox) for more details.
391391
</Warning>
392392

393393
<CodeGroup>
@@ -498,9 +498,9 @@ python build.py
498498
## Related guides
499499

500500
<CardGroup cols={3}>
501-
<Card title="Sandbox persistence" icon="clock" href="/docs/sandbox/persistence">
502-
Developer Preview: auto-pause, resume, and manage sandbox lifecycle
503-
</Card>
501+
<Card title="Sandbox persistence" icon="clock" href="/docs/sandbox/persistence">
502+
Auto-pause, resume, and manage sandbox lifecycle
503+
</Card>
504504
<Card title="Git integration" icon="code-branch" href="/docs/sandbox/git-integration">
505505
Clone repos, manage branches, and push changes
506506
</Card>

docs/agents/opencode.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ python build.py
277277

278278
<CardGroup cols={3}>
279279
<Card title="Sandbox persistence" icon="clock" href="/docs/sandbox/persistence">
280-
Developer Preview: auto-pause, resume, and manage sandbox lifecycle
280+
Auto-pause, resume, and manage sandbox lifecycle
281281
</Card>
282282
<Card title="Git integration" icon="code-branch" href="/docs/sandbox/git-integration">
283283
Clone repos, manage branches, and push changes

docs/sandbox/auto-resume.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ title: "AutoResume"
33
sidebarTitle: AutoResume
44
---
55

6-
<Note>
7-
`AutoResume` and `pause/resume` persistence are available as **Developer Preview**.
8-
9-
Behavior and limits may change as we iterate. Review [Sandbox persistence limitations](/docs/sandbox/persistence#current-limitations-subject-to-change).
10-
</Note>
11-
126
Many workloads don't need a sandbox running all the time, but when they do need it, it should just work, whether it was paused or not.
137

148
`AutoResume` handles this automatically: a paused sandbox wakes up when activity arrives, so your code does not have to check or manage sandbox state.

docs/use-cases/coding-agents.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ Since each sandbox is a full Linux environment, you can run any coding agent —
4747
<Card title="Git Integration" icon="code-branch" href="/docs/sandbox/git-integration">
4848
Clone repos, manage branches, and push changes from sandboxes
4949
</Card>
50-
<Card title="Sandbox Persistence" icon="floppy-disk" href="/docs/sandbox/persistence">
51-
Developer Preview: Pause and resume sandboxes to preserve state
52-
</Card>
50+
<Card title="Sandbox Persistence" icon="floppy-disk" href="/docs/sandbox/persistence">
51+
Pause and resume sandboxes to preserve state
52+
</Card>
5353
<Card title="Custom Templates" icon="cube" href="/docs/template/quickstart">
5454
Build your own sandbox templates with custom tools and dependencies
5555
</Card>

snippets/Concepts.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const Concepts = () => {
1111
href: "/docs/sandbox/persistence",
1212
title: "Sandbox persistence",
1313
description:
14-
"Developer Preview: Pause and resume sandboxes to preserve state.",
14+
"Pause and resume sandboxes to preserve state.",
1515
icon: "rotate-reverse",
1616
},
1717
// {

0 commit comments

Comments
 (0)