Skip to content

Commit 0034f6d

Browse files
10x-Anitclaude
andcommitted
v2.0.13: Fix binary launch, install script adds npm package
- Rust binary shows clean message instead of architecture leak - Install script (irm|iex) now also runs npm install for TUI - No more recursive spawn (binary → npx → binary loop) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent dfec710 commit 0034f6d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ink-tui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openanalyst/ink-tui",
3-
"version": "2.0.12",
3+
"version": "2.0.13",
44
"description": "OpenAnalyst CLI terminal UI — React + Ink",
55
"license": "MIT",
66
"type": "module",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openanalystinc/openanalyst-cli",
3-
"version": "2.0.11",
3+
"version": "2.0.13",
44
"description": "OpenAnalyst CLI — The Universal AI Agent for Your Terminal. 7 LLM providers (OpenAnalyst, Anthropic Claude, OpenAI GPT, Google Gemini, xAI Grok, OpenRouter, Amazon Bedrock), 65+ slash commands, 24 built-in tools, smart model routing, multi-agent orchestration, knowledge base RAG, voice input, and TUI with full tool execution.",
55
"bin": {
66
"openanalyst": "bin/cli.js"

0 commit comments

Comments
 (0)