Skip to content

Commit 6a63d46

Browse files
committed
final fixes
1 parent ebac76a commit 6a63d46

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/changelog/agents/2025-08-05-sandbox-sdk-major-update.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This makes it ideal for building AI agents, CI runners, cloud REPLs, data analys
1717

1818
Create persistent code contexts with support for rich visual + structured outputs.
1919

20-
#### createCodeContext(options?)
20+
#### createCodeContext(options)
2121

2222
Creates a new code execution context with persistent state.
2323

@@ -35,7 +35,7 @@ Options:
3535
- cwd: Working directory (default: /workspace)
3636
- envVars: Environment variables for the context
3737

38-
#### runCode(code, options?)
38+
#### runCode(code, options)
3939

4040
Executes code with optional streaming callbacks.
4141

@@ -137,9 +137,9 @@ for await (const log of parseSSEStream<LogEvent>(logStream)) {
137137

138138
- listProcesses() - List all running processes
139139
- getProcess(id) - Get detailed process status
140-
- killProcess(id, signal?) - Terminate specific processes
140+
- killProcess(id, signal) - Terminate specific processes
141141
- killAllProcesses() - Kill all processes
142-
- streamProcessLogs(id, options?) - Stream logs from running processes
142+
- streamProcessLogs(id, options) - Stream logs from running processes
143143
- getProcessLogs(id) - Get accumulated process output
144144

145145
### Git integration

0 commit comments

Comments
 (0)