mirror of
https://github.com/stablyai/orca
synced 2026-04-21 14:17:16 +00:00
918 B
918 B
Split Groups PR 5: Hook Group Surfaces Into Flagged Path
This branch wires terminal, editor, and browser surfaces into the split-group
ownership path inside Terminal.tsx, but holds that path behind a temporary
local gate.
Scope:
- remove duplicate legacy ownership under the flagged path
- route group-local surface creation and restore through the new model
- preserve existing default behavior while the flag stays off
What Is Actually Hooked Up In This PR:
Terminal.tsxnow contains the real split-group surface path- the new path mounts
TabGroupSplitLayoutand avoids keeping duplicate legacy surfaces mounted underneath - the old legacy surface path is still present as the active runtime path in this branch
What Is Not Hooked Up Yet:
- the split-group path is still disabled by the temporary local rollout gate in
Terminal.tsx - users should still get legacy behavior by default in this branch