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

This commit is contained in:
Adam
2025-11-05 11:55:31 -06:00
parent 69a499f807
commit d525fbf829
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,