CLI for Cohub — spaces, sessions, and agent collaboration.
No install-time attack surface is established. On explicit sandbox use, the CLI downloads and executes a native relay binary and grants a trusted Cohub space agent full local shell capability after disclosed consent. Normal CLI invocation also periodically self-updates the globally installed CLI.
`dist/index.js` auto-runs a global npm self-update on normal CLI invocations.
dist/index.jsView on unpkg`dist/self-update.js` installs `@neta-art/cohub-cli@latest` via npm.
dist/self-update.jsView on unpkg`dist/commands/sandboxd-binary.js` downloads and executes a cached native sandbox binary.
dist/commands/sandboxd-binary.jsView on unpkg`dist/commands/sandbox.js` enables remote space agents to run shell commands as the local user after consent.
dist/commands/sandbox.jsView on unpkg`dist/index.js` auto-runs a global npm self-update on normal CLI invocations.
dist/index.jsView on unpkg`dist/self-update.js` installs `@neta-art/cohub-cli@latest` via npm.
dist/self-update.jsView on unpkg`dist/commands/sandboxd-binary.js` downloads and executes a cached native sandbox binary.
dist/commands/sandboxd-binary.jsView on unpkg`dist/commands/sandbox.js` enables remote space agents to run shell commands as the local user after consent.
dist/commands/sandbox.jsView on unpkg