v0.162.0

daytonaio/daytonav0.162.0Apr 8, 2026by github-actions[bot]

AI Summary

Major updates include the introduction of BuildKit for runners and a significant package renaming initiative to simplify the TypeScript SDK namespace.

Key Highlights

  • TypeScript packages renamed from @daytonaio/* to @daytona/*.
  • BuildKit support added to the runner.
  • Preserved sparse files during rsync copy to prevent quota overflow.
  • Reduced blast radius in CI secrets scope.

Breaking Changes

  • Rename all TypeScript packages from @daytonaio/* to @daytona/* with dual-publish

New Features

  • Add dynamic metadata and open graph support
  • Buildkit runner
  • Preserve sparse files during rsync copy
  • Fix scroll action blocking indefinitely
  • Rename all TypeScript packages from @daytonaio/* to @daytona/* with dual-publish

Full Release Notes

## 0.162.0 (2026-04-08)

### 🚀 Features

- **docs:** add dynamic metadata and open graph support ([#4217](https://github.com/daytonaio/daytona/pull/4217))
- **runner:** buildkit ([#4215](https://github.com/daytonaio/daytona/pull/4215))

### 🩹 Fixes

- **computer-use:** fix scroll action blocking indefinitely ([#4353](https://github.com/daytonaio/daytona/pull/4353))
- **daemon:** wsClient write mutex ([#4178](https://github.com/daytonaio/daytona/pull/4178))
- **runner:** preserve sparse files during rsync copy to prevent quota overflow ([#4368](https://github.com/daytonaio/daytona/pull/4368))
- **sdk-python:** fix async download_files multipart header loss across chunk boundaries ([#4365](https://github.com/daytonaio/daytona/pull/4365))
- **sdk-python,sdk-ruby:** resolve O(n²) GIL-blocking bug in demux_log ([#4366](https://github.com/daytonaio/daytona/pull/4366))

### Chores

- sync go.sum for v0.161.0 ([#4348](https://github.com/daytonaio/daytona/pull/4348))
- add zip to CI system dependencies for Java Maven Central publish ([#4367](https://github.com/daytonaio/daytona/pull/4367))
- add nix and AGENTS.md ([#4373](https://github.com/daytonaio/daytona/pull/4373))
- configure nx cloud for remote caching ([#4374](https://github.com/daytonaio/daytona/pull/4374))
- **api,dashboard,docs,opencode-plugin,sdk-typescript:** rename all TypeScript packages from @daytonaio/* to @daytona/* with dual-publish ([#4340](https://github.com/daytonaio/daytona/pull/4340))
- **ci:** scope secrets to job/step level to reduce blast radius ([#4334](https://github.com/daytonaio/daytona/pull/4334))
- **sdk-go:** bump to v0.162.0 ([#4383](https://github.com/daytonaio/daytona/pull/4383))

### ❤️ Thank You

- Ante Projić @aprojic
- Bruno Grbavac @brunogrbavac
- Ivan Dagelic @idagelic
- Juraj Štefanić @stefanicjuraj
- Lovre Pešut @rovle
- Mirko Džaja @MDzaja
- Toma Puljak @Tpuljak