feat(desktop): session router, interrupt agent, visual cleanup

This commit is contained in:
Adam 2025-11-05 11:55:31 -06:00
commit d525fbf829
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
21 changed files with 1259 additions and 1145 deletions

View file

@ -154,6 +154,7 @@ export function Diff<T>(props: DiffProps<T>) {
...others,
})
container.innerHTML = ""
instance.render({
oldFile: local.before,
newFile: local.after,