From 64155e8f0638721df82ebaf56582750d020bf071 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Sun, 8 Mar 2026 10:44:45 -0400 Subject: [PATCH] Add changelog for #3957 --- changelog/3957.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/3957.fixed.md diff --git a/changelog/3957.fixed.md b/changelog/3957.fixed.md new file mode 100644 index 000000000..a501aecb1 --- /dev/null +++ b/changelog/3957.fixed.md @@ -0,0 +1 @@ +- Fixed turn completion instructions being injected as a context system message instead of using `system_instruction`. This caused warning spam when `system_instruction` was also set and didn't persist across full context updates.