multica/server/cmd/multica
Jiayuan 38d595d81d feat(cli): restructure CLI commands for better UX
- Add top-level `multica login` that combines auth + workspace auto-discovery
- Restructure daemon into subcommands: start, stop, status, logs
- Add background daemon mode with PID management
- Add daemon deregistration on shutdown (new API endpoint + SQL query)
- Remove unused commands: runtime list, status, agent get/delete/stop
- Make `config` show config directly instead of requiring `config show`
- Update README to reflect new CLI structure

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-29 01:43:45 +08:00
..
cmd_agent.go feat(cli): restructure CLI commands for better UX 2026-03-29 01:43:45 +08:00
cmd_auth.go feat(cli): restructure CLI commands for better UX 2026-03-29 01:43:45 +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_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(cli): restructure CLI commands for better UX 2026-03-29 01:43:45 +08:00