From 5d4b62ccca8f5dd2a112d77f6bd90c9b6aa84d21 Mon Sep 17 00:00:00 2001 From: iris Date: Tue, 2 Jun 2026 12:53:23 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20Diagnostics=20description=20=E2=80=94=20?= =?UTF-8?q?get=5Flogs=20reads=20sub-agent=20container=20journal,=20not=20h?= =?UTF-8?q?ost=20journal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hive-sh4re/src/lib.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hive-sh4re/src/lib.rs b/hive-sh4re/src/lib.rs index 85041045..8bfffcc2 100644 --- a/hive-sh4re/src/lib.rs +++ b/hive-sh4re/src/lib.rs @@ -893,7 +893,9 @@ impl ToolGroup { Self::Scheduling => { "request_schedule_prompt and related — operator-visible scheduled prompts (privileged)" } - Self::Diagnostics => "get_logs — read host journal and build logs (privileged)", + Self::Diagnostics => { + "get_logs — read a sub-agent container's systemd journal (privileged)" + } Self::Execution => "bash_run, bash_status — run shell commands in the container", Self::WebTools => { "WebFetch, WebSearch — Claude built-in web egress; not MCP tools"