@@ -60,7 +60,15 @@ Finally, tell me how to install the package.
6060
6161![ mention] ( https://github.com/user-attachments/assets/1a80dd48-1d95-4938-b0d8-431c02ec2a53 )
6262
63- Quickly call any registered MCP tool during chat by typing ` @toolname ` . No need to memorize — just type ` @ ` and pick from the list!
63+ Quickly call any registered MCP tool during chat by typing ` @toolname ` .
64+ No need to memorize — just type ` @ ` and pick from the list!
65+
66+ You can also control how tools are used with the new ** Tool Choice Mode** :
67+ - ** Auto:** Tools are automatically called by the model when needed.
68+ - ** Manual:** The model will ask for your permission before calling any tool.
69+ - ** None:** Disables all tool usage.
70+
71+ Toggle modes anytime with the shortcut ` ⌘P ` .
6472
6573---
6674
@@ -88,7 +96,7 @@ MCP tools independently from chat sessions for easier development and debugging.
8896* ** 🤖 Multiple AI Model Support:** Flexibly switch between providers like OpenAI, Anthropic, Google AI, and Ollama.
8997* ** 🛠️ Powerful MCP Integration:** Seamlessly connect external tools (browser automation, database operations, etc.) into chat via Model Context Protocol.
9098* ** 🚀 Standalone Tool Tester:** Test and debug MCP tools separately from the main chat interface.
91- * ** 💬 Intuitive Mentions:** Trigger available tools with ` @ ` in the input field .
99+ * ** 💬 Intuitive Mentions + Tool Control :** Trigger tools with ` @ ` , and control when they're used via ` Auto ` / ` Manual ` / ` None ` modes .
92100* ** ⚙️ Easy Server Setup:** Configure MCP connections via UI or ` .mcp-config.json ` file.
93101* ** 📄 Markdown UI:** Communicate in a clean, readable markdown-based interface.
94102* ** 💾 Zero-Setup Local DB:** Uses SQLite by default for local storage (PostgreSQL also supported).
0 commit comments