fix: make workspace panels self contained
CI / rust (push) Successful in 2m54s

This commit is contained in:
2026-08-31 18:02:01 -07:00
parent 3f15b13312
commit 63c9cb6210
10 changed files with 297 additions and 350 deletions
+4 -2
View File
@@ -21,8 +21,10 @@ binary is still a scaffold, while the isolated native UI spikes now exercise an
interactive 20/60/20 workspace backed by six live comparison surfaces, and the
root workspace contains the first bounded local PTY, runtime actor, VT engine,
and capability-gated workspace command boundaries. The GPUI slice shows a
responsive one-, three-, or five-lane work band—five on a 3440 px ultrawide—with
one styled actor-owned VT session and five deterministic comparison surfaces.
responsive one-, three-, or five-panel workspace—five on a 3440 px ultrawide—
where every panel owns its own context, work surface, and decision shelf. One
panel contains a styled actor-owned VT session and five comparison surfaces
remain deterministic.
Retained-history navigation is wired. We are still validating terminal text
selection and mouse input, standalone runtime IPC/durability, ACP integration,
packaging, and usage-data contracts before a large implementation.