Skip to content

Eidos CLI v0.39.1

Choose a tag to compare

@github-actions github-actions released this 30 Aug 21:03
· 1 commit to dev since this release

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 --global

Install

macOS or Linux:

curl -fsSL https://download.eidos.space/cli/install.sh | sh

Windows PowerShell:

irm https://download.eidos.space/cli/install.ps1 | iex

The installers select v0.39.1 and verify the downloaded archive against the
release SHA256SUMS before replacing an existing binary.