Add changelog for #3957

This commit is contained in:
Mark Backman
2026-03-08 10:44:45 -04:00
parent efda57de5c
commit 64155e8f06

1
changelog/3957.fixed.md Normal file
View File

@@ -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.