diff --git a/hosts/idols-ai/preservation.nix b/hosts/idols-ai/preservation.nix index c400dd6c..f172ddd9 100644 --- a/hosts/idols-ai/preservation.nix +++ b/hosts/idols-ai/preservation.nix @@ -139,6 +139,9 @@ in ".gemini" ".codex" ".config/opencode" + ".local/share/opencode" + ".kimi" # kimi-cli + ".context7" # up-to-date docs and code examples for for LLMs & agents # nvim ".local/share/nvim" @@ -151,7 +154,8 @@ in ".config/joplin" # tui client ".config/Joplin" # joplin-desktop - # ".local/share/jupyter" + ".local/share/jupyter" + ".ipython" # ====================================== # Cloud Native @@ -326,10 +330,6 @@ in file = ".config/zoom.conf"; how = "symlink"; } - { - file = ".claude.json"; - how = "bindmount"; - } ]; }; }; diff --git a/install-agents.sh b/install-agents.sh index 0ca8e009..6d246021 100644 --- a/install-agents.sh +++ b/install-agents.sh @@ -11,5 +11,8 @@ uv tool upgrade kimi-cli --no-cache # gemini-cli npm install -g @google/gemini-cli +# context7 - up-to-date docs and code examples for for LLMs & agents +npx ctx7 setup + # update all agents installed via npm npm update -g