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
|**Claude Group Control**| Pipe IPC multi-instance collaboration: Automatic orchestration of local main/sub instances + zero-config LAN discovery and communication, `/pipes` selection panel + `Shift+↓` interaction + message broadcast routing |[Pipe IPC](https://ccb.agent-aura.top/docs/features/uds-inbox) / [LAN](https://ccb.agent-aura.top/docs/features/lan-pipes)|
22
-
|**First-class ACP Protocol Support**| Supports integration with IDEs like Zed and Cursor, session recovery, Skills, and permission bridging |[Documentation](https://ccb.agent-aura.top/docs/features/acp-zed)|
23
-
|**Remote Control Private Deployment**| Docker self-hosted remote interface, allowing you to use CC on your phone |[Documentation](https://ccb.agent-aura.top/docs/features/remote-control-self-hosting)|
24
-
|**Langfuse Monitoring**| Enterprise-grade Agent monitoring, clearly see every agent loop detail, and convert to datasets with one click |[Documentation](https://ccb.agent-aura.top/docs/features/langfuse-monitoring)|
25
-
|**Web Search**| Built-in web search tool, supports Bing and Brave search |[Documentation](https://ccb.agent-aura.top/docs/features/web-browser-tool)|
26
-
|**Poor Mode**| For the budget-conscious: disables memory extraction and typing suggestions, significantly reducing concurrent requests | Toggle with `/poor`|
27
-
|**Channels Notifications**| MCP server pushes external messages to sessions (Feishu/Slack/Discord/WeChat, etc.), enabled with `--channels plugin:name@marketplace`|[Documentation](https://ccb.agent-aura.top/docs/features/channels)|
28
-
|**Custom Model Providers**| Compatible with OpenAI/Anthropic/Gemini/Grok (`/login`) |[Documentation](https://ccb.agent-aura.top/docs/features/all-features-guide)|
| Computer Use | Screenshots, keyboard and mouse control |[Documentation](https://ccb.agent-aura.top/docs/features/computer-use)|
31
-
| Chrome Use | Browser automation, form filling, data scraping |[Self-hosted](https://ccb.agent-aura.top/docs/features/chrome-use-mcp)[Native version](https://ccb.agent-aura.top/docs/features/claude-in-chrome-mcp)|
|**Claude Group Control**| Pipe IPC multi-instance collaboration: Automatic orchestration of local main/sub instances + zero-config LAN discovery and communication, `/pipes` selection panel + `Shift+↓` interaction + message broadcast routing |[Pipe IPC](https://ccb.agent-aura.top/docs/features/uds-inbox) / [LAN](https://ccb.agent-aura.top/docs/features/lan-pipes)|
22
+
|**First-class ACP Protocol Support**| Supports integration with IDEs like Zed and Cursor, session recovery, Skills, and permission bridging |[Documentation](https://ccb.agent-aura.top/docs/features/acp-zed)|
23
+
|**Remote Control Private Deployment**| Docker self-hosted remote interface, allowing you to use CC on your phone |[Documentation](https://ccb.agent-aura.top/docs/features/remote-control-self-hosting)|
24
+
|**Langfuse Monitoring**| Enterprise-grade Agent monitoring, clearly see every agent loop detail, and convert to datasets with one click |[Documentation](https://ccb.agent-aura.top/docs/features/langfuse-monitoring)|
25
+
|**Web Search**| Built-in web search tool, supports Bing and Brave search |[Documentation](https://ccb.agent-aura.top/docs/features/web-browser-tool)|
26
+
|**Poor Mode**| For the budget-conscious: disables memory extraction and typing suggestions, significantly reducing concurrent requests | Toggle with `/poor`|
27
+
|**Channels Notifications**| MCP server pushes external messages to sessions (Feishu/Slack/Discord/WeChat, etc.), enabled with `--channels plugin:name@marketplace`|[Documentation](https://ccb.agent-aura.top/docs/features/channels)|
28
+
|**Custom Model Providers**| Compatible with OpenAI/Anthropic/Gemini/Grok (`/login`) |[Documentation](https://ccb.agent-aura.top/docs/features/all-features-guide)|
| Computer Use | Screenshots, keyboard and mouse control |[Documentation](https://ccb.agent-aura.top/docs/features/computer-use)|
31
+
| Chrome Use | Browser automation, form filling, data scraping|[Self-hosted](https://ccb.agent-aura.top/docs/features/chrome-use-mcp)[Native version](https://ccb.agent-aura.top/docs/features/claude-in-chrome-mcp)|
1. In the Google Cloud Console, navigate to **APIs & Services > OAuth consent screen** and configure the OAuth client (Set User Type to External).
152
-
2. Download the credentials JSON format and save it as `.files/OAuth.json` in the project root. 3. Leave the API Key field blank and press Enter in the `/login` configuration interface; the CLI will automatically open your browser for Google OAuth 2.0 authorization and fetch available models.
152
+
2. Download the credentials JSON format and save it as `.files/OAuth.json` in the project root. 3. Leave the API Key field blank and press Enter in the `/login` configuration interface; the CLI will automatically open your browser for Google OAuth 2.0 authorization and fetch available models.
153
153
3.**Local LLM**: **(Recommended)** Use models running locally.
-**Ollama Deep Integration**: View installed models directly in the CLI, or enter a model name (e.g., `llama3.1`) to pull it instantly. Supports interactive model selection navigation and hardware status auto-detection.
@@ -163,7 +163,6 @@ In addition to interactive `/login` configuration, you can also configure the CL
163
163
164
164
-`LOCAL_BASE_URL`: The base URL for the local LLM runner (e.g., `http://localhost:11434`).
165
165
-`LOCAL_MODEL`: The model name for the local LLM (e.g., `llama3.1`). Overrides the default model when using the `local` provider.
166
-
-`GEMINI_BASE_URL`: Custom base URL for the Gemini API.
167
166
168
167
## Feature Flags
169
168
@@ -188,8 +187,8 @@ TUI (REPL) mode requires a real terminal and cannot be debugged directly via a V
188
187
```
189
188
190
189
It will output an address like `ws://localhost:8888/xxxxxxxx`.
191
-
2. **Attach the VS Code debugger**:
192
190
191
+
2. **Attach the VS Code debugger**:
193
192
- Set breakpoints in`src/` files.
194
193
- Press F5 → Select **"Attach to Bun (TUI debug)"**.
0 commit comments