fix(#1178): add list_containers to ToolGroup::Lifecycle tools slice
This commit is contained in:
parent
94c2d651c0
commit
3830b13b03
1 changed files with 2 additions and 2 deletions
|
|
@ -848,7 +848,7 @@ impl ToolGroup {
|
||||||
"remind",
|
"remind",
|
||||||
"request_next_turn",
|
"request_next_turn",
|
||||||
],
|
],
|
||||||
Self::Lifecycle => &["kill", "start", "restart", "update"],
|
Self::Lifecycle => &["kill", "start", "restart", "update", "list_containers"],
|
||||||
Self::Approvals => &[
|
Self::Approvals => &[
|
||||||
"request_init_config",
|
"request_init_config",
|
||||||
"request_apply_commit",
|
"request_apply_commit",
|
||||||
|
|
@ -937,7 +937,7 @@ impl ToolGroup {
|
||||||
Self::Inbox => {
|
Self::Inbox => {
|
||||||
"get_loose_ends, cancel_loose_end, remind, request_next_turn — self-scheduling"
|
"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 => {
|
Self::Approvals => {
|
||||||
"request_init_config, request_apply_commit, request_update_meta_inputs — config change flow (privileged)"
|
"request_init_config, request_apply_commit, request_update_meta_inputs — config change flow (privileged)"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue