v0.10.13
What's New in v0.10.13
Fixes
- Fix stale version-check logic so update warning only appears when npm latest version is truly newer than the installed version (prevents false update prompts like 0.10.12 vs 0.9.43).
- Update version-check warning copy to use the new phrase: "I am silly bunny".
- Deploy this version as latest so
steroids - Automated task execution with coder/reviewer loop
USAGE:
steroids [options]
COMMANDS:
llm Quick reference for LLM agents (project setup, commands, task flow)
about Alias for llm
init Initialize steroids in current directory
sections Manage task sections
tasks Manage tasks
stats Global activity statistics
projects Manage global project registry
dispute Manage coder/reviewer disputes
loop Run the orchestrator loop
runners Manage runner daemons
config Manage configuration
ai Manage AI providers and models
hooks Manage event hooks
health Check project health
scan Scan directory for projects
backup Manage backups
logs View invocation logs
cleanup Cleanup utilities (retention-based)
gc Garbage collection
purge Purge old data
git Git integration commands
completion Generate shell completions
web Launch the web dashboard (auto-clones on first run)
merge Merge completed parallel workstreams
workspaces Manage parallel workspace clones
locks Manage task and section locks
skills Manage custom AI skills and assignments
GLOBAL OPTIONS:
-h, --help Show help
--version Show version
-j, --json Output as JSON
-q, --quiet Minimal output
-v, --verbose Detailed output
--no-color Disable colored output
--config Custom config file path
--dry-run Preview without executing
--timeout Command timeout (e.g., 30s, 5m)
--no-hooks Skip hook execution
ENVIRONMENT VARIABLES:
STEROIDS_CONFIG Custom config path
STEROIDS_JSON Output as JSON (1, true)
STEROIDS_QUIET Minimal output (1, true)
STEROIDS_VERBOSE Detailed output (1, true)
STEROIDS_NO_HOOKS Skip hooks (1, true)
STEROIDS_NO_COLOR Disable colors (1, true)
STEROIDS_AUTO_MIGRATE Auto-migrate database (1, true)
STEROIDS_TIMEOUT Command timeout (duration)
NO_COLOR Standard no-color variable
CI CI environment detected
EXAMPLES:
steroids init
steroids sections add "Phase 1"
steroids tasks add "Implement feature" --section "Phase 1"
steroids tasks list --json
steroids loop --verbose
STEROIDS_QUIET=1 steroids tasks list and dashboard updates pick up the latest message behavior.
Notes
- This release includes a version parser/compare fix in CLI update checks and updated prompt text.