mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 02:08:29 +02:00
chore: commands for installing agents
This commit is contained in:
15
install-agents.sh
Normal file
15
install-agents.sh
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user