Files
codex/codex-rs/core/src
T
Shijie Rao fb24c47bea fix: limit output size for exec command in unified exec (#8460)
### Issue
[Investigation
thread](https://openai.slack.com/archives/C095U48JNL9/p1766426234975789)

Github issue: [issue one](https://github.com/openai/codex/issues/8197),
[issue two](https://github.com/openai/codex/issues/8358), [issue
three](https://github.com/openai/codex/issues/7585)
Commonality: working in monorepo and large projects. Multiple threads
going and showing sluggishness ending with a crash and grey background.
Potential high usage of context.
How to reproduce:
* Open the whole monorepo with cursor or VSC on the latest extension.
* Run ls -R in current CWD.

### Change
In unified exec, we do not have max output check to the delta we ouput
for shell commands. This causes issue with our VSCE UI which take the
delta and construct the shell output.
fb24c47bea ยท 2025-12-23 14:36:15 -08:00
History
..
2025-12-22 09:59:32 -08:00
2025-12-22 09:59:32 -08:00
2025-12-12 18:59:39 +00:00
2025-12-12 17:07:17 -08:00
2025-11-28 11:34:57 +00:00
2025-12-22 00:20:53 +00:00