fix: Diagnostics description — get_logs reads sub-agent container journal, not host journal
This commit is contained in:
parent
2368bec634
commit
5d4b62ccca
1 changed files with 3 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue