Sandbox Resizing & Session Command Input

Sandbox Resizing & Session Command Input Sandbox Resizing & Session Command Input

This release improves resource flexibility by allowing users to resize CPU, memory, and disk allocations for existing sandboxes. This ensures that environments can scale as project demands change without requiring a full rebuild.

To enhance interactive workflows, the Daemon and SDKs now support session command input. This change allows developers to programmatically send input to running processes, enabling more complex automation and better integration with agentic workflows. Additionally, this version provides greater control over infrastructure monitoring by making metrics snapshot intervals configurable on the runner, helping to balance observability with system overhead. Documentation and release workflows have also been updated to streamline the platform's stability.

Release Details

Features

  • resize sandbox cpu, mem and disk (#3481)

  • daemon,sdk,docs: support session command input (#3215)

Fixes

  • runner: make metrics snapshot intervals configurable (#3460)

Chores

  • add prepare release workflow (#3577)

  • docs: temporarily remove whitelisting ip addresses (#3568)

  • sdk-go: bump to v0.138.0 (#3579)