From 189472fea742c481798fec306508693dadb2ce48 Mon Sep 17 00:00:00 2001 From: Enmanuel Date: Thu, 9 Apr 2026 22:58:42 +0000 Subject: [PATCH] chore: actualizar template config con opciones de streaming Agrega campos streaming y show_tool_progress al template de config del agente para documentar las nuevas opciones de claude-code. Ambos desactivados por defecto (backward compatible). Co-Authored-By: Claude Opus 4.6 (1M context) --- agents/_template/config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/agents/_template/config.yaml b/agents/_template/config.yaml index ce42b40..fedab2d 100644 --- a/agents/_template/config.yaml +++ b/agents/_template/config.yaml @@ -84,6 +84,8 @@ llm: fallback_model: "" session_id: "" add_dirs: [] + streaming: false # true para usar --output-format stream-json (progreso en tiempo real) + show_tool_progress: false # true para mostrar en Matrix que herramientas usa el agente fallback: provider: ""