Skip to content

Loach v1.0.2

Choose a tag to compare

@github-actions github-actions released this 21 May 11:37
760e50a

What's new

  • MCP tool use works end-to-end on both Ollama and OpenAI-compatible models — connect a server and the model can actually call its tools.
  • Faster launch. The default Ollama model warms up while the app is opening, and post-unlock hydration runs in parallel.
  • Cleaner copy. The menu has an explicit Copy message, right-click gives you Copy / Select all, and Ctrl+C on a selection now produces plain text without stray blank lines or UI labels.
  • Softer text selection. Selected text picks up a quiet theme-aware tint instead of the harsh OS blue, and code keeps its syntax colours when highlighted.

Fixes

  • No more duplicate tray icon.
  • OpenAI-compatible model lists load again when no API key is stored.
  • Provider errors read as plain sentences instead of raw debug output.
  • Clipboard failures show a toast instead of failing silently.
  • Preload only talks to private hosts.
  • Sessions re-sort defensively after edits so the order stays correct.