Skip to content

Commit b1fe0bf

Browse files
docs: update sandbox persistence information (#1093)
Co-authored-by: codegen-sh[bot] <131295404+codegen-sh[bot]@users.noreply.github.com> Co-authored-by: Jay Hack <jayhack@users.noreply.github.com>
1 parent 4a6a64a commit b1fe0bf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/sandboxes/overview.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,5 @@ Agents utilize sandboxes for a variety of tasks:
2929
Sandboxes are typically configured per-agent run or defined within your Codegen settings. You often don't need to manage them directly, but advanced configurations might allow specifying Docker images or environment variables.
3030

3131
<Note>
32-
Sandboxes are ephemeral; their state is not typically persisted between agent
33-
runs unless specifically configured for caching or stateful operations.
32+
Sandboxes maintain file system persistence between agent interactions within the same context. For example, when continuing a conversation across different Slack messages or Linear comments, the sandbox state is preserved, allowing agents to seamlessly continue their work without losing context or having to reinstall dependencies.
3433
</Note>{" "}

0 commit comments

Comments
 (0)