Skip to content

Releases: Hopsule/cli-tool

v0.9.9

21 Feb 15:07

Choose a tag to compare

Changelog

  • db84e66 feat: enhance MCP manual setup confirmation and styling

v0.9.8 — MCP Integration & Production CLI

17 Feb 23:07

Choose a tag to compare

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_ID environment 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 init matches Git remote URL with your Hopsule projects
  • Auto-initializes when selecting a project in TUI (if in a Git repo)
  • Creates .hopsule file 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 hopsule with progress bar and branded install experience
  • brew install hopsule/tap/hopsule for 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 hopsule

Quick Start

hopsule login
hopsule init
hopsule          # Interactive TUI
hopsule mcp install cursor

v0.9.0 — Production Distribution & Modular UI

17 Feb 18:45

Choose a tag to compare

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/hopsule

v0.7.5 — Dashboard Layout & Borders

24 Jan 17:07

Choose a tag to compare

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

24 Jan 15:27

Choose a tag to compare

Hopsule CLI v0.4.4

Compact layout with simplified Homebrew installation.

Changes

  • Compact info panel layout
  • Simplified brew install command
  • Keyboard navigation (arrow keys, Enter, q, ?)
  • Clean geometric logo

v0.3.0 — Monochrome Theme

24 Jan 14:47

Choose a tag to compare

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

24 Jan 14:30

Choose a tag to compare

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