Eidos CLI v0.39.1
What's new
Keep attachments visible after restarting Serve
When eidos serve restarts on the same address, an already-open browser now
detects the new Serve process, reopens its Runtime session, and reloads asset
capabilities automatically. Attachments render again without manually
refreshing the page, including after restarting Serve with --assets-dir.
Use with an Agent
The CLI now bundles the matching Eidos Skill. Initialize it in the current
Space/project or install it for the current user without Node.js or npx:
eidos skills init
eidos skills init --globalInstall
macOS or Linux:
curl -fsSL https://download.eidos.space/cli/install.sh | shWindows PowerShell:
irm https://download.eidos.space/cli/install.ps1 | iexThe installers select v0.39.1 and verify the downloaded archive against the
release SHA256SUMS before replacing an existing binary.