From 5c016cfdbcb122e2b4f0496ef946642d68953c4b Mon Sep 17 00:00:00 2001 From: T Date: Wed, 27 May 2026 20:39:45 -0600 Subject: tool names prefixed with `std.` --- agent/tools/shell.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'agent/tools/shell.lua') diff --git a/agent/tools/shell.lua b/agent/tools/shell.lua index c615d1c..a9e9de3 100644 --- a/agent/tools/shell.lua +++ b/agent/tools/shell.lua @@ -94,7 +94,7 @@ end -- --------------------------------------------------------------------------- return { - name = "shell", + name = "std.shell", description = string.format("Execute a shell command via `/bin/sh -c`. Returns merged stdout+stderr after the command exits, prefixed with an exit-status header. Output is truncated to the last %dKB; on truncation the full transcript is saved to `$PANTO_HOME/shell-output/` and its path is included for follow-up `read` calls. Default timeout 5 minutes.", MAX_BYTES / 1024), schema = { type = "object", -- cgit v1.3