Releases: DojoGenesis/cli
Releases · DojoGenesis/cli
v1.0.0
v0.2.0
Dojo CLI v0.2.0
Highlights
- 33 commands — full REPL, TUI, pilot mode, spirit system, plugin management, telemetry, disposition profiles
- Semantic skill clustering — cluster and categorize skills by behavioral similarity
- Desktop scaffold — Wails v2 + Svelte 5 desktop app (hibernated, Go layer clean)
- CI workflow — build, test, vet on all branches
New since v0.1.0
feat:Dojo Spirit system (belt ranks, XP, achievements, streaks, koans)feat:Disposition profiles persisted to settings.json,/settings profilesubcommandfeat:Skills semantic clustering packagefeat:Pilot mode multi-panel layout + telemetry sinkfeat:Bloom, code, guide commands + art animationsfix:Workspace root propagation for file tool resolutionfix:Agent dispatch guard,/runcommand routing, persistent SSEchore:Apache 2.0 LICENSE, CI workflow, desktop scaffold, binary hygiene
Install
go install github.com/DojoGenesis/cli/cmd/dojo@v0.2.0Full Changelog: v0.1.0...v0.2.0
v0.1.0
Dojo CLI v0.1.0
Self-hosted agentic AI in your terminal. The CLI surface of Dojo Genesis.
Highlights
- 30+ slash commands mapping all 8 Dojo Genesis surfaces (Home, Partnership, Piloting, Garden, Practice, Projects, Pipelines, Trail)
- 46 gateway API methods covering chat, agents, skills, memory, snapshots, traces, MCP apps, workflows, CAS, documents
- Bubbletea TUI dashboards for
/pilot(live SSE event stream) and/home(workspace overview) - Agent dispatch with ADA disposition modes (focused, balanced, exploratory, deliberate)
- Session continuity — persistent session IDs, agent state across REPL invocations
- Hook system — PreCommand/PostCommand/PostSkill/PostAgent/SessionEnd with command, prompt, http, agent types
- Plugin scanner — CoworkPlugins format (plugin.json, agents/.md, skills//SKILL.md, hooks/hooks.json)
- Dojo Genesis design system — sunset gradient wordmark, vitality prompt, truecolor palette
- 102 tests across 7 packages
Install
# From source
git clone https://github.com/DojoGenesis/dojo-cli && cd dojo-cli && make install
# Or curl installer (once binaries are published)
curl -sSL https://raw.githubusercontent.com/DojoGenesis/dojo-cli/main/scripts/install.sh | bashQuick Start
# Start the gateway
cd AgenticGatewayByDojoGenesis && go run .
# In another terminal
dojoCommands
| Surface | Commands |
|---|---|
| Chat | Type any message without / |
| Home | /home, /home plain |
| Agents | /agent ls|dispatch|chat|info|channels|bind|unbind |
| Skills | /skill ls|get|inspect|tags |
| Garden | /garden ls|stats|plant|search|rm |
| Trail | /trail|add|rm|search |
| Pilot | /pilot, /pilot plain |
| Practice | /practice |
| Apps | /apps ls|launch|close|status|call |
| Workflow | /workflow <name> |
| Snapshot | /snapshot ls|save|restore|export|rm |
| Session | /session|new|<id> |
| Run | /run <task> |
| Trace | /trace <id> |
| Settings | /settings|providers|set |
| Model | /model ls|set |
CLI Flags
--gateway, --token, --version, --no-color, --disposition, --one-shot, --completion