v0.49.0
What's Changed
Features
- feat: add project config export/import by @unsuman in #1381
- Workspace Toolbox API by @vedranjukic and @Tpuljak in #1455
Fixes
- fix: format sample json by @hunnywar in #1433
- fix: agent started check by @Tpuljak in #1446
- fix: don't throw when ssh entry not found on removal by @Tpuljak in #1453
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
Samples
- samples: add C sample by @s-celles in #1373
- samples: add Next.js - OpenSourceSmith sample by @md-abid-hussain in #1432
- samples: add Next.js - MindmapCopilot sample by @hoangv97 in #1434
- samples: add Next.js - Recipe Genie sample by @kom-senapati in #1435
- samples: add React.js - Image Crop sample by @Ayushjhawar8 in #1437
- samples: add Next.js - Calendar Buddy sample by @ChiragAgg5k in #1438
- samples: add React.js - Crops ML sample by @Subash-Lamichhane in #1440
- samples: add Next.js - Video Generation AI sample by @ARYPROGRAMMER in #1443
- samples: add django -crisis monitor by @Dishika18 in #1457
- samples: added NextJS- Festigo by @RS-labhub in #1461
- samples: add React.js - AI text summarization by @Ujj1225 in #1444
New Contributors
- @md-abid-hussain made their first contribution in #1432
- @hunnywar made their first contribution in #1433
- @hoangv97 made their first contribution in #1434
- @kom-senapati made their first contribution in #1435
- @Ayushjhawar8 made their first contribution in #1437
- @ChiragAgg5k made their first contribution in #1438
- @Subash-Lamichhane made their first contribution in #1440
- @MDzaja made their first contribution in #1441
- @LDavidBryant made their first contribution in #1442
- @ARYPROGRAMMER made their first contribution in #1443
- @mojafa made their first contribution in #1414
- @Ujj1225 made their first contribution in #1444
- @marijancip123 made their first contribution in #1454
- @Dishika18 made their first contribution in #1457
- @saralucijad made their first contribution in #1460
Full Changelog: v0.48.0...v0.49.0