## Summary Adds support for specifying additional directories in the TypeScript SDK through a new `additionalDirectories` option in `ThreadOptions`. ## Changes - Added `additionalDirectories` parameter to `ThreadOptions` interface - Updated `CodexExec` to accept and pass through additional directories via the `--config` flag for `sandbox_workspace_write.writable_roots` - Added comprehensive test coverage for the new functionality ## Test plan - Added test case that verifies `additionalDirectories` is correctly passed as repeated flags - Existing tests continue to pass --------- Co-authored-by: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| add_dir.rs | ||
| apply_patch.rs | ||
| auth_env.rs | ||
| mod.rs | ||
| originator.rs | ||
| output_schema.rs | ||
| resume.rs | ||
| sandbox.rs | ||
| server_error_exit.rs | ||