fix(#1178): add list_containers to ToolGroup::Lifecycle tools slice

This commit is contained in:
damocles 2026-06-03 22:44:47 +02:00 committed by mara
commit 3830b13b03

View file

@ -848,7 +848,7 @@ impl ToolGroup {
"remind",
"request_next_turn",
],
Self::Lifecycle => &["kill", "start", "restart", "update"],
Self::Lifecycle => &["kill", "start", "restart", "update", "list_containers"],
Self::Approvals => &[
"request_init_config",
"request_apply_commit",
@ -937,7 +937,7 @@ impl ToolGroup {
Self::Inbox => {
"get_loose_ends, cancel_loose_end, remind, request_next_turn — self-scheduling"
}
Self::Lifecycle => "kill, start, restart, update — container lifecycle (privileged)",
Self::Lifecycle => "kill, start, restart, update, list_containers — container lifecycle (privileged)",
Self::Approvals => {
"request_init_config, request_apply_commit, request_update_meta_inputs — config change flow (privileged)"
}