Files
codex/codex-rs/tui
T
Michael Bolin 568d6f819f fix: use backslash as path separator on Windows (#2684)
I noticed that when running `/status` on Windows, I saw something like:

```
Path: ~/src\codex
```

so now it should be:

```
Path: ~\src\codex
```

Admittedly, `~` is understood by PowerShell but not on Windows, in
general, but it's much less verbose than `%USERPROFILE%`.
568d6f819f ยท 2025-08-25 14:47:17 -07:00
History
..
2025-08-18 16:02:25 +00:00