build(sandbox): add jq to base image - #1151
Merged
Merged
Conversation
Agents fall back to verbose python3 one-liners when jq is absent, wasting ~500-1000 tokens per recovery sequence. Closes #1126
Site previewPreview: https://18a2064a-site.fullsend-ai.workers.dev Commit: |
ReviewFindingsLow
|
Review follow-upsCreated follow-up issues for actionable non-blocking review findings:
|
ifireball
approved these changes
May 19, 2026
This was referenced May 19, 2026
ifireball
pushed a commit
to ifireball/fullsend
that referenced
this pull request
May 25, 2026
PR fullsend-ai#1151 added jq to the sandbox base image but did not update the tool list in images/README.md. Add jq alongside the existing entries so the documentation matches the installed packages. Closes fullsend-ai#1196 Closes fullsend-ai#1153 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This was referenced Jul 13, 2026
Closed
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
jqto the base sandbox image alongsidersyncin the existingapt-getblockjq, agents fall back topython3 -c "import json,sys; ..."one-liners, wasting ~500–1000 tokens and 5–10 seconds per recovery sequenceTest plan
which jqsucceeds inside the sandbox at runtimejq-related error recovery in transcriptCloses #1126