You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.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