From 4bb38774602da5afe1300e2a5d06d5017bbcbd64 Mon Sep 17 00:00:00 2001 From: damocles Date: Wed, 20 May 2026 20:14:26 +0200 Subject: [PATCH] add jq and curl to agent base packages --- nix/templates/harness-base.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nix/templates/harness-base.nix b/nix/templates/harness-base.nix index 72c814c..5a971e8 100644 --- a/nix/templates/harness-base.nix +++ b/nix/templates/harness-base.nix @@ -268,6 +268,11 @@ # tea-login oneshot below if /state/forge-token is present, so # claude can `tea repos create`, `tea pulls create`, etc. tea + # jq: JSON processing in shell — useful for parsing API responses, + # forge REST calls, sqlite output, etc. + jq + # curl: HTTP client for forge REST API and other web requests. + curl ]; # One-shot: configure tea with the agent's forge token if