]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ui Prevent tool messages from incorrectly appending to other conversations (#25177)
authorAleksander Grygier <redacted>
Wed, 1 Jul 2026 07:25:18 +0000 (09:25 +0200)
committerGitHub <redacted>
Wed, 1 Jul 2026 07:25:18 +0000 (09:25 +0200)
commit9d88e7cedd5054e80cd282f031111e9fa6c9e33d
treef7840b1bfd11af2169227eba74432e85c06200ad
parent7af4279f4579094cbe121cccb3c28357396e55d0
ui Prevent tool messages from incorrectly appending to other conversations (#25177)

* fix: Prevent tool messages from incorrectly appending to other conversations

* ui: prevent agentic loop from poisoning another conv's currNode

* ui: make editedContent a  so background recompute does not wipe in-progress edits

---------

Co-authored-by: Pascal <redacted>
tools/ui/src/lib/components/app/chat/ChatMessages/ChatMessage/ChatMessage.svelte
tools/ui/src/lib/stores/chat.svelte.ts