live disk resize via /scale {diskMB} + billing inherit fix - #560
Open
breardon2011 wants to merge 2 commits into
Open
live disk resize via /scale {diskMB} + billing inherit fix#560breardon2011 wants to merge 2 commits into
breardon2011 wants to merge 2 commits into
Conversation
2027 — Eval complete for commit
|
| URL | Mapping |
|---|---|
| digger.dev | → opensandbox-disk-resize.mintlify.site |
| opencomputer.dev | → opensandbox-disk-resize.mintlify.site |
2027 // complete the getting started guide at https://opencomputer.d — Did not finish
- ⚠️ Score nulled: AI judge determined the task was not completed — Sandbox creation never succeeded: agent could not obtain an API key without browser auth, and after the key was manually provided, the account returned 402 trial credits exhaustedPrompt
complete the getting started guide at https://opencomputer.dev
Commit 79f59d2 · View report →
Evaluating agent experience using 2027.dev · View dashboard
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
breardon2011
marked this pull request as ready for review
July 29, 2026 23:01
motatoes
approved these changes
Jul 30, 2026
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.
POST /api/sandboxes/:id/scale now accepts diskMB. QMP block_resize + resize2fs grows the qcow2 online (~2s); size persists through hibernate/wake/fork/migration. Shrink refused when guest fs would leave <500MB safety margin. Hibernated returns 409 sandbox_hibernated.
Billing fix in RecordScaleEvent: now inherits any dimension (mem/cpu/disk) left at 0 from the prior event, so disk-only or memory-only scales no longer insert zero-valued rows.
TS/Python SDKs + CLI extended. Full docs + api-reference page.
follow up pr for disk billing hook up in autumn