* feat(cli): add `multica update` command Detects whether multica was installed via Homebrew (by resolving the binary symlink and checking if it lives under a Homebrew prefix). - Brew installs: runs `brew upgrade multica` automatically. - Non-brew installs: prints instructions for installing via brew or downloading from GitHub releases. - Checks latest version from the GitHub releases API and skips the update if already up to date. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix(cli): use fully-qualified tap name in brew upgrade Use `brew upgrade multica-ai/tap/multica` instead of `brew upgrade multica` to avoid any potential name collision with core formulae. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| cmd_agent.go | ||
| cmd_auth.go | ||
| cmd_auth_test.go | ||
| cmd_compat_test.go | ||
| cmd_config.go | ||
| cmd_daemon.go | ||
| cmd_issue.go | ||
| cmd_issue_test.go | ||
| cmd_login.go | ||
| cmd_repo.go | ||
| cmd_update.go | ||
| cmd_version.go | ||
| cmd_workspace.go | ||
| main.go | ||