Releases: OpenAnalystInc/cli
Releases · OpenAnalystInc/cli
v2.0.11 — Ink TUI Architecture
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,/visionwith Playwright browser automation - Voice Input — Whisper API transcription with automatic API key detection
- Session Persistence — Auto-save every 60s,
/resumeto 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 —
/modelsshows all available models based on your API keys
Install
npm install -g @openanalystinc/openanalyst-cliCross-Platform
Works on Windows, macOS, and Linux (x64 + ARM64).
OpenAnalyst CLI v2.0.10
- 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
Fix npm postinstall binary download — adds platform-specific asset fallback
OpenAnalyst CLI v2.0.8
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
v2.0.6
v2.0.5
v2.0.3
OpenAnalyst CLI v2.0.2
OAuth fix, Cloudflare proxy removed, project-level .env
OpenAnalyst CLI v2.0.1
OpenAnalyst CLI v2.0.1
Production-ready release with all core features working.
Install
irm https://raw.githubusercontent.com/OpenAnalystInc/cli/main/install.ps1 | iexcurl -fsSL https://raw.githubusercontent.com/OpenAnalystInc/cli/main/install.sh | bashnpm install -g @openanalystinc/openanalyst-cliWhat'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.