fix(tools): tell a waiting parent when stop_agent stops its child

This commit is contained in:
Ahmed Allam
2026-08-02 15:43:43 +03:00
committed by Ahmed Allam
parent 002712284a
commit b6cf156e95
4 changed files with 65 additions and 7 deletions
+3 -3
View File
@@ -866,9 +866,9 @@ _TERMINAL_NOTICE = {
"message it again."
),
"stopped": (
"[Agent capped] {name} ({agent_id}) hit its turn limit and was stopped "
"before finishing. It will not send a completion report, so stop waiting "
"on this child; account for its capped subtask and continue."
"[Agent stopped] {name} ({agent_id}) was stopped before finishing (turn limit "
"or an explicit stop). It will not send a completion report, so stop waiting "
"on this child; account for its unfinished subtask and continue."
),
}