feat: upgrade @agent-infra/sandbox package and add health check#1188
Merged
Conversation
✅ Deploy Preview for agent-tars-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
6a415c1 to
d91e064
Compare
- Upgrade @agent-infra/sandbox from 0.0.2-beta5 to 0.0.2-beta7 in code-agent - Upgrade @agent-infra/sandbox from 0.0.1 to 0.0.2-beta6 in gui-agent - Add checkSandbox() method to CodeAgentPlugin for health monitoring - Update pnpm-lock.yaml to reflect package version changes These changes improve sandbox infrastructure reliability and enable proactive health monitoring of sandbox connections.
d91e064 to
dda11cc
Compare
ulivz
approved these changes
Aug 19, 2025
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
upgrades the
@agent-infra/sandboxpackage across both code-agent and gui-agent components and introduces a sandbox health check mechanism.Changes Made:
@agent-infra/sandboxfrom version0.0.2-beta5to0.0.2-beta7@agent-infra/sandboxfrom version0.0.1to0.0.2-beta7checkSandbox()method toCodeAgentPluginthat performs health checks on sandbox connectionsTechnical Details:
The new
checkSandbox()method is called during plugin initialization and leverages thehealthCheck()method from the AioClient to ensure sandbox connectivity before executing code operations.Checklist