This website requires JavaScript.
Explore
Help
Register
Sign In
clone
/
codex
Watch
1
Star
0
Fork
0
You've already forked codex
mirror of
https://github.com/openai/codex.git
synced
2026-05-24 04:54:52 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ea13af2fa5adfae8b72e5a3e259ab466b9990691
codex
/
sdk
/
python
/
tests
History
Michael Bolin
ea13af2fa5
Move workspace roots onto thread/session state and stop using active permission profile modifications as an overlay for writable roots. Existing app-server threads now preserve their persisted PermissionProfile value across resume, fork, and turn updates; permissions requests on existing threads only update the active named profile after validating it exists. Workspace roots can be updated independently, and SandboxPolicy::WorkspaceWrite no longer stores its own writable_roots.
2026-05-11 15:06:35 -07:00
..
conftest.py
Add Python app-server SDK (
#14435
)
2026-03-12 09:22:01 -07:00
test_artifact_workflow_and_binaries.py
Move workspace roots onto thread/session state and stop using active permission profile modifications as an overlay for writable roots. Existing app-server threads now preserve their persisted PermissionProfile value across resume, fork, and turn updates; permissions requests on existing threads only update the active named profile after validating it exists. Workspace roots can be updated independently, and SandboxPolicy::WorkspaceWrite no longer stores its own writable_roots.
2026-05-11 15:06:35 -07:00
test_async_client_behavior.py
Route Python SDK turn notifications by ID (
#21778
)
2026-05-09 04:16:23 +00:00
test_client_rpc_methods.py
Move workspace roots onto thread/session state and stop using active permission profile modifications as an overlay for writable roots. Existing app-server threads now preserve their persisted PermissionProfile value across resume, fork, and turn updates; permissions requests on existing threads only update the active named profile after validating it exists. Workspace roots can be updated independently, and SandboxPolicy::WorkspaceWrite no longer stores its own writable_roots.
2026-05-11 15:06:35 -07:00
test_contract_generation.py
Add Python SDK public API and examples (
#14446
)
2026-03-17 16:05:56 -07:00
test_public_api_runtime_behavior.py
Move workspace roots onto thread/session state and stop using active permission profile modifications as an overlay for writable roots. Existing app-server threads now preserve their persisted PermissionProfile value across resume, fork, and turn updates; permissions requests on existing threads only update the active named profile after validating it exists. Workspace roots can be updated independently, and SandboxPolicy::WorkspaceWrite no longer stores its own writable_roots.
2026-05-11 15:06:35 -07:00
test_public_api_signatures.py
Move workspace roots onto thread/session state and stop using active permission profile modifications as an overlay for writable roots. Existing app-server threads now preserve their persisted PermissionProfile value across resume, fork, and turn updates; permissions requests on existing threads only update the active named profile after validating it exists. Workspace roots can be updated independently, and SandboxPolicy::WorkspaceWrite no longer stores its own writable_roots.
2026-05-11 15:06:35 -07:00
test_real_app_server_integration.py
Fix stale quickstart integration assertion (
#15677
)
2026-03-24 20:12:52 -07:00