fix(tui): call work panel activity

This commit is contained in:
Kit Langton 2026-07-16 15:14:04 +00:00 committed by OpenCode Agent
commit 43a0166303
6 changed files with 15 additions and 15 deletions

View file

@ -86,7 +86,7 @@ test("resolves a session move keybind", () => {
expect(config.keybinds.get("session.move")).toMatchObject([{ key: "ctrl+o" }])
})
test("opens the subagent picker with down", () => {
test("opens activity with down", () => {
const config = resolve({}, { terminalSuspend: true })
expect(config.keybinds.get("session.child.first")).toMatchObject([{ key: "down,<leader>down" }])