* fix(cli): daemon reads server_url from config file The daemon only checked CLI flags and env vars for server_url, ignoring the persisted config in ~/.multica/config.json. Now falls back to the config file when neither flag nor env var is set. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix(cli): reset workspace data when server_url changes on login When logging in to a different server, stale workspace_id and watched_workspaces from the previous server caused 404 errors in the daemon. Now both browser and token login paths clear workspace data when the server URL changes. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix(cli): reset workspace data on every login, not just server change A different user logging in on the same machine would inherit stale workspace data. Always clear workspace_id and watched_workspaces on login so autoWatchWorkspaces repopulates them fresh. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| migrate | ||
| multica | ||
| server | ||