Releases: OpenAnalystInc/cli
Releases · OpenAnalystInc/cli
OpenAnalyst CLI v2.0.19
OpenAnalyst CLI v2.0.17
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
OpenAnalyst CLI v2.0.16
Install
npm install -g @openanalystinc/openanalyst-cli
openanalystOpenAnalyst CLI v2.0.15
OpenAnalyst CLI v2.0.15
What's New
- Connected Apps —
/app add gmailto connect apps, AI uses them automatically via UserApp tool - MCP Server Management —
/mcp addto connect tool servers, persists across sessions - Knowledge Base —
/knowledgesearches with local caching for instant recall - AI Learning —
/feedbackteaches 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 Server —
openanalyst --servefor 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
openanalystFull Changelog: https://github.com/OpenAnalystInc/cli/commits/v2.0.15
v2.0.14: Go Live — Real Engine, Session Persistence, 63+ Slash Commands
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 --servefor 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
openanalystQuick 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
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-cliOr download the binary for your platform below.
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