dbe351ac45286695f40f7e5b154661d35be8f9f9
Two issues caused the AI to lose context in multi-turn conversations: 1. Page context was a system message buried before 20 conversation messages. Now it's injected directly into the user's message so the model sees the data right next to the question. 2. Prior tool results were replayed with role="tool", which many Ollama models ignore in conversation history. Now they're replayed as assistant messages with a [Tool Result] prefix so the model reliably reads them. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Description
Languages
C#
65%
Vue
30.2%
TypeScript
4.6%
Dockerfile
0.2%