Skip to content

Releases: OpenAnalystInc/cli

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.

v1.0.106

05 Apr 07:51

Choose a tag to compare

OpenAnalyst CLI v1.0.106 — Windows x64