Commit 8ba6b07
fix: prevent codex webui hangs (#31)
When using `uv` to sync dependencies, by default it uses a large amount
of constantly refreshing progress bars. This was overwhelming the codex
web interface (and possibly polluting the LLM context)
https://docs.astral.sh/uv/reference/cli/#uv-run--no-progress
---------
Co-authored-by: Joshua Ma <[email protected]>1 parent dcec601 commit 8ba6b07
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
| 102 | + | |
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
| |||
0 commit comments