core-agent-ide/codex-rs/exec/tests/suite
Dan Hernandez b4a53aef47
feat: Add support for --add-dir to exec and TypeScript SDK (#6565)
## 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>
2025-11-13 13:47:10 -08:00
..
add_dir.rs feat: Add support for --add-dir to exec and TypeScript SDK (#6565) 2025-11-13 13:47:10 -08:00
apply_patch.rs Add codex exec testing helpers (#4254) 2025-09-25 17:12:45 -07:00
auth_env.rs Use response helpers when mounting SSE test responses (#4783) 2025-10-05 21:58:16 +00:00
mod.rs feat: Add support for --add-dir to exec and TypeScript SDK (#6565) 2025-11-13 13:47:10 -08:00
originator.rs Set codex SDK TypeScript originator (#4894) 2025-10-07 14:06:41 -07:00
output_schema.rs Simplify request body assertions (#4845) 2025-10-07 09:56:39 +01:00
resume.rs feat(tui): clarify Windows auto mode requirements (#5568) 2025-10-28 01:19:32 +00:00
sandbox.rs make tests pass cleanly in sandbox (#4067) 2025-09-25 13:11:14 -07:00
server_error_exit.rs OpenTelemetry events (#2103) 2025-09-29 11:30:55 -07:00