Releases: Hopsule/cli-tool
Releases · Hopsule/cli-tool
v0.9.9
v0.9.8 — MCP Integration & Production CLI
Hopsule CLI v0.9.8
Embedded MCP server, production-grade distribution, and intelligent project detection.
Highlights
MCP Server (Model Context Protocol)
- Embedded MCP server — run with
hopsule mcp serve - 17 tools: decisions, memories, tasks, context packs, search, and smart context
- Strict project isolation via
HOPSULE_PROJECT_IDenvironment variable - Auto-configure Cursor, Claude Desktop, and Claude Code from TUI or CLI
- Manual setup support for IDEs not auto-detected
Smart Project Detection
hopsule initmatches Git remote URL with your Hopsule projects- Auto-initializes when selecting a project in TUI (if in a Git repo)
- Creates
.hopsulefile for persistent project identification - Green/gray dots in TUI show initialization status
Interactive TUI
- Full project management: decisions, memories, capsules, tasks
- MCP integration panel with IDE detection and one-click setup
- List and card views with pagination and search
- Keyboard-driven navigation
Distribution
npm install -g hopsulewith progress bar and branded install experiencebrew install hopsule/tap/hopsulefor macOS/Linux- Windows support via Scoop and Chocolatey
- Automated CI/CD release pipeline
Installation
# npm (recommended)
npm install -g hopsule
# Homebrew
brew install hopsule/tap/hopsule
# Scoop (Windows)
scoop bucket add hopsule https://github.com/Hopsule/scoop-bucket.git
scoop install hopsuleQuick Start
hopsule login
hopsule init
hopsule # Interactive TUI
hopsule mcp install cursorv0.9.0 — Production Distribution & Modular UI
Hopsule CLI v0.9.0
Production-grade distribution system and modular UI refactor.
Highlights
- Multi-platform distribution: npm, Homebrew, Scoop, Chocolatey
- Automated release pipeline with GitHub Actions and GoReleaser
- Modular TUI architecture with separated concerns
- Device authentication flow
- Enhanced API client with comprehensive endpoint coverage
Installation
npm install -g hopsule
brew install hopsule/tap/hopsulev0.7.5 — Dashboard Layout & Borders
Hopsule CLI v0.7.5
Visual polish release with dashboard borders and improved alignment.
Changes
- Added top/bottom dashboard borders
- Improved vertical alignment and spacing
- Full macOS and Windows binary support
- Homebrew installation support
v0.4.4 — Compact Layout
Hopsule CLI v0.4.4
Compact layout with simplified Homebrew installation.
Changes
- Compact info panel layout
- Simplified
brew installcommand - Keyboard navigation (arrow keys, Enter, q, ?)
- Clean geometric logo
v0.3.0 — Monochrome Theme
Hopsule CLI v0.3.0
Complete monochrome visual redesign with adaptive dark/light terminal support.
Changes
- Professional black/white/gray color palette
- Adaptive colors for any terminal theme
- New geometric ASCII logo
- Clean, minimal design language
v0.2.0 — Interactive TUI
Hopsule CLI v0.2.0
First interactive TUI release with Bubble Tea framework.
Changes
- Interactive command selection with arrow key navigation
- Real-time status display
- Help system with keyboard shortcuts
- Decision management (list, create, accept, deprecate)
- Homebrew distribution