From b9dd313454fa3b703160aaf920c69a10c1c8acbe Mon Sep 17 00:00:00 2001 From: Keith Patrick Date: Mon, 9 Mar 2026 01:34:43 +0000 Subject: [PATCH] Document PICOCLAW_* env vars in exec tool description --- pkg/tools/shell.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/tools/shell.go b/pkg/tools/shell.go index 9691008e9..317ea35f2 100644 --- a/pkg/tools/shell.go +++ b/pkg/tools/shell.go @@ -184,7 +184,7 @@ func (t *ExecTool) Parameters() map[string]any { }, "env": map[string]any{ "type": "object", - "description": "Additional environment variables to set for this command. Cannot override: PATH, HOME, USER, LOGNAME, SHELL, LD_PRELOAD, LD_LIBRARY_PATH, LD_AUDIT, LD_DEBUG", + "description": "Additional environment variables to set for this command. Available: PICOCLAW_HOME, PICOCLAW_CONFIG, PICOCLAW_AGENT_WORKSPACE, PICOCLAW_EXE, PICOCLAW_SERVICE_NAME. Cannot override: PATH, HOME, USER, LOGNAME, SHELL, LD_PRELOAD, LD_LIBRARY_PATH, LD_AUDIT, LD_DEBUG", "additionalProperties": map[string]any{ "type": "string", },