stella version
Print the installed Stella version and exit.
Print the version of the installed stella binary and exit.
Synopsis
stella versionA top-level flag prints the version too, in clap's default format (no v prefix):
stella --versionOutput
The version subcommand prints a v-prefixed line:
stella v0.5.0stella --version prints clap's default form instead — the binary name, a space, then the
bare version:
stella 0.5.0The exact number tracks the release you installed. Binaries built in dev mode
(scripts/dev.sh) append a git-sha stamp, e.g. stella v0.5.0-dev.abc1234; released
binaries print the bare semver.
Use it to confirm an install or upgrade, or to capture the version in a CI log. This command needs no provider or API key configured.
stella config
Show the fully resolved configuration for the current session.
Extension hooks
A typed, in-process event bus that lets extensions observe Stella's activity and gate policy-sensitive actions — tool calls, file writes, shell commands, and delivery — with allow / modify / deny / require-approval decisions.