core-agent-ide/docs
iceweasel-oai 87cce88f48
Windows Sandbox - Alpha version (#4905)
- Added the new codex-windows-sandbox crate that builds both a library
entry point (run_windows_sandbox_capture) and a CLI executable to launch
commands inside a Windows restricted-token sandbox, including ACL
management, capability SID provisioning, network lockdown, and output
capture
(windows-sandbox-rs/src/lib.rs:167, windows-sandbox-rs/src/main.rs:54).
- Introduced the experimental WindowsSandbox feature flag and wiring so
Windows builds can opt into the sandbox:
SandboxType::WindowsRestrictedToken, the in-process execution path, and
platform sandbox selection now honor the flag (core/src/features.rs:47,
core/src/config.rs:1224, core/src/safety.rs:19,
core/src/sandboxing/mod.rs:69, core/src/exec.rs:79,
core/src/exec.rs:172).
- Updated workspace metadata to include the new crate and its
Windows-specific dependencies so the core crate can link against it
(codex-rs/
    Cargo.toml:91, core/Cargo.toml:86).
- Added a PowerShell bootstrap script that installs the Windows
toolchain, required CLI utilities, and builds the workspace to ease
development
    on the platform (scripts/setup-windows.ps1:1).
- Landed a Python smoke-test suite that exercises
read-only/workspace-write policies, ACL behavior, and network denial for
the Windows sandbox
    binary (windows-sandbox-rs/sandbox_smoketests.py:1).
2025-10-30 15:51:57 -07:00
..
advanced.md fix advanced.md (#5833) 2025-10-28 16:32:20 +00:00
agents_md.md docs: fix agents fallback example (#5396) 2025-10-22 11:32:35 -07:00
authentication.md chore: subject docs/*.md to Prettier checks (#4645) 2025-10-03 11:35:48 -07:00
CLA.md chore: subject docs/*.md to Prettier checks (#4645) 2025-10-03 11:35:48 -07:00
config.md [Hygiene] Remove include_view_image_tool config (#5976) 2025-10-30 13:23:24 -07:00
contributing.md Update Homebrew install instructions to use cask (#5377) 2025-10-20 17:43:40 +00:00
exec.md docs: document exec json events (#5399) 2025-10-20 16:11:36 -07:00
experimental.md docs: remove stale contribution reference (#5400) 2025-10-20 16:11:14 -07:00
faq.md Add instruction for upgrading codex with brew (#5640) 2025-10-24 11:30:34 -07:00
getting-started.md docs: correct getting-started behaviors (#5407) 2025-10-20 16:17:07 -07:00
install.md chore: subject docs/*.md to Prettier checks (#4645) 2025-10-03 11:35:48 -07:00
license.md chore: subject docs/*.md to Prettier checks (#4645) 2025-10-03 11:35:48 -07:00
open-source-fund.md chore: subject docs/*.md to Prettier checks (#4645) 2025-10-03 11:35:48 -07:00
platform-sandboxing.md docs: improve overall documentation (#5354) 2025-10-19 15:07:33 -07:00
prompts.md docs: clarify prompt metadata behavior (#5403) 2025-10-20 16:09:47 -07:00
release_management.md Update Homebrew install instructions to use cask (#5377) 2025-10-20 17:43:40 +00:00
sandbox.md Windows Sandbox - Alpha version (#4905) 2025-10-30 15:51:57 -07:00
zdr.md Never store requests (#3212) 2025-09-05 10:41:47 -07:00