multica/server/cmd/multica
Jiayuan c3a9190016 fix(cli): always update server_url on login
Previously, `multica login` only saved server_url to config when it was
empty. A stale value (e.g. from a prior session pointing at a different
host) was never overwritten, causing subsequent API calls to hit the
wrong server.
2026-03-30 01:49:07 +08:00
..
cmd_agent.go feat(cli): restructure CLI commands for better UX 2026-03-29 01:43:45 +08:00
cmd_auth.go fix(cli): always update server_url on login 2026-03-30 01:49:07 +08:00
cmd_auth_test.go Improve local CLI auth and skills UX 2026-03-27 18:32:56 +08:00
cmd_compat_test.go feat(cli): restructure CLI commands for better UX 2026-03-29 01:43:45 +08:00
cmd_config.go feat(cli): restructure CLI commands for better UX 2026-03-29 01:43:45 +08:00
cmd_daemon.go feat(cli): restructure CLI commands for better UX 2026-03-29 01:43:45 +08:00
cmd_issue.go fix(cli): rune-safe truncateID, consistent client construction, add --output to status cmd 2026-03-27 14:12:16 +08:00
cmd_issue_test.go fix: address PR #149 review findings 2026-03-27 16:15:58 +08:00
cmd_login.go feat(cli): restructure CLI commands for better UX 2026-03-29 01:43:45 +08:00
cmd_repo.go feat(daemon): agent-driven repo checkout with bare clone cache 2026-03-29 19:37:48 +08:00
cmd_version.go refactor(release): rename multica-cli to multica 2026-03-25 17:34:29 +08:00
cmd_workspace.go feat(cli): restructure CLI commands for better UX 2026-03-29 01:43:45 +08:00
main.go feat(daemon): agent-driven repo checkout with bare clone cache 2026-03-29 19:37:48 +08:00