Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
0c5d450
refactor: streamline Codex configuration variables and update install…
DevelopmentCats Aug 20, 2025
0fdb5aa
test: update codex configuration tests with new base config and addit…
DevelopmentCats Aug 20, 2025
223e21e
docs: update README for Codex module with updated usage examples and …
DevelopmentCats Aug 20, 2025
451f488
chore: update Codex module version to 1.0.2 in README
DevelopmentCats Aug 20, 2025
730c023
refactor: update defaults to fit tasks behaviour, and make mcp env a …
DevelopmentCats Aug 20, 2025
44d7dd7
feat: add writable_roots to minimal default configuration
DevelopmentCats Aug 20, 2025
c0ad3e1
feat: update writable_roots in minimal config and manage AGENTS.md fo…
DevelopmentCats Aug 20, 2025
50e5fdb
feat: update AGENTS.md path to ~/.codex directory and enhance README …
DevelopmentCats Aug 20, 2025
700789e
chore: polish and cleanup
DevelopmentCats Aug 20, 2025
212a62d
feat: update README to include sandbox_mode for containerized workspaces
DevelopmentCats Aug 20, 2025
f01ea69
chore: final cleanup, and updates in tests
DevelopmentCats Aug 21, 2025
5924646
chore: remove unecessary variables in codex module examples since the…
DevelopmentCats Aug 21, 2025
d567e20
chore: remove issue link from terminal height adjustment comment in s…
DevelopmentCats Aug 21, 2025
706b398
chore: remove writable_roots from sandbox_workspace_write configurati…
DevelopmentCats Aug 21, 2025
49ef776
Update README.md
DevelopmentCats Aug 21, 2025
b7db5fb
Update README.md
DevelopmentCats Aug 21, 2025
b4f453a
Update README.md
DevelopmentCats Aug 21, 2025
a630350
Update README.md
DevelopmentCats Aug 21, 2025
a271751
chore: change sec notice to gfm alert
DevelopmentCats Aug 21, 2025
04e760e
chore: update version to 2.0.0 for major version bump
DevelopmentCats Aug 21, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: remove writable_roots from sandbox_workspace_write configurati…
…on in install.sh
  • Loading branch information
DevelopmentCats committed Aug 21, 2025
commit 706b398548b2f9f085fb655374a24b5a94cacbea
8 changes: 0 additions & 8 deletions registry/coder-labs/modules/codex/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,16 +96,8 @@ preferred_auth_method = "apikey"

[sandbox_workspace_write]
network_access = true
writable_roots = ["$/path/to/your/folder$", "$HOME/.codex"]
```

The default configuration allows writing to only two specific directories:

- Your specified `folder` (working directory)
- `$HOME/.codex` (for configuration files like AGENTS.md)

This provides secure sandbox boundaries while preventing access to other sensitive directories.

### **Custom Configuration (Optional)**

For custom Codex configuration, use `base_config_toml` and/or `additional_mcp_servers`:
Expand Down
1 change: 0 additions & 1 deletion registry/coder-labs/modules/codex/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ preferred_auth_method = "apikey"

[sandbox_workspace_write]
network_access = true
writable_roots = ["${ARG_CODEX_START_DIRECTORY}", "$HOME/.codex"]

EOF
}
Expand Down