From b5bba676762b4f30cf6c09f88948b0de82a7509d Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Mon, 30 Jun 2025 16:34:32 -0500 Subject: [PATCH] add open code alias --- common/general/shell/common.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common/general/shell/common.sh b/common/general/shell/common.sh index 9b94acf..49dc32a 100644 --- a/common/general/shell/common.sh +++ b/common/general/shell/common.sh @@ -186,3 +186,8 @@ alias gintentnix_undo="gintent_undo .envrc flake.lock flake.nix" aider () { http_proxy="" all_proxy="" https_proxy="" AZURE_API_BASE=http://100.64.0.8 AZURE_API_VERSION=2025-01-01-preview AZURE_API_KEY=1 nix run "nixpkgs#aider-chat-full" -- aider --dark-mode --no-gitignore --no-check-update --no-auto-commits --model azure/gpt-4.1-2025-04-14 $@ } + +# SST Opencode +oc () { + http_proxy="" all_proxy="" https_proxy="" AZURE_API_BASE=http://100.64.0.8 AZURE_API_VERSION=2025-01-01-preview AZURE_API_KEY=1 opencode $@ +}