Releases: OpenAnalystInc/cli
Releases · OpenAnalystInc/cli
v2.0.30
OpenAnalyst CLI v2.0.30
What's New
- Multi-provider streaming fix — Ollama, OpenAI, OpenRouter, Anthropic all stream correctly with provider-specific reasoning field parsing
- Provider-specific API params — OpenAI reasoning models use
max_completion_tokens, OpenRouter gets attribution headers, all providers getstream_options - MCP WebSocket transport — Connect to remote MCP servers via WebSocket
- Thinking/effort API —
/v1/chatnow acceptseffortparameter (low/medium/high/max) - Version alignment script —
node scripts/bump-version.js X.Y.Zupdates all version locations - Chat spacing polish — Matches Claude Code's turn gaps and tool stacking
- Input box responsive — Progressive badge hiding on narrow terminals
- CI/CD optimized — Auto-cleanup of old releases, 1-day artifact retention
Downloads
Note: Windows binary included. Other platform binaries will be added when CI pipeline runs.
Install via npm:npm install -g @openanalystinc/openanalyst-cli
v2.0.28
v2.0.28
- Remove custom scrollbar — clean chat area matching Claude Code
- Remove separator line above input box
- Banner tips show OPENANALYST.md for all providers
- Tool card visual parity: filled circle icons (green success, red error, gradient spinner)
- Inline code background tint in assistant messages
- Dynamic status bar phase labels from engine
Note: Only Windows x86_64 binary available in this release. Other platform binaries will be added when CI/CD is restored.