From 591e2295d5b6e56db1f6502f243fa31064badfdf Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Thu, 9 Apr 2026 12:29:31 -0400 Subject: [PATCH] chore(tools/jobs): improve job tool descriptions --- internal/agent/tools/job_kill.md | 2 +- internal/agent/tools/job_output.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/agent/tools/job_kill.md b/internal/agent/tools/job_kill.md index 5a929ab36fc6be3bf4dec5d8fe61f88677d2469a..96fbbff7f3eeee6265a4c7e401dc603edd47b96e 100644 --- a/internal/agent/tools/job_kill.md +++ b/internal/agent/tools/job_kill.md @@ -1,4 +1,4 @@ -Terminates a background shell process. +Terminate a background shell process by ID; shell ID becomes invalid after killing. - Provide the shell ID returned from a background bash execution diff --git a/internal/agent/tools/job_output.md b/internal/agent/tools/job_output.md index 3a0162525289dac5530846d95268f5d4bda1b8dd..ddc8132dc9049dbba6dfe5f5fecd290354bccc98 100644 --- a/internal/agent/tools/job_output.md +++ b/internal/agent/tools/job_output.md @@ -1,4 +1,4 @@ -Retrieves the current output from a background shell. +Get stdout/stderr from a background shell by ID; set wait=true to block until completion. - Provide the shell ID returned from a background bash execution