{
"id": "navi_code",
"name": "Navi Code",
"description": "Local terminal-first coding assistant — works with code, terminal, and filesystem on the user's machine.",
"short_description": "Local terminal coding assistant — code, terminal, filesystem.",
"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"
},
"llm_backend": "ollama",
"model": [
"gemma4:31b-cloud",
"gemma4:26b-a4b-it-q4_K_M",
"qwen3.5:397b-cloud",
"kimi-k2.6:cloud",
"qwen3.6:27b"
],
"temperature": 0.35,
"max_iterations": 100,
"planning_enabled": true,
"subagent_planning_enabled": true,
"think_enabled": true,
"iteration_budget_enabled": true,
"goal_anchoring_enabled": true,
"goal_anchoring_interval": 5,
"anti_stall_enabled": true,
"anti_stall_threshold": 8,
"step_validation_enabled": false,
"adaptive_replan_enabled": false,
"planning_mandatory": false,
"planning_phase1_enabled": true,
"planning_phase2_enabled": false,
"planning_phase3_enabled": true,
"top_k": 40,
"top_p": 0.88,
"num_thread": 11,
"tools": {
"agent": {
"native": [
"todo",
"scratchpad",
"reflect",
"switch_profile",
"list_profiles",
"filesystem",
"code_exec",
"terminal",
"image_view",
"memory",
"list_tools",
"tool_manual",
"spawn_agent",
"schedule_recall",
"manage_recall"
],
"mcp": {
"navi-web": [
"search",
"browse",
"request"
]
}
},
"subagent": {
"native": [
"todo",
"scratchpad",
"reflect",
"filesystem",
"code_exec",
"terminal",
"image_view",
"list_tools"
],
"mcp": {
"navi-web": [
"search",
"browse",
"request"
]
}
}
}
}