Releases: OpenAnalystInc/cli
Releases · OpenAnalystInc/cli
v2.0.25
v2.0.24
Full Changelog: v2.0.23...v2.0.24
v2.0.23
Full Changelog: v2.0.21...v2.0.23
v2.0.21
v2.0.20
Full Changelog: v2.0.19...v2.0.20
OpenAnalyst CLI v2.0.19
Hotfix: single banner, rebuilt dist with all session changes
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