core-agent-ide/codex-rs/utils
Michael Bolin 642b7566df
fix: introduce AbsolutePathBuf as part of sandbox config (#7856)
Changes the `writable_roots` field of the `WorkspaceWrite` variant of
the `SandboxPolicy` enum from `Vec<PathBuf>` to `Vec<AbsolutePathBuf>`.
This is helpful because now callers can be sure the value is an absolute
path rather than a relative one. (Though when using an absolute path in
a Seatbelt config policy, we still have to _canonicalize_ it first.)

Because `writable_roots` can be read from a config file, it is important
that we are able to resolve relative paths properly using the parent
folder of the config file as the base path.
2025-12-12 15:25:22 -08:00
..
absolute-path fix: introduce AbsolutePathBuf as part of sandbox config (#7856) 2025-12-12 15:25:22 -08:00
cache chore: add cargo-deny configuration (#7119) 2025-11-24 12:22:18 -08:00
git feat: use remote branch for review is local trails (#7813) 2025-12-10 17:04:52 +00:00
image chore: add cargo-deny configuration (#7119) 2025-11-24 12:22:18 -08:00
json-to-toml chore: add cargo-deny configuration (#7119) 2025-11-24 12:22:18 -08:00
pty fix: race on rx subscription (#7921) 2025-12-12 12:40:54 +01:00
readiness chore: add cargo-deny configuration (#7119) 2025-11-24 12:22:18 -08:00
string chore: add cargo-deny configuration (#7119) 2025-11-24 12:22:18 -08:00