Skip to content

Releases: OpenAnalystInc/cli

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

v2.0.12: Production TUI — Multi-Provider, Team Collaboration, 65+ Commands

06 Apr 17:35

Choose a tag to compare

What's New in v2.0.12

Multi-Provider AI

  • 8 providers: OpenAI, Anthropic, Google Gemini, xAI, OpenRouter, Amazon Bedrock, Stability AI, OpenAnalyst
  • 40+ models with latest pricing (GPT-5.4, Opus 4.6, Gemini 3.1, Grok 4, DeepSeek V4)
  • Smart per-task routing: fast models for scanning, balanced for coding, capable for planning

Full-Featured TUI

  • 65 slash commands with autocomplete and multi-command input
  • 22 built-in tools (bash, file I/O, grep, web search, agents, KB, REPL, PowerShell)
  • Branded banner, inline tool cards with diff view, streaming markdown
  • 4 permission modes with colorful badges
  • Sidebar panel (Ctrl+E) with agents, files, plans, routing, activity
  • Per-model session cost tracking

Team Collaboration

  • Sessions, todos, and plans shared via .openanalyst/ in git
  • Other team members can resume your AI conversations
  • Project-specific instructions via OPENANALYST.md

API Server

  • Deploy on EC2/cloud: POST /v1/chat for simple queries
  • SSE streaming for real-time responses
  • Session management via REST API

Install

npm install -g @openanalystinc/openanalyst-cli

Or download the binary for your platform below.

v2.0.11 — Ink TUI Architecture

06 Apr 07:31

Choose a tag to compare

OpenAnalyst CLI v2.0.11

Complete TUI overhaul — React/Ink replaces ratatui for a smoother, more flexible terminal experience.

What's New

  • Ink TUI — 70 React components built with the same framework as Claude Code and Gemini CLI
  • 8 AI Providers — OpenAI, Anthropic, Google Gemini, xAI, OpenRouter, Amazon Bedrock, Stability AI, OpenAnalyst
  • 62+ Slash Commands — including /dev, /scrape, /vision with Playwright browser automation
  • Voice Input — Whisper API transcription with automatic API key detection
  • Session Persistence — Auto-save every 60s, /resume to pick up where you left off
  • Real API Credits — Shows your actual balance from each provider
  • Unified Login/login openai sk-... saves to all credential stores
  • 28 Model Catalog/models shows all available models based on your API keys

Install

npm install -g @openanalystinc/openanalyst-cli

Cross-Platform

Works on Windows, macOS, and Linux (x64 + ARM64).

OpenAnalyst CLI v2.0.10

05 Apr 15:43

Choose a tag to compare

  • Banner shows API user name, email, and credit balance
  • Credits fetched from /credits/balance (JWT auth)
  • Left-aligned model/provider and cwd in banner
  • Name falls back to OS username if API unavailable

OpenAnalyst CLI v2.0.9

05 Apr 15:32

Choose a tag to compare

Fix npm postinstall binary download — adds platform-specific asset fallback

OpenAnalyst CLI v2.0.8

05 Apr 15:21

Choose a tag to compare

v2.0.8 — Full Project Config System + TUI fixes

  • Full .openanalyst/ project config: rules, skills (SKILL.md), agents, output-styles, hooks, commands
  • /rules, /output-style slash commands in TUI
  • SessionStart/SessionEnd hooks fire in REPL and TUI
  • Settings env vars injected at startup
  • 3-level config: managed > user > project
  • TUI banner: left-aligned model/provider and cwd path
  • All references point to OpenAnalystInc/cli