From 7dbfcd18a0fb5d0982593be45193afd512b9f1ed Mon Sep 17 00:00:00 2001 From: 0xrsydn Date: Mon, 13 Jul 2026 09:54:05 +0700 Subject: [PATCH] add herdr terminal agent multiplexer Wire llmPkgs.herdr into home.packages alongside the other llm-agents tools. herdr is already exported by the existing llm-agents input (packages.herdr, v0.7.3) - no new flake input needed. On macOS it installs the upstream release binary; on Linux it builds from source via the numtide cache already trusted in system.nix. Depends on the llm-agents flake.lock bump (rev 6e9f6664e724) which first ships packages.herdr. --- modules/home/devtools/ai-tools.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/devtools/ai-tools.nix b/modules/home/devtools/ai-tools.nix index 6cd10cf..9822612 100644 --- a/modules/home/devtools/ai-tools.nix +++ b/modules/home/devtools/ai-tools.nix @@ -293,6 +293,7 @@ in llmPkgs.codex llmPkgs.rtk llmPkgs.cursor-agent + llmPkgs.herdr # latest - terminal agent multiplexer ] ++ zaiWrapperPackages ++ kimiWrapperPackages