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
fix: 'imcodes start' delegates to launchd/systemd (prevents duplicates)
Running 'imcodes start' from terminal started an inline daemon process.
If launchd was also managing a daemon, two processes competed for the
same WebSocket connection, causing infinite reconnect loops (close 1001
"replaced" every 2 seconds).
Now 'imcodes start' delegates to launchctl/systemd by default.
'--foreground' flag runs inline (used by plist/unit files only).
Updated plist to pass --foreground.
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
0 commit comments