-
Notifications
You must be signed in to change notification settings - Fork 1
Tool System EN
zhenhun edited this page Sep 4, 2026
·
1 revision
中文 | English
| Category | Source | Example |
|---|---|---|
| Built-in system tools | Bundled with BIT | shell, read/write/edit, memory, skills, etc. |
| AI-created tools | Scripts registered by the AI through a built-in tool | "Wrap this piece of code into a tool" |
| MCP tools | External MCP servers | See MCP Integration |
The AI can:
- Run a script directly: write a script that talks to BIT and run it immediately
- Persist it as a permanent tool: register the script as a tool so it can be called repeatedly afterwards
- Overwrite its own tools: replace tools it created earlier under the same name
Limit: system tools and remote tools cannot be overwritten; duplicate names raise an error.
Tool registration, updates, deletion, and MCP integration take effect immediately (hot reload via the tools-updated event)—no app restart required.
- Tool calls that require approval pop up a confirmation card showing the tool name and arguments
- Automatic rejection after 120 seconds without a response
- Clicking "Stop" while waiting cancels immediately
- Both approval requests and their results are recorded in the Audit Log
- Multiple tool calls in one turn execute concurrently, up to 16
- Results are fed back to the model in call order (the same order in which they were initiated)
- If a tool is unavailable or execution is interrupted, the error message is returned to the model instead of being silently dropped
- Timeout: 600 seconds
- Output truncation limit: 60,000 characters
- Interrupting a session also terminates the shell process
On the Tools page you can manually invoke any tool, enable/disable it, or delete it—handy for debugging script tools created by the AI.
中文
- 首页
- 使用:安装指南 · 芯片与操作系统支持 · 快速上手 · 对话功能 · TUI-终端模式 · FAQ
- 进阶:工具系统 · MCP-集成 · 记忆与技能 · 远程访问与-API · 自动更新 · 审计日志
- 参与:开发与构建
English
- Home
- Usage: Installation Guide · Chips & OS Support · Quick Start · Chat Features · TUI Terminal Mode · FAQ
- Advanced: Tool System · MCP Integration · Memory & Skills · Remote Access & API · Auto Update · Audit Log
- Development: Development & Build