Dev environments
Windsurf IDE
Dev environments now support Windsurf as a first-class IDE option alongside VSCode and Cursor.
type: dev-environment
ide: windsurf
repos:
- https://github.com/dstackai/dstack
resources:
gpu: 24GB..:1dstack provisions an instance for your dev environment and seamlessly connects your local Windsurf editor to it.
Troubleshooting
Runs/fleets/volumes/gateways JSON via CLI
You can now inspect the full JSON state of runs, fleets, volumes, and gateways using these CLI commands:
$ dstack run get <name> --json
$ dstack fleet get <name> --json
$ dstack volume get <name> --json
$ dstack gateway get <name> --jsonRuns/fleets JSON via UI
The UI includes new "Inspect" tabs with read-only JSON viewers for runs and fleets, making it easier to debug and understand resource states.
What's changed
- Adjust kubernetes gpu matching for RTX5090 by @r4victor in #3440
- [runner] Fix MPI hostfile by @un-def in #3441
- [Crusoe] Minor edits by @peterschmidt85 in #3448
- [Dev environments] Support windsurf IDE by @peterschmidt85 in #3444
- Add
processing instancedebug log message by @jvstme in #3450 - [runner] Decouple Server and Executor by @un-def in #3447
- [Feature] Allow to see JSON state of runs/volumes/fleets/gateways via CLI/UI by @peterschmidt85 in #3445
Full Changelog: 0.20.2...0.20.3