fix: Diagnostics description — get_logs reads sub-agent container journal, not host journal

This commit is contained in:
iris 2026-06-02 12:53:23 +02:00
commit 5d4b62ccca

View file

@ -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"