From 24f3b843bbc2550c2d8cee019d925eeeb23b47e7 Mon Sep 17 00:00:00 2001 From: kami Date: Fri, 3 Jul 2026 14:33:02 +0400 Subject: [PATCH] fix(talkie): label narration actions 'in this run', not 'this stage' The actions line is session-wide, but the old 'Actions taken this stage' label made a literal narrator (Qwen2.5-1.5B) contradict itself ('no files read this stage'). Relabel to match reality. --- .../src/main/kotlin/com/correx/core/talkie/TalkieFacade.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/talkie/src/main/kotlin/com/correx/core/talkie/TalkieFacade.kt b/core/talkie/src/main/kotlin/com/correx/core/talkie/TalkieFacade.kt index 832f2799..c3c2ba3f 100644 --- a/core/talkie/src/main/kotlin/com/correx/core/talkie/TalkieFacade.kt +++ b/core/talkie/src/main/kotlin/com/correx/core/talkie/TalkieFacade.kt @@ -272,7 +272,7 @@ class DefaultTalkieFacade( if (arg.isNullOrBlank()) req.toolName else "${req.toolName}($arg)" } if (actions.isEmpty()) return null - return "Actions taken this stage: " + actions.joinToString(", ") + return "Recent actions taken in this run: " + actions.joinToString(", ") } private suspend fun emitChatTurn(