Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
1c96e10
[Feature] Endpoint preset trials
Jul 20, 2026
53a116b
Resumable preset sessions, flat preset store, config shorthand, lifec…
Jul 21, 2026
6bf004f
Tie agent life to CLI life; sort preset list newest-first
Jul 21, 2026
91b0c86
Redact known secrets from the agent report instead of failing the ses…
Jul 21, 2026
289c184
Rename to `dstack preset`, add apply --id, fix report validation, pol…
Jul 21, 2026
41ac512
Unify the benchmark format across list, list -v, and apply
Jul 21, 2026
c333889
Add the preset `prompt`: user instructions for the creation agent
Jul 21, 2026
15807f9
Preset names as mutable pointers; apply-style create plan and confirm…
Jul 21, 2026
1c84e6f
Detachable preset creation sessions; replace the agent watchdog
Jul 21, 2026
ec01c27
Fix offset store clobbering across shared readers and mirrors
Jul 21, 2026
57f2f20
Align preset list statuses with dstack ps; move NAME to last column
Jul 22, 2026
dbd70cc
Require `model` on the final service in the agent prompt
Jul 22, 2026
5a3cc18
Merge remote-tracking branch 'origin/master' into presets
Jul 22, 2026
be6198f
Add `dstack preset logs [-f]`; reconcile detached preset creations on…
Jul 22, 2026
c911c2a
Rename endpoint→preset in the CLI; require max_trials on create
Jul 22, 2026
3217fe9
Rename docs endpoint to preset; rewrite the presets concept page
Jul 22, 2026
ac03fb8
Fix _RecordMirror newline doubling on Windows
Jul 22, 2026
c03ded6
Spawn the preset agent with close_fds=True
Jul 23, 2026
1048358
Pass a realistic agent env in connection-resume tests
Jul 23, 2026
c3183f2
Apply preset review fixes: packaging, resilience, dead code, test trims
Jul 23, 2026
f0f4e5e
Scrub the workspace token when a preset creation is suspended
Jul 23, 2026
e84c22a
Mock ssh client info for all preset command tests
Jul 23, 2026
5e37de0
Split the preset agent module by concern
Jul 23, 2026
d00c5cd
Make _create_preset's creation modes explicit
Jul 23, 2026
18d2f41
Thin the preset command layer
Jul 23, 2026
159b476
Share one offset store per session; move tailer IO off the event loop
Jul 23, 2026
784fe7d
Select the fastest matching preset on apply
Jul 23, 2026
3a31a49
Require an explicit preset ID on apply
Jul 23, 2026
06f5d07
Do not announce the saved preset
Jul 23, 2026
8f0f027
Keep logs to the log; render error hints as plain text
Jul 23, 2026
1f964c2
Make preset stop win, finalize on the spot, and take apply ids only
Jul 23, 2026
1f98c90
Align the presets concept page with id-only apply and mention stop
Jul 23, 2026
5d75984
Show the stopping spinner while create waits for its runs
Jul 23, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ nav:
- Services: docs/concepts/services.md
- Volumes: docs/concepts/volumes.md
- More:
- Endpoints: docs/concepts/endpoints.md
- Presets: docs/concepts/presets.md
- Gateways: docs/concepts/gateways.md
- Secrets: docs/concepts/secrets.md
- Projects: docs/concepts/projects.md
Expand Down Expand Up @@ -348,7 +348,7 @@ nav:
- fleet: docs/reference/dstack.yml/fleet.md
- gateway: docs/reference/dstack.yml/gateway.md
- volume: docs/reference/dstack.yml/volume.md
- endpoint: docs/reference/dstack.yml/endpoint.md
- preset: docs/reference/dstack.yml/preset.md
- server/config.yml: docs/reference/server/config.yml.md
- CLI:
- dstack server: docs/reference/cli/dstack/server.md
Expand All @@ -368,7 +368,7 @@ nav:
- dstack volume: docs/reference/cli/dstack/volume.md
- dstack gateway: docs/reference/cli/dstack/gateway.md
- dstack secret: docs/reference/cli/dstack/secret.md
- dstack endpoint: docs/reference/cli/dstack/endpoint.md
- dstack preset: docs/reference/cli/dstack/preset.md
- dstack export: docs/reference/cli/dstack/export.md
- dstack import: docs/reference/cli/dstack/import.md
- HTTP API:
Expand Down
180 changes: 0 additions & 180 deletions mkdocs/docs/concepts/endpoints.md

This file was deleted.

Loading
Loading