feat(templates): add fixMissing option to aptInstall#1205
Merged
Conversation
Adds --fix-missing flag support to apt-get install in both JS and Python SDKs. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
🦋 Changeset detectedLatest commit: 3eb5f14 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
Package ArtifactsBuilt from 6d6fc22. Download artifacts from this workflow run. JS SDK ( npm install ./e2b-2.14.2-mishushakov-apt-fix-missing.0.tgzCLI ( npm install ./e2b-cli-2.8.2-mishushakov-apt-fix-missing.0.tgzPython SDK ( pip install ./e2b-2.15.3+mishushakov.apt.fix.missing-py3-none-any.whl |
dobrac
approved these changes
Mar 16, 2026
jakubno
approved these changes
Mar 18, 2026
Member
jakubno
left a comment
There was a problem hiding this comment.
Would it make sense to add ubiquitous extra options and just pass it?
Member
Author
|
@jakubno you can now just do .aptInstall('package --option') |
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
fixMissingoption toaptInstall()in JS SDKfix_missingparameter toapt_install()in Python SDK--fix-missingflag forapt-get installcommand🤖 Generated with Claude Code
Note
Low Risk
Low risk: additive, opt-in flags that only adjust how
apt-get installis invoked in template builds, with minimal impact unless the new option is used.Overview
Adds an opt-in
fixMissing/fix_missingoption to the JS and Python template builders’aptInstall/apt_installhelpers.When enabled, the generated
apt-get installcommand includes--fix-missing, and the JS types/docs are updated accordingly; a changeset bumpse2band@e2b/python-sdkas minor releases.Written by Cursor Bugbot for commit 3eb5f14. This will update automatically on new commits. Configure here.