You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/features.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ Connect to the leading AI providers from a single, unified interface. AQBot hand
13
13
-**Message Versions** — Every response can have multiple versions. Switch between them to compare the effects of different models or parameter settings side by side.
14
14
-**Conversation Branching** — Fork a new branch from any message node to explore alternative directions. A side-by-side branch comparison view makes it easy to evaluate different paths.
15
15
-**Conversation Management** — Pin important conversations, archive old ones, browse a time-grouped history, and perform bulk operations to keep your workspace tidy.
16
+
-**Conversation Compression** — Automatically compress lengthy conversations, preserving key information to save context space.
17
+
-**Multi-Model Simultaneous Response** — Ask the same question to multiple models at once, with side-by-side comparison of answers.
16
18
17
19
## Content Rendering
18
20
@@ -22,7 +24,7 @@ AQBot goes far beyond plain-text chat with a rich, interactive rendering pipelin
22
24
-**Monaco Code Editor** — Code blocks embed the Monaco Editor (the engine behind VS Code) with syntax highlighting, one-click copy, and inline diff preview.
23
25
-**Diagram Rendering** — Built-in rendering for Mermaid flowcharts and D2 architecture diagrams, displayed directly in the conversation.
24
26
-**Artifact Panel** — Code snippets, HTML drafts, Markdown notes, and reports can be opened in a dedicated side panel for focused viewing and editing.
25
-
-**Real-Time Voice Chat** — WebRTC-based voice conversations powered by the OpenAI Realtime API for low-latency, natural interaction.
27
+
-**Real-Time Voice Chat** — (Coming Soon) WebRTC-based voice conversations powered by the OpenAI Realtime API for low-latency, natural interaction.
26
28
27
29
## Search & Knowledge
28
30
@@ -42,9 +44,8 @@ The Local Knowledge Base and Memory System are under active development and will
42
44
Extend the model's capabilities with external tools and a powerful command interface.
43
45
44
46
-**MCP Protocol** — Full [Model Context Protocol](https://modelcontextprotocol.io/) implementation supporting both **stdio** and **HTTP** transports. Connect to local tool servers or remote endpoints seamlessly.
45
-
-**Built-in Tools** — Ready-to-use tools including file read/write, shell execution, and screenshot capture — no extra setup required.
47
+
-**Built-in Tools** — Ready-to-use built-in MCP tools such as `@aqbot/fetch` — no extra setup required.
46
48
-**Tool Execution Panel** — A visual panel displays each tool-call request and its return result, making it easy to audit and debug tool interactions.
47
-
-**Command Palette** — Press `Cmd/Ctrl+K` to open a global command palette for quick navigation, actions, and search across the entire app.
48
49
49
50
## API Gateway
50
51
@@ -53,7 +54,6 @@ AQBot includes a built-in local API server that turns your desktop app into a po
53
54
-**Local API Gateway** — Expose a local server with native support for OpenAI-compatible, Claude, and Gemini interfaces. Use it as a backend for CLI tools, scripts, or other applications.
54
55
-**API Key Management** — Generate, revoke, and enable or disable access keys. Each key supports a description note for easy identification.
55
56
-**Usage Analytics** — Analyze request volume and token usage broken down by key, provider, and date to understand consumption patterns.
56
-
-**Program Policies** — Configure model whitelists and rate limits independently per connected application for fine-grained access control.
57
57
-**SSL/TLS Support** — Built-in self-signed certificate generation with support for importing custom certificates.
58
58
-**Request Logs** — Complete recording of every API request and response passing through the gateway for auditing and debugging.
59
59
-**Configuration Templates** — Pre-built integration templates for popular tools such as Claude Code, Codex CLI, OpenCode, and Gemini CLI so you can get started in seconds.
@@ -68,7 +68,7 @@ Your data never leaves your machine. AQBot is designed with local-first security
68
68
69
69
-**AES-256 Encryption** — API keys and other sensitive data are encrypted locally with AES-256. The master encryption key is stored with `0600` file permissions (owner-only access on Unix systems).
70
70
-**Isolated Data Directories** — Application state (database, encryption keys, vector indices) lives in `~/.aqbot/`. User-visible files (images, documents, backups) are stored in `~/Documents/aqbot/` for easy access and backup with standard OS tools.
71
-
-**Auto Backup** — Schedule automatic backups to local directories, WebDAV servers, or S3-compatible object storage.
71
+
-**Auto Backup** — Schedule automatic backups to local directoriesor WebDAV storage.
72
72
-**Backup Restore** — One-click restore from any historical backup to recover your full workspace.
73
73
-**Conversation Export** — Export conversations as PNG screenshots, Markdown documents, plain text, or structured JSON.
Copy file name to clipboardExpand all lines: website/docs/index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ features:
32
32
details: Connect to OpenAI, Claude, Gemini, DeepSeek, Qwen, and any OpenAI-compatible API. Multi-key rotation, streaming output, and thinking blocks.
33
33
- icon: 🔌
34
34
title: MCP Tool Calling
35
-
details: Full Model Context Protocol support — stdio, SSE, StreamableHTTP. Connect external tools with one click. Built-in file, shell, and screenshot tools.
35
+
details: Full Model Context Protocol support — stdio, SSE, StreamableHTTP. Connect external tools with one click. Built-in MCP tools like @aqbot/fetch.
36
36
- icon: 🌐
37
37
title: Built-in API Gateway
38
38
details: Local OpenAI-compatible API server. Use AQBot as the backend for Claude Code, Codex, Gemini CLI, and more. Key management, rate limiting, SSL/TLS.
@@ -47,8 +47,8 @@ features:
47
47
details: Markdown, LaTeX, Mermaid diagrams, D2 architecture diagrams, Monaco Code Editor with diff preview, and Artifact panels.
48
48
- icon: ⌨️
49
49
title: Desktop Experience
50
-
details: Global shortcuts, system tray, auto-start, always-on-top, command palette (Cmd/Ctrl+K), dark/light themes, and proxy support.
50
+
details: Global shortcuts, system tray, auto-start, always-on-top, dark/light themes, and proxy support.
51
51
- icon: 🔒
52
52
title: Privacy & Security
53
-
details: All data stored locally. AES-256 encrypted API keys. Auto backup to local, WebDAV, or S3. Conversation export as PNG/Markdown/JSON.
53
+
details: All data stored locally. AES-256 encrypted API keys. Auto backup to localor WebDAV. Conversation export as PNG/Markdown/JSON.
0 commit comments