Skip to content

Releases: OpenAnalystInc/cli

v2.0.25

09 Apr 17:23

Choose a tag to compare

v2.0.24

09 Apr 14:53

Choose a tag to compare

Full Changelog: v2.0.23...v2.0.24

v2.0.23

09 Apr 10:37

Choose a tag to compare

Full Changelog: v2.0.21...v2.0.23

v2.0.21

08 Apr 11:03

Choose a tag to compare

OpenAnalyst CLI 2.0.21 binaries and public install assets.

v2.0.20

07 Apr 21:08

Choose a tag to compare

Full Changelog: v2.0.19...v2.0.20

OpenAnalyst CLI v2.0.19

07 Apr 08:21

Choose a tag to compare

Hotfix: single banner, rebuilt dist with all session changes

OpenAnalyst CLI v2.0.17

07 Apr 06:29

Choose a tag to compare

Production release: 8 providers, 65+ commands, 22 tools, streaming output, full Rust-TUI wiring. Install: npm i -g @openanalystinc/openanalyst-cli

OpenAnalyst CLI v2.0.16

06 Apr 20:54

Choose a tag to compare

OpenAnalyst CLI v2.0.16

Install

npm install -g @openanalystinc/openanalyst-cli
openanalyst

OpenAnalyst CLI v2.0.15

06 Apr 19:50

Choose a tag to compare

OpenAnalyst CLI v2.0.15

What's New

  • Connected Apps/app add gmail to connect apps, AI uses them automatically via UserApp tool
  • MCP Server Management/mcp add to connect tool servers, persists across sessions
  • Knowledge Base/knowledge searches with local caching for instant recall
  • AI Learning/feedback teaches your assistant to improve over time
  • Background Tasks — Ctrl+B runs prompts in background with expandable status cards
  • Inline Permissions — Clean "Allow? (Y)es / (N)o / (A)lways" prompt, not modal dialogs
  • Custom Agents — Drop definitions in .openanalyst/agents/ for auto-discovery
  • Custom Skills — Add commands via .openanalyst/commands/ with autocomplete
  • API Serveropenanalyst --serve for HTTP API with SSE streaming
  • 22 Built-in Tools — Bash, PowerShell, file ops, web, agents, knowledge, app integrations
  • 66 Slash Commands — Full command suite with persistent state
  • VS Code Extension — Install from marketplace (coming soon)

Install

npm install -g @openanalystinc/openanalyst-cli
openanalyst

Full Changelog: https://github.com/OpenAnalystInc/cli/commits/v2.0.15

v2.0.14: Go Live — Real Engine, Session Persistence, 63+ Slash Commands

06 Apr 18:37

Choose a tag to compare

OpenAnalyst CLI v2.0.14

What's New

  • Real AI conversations — Multi-turn conversations that remember context across messages
  • 65 slash commands — /help, /model, /commit, /diff, /knowledge, /explore, and 59 more
  • 21 built-in tools — Bash, PowerShell, file operations, web search, code analysis, and more
  • Smart permission modes — Default, Plan, Accept Edits, Full Access. Ctrl+P to switch
  • Knowledge base — /knowledge queries expert knowledge with local caching for instant recall
  • AI learning — /feedback teaches your assistant to make fewer mistakes over time
  • Custom agents — Drop agent definitions in .openanalyst/agents/ and they appear automatically
  • Custom skills — Add slash commands via .openanalyst/commands/ with autocomplete support
  • API server — Run openanalyst --serve for HTTP API access with SSE streaming
  • Session persistence — Auto-saves your work, /resume to continue later
  • Voice input — Press Space to speak, automatic transcription

Install

npm install -g @openanalystinc/openanalyst-cli
openanalyst

Quick Start

openanalyst                    # Launch the TUI
openanalyst --serve 8080       # Start API server
openanalyst --headless         # Headless mode for integrations