Files
codex/codex-rs/tui/src
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-25 21:38:38 +00:00
2025-08-25 21:38:38 +00:00
2025-08-25 21:38:38 +00:00
2025-08-25 21:38:38 +00:00
2025-08-23 22:58:56 -07:00
2025-08-05 04:23:22 +00:00
2025-08-06 18:22:14 -04:00
2025-08-12 17:37:28 -07:00
2025-08-20 07:26:14 +00:00
2025-08-22 16:33:18 -07:00
2025-08-12 15:35:20 -07:00