Changelog

0.3.0 (2026-04-24)

Features

  • quarto docs site, sandbox naming, and x-daytona.timeout fix (#22) (bc0e84d)

0.2.3 (2026-04-22)

Bug Fixes

  • replace inspect-ai git dep with PyPI version (#20) (9722e3c)

0.2.2 (2026-04-21)

Bug Fixes

  • daytona: remove env var space-splitting workaround (#18) (9a18e16)

0.2.1 (2026-04-14)

Bug Fixes

  • add DinD self-check test and document timeout cleanup behavior (#16) (60dfe1e)

0.2.0 (2026-04-03)

Features

  • daytona: add multi-service DinD support (#15) (a1fcca6)
  • daytona: clean up orphaned sandboxes on build failure (#11) (30ccafc)
  • modal,daytona: add transient error retry to exec and fill retry gaps (#14) (93b016d)
  • modal: add support for modal secrets from compose files (#13) (b8b1045)

0.1.2 (2026-03-18)

Documentation

  • add network_mode notes and known limitations to READMEs (#9) (e17230f)

0.1.1 (2026-03-16)

Bug Fixes

  • improve Modal command passing, Daytona stdin support, and network_mode translation (#7) (15cbe15)
  • pass build context to Modal image builds and skip retry on RemoteError (1f190b3)

0.1.0 (2026-03-02)

Features

  • add Daytona sandbox implementation (#2) (d6a9908)
  • add Modal sandbox implementation (#1) (f3c8e73)
  • add PyPI publishing with release-please automation (#3) (3cec1bc)

0.1.0 (2026-03-02)

Features

  • Initial release of inspect_sandboxes
  • Daytona sandbox implementation
  • Modal sandbox implementation