From 1bf2ea6dcd88d2072f7880171d026d0898706275 Mon Sep 17 00:00:00 2001 From: Jonas Haugesen Date: Fri, 18 Sep 2026 11:56:58 +0200 Subject: [PATCH] pi visual aid model --- pi/.pi/agent/agents/visual-aid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pi/.pi/agent/agents/visual-aid.md b/pi/.pi/agent/agents/visual-aid.md index bd76ec3..de03e95 100644 --- a/pi/.pi/agent/agents/visual-aid.md +++ b/pi/.pi/agent/agents/visual-aid.md @@ -2,7 +2,7 @@ name: visual-aid description: "Vision-capable subagent that reads image files and describes their contents back in plain text. Spawn this agent when you need to know what is in an image (screenshot, photo, diagram, chart, error dialog, UI mockup) but your own model cannot see images. Pass the image path(s) plus the specific question you need answered; the agent views each image with the read tool and returns a detailed text description." tools: read, ls, find, bash -preferred_model: opencode/mimo-v2.5-free +model: opencode-go/deepseek-v4-flash-vision-exp prompt_mode: replace pane: true ---