mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-06 05:49:12 +02:00
* 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>