Skip to content

v0.49.0

Compare
Choose a tag to compare
@Tpuljak Tpuljak released this 13 Dec 14:42
· 74 commits to main since this release
d2cd518

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