core-agent-ide/codex-rs/utils
Tiffany Citra 2c3843728c
fix: writable_roots doesn't recognize home directory symbol in non-windows OS (#9193)
Fixes:
```
[sandbox_workspace_write]
writable_roots = ["~/code/"]
```

translates to
```
/Users/ccunningham/.codex/~/code
```
(i.e. the home dir symbol isn't recognized)
2026-01-20 10:55:01 -08:00
..
absolute-path fix: writable_roots doesn't recognize home directory symbol in non-windows OS (#9193) 2026-01-20 10:55:01 -08:00
cache feat: add support for building with Bazel (#8875) 2026-01-09 11:09:43 -08:00
cargo-bin feat: add support for building with Bazel (#8875) 2026-01-09 11:09:43 -08:00
git feat: add support for building with Bazel (#8875) 2026-01-09 11:09:43 -08:00
image feat: add support for building with Bazel (#8875) 2026-01-09 11:09:43 -08:00
json-to-toml feat: add support for building with Bazel (#8875) 2026-01-09 11:09:43 -08:00
pty feat: detach non-tty childs (#9477) 2026-01-19 11:35:34 +00:00
readiness feat: add support for building with Bazel (#8875) 2026-01-09 11:09:43 -08:00
string feat: add support for building with Bazel (#8875) 2026-01-09 11:09:43 -08:00