Skip to content
Minnow
21
Download

Troubleshooting

Symptoms and fixes, roughly in the order people hit them. Paths refer to the in-app Settings app.

Start here

Before anything else, open Settings → Advanced → Health & diagnostics. It probes each subsystem, groups recent errors, and tails the local log. Copy report produces a redacted markdown summary — attach it to a bug report rather than describing the symptom from memory.

Nothing on that page is transmitted. Minnow sends no telemetry.

Nothing answers me

SymptomFix
Model picker is emptyIs the provider running with a model loaded? Is the base URL right, including /v1 where required? Press refresh in Models → Providers.
[providers] fetch failed at startupNormal when LM Studio or Ollama is not up yet. Start it and refresh.
Replies are empty or garbledThe endpoint may not speak standard /v1/chat/completions SSE. Try another model or provider profile.
Replies stop mid-sentence, foreverA stalled upstream stream. Settings → Agents → Watchdog sets the idle timeout that catches this.
Chat works but tools never runUse a tool-calling-capable model; check the tool is enabled and not Off in Settings → Integrations → Tools; check your mode allows it.
Images are ignoredYou need a vision model. Text-only models silently drop image parts.

Tools and files

SymptomFix
Cannot read a file outside the projectBy design — file and git tools stay under the workspace root. Change it in Settings → General → Filesystem access if you genuinely need full disk.
A tool says it needs the serverThat tool runs server-side. In the packaged app the server is always up; check Health & diagnostics.
Web search does nothingSettings → Integrations → Search. The default SearXNG runs locally — check it under Servers. Or switch to DuckDuckGo, which needs no key.
browser_* tools missingBrowser automation needs the Electron desktop app.
Browser navigation blockedOnly localhost is allowed by default. Add the origin under Settings → Integrations → Browser, or approve when asked.
Approval strip never appears, tool just runsThat tool is on Full. Probably from pressing 2 once.
PDF or Office attachment failsThe parsers are optional dependencies. Packaged builds include them; in a source clone, re-run npm install without --no-optional.

The model forgets things

Look at the context ring first. When it is near full, the model is losing the earliest parts of your conversation.

FixCost
New chat for the new subtaskLowest — usually the right answer
Remove large attachmentsLow
Save durable facts to Brain, then start freshLow, and they come back through retrieval
Larger-context modelDepends on your hardware

If the ring shows no cap, the model did not report a context length. See Context, memory, and rules.

Agents and boards

SymptomFix
A board task sits doing nothingA tool is probably on Ask with nobody to approve it. Check permissions before AFK runs.
Task quarantinedIt exhausted its retries. Open the task chat to read what happened, fix the cause, then Requeue.
Board never startsIs the workspace a git repository? Boards need one. Minnow offers to set it up during board creation.
Parallel tasks conflictingTurn worktree isolation on. Auto and AFK use per-task worktrees by default.
Sub-agent seems stuckThe agent activity panel shows live phase and current tool. Timeouts are per type in Settings → Agents → Sub-agents.
Undo control is missingIt only appears in a git repository, and only when that turn changed files. The message ⋮ → Undo turn still does a chat-only rewind.

Scheduler

SymptomFix
Job never ranMinnow must be running — tray counts, quit does not. Is the job enabled? Is the interval at least 60 s?
Job ran but did nothingTools on Ask stall with nobody to approve them
Job failedRead the run history message. Does the model still exist? Does the workspace path still exist?
Wrong files touchedThe workspace set on the job

Voice

SymptomFix
Local speech failsLocal voice needs Python 3 for its worker. Install it, or point voice at a provider in Models → Voice.
Dictation hears my speakersSettings → General → Audio — turn on echo cancellation
No microphone on the LAN companionPlain HTTP is not a secure context; browsers block capture there

Updates and install

SymptomFix
No update pillYou may be current. Settings → General → App updates → Check for updates.
Download seems stuckWait for the next automatic cycle or check manually. A completed download stays ready even if a later check fails.
Update does not applyClosing the window hides to tray. Quit properly from the tray menu.
SmartScreen warningExpected for unsigned Windows builds: More info → Run anyway, once.

Data and secrets

SymptomFix
All my API keys vanished.key was deleted or rotated. Restore it from backup, or re-enter the keys.
Want a clean profilePoint MINNOW_HOME at an empty folder and launch. Your real profile is untouched.
Want to remove everythingDelete your Minnow home. Uninstalling deliberately leaves it in place.

Still stuck

Take Copy report from Health & diagnostics and open a GitHub issue. It includes version, platform and recent errors with paths and secrets redacted, which is most of what anyone will ask you for.

---