chore: generate

This commit is contained in:
opencode-agent[bot]
2026-05-13 01:45:20 +00:00
parent c2b1ebd9dc
commit c9df833d2c
4 changed files with 76 additions and 10 deletions

View File

@@ -475,9 +475,9 @@ it.instance("resolves keybind lookup from canonical keybinds", () =>
expect(config.keybinds.get("dialog.mcp.toggle")?.[0]?.key).toBe("ctrl+t")
expect(config.keybinds.get("model.dialog.favorite")?.[0]?.key).toBe("ctrl+f")
expect(config.keybinds.get("dialog.plugins.install")?.[0]?.key).toBe("shift+i")
expect(config.keybinds.gather("plugins.dialog", ["dialog.plugins.install"]).map((binding) => binding.cmd)).toEqual([
"dialog.plugins.install",
])
expect(
config.keybinds.gather("plugins.dialog", ["dialog.plugins.install"]).map((binding) => binding.cmd),
).toEqual(["dialog.plugins.install"])
}),
),
)