mini: add reconnect, forms, and shared targets (#37811)

Centralize session target resolution for mini and noninteractive
run paths. Recover from transport drops, replace questions with
forms, and keep tool/catalog state location-scoped with live
progress and theme discovery.
This commit is contained in:
Simon Klee
2026-07-19 22:45:10 +02:00
committed by GitHub
parent 71cb419570
commit 925c2423de
65 changed files with 5644 additions and 4305 deletions
+1
View File
@@ -23,6 +23,7 @@
"./context/runtime": "./src/context/runtime.tsx",
"./context/client": "./src/context/client.tsx",
"./context/theme": "./src/context/theme.tsx",
"./theme/discovery": "./src/theme/discovery.ts",
"./context/editor": "./src/context/editor.ts",
"./context/clipboard": "./src/context/clipboard.tsx",
"./attention": "./src/attention.ts",