feat(backend): Implement multi-take sequence differencing and text formatting utility

This commit is contained in:
2026-03-19 19:53:09 -04:00
parent 45bffb7387
commit 510527c400
4 changed files with 105 additions and 2 deletions

View File

@@ -2493,7 +2493,8 @@ def hello():
break # Break from inner loop, clipper will re-step
imgui.same_line()
if imgui.button("Branch"):
self._branch_discussion(i) imgui.same_line()
self._branch_discussion(i)
imgui.same_line()
preview = entry["content"].replace("\\n", " ")[:60]
if len(entry["content"]) > 60: preview += "..."
if not preview.strip() and entry.get("thinking_segments"):