CLI Enhancements & New Guides

CLI Enhancements & New Guides CLI Enhancements & New Guides

This release improves the CLI experience by introducing top-level sandbox commands for faster access. Users can now directly SSH into or execute commands within sandboxes using sandbox ssh and sandbox exec, and easily generate preview URLs with the new daytona preview-url command.

Documentation has been significantly expanded with new guides for the Google ADK and Letta Code, enabling broader agent workflows. Additionally, new documentation for configuring Tailscale and OpenVPN provides users with more flexible networking options for their development environments.

Stability improvements include better proxy support for multiple domains during authentication callbacks and enhanced error handling in the Runner for backup states and timeouts, ensuring a more robust infrastructure.

Release Details

Features

  • cli: sandbox ssh command (ffea51531)

  • cli: sandbox exec command (9c9090f82)

  • cli: top level sandbox commands (3308efe5d)

  • cli: add ssh command output to create command (abff59bdd)

  • cli: daytona preview-url command (f59656348)

  • docs: expand auto-stop interval description (#3370)

  • docs: add tailscale and openvpn (#3352)

  • docs: expand default snapshots (#3403)

  • guides: Google ADK guide (#3469)

  • proxy: support multiple proxy domains for auth callback (#3429)

Fixes

  • api: update toolbox proxy url on region update (#3451)

  • cli: skip version warn if cli ahead (297b9fd5e)

  • dashboard: prevent details sheet opening when clicking delete in runner table (#3464)

  • proxy: check target port numeric (#3455)

  • proxy: parseHost return values (#3497)

  • runner: backup timeout (#3467)

  • runner: backup state in progress (#3472)

  • runner: append recovery notice to recoverable error reason (#3482)

  • sdk: add timeout for pending_build state to prevent indefinite waits (#2771)

  • sdk-python: exclude scripts folder from deptry check (#3449)

Refactor

  • dashboard: remove type label from region details sheet (#3448)

Chores

  • python-sdk: fix concatenation lint (a3c4ed0df)

Uncategorized changes