docs: add Daytona to backend lists in docs

Signed-off-by: rovle <lovre.pesut@gmail.com>
This commit is contained in:
rovle
2026-03-05 11:55:41 -08:00
parent efc7a7b957
commit 74a36b0729
7 changed files with 7 additions and 7 deletions

View File

@@ -62,7 +62,7 @@ The terminal tool can execute commands in different environments:
```yaml
# In ~/.hermes/config.yaml
terminal:
backend: local # or: docker, ssh, singularity, modal
backend: local # or: docker, ssh, singularity, modal, daytona
cwd: "." # Working directory
timeout: 180 # Command timeout in seconds
```