Skip to content

Mission Control v1.4.2

Choose a tag to compare

@ronle ronle released this 23 Mar 00:05

Fixes

  • .NET detection fixed: Removed clr_loader pre-check that was false-negating in frozen builds (webview would work but the pre-check said .NET was missing). Now uses console=True bootloader with hidden console window so Python's exception handling catches real .NET errors properly.

New Features

  • Global Settings modal: New "Settings" button in header with UI for all config options — Identity, Agent Defaults, Claude Code Integration (streaming/remote control/channels), Memory & Condensation, Paths & Server
  • Per-project Remote Control: Toggle in three-dot menu to enable --remote-control per project
  • Agent process registration: Agents can register spawned processes via API for visibility in Process Manager
  • Config API: GET/PUT /api/config endpoints for reading/writing config.json

Also includes (from v1.4.0/v1.4.1)

  • Process Manager with PID tracking, kill, and orphan cleanup
  • Toast notification system
  • Dispatch error handling for missing Claude CLI