feat: update opencode;

Signed-off-by: Li Tang <iamtangli42@gmail.com>
This commit is contained in:
2026-04-27 16:17:32 +08:00
parent 63383df61f
commit ee8a4c36e6
2 changed files with 3 additions and 2 deletions

2
.zshrc
View File

@@ -124,7 +124,7 @@ alias grep='ggrep'
alias tailscale="/Applications/Tailscale.app/Contents/MacOS/Tailscale" alias tailscale="/Applications/Tailscale.app/Contents/MacOS/Tailscale"
alias ghostty='/Applications/Ghostty.app/Contents/MacOS/ghostty' alias ghostty='/Applications/Ghostty.app/Contents/MacOS/ghostty'
alias cc='claude' alias cc='claude'
alias oc='OPENCODE_EXPERIMENTAL_PLAN_MODE=1 opencode' alias oc='opencode'
# -- Functions -- # -- Functions --
# menu # menu

View File

@@ -7,6 +7,8 @@ tap "minio/stable"
tap "oven-sh/bun" tap "oven-sh/bun"
tap "vitobotta/tap" tap "vitobotta/tap"
brew "actionlint" brew "actionlint"
brew "node"
brew "agent-browser"
brew "argocd" brew "argocd"
brew "asciinema" brew "asciinema"
brew "autojump" brew "autojump"
@@ -47,7 +49,6 @@ brew "mysql@8.4", link: true
brew "neofetch" brew "neofetch"
brew "neovim" brew "neovim"
brew "nexttrace" brew "nexttrace"
brew "node"
brew "ripgrep" brew "ripgrep"
brew "opencode" brew "opencode"
brew "openjdk@21" brew "openjdk@21"