feat: choose an available agent Web port from 3080 to 3100

This commit is contained in:
OpenAI Coding Assistant
2026-09-06 13:59:32 -05:00
parent 14285a5ee5
commit a58dd24efe
9 changed files with 213 additions and 31 deletions
+2 -2
View File
@@ -121,8 +121,8 @@ git credential-cache exit
[AGENT-VM.md](AGENT-VM.md) documents the project template and `nix run .#agent`.
The official `dsh@latest` runs as root in a rootless microVM, with the current
project and your standard DSH home/shared skills mounted **read-write**. Its
host Web listener defaults to localhost; RAM, vCPUs, IPs and optional TAP
networking are configured through Nix modules. The VM is headless by default and
host Web listener defaults to localhost on the first free port in **30803100**;
RAM, vCPUs, IPs and optional TAP networking are configured through Nix modules. The VM is headless by default and
includes **Playwright CLI + matching Firefox**, with a writable, once-seeded
`playwright-firefox` skill for isolated named sessions across subagents. No host
service is activated.