From eb48d3f2dbd512719251406d88b3de821eb3fe17 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 11 May 2026 22:00:40 +0100 Subject: Trim whitespace on either side of the API key. --- bin/kaagum | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/kaagum b/bin/kaagum index 42475c5..2d455ab 100755 --- a/bin/kaagum +++ b/bin/kaagum @@ -83,7 +83,7 @@ Run kaagum AI agent. ;; 1. api-key-command is a string, not a list of string arguments ;; 2. api-key-command may contain pipes (call-with-input-pipe `("sh" "-c" ,api-key-command) - get-string-all)) + (compose string-trim-both get-string-all))) (define main (match-lambda -- cgit 1.4.1