From c15e89e54f7c5592cb604d724f8b36b23e070406 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Tue, 10 Mar 2026 23:16:03 +0800 Subject: [PATCH] chore: commands for installing agents --- install-agents.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 install-agents.sh diff --git a/install-agents.sh b/install-agents.sh new file mode 100644 index 00000000..0ca8e009 --- /dev/null +++ b/install-agents.sh @@ -0,0 +1,15 @@ +# codex +npm i -g @openai/codex + +# opencode +npm install -g opencode-ai + +# kimi-cli +uv tool install --python 3.13 kimi-cli +uv tool upgrade kimi-cli --no-cache + +# gemini-cli +npm install -g @google/gemini-cli + +# update all agents installed via npm +npm update -g