docs: crear issue 0046 — progreso en tiempo real para Father Bot

Issue para que Father Bot muestre feedback visual durante la creacion
de agentes. Incluye: habilitar streaming en config, mejorar formateo
del ProgressReporter con nombres de pasos legibles, y tests.

Tambien habilita streaming + show_tool_progress en el config de
Father Bot (quick win que activa el ProgressReporter existente).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-10 23:13:23 +00:00
parent 547384bcb1
commit fe742bea59
3 changed files with 129 additions and 0 deletions
+2
View File
@@ -82,6 +82,8 @@ llm:
model: "sonnet"
fallback_model: "haiku"
session_id: ""
streaming: true
show_tool_progress: true
add_dirs:
- ".claude/rules"
- "agents/_template"