What's new
Reorganized command namespaces
Eidos CLI 2.0 reorganizes commands into clear, atomic namespaces:
file:new,inspect,validate,repairschema:dump,apply,table,field,viewdata:query,mutate,compact,assetserve: embedded local and LAN web editorcloud:login,whoami,logout,publish,collectself:skill,upgradeplugin:list,install,remove,inspect
Legacy 1.x flat commands (eidos create, eidos context, eidos rows, etc.) remain available as hidden aliases for backward compatibility.
Plugin authoring migration
Plugin scaffolding and packaging commands (create, check, dev, pack) have moved to @eidos.space/plugin-tools via npx @eidos.space/plugin-tools <command>. The core eidos plugin command focuses on managing installed plugins.
Improvements
- Compact context:
eidos data query --compactprovides bounded context and schema for agent loops. - Formula preview:
eidos schema field previewsupports safe formula evaluation before writing. - Serve UI: Embedded serve interface inherits updated semantic theme tokens.
Use with an Agent
Initialize the Skill bundled with this CLI version in the current project or install it for your user:
eidos self skill init
eidos self skill init --global
# legacy alias: 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 v2.0.0 and verify the downloaded archive against the release SHA256SUMS before replacing an existing binary.