Skip to content
Monghoul
What's new

Monghoul 1.5.6

View on GitHub

MCP

  • Tabs no longer get stuck loading — queries run by an AI assistant through the MCP server now reliably clear their loading state in the app, even when the SSE connection drops between the start and end of a query. Previously a tab could spin forever and only recover after an app restart.
  • Auto-run-on-open ignores MCP tabs — connections with "Auto-run on open" enabled no longer execute the query when an MCP-created tab becomes active; auto-run is strictly limited to tabs you opened yourself.

Editor

  • No more cross-tab "duplicate variable" warnings — declaring a const (e.g. const since = ...) in multiple open query tabs no longer triggers a TS2451 "Cannot redeclare block-scoped variable" or TS2300 "Duplicate identifier" squiggle. Each tab runs in its own sandbox at runtime, and the editor now matches that.

Tabs

  • Easier to click a tab without dragging it — the tab drag threshold has been raised so a normal click reliably activates the tab. Previously a few pixels of pointer movement during a click would start a drag and swallow the activation; you now have to move further before a drag kicks in.

Downloads for v1.5.6

Installers published with this release. The current version is v1.11.0.