fix(prompts): apply system default on every run; dedupe roadblocks

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
mika kuns
2026-06-04 14:25:55 +02:00
co-authored by Claude Sonnet 4.6
parent 202e8dea49
commit 9a117a5429
3 changed files with 13 additions and 2 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ public sealed class StreamAnalyzer
TokensIn = _tokensIn,
TokensOut = _tokensOut,
ApiRetryCount = _apiRetryCount,
Blocks = _blocks,
Blocks = _blocks.Distinct().ToList(),
};
private string? FallbackResult()