diff --git a/docs/navi_code.md b/docs/navi_code.md index 5a71a6d..3b2b356 100644 --- a/docs/navi_code.md +++ b/docs/navi_code.md @@ -64,8 +64,10 @@ - Расположение: `navi/profiles/navi_code/`. - База: `developer`, адаптирован под терминал. -- Включённые инструменты: `terminal`, `filesystem`, `code_exec`, `spawn_agent`, `todo`, `scratchpad`, `reflect`, `list_tools`, `tool_manual`, `write_tool`, `reload_tools`. -- Отключённые инструменты: `share_file`, `content_publish`, `image_view`, `http_request`, `web_search`, `ssh_exec`, `gmail`. +- Включённые инструменты: + - Native: `terminal`, `filesystem`, `code_exec`, `image_view`, `spawn_agent`, `todo`, `scratchpad`, `reflect`, `list_tools`, `tool_manual`, `reload_tools`. + - MCP `navi-web`: `mcp__navi-web__web_search`, `mcp__navi-web__web_view`, `mcp__navi-web__http_request`. +- Отключённые инструменты: `share_file`, `content_publish`, `ssh_exec`, `gmail`. - `planning_phase2_enabled: false` — уменьшает latency. ## Безопасность diff --git a/docs/profiles.md b/docs/profiles.md index 049bd19..7d95c92 100644 --- a/docs/profiles.md +++ b/docs/profiles.md @@ -108,8 +108,9 @@ Terminal-first local coding assistant. Designed for the Navi Code CLI and single-user local deployments: -- **Tools:** `terminal`, `filesystem`, `code_exec`, `spawn_agent`, `todo`, `scratchpad`, `reflect`, `list_tools`, `tool_manual`, `write_tool`, `reload_tools`. -- **Excluded:** `share_file`, `content_publish`, `image_view`, `http_request`, `web_search`, `ssh_exec`, `gmail`. +- **Native tools:** `terminal`, `filesystem`, `code_exec`, `image_view`, `spawn_agent`, `todo`, `scratchpad`, `reflect`, `list_tools`, `tool_manual`, `reload_tools`. +- **MCP tools (via `navi-web`):** `mcp__navi-web__web_search`, `mcp__navi-web__web_view`, `mcp__navi-web__http_request`. +- **Excluded:** `share_file`, `content_publish`, `ssh_exec`, `gmail`. - **Planning:** Phase 1 and Phase 3 enabled, Phase 2 disabled to reduce latency. - **Safety:** the system prompt asks Navi to confirm destructive operations (`rm`, overwrites) before executing them. diff --git a/navi/profiles/navi_code/config.json b/navi/profiles/navi_code/config.json index f8d448c..d3073ef 100644 --- a/navi/profiles/navi_code/config.json +++ b/navi/profiles/navi_code/config.json @@ -6,7 +6,7 @@ "full_description": { "specialization": "Local software development inside a terminal-first environment: writing and editing code, running shell commands, debugging, testing, working with project files and git. Executes everything on the user's local machine.", "when_to_use": "When the user wants to build or modify software through a terminal interface. For working on Navi's own internals, use tool_developer instead.", - "key_tools": "filesystem, code_exec, terminal, image_view, spawn_agent, list_tools, tool_manual" + "key_tools": "terminal, filesystem, code_exec, image_view, spawn_agent, mcp__navi-web__web_search, mcp__navi-web__http_request, list_tools, tool_manual" }, "llm_backend": "ollama", "model": [