Commit 088ee5f
Remove output size limit for command execution (#256)
The 10MB output size limit was overly defensive and caused
unexpected errors when reading large files. Trust developers
to manage their own resource usage.
Changes:
- Remove size check from parseLogFile in session.ts
- Remove MAX_OUTPUT_SIZE_BYTES from config.ts
- Remove maxOutputSizeBytes from SessionOptions
- Update tests to verify large output works
- Update documentation
Fixes #255
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Naresh <[email protected]>1 parent 37a2686 commit 088ee5f
File tree
6 files changed
+35
-82
lines changed- .changeset
- docs
- packages/sandbox-container
- src
- tests
6 files changed
+35
-82
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | 76 | | |
78 | 77 | | |
79 | 78 | | |
| |||
83 | 82 | | |
84 | 83 | | |
85 | 84 | | |
86 | | - | |
| 85 | + | |
87 | 86 | | |
88 | 87 | | |
89 | 88 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | 40 | | |
53 | 41 | | |
54 | 42 | | |
| |||
68 | 56 | | |
69 | 57 | | |
70 | 58 | | |
71 | | - | |
72 | 59 | | |
73 | 60 | | |
74 | 61 | | |
0 commit comments