feat: revert crumbs navigation for subagents

This commit is contained in:
imccyu
2026-08-01 14:30:16 +08:00
committed by Tianyi Cui
parent 431fb4b035
commit 5d56019d22
28 changed files with 139 additions and 34 deletions
@@ -111,6 +111,7 @@ function mount(
const useInput = bindSnapshotSelector(wiring.state)
const inputActions = wiring.actions
const stop = vi.fn()
const open = vi.fn()
const slotCalls: string[] = []
let pickerOwner: unknown
const renderSlot = ((key: string, owner: object, opts?: { only?: string }) => {
@@ -139,6 +140,8 @@ function mount(
version: () => 1,
}}
bindDraftMirror={write => wiring.bindMirror(write)}
open={open}
t={t}
{...owner}
/>
)