Changelog - nself-org/cli GitHub Wiki
See CHANGELOG.md in the repo root for the full version history.
P93 ecosystem stabilization release. CLI/Admin lockstep, doc-drift zero, SPORT-locked versioning.
Highlights:
- CLI/Admin version lockstep (both at v1.0.9)
- 46 commands, 25 free + 62 Pro plugins, 5 bundles, 7 pricing tiers (locked via SPORT F01-F15)
- 189-page wiki refresh aligned to v1.0.9 reality
- Ecosystem-wide banned-word sweep across all 11 repo READMEs
- Doc-drift scanner integrated: zero TODO/FIXME/stub in shipped docs
Interim release with Homebrew formula fixes, install script refinements, and version banner updates.
Patch release with minor bug fixes and changelog corrections.
P89/P90 + P92 coordinated release. Ships P87-P90 CLI accumulated work alongside plugins-pro v1.0.1.
CLI highlights:
- Goreleaser cross-platform binaries -- proper release artifacts for macOS (arm64/amd64), Linux (amd64/arm64), Windows (amd64)
-
Monitoring compose wiring -- Prometheus/Grafana/Loki bundle properly wired into
nself buildoutput - Compliance checker -- new command for auditing setup against security and configuration best practices
- Homebrew webhook fix -- automated sha256 + formula update on release now functions correctly
- Env documentation -- expanded env var docs across all generators
- P90 polish -- assorted fixes across the command tree
Coordinated plugins-pro v1.0.1 P92 highlights:
- Querier interface refactor -- AI and Notify plugins now share a clean Querier abstraction with full handler test coverage
- 8 Grafana dashboards -- drop-in dashboards for core services
- Alertmanager rules -- pre-baked alert rules for common failure modes
- BaseURL injection -- consistent config plumbing across services
- 200-OK fixes and health tool wiring -- all core endpoints now return expected codes
- Hardening passes -- AI, Google, Claw, Mux, Voice, Notify, and Browser plugins
ɳClaw production-ready release with knowledge graph, agent dashboard, and 30+ community features.
Highlights:
- Session identity fix -- resolved root cause of production session issues
- Knowledge graph -- memory rooms, brain health scoring, Obsidian export
- Prompt library -- 45+ templates with chaining support
- Agent dashboard -- 8 personas with marketplace
- Image generation -- multi-provider support (DALL-E, Stable Diffusion, etc.)
- Smart model routing -- user-defined rules for model selection
- Chat UX overhaul -- auto-titling, pinning, quick links, WebSocket streaming
- PWA with offline support -- full progressive web app capabilities
- 30 community-inspired features -- voice input, keyboard shortcuts, conversation search, and more
Security hardening release with expanded plugin ecosystem.
- [docs]: Added 6 feature wiki pages (nClaw, nChat, nTV, nFamily, nCloud, Licensing Guide)
- [docs]: Added comprehensive API Reference covering all plugin REST endpoints
- [docs]: Updated Configuration with plugin environment variables (inter-plugin auth, AI routing, nClaw behavior, resource limits)
- [docs]: Expanded Security Architecture with JWT model, passkey auth, ACL system, plugin-to-plugin auth, browser/shell/email security
Highlights:
-
nself securitycommand — new top-level command withaudit,setup, andstatussubcommands for automated security hardening. Checks UFW, fail2ban, SSH, Docker port exposure,.envpermissions, and service binding. See cmd-security - 87 plugins — the ecosystem now ships 25 free and 62 Pro plugins (up from 77 total in v1.0.0). New additions include claw-budget for AI token budget tracking and cost controls
-
Security hardening — container security improvements, stricter default
.envpermissions, and internal plugin authentication viaPLUGIN_INTERNAL_SECRET -
New environment variables —
CLAW_WEB_SECRETfor claw-web plugin authentication,PLUGIN_INTERNAL_SECRETfor inter-plugin communication - Bug fixes — resolved edge cases in compose generation, improved error messages for license validation failures
Upgrade:
nself update
nself doctor # verify stack health after upgradeFirst stable release. Complete Go rewrite of the nSelf CLI (previously Bash-based v0.x).
Highlights:
- 24 top-level commands with 295+ subcommands
- Full Docker Compose v2 stack generation (Postgres, Hasura, Auth, Nginx)
- Plugin system with 25 free plugins and 52 Pro plugins
-
nself migratecommand for v1 → v2 migration with rollback - Interactive
nself initwizard with multi-env support -
nself health watchfor continuous monitoring - Shell completion for bash, zsh, and fish
-
nself doctorcomprehensive system diagnostics - License management for Pro plugins