Skip to content

Releases: OpenAnalystInc/cli

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

v2.0.7

05 Apr 11:54

Choose a tag to compare

Runtime: agents config, config paths, output styles, rules, enhanced settings & skills

v2.0.6

05 Apr 10:39

Choose a tag to compare

Smooth rendering: dirty flag system, zero idle CPU

v2.0.5

05 Apr 10:25

Choose a tag to compare

Smooth tool spinners, double-Esc cancel, clean tool output

v2.0.3

05 Apr 09:10

Choose a tag to compare

Clean login — API key only, no OAuth. All docs updated.

OpenAnalyst CLI v2.0.2

05 Apr 09:07

Choose a tag to compare

OAuth fix, Cloudflare proxy removed, project-level .env

OpenAnalyst CLI v2.0.1

05 Apr 08:49

Choose a tag to compare

OpenAnalyst CLI v2.0.1

Production-ready release with all core features working.

Install

irm https://raw.githubusercontent.com/OpenAnalystInc/cli/main/install.ps1 | iex
curl -fsSL https://raw.githubusercontent.com/OpenAnalystInc/cli/main/install.sh | bash
npm install -g @openanalystinc/openanalyst-cli

What's New

  • All model routing uses user's logged-in provider (no cross-provider)
  • TUI streaming works with all providers
  • Fresh TUI session (alternate screen), clean exit
  • 65+ slash commands all functional
  • OAuth login for Claude, OpenAI, Gemini
  • Project-level .env support (priority over global)
  • Credit/provider status below input box
  • MCP server count display
  • Dynamic model list from env API keys
  • Queued messages + slash commands during streaming
  • Input history with up/down arrows
  • /undo to revert file changes
  • Ctrl+V clipboard paste (text + images)

Developed by OpenAnalyst Inc.