github daytonaio/daytona v0.49.0

latest releases: v0.100.0, v0.53.0, v0.52.1...
9 months ago

What's Changed

Features

Fixes

Chores and tests

  • chore(deps): bump golang.org/x/crypto from 0.26.0 to 0.31.0 by @dependabot in #1452
  • docs: expanded the contributing to Daytona section on README file by @mojafa in #1414

Workspace Toolbox API (#1455)

Workspace Toolbox API is a new feature that allows interaction with the workspace agent using Rest API calls.
The Toolbox provides FileSystem, Git, LSP, and Process operations.

This features requires users all providers to be updated daytona provider update --all.

You can interact with the Toolbox API using the Daytona Server builtin swagger editor on: localhost:3986/swagger/index.html.

Tip

Make sure to authorize yourself by setting Bearer <API_KEY> in the Authentication tab.
You can grab your API key with daytona config -k

Screenshot 2024-12-13 at 15 41 24

Samples

New Contributors

Full Changelog: v0.48.0...v0.49.0

Don't miss a new daytona release

NewReleases is sending notifications on new releases.