{
"id": "navi_code",
"name": "Navi Code",
"description": "Terminal-first coding assistant — local development, web lookup, and remote access.",
"short_description": "Terminal-first coding assistant with web and remote access.",
"full_description": {
"specialization": "Terminal-first software development with high autonomy in filesystem, shell, and code prototyping. Web lookup for docs/APIs and SSH for remote operations when the task needs them; local by default.",
"when_to_use": "When working in a terminal environment, performing local development, automating system tasks, or needing web/remote access during coding.",
"key_tools": "filesystem, code_exec, terminal, ssh_exec, mcp__navi-web__web_search, mcp__navi-web__web_view, image_view, spawn_agent, scratchpad, todo"
},
"llm_backend": "ollama",
"model": [
"gemma4:31b-it-qat",
"gemma4:26b-a4b-it-qat",
"gemma4:12b-it-qat-128k",
"gemma4:31b-cloud"
],
"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,
"scope_boundary_enabled": true,
"observe_skips_plan_enabled": true,
"anti_stall_enabled": true,
"anti_stall_threshold": 8,
"step_validation_enabled": false,
"adaptive_replan_enabled": true,
"adaptive_long_step_threshold": 4,
"final_intercept_enabled": true,
"final_intercept_limit": 2,
"planning_mandatory": false,
"planning_phase1_enabled": true,
"planning_phase2_enabled": true,
"planning_phase3_enabled": true,
"top_k": 40,
"top_p": 0.88,
"num_thread": 11,
"compression_keep_recent": 12,
"compression_max_tokens": 6000,
"compression_prompt_file": "compression_prompt.txt",
"tools": {
"agent": {
"native": [
"todo",
"scratchpad",
"reflect",
"replan",
"switch_profile",
"list_profiles",
"filesystem",
"code_exec",
"terminal",
"image_view",
"memory",
"list_tools",
"tool_manual",
"ssh_exec",
"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"
]
}
}
}
}