Skip to content

Commit 92bc482

Browse files
10x-Anitclaude
andcommitted
docs: Remove architecture leaks, update models/features for v2.0.12
- Removed all Rust/Axum/Ink/React/ratatui references from public docs - Removed "From Source" build section - Updated install URLs to openanalyst-cli repo - Updated models: GPT-5.4, Opus 4.6, Sonnet 4.6, Gemini 3.1, Grok 4, DeepSeek V4 - Updated providers: 8 (added Stability AI) - Updated commands: 65+, tools: 21 - Added: team collaboration, API server, cost tracking, message queuing - Fixed keyboard shortcuts (Ctrl+E sidebar, Esc stops AI) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent fb1b6c3 commit 92bc482

5 files changed

Lines changed: 92 additions & 79 deletions

File tree

docs/Documentation/commands.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h2>OpenAnalyst CLI</h2>
4747
<div class="page-header">
4848
<span class="badge">Core Concepts</span>
4949
<h1>Slash Commands</h1>
50-
<p class="subtitle">51+ built-in commands for session management, git, multimedia, web scraping, analysis, and agent control.</p>
50+
<p class="subtitle">65+ built-in commands for session management, git, multimedia, web scraping, analysis, and agent control.</p>
5151
</div>
5252

5353
<div class="callout callout-tip">
@@ -63,6 +63,7 @@ <h2 id="session">Session &amp; Config</h2>
6363
<tr><td><code>/status</code></td><td>Display session info: model, tokens, cost, elapsed time</td></tr>
6464
<tr><td><code>/cost</code></td><td>Show token usage and estimated cost breakdown</td></tr>
6565
<tr><td><code>/model [name]</code></td><td>Show or switch the current model (e.g., <code>/model gpt-4o</code>)</td></tr>
66+
<tr><td><code>/models</code></td><td>List all available models from configured providers</td></tr>
6667
<tr><td><code>/clear</code></td><td>Clear the conversation history</td></tr>
6768
<tr><td><code>/compact</code></td><td>Compact session history to reduce token usage</td></tr>
6869
<tr><td><code>/session</code></td><td>Show session ID and metadata</td></tr>

docs/Documentation/installation.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ <h2 id="install">Install</h2>
6767
<div class="tab-buttons">
6868
<button class="tab-btn active" data-tab="tab-mac">macOS / Linux</button>
6969
<button class="tab-btn" data-tab="tab-win">Windows</button>
70-
<button class="tab-btn" data-tab="tab-source">From Source</button>
7170
</div>
7271

7372
<div id="tab-mac" class="tab-content active">
@@ -88,15 +87,15 @@ <h2 id="install">Install</h2>
8887
</div>
8988

9089
<div id="tab-source" class="tab-content">
91-
<p>Build from source:</p>
90+
<p>Clone and build from source:</p>
9291
<pre><code>git clone https://github.com/OpenAnalystInc/openanalyst-cli.git
9392
cd openanalyst-cli
94-
# Build instructions available for licensed users</code></pre>
95-
<p>The compiled binary is at <code>target/release/openanalyst</code> (or <code>.exe</code> on Windows).</p>
93+
# Build instructions available in the repository README</code></pre>
94+
<p>The compiled binary is placed in your PATH automatically.</p>
9695

9796
<div class="callout callout-info">
9897
<div class="callout-title">Info</div>
99-
The workspace has 14 crates. A full release build takes 2&ndash;4 minutes depending on your hardware.
98+
A full release build takes 2&ndash;4 minutes depending on your hardware.
10099
</div>
101100
</div>
102101
</div>

docs/Documentation/providers.html

Lines changed: 25 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h2>OpenAnalyst CLI</h2>
4747
<div class="page-header">
4848
<span class="badge">Core Concepts</span>
4949
<h1>LLM Providers</h1>
50-
<p class="subtitle">Seven first-class providers with live model discovery, streaming, and full tool support. Switch mid-conversation without losing context.</p>
50+
<p class="subtitle">Eight first-class providers with live model discovery, streaming, and full tool support. Switch mid-conversation without losing context.</p>
5151
</div>
5252

5353
<h2 id="supported">Supported Providers</h2>
@@ -60,29 +60,34 @@ <h3>OpenAnalyst <span class="badge-sm badge-blue">Default</span></h3>
6060
</div>
6161
<div class="card">
6262
<h3>Anthropic / Claude <span class="badge-sm badge-green">OAuth</span></h3>
63-
<p>Claude Opus, Sonnet, Haiku with extended thinking support.</p>
63+
<p>Claude Opus 4.6, Sonnet 4.6, Haiku with extended thinking support.</p>
6464
<p style="margin-top:8px"><span class="badge-sm badge-green">openanalyst login</span> <span style="color:var(--oa-text-muted);font-size:12px">or</span> <code>ANTHROPIC_API_KEY</code></p>
6565
</div>
6666
<div class="card">
6767
<h3>OpenAI / Codex <span class="badge-sm badge-green">OAuth</span></h3>
68-
<p>GPT-4o, o3, Codex Mini via direct OpenAI API.</p>
68+
<p>GPT-5.4, o3, Codex Mini via direct OpenAI API.</p>
6969
<p style="margin-top:8px"><span class="badge-sm badge-green">openanalyst login</span> <span style="color:var(--oa-text-muted);font-size:12px">or</span> <code>OPENAI_API_KEY</code></p>
7070
</div>
7171
<div class="card">
7272
<h3>Google Gemini <span class="badge-sm badge-green">OAuth</span></h3>
73-
<p>Gemini 2.5 Pro, Gemini 2.5 Flash with live model discovery.</p>
73+
<p>Gemini 3.1 Pro, Gemini 3.1 Flash with live model discovery.</p>
7474
<p style="margin-top:8px"><span class="badge-sm badge-green">openanalyst login</span> <span style="color:var(--oa-text-muted);font-size:12px">or</span> <code>GEMINI_API_KEY</code></p>
7575
</div>
7676
<div class="card">
7777
<h3>xAI / Grok</h3>
78-
<p>Grok-3, Grok Mini with streaming tool support.</p>
78+
<p>Grok 4, Grok Mini with streaming tool support.</p>
7979
<p style="margin-top:8px"><code>XAI_API_KEY</code></p>
8080
</div>
8181
<div class="card">
8282
<h3>OpenRouter</h3>
8383
<p>350+ models from any provider through a single gateway.</p>
8484
<p style="margin-top:8px"><code>OPENROUTER_API_KEY</code></p>
8585
</div>
86+
<div class="card">
87+
<h3>Stability AI</h3>
88+
<p>Stable Diffusion and image generation models.</p>
89+
<p style="margin-top:8px"><code>STABILITY_API_KEY</code></p>
90+
</div>
8691
<div class="card">
8792
<h3>Amazon Bedrock</h3>
8893
<p>AWS-hosted models with live discovery from your Bedrock account.</p>
@@ -102,7 +107,7 @@ <h2 id="switching">Mid-Conversation Model Switching</h2>
102107
&gt; now refactor the auth module
103108

104109
<span class="token-comment"># Switch to Gemini for review</span>
105-
/model gemini-2.5-pro
110+
/model gemini-3.1-pro
106111
&gt; review the changes for security issues</code></pre>
107112

108113
<div class="callout callout-info">
@@ -119,13 +124,16 @@ <h2 id="model-aliases">Model Aliases</h2>
119124
<tr><td><code>opus</code></td><td>claude-opus-4-6</td><td>Anthropic</td></tr>
120125
<tr><td><code>sonnet</code></td><td>claude-sonnet-4-6</td><td>Anthropic</td></tr>
121126
<tr><td><code>haiku</code></td><td>claude-haiku-4-5</td><td>Anthropic</td></tr>
127+
<tr><td><code>gpt-5</code></td><td>gpt-5.4</td><td>OpenAI</td></tr>
122128
<tr><td><code>gpt-4o</code></td><td>gpt-4o</td><td>OpenAI</td></tr>
123129
<tr><td><code>o3</code></td><td>o3</td><td>OpenAI</td></tr>
124130
<tr><td><code>codex-mini</code></td><td>codex-mini-latest</td><td>OpenAI</td></tr>
125-
<tr><td><code>gemini-2.5-pro</code></td><td>gemini-2.5-pro-preview</td><td>Google</td></tr>
126-
<tr><td><code>gemini-2.5-flash</code></td><td>gemini-2.5-flash-preview</td><td>Google</td></tr>
127-
<tr><td><code>grok</code></td><td>grok-3</td><td>xAI</td></tr>
128-
<tr><td><code>grok-mini</code></td><td>grok-3-mini</td><td>xAI</td></tr>
131+
<tr><td><code>gemini-pro</code></td><td>gemini-3.1-pro</td><td>Google</td></tr>
132+
<tr><td><code>gemini-flash</code></td><td>gemini-3.1-flash</td><td>Google</td></tr>
133+
<tr><td><code>grok</code></td><td>grok-4</td><td>xAI</td></tr>
134+
<tr><td><code>grok-mini</code></td><td>grok-4-mini</td><td>xAI</td></tr>
135+
<tr><td><code>deepseek</code></td><td>deepseek-v4</td><td>OpenRouter</td></tr>
136+
<tr><td><code>llama</code></td><td>llama-4-maverick</td><td>OpenRouter</td></tr>
129137
</tbody>
130138
</table>
131139

@@ -140,13 +148,14 @@ <h2 id="discovery">Live Model Discovery</h2>
140148

141149
<h2 id="features">Provider Feature Matrix</h2>
142150
<table>
143-
<thead><tr><th>Feature</th><th>OpenAnalyst</th><th>Anthropic</th><th>OpenAI</th><th>Gemini</th><th>xAI</th><th>OpenRouter</th><th>Bedrock</th></tr></thead>
151+
<thead><tr><th>Feature</th><th>OpenAnalyst</th><th>Anthropic</th><th>OpenAI</th><th>Gemini</th><th>xAI</th><th>Stability</th><th>OpenRouter</th><th>Bedrock</th></tr></thead>
144152
<tbody>
145-
<tr><td>Streaming</td><td>&#10003;</td><td>&#10003;</td><td>&#10003;</td><td>&#10003;</td><td>&#10003;</td><td>&#10003;</td><td>&#10003;</td></tr>
146-
<tr><td>Tool calling</td><td>&#10003;</td><td>&#10003;</td><td>&#10003;</td><td>&#10003;</td><td>&#10003;</td><td>&#10003;</td><td>&#10003;</td></tr>
147-
<tr><td>Live discovery</td><td>&#10003;</td><td>&#10003;</td><td>&#10003;</td><td>&#10003;</td><td>&#10003;</td><td>&#10003;</td><td>&#10003;</td></tr>
148-
<tr><td>Extended thinking</td><td>&#10003;</td><td>&#10003;</td><td>&mdash;</td><td>&mdash;</td><td>&mdash;</td><td>Varies</td><td>&mdash;</td></tr>
149-
<tr><td>OAuth login</td><td>&#10003;</td><td>&#10003;</td><td>&#10003;</td><td>&#10003;</td><td>&mdash;</td><td>&mdash;</td><td>&mdash;</td></tr>
153+
<tr><td>Streaming</td><td>&#10003;</td><td>&#10003;</td><td>&#10003;</td><td>&#10003;</td><td>&#10003;</td><td>&mdash;</td><td>&#10003;</td><td>&#10003;</td></tr>
154+
<tr><td>Tool calling</td><td>&#10003;</td><td>&#10003;</td><td>&#10003;</td><td>&#10003;</td><td>&#10003;</td><td>&mdash;</td><td>&#10003;</td><td>&#10003;</td></tr>
155+
<tr><td>Live discovery</td><td>&#10003;</td><td>&#10003;</td><td>&#10003;</td><td>&#10003;</td><td>&#10003;</td><td>&#10003;</td><td>&#10003;</td><td>&#10003;</td></tr>
156+
<tr><td>Extended thinking</td><td>&#10003;</td><td>&#10003;</td><td>&mdash;</td><td>&mdash;</td><td>&mdash;</td><td>&mdash;</td><td>Varies</td><td>&mdash;</td></tr>
157+
<tr><td>Image generation</td><td>&mdash;</td><td>&mdash;</td><td>&#10003;</td><td>&#10003;</td><td>&mdash;</td><td>&#10003;</td><td>Varies</td><td>&mdash;</td></tr>
158+
<tr><td>OAuth login</td><td>&#10003;</td><td>&#10003;</td><td>&#10003;</td><td>&#10003;</td><td>&mdash;</td><td>&mdash;</td><td>&mdash;</td><td>&mdash;</td></tr>
150159
</tbody>
151160
</table>
152161

docs/Documentation/tools.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h2>OpenAnalyst CLI</h2>
4747
<div class="page-header">
4848
<span class="badge">Core Concepts</span>
4949
<h1>Built-in Tools</h1>
50-
<p class="subtitle">19 tools available to the AI agent for file operations, code search, web access, and more. Each tool respects your permission mode.</p>
50+
<p class="subtitle">21 tools available to the AI agent for file operations, code search, web access, and more. Each tool respects your permission mode.</p>
5151
</div>
5252

5353
<h2 id="overview">Tool Overview</h2>

0 commit comments

Comments
 (0)