b4d1bce58b
The formula downloaded deepseek-macos-arm64 (the deprecation shim) as the main binary. After the rebranding, deepseek is just a wrapper that spawns codewhale, but codewhale was never installed — causing "codewhale not found on PATH" for every Homebrew user. Now the formula downloads codewhale-* as the primary binary and installs all four artifacts: codewhale, codewhale-tui, deepseek (legacy shim), and deepseek-tui (legacy TUI shim). Closes #2104 Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>