refactor(session): move context into prompt footer (#19486)

This commit is contained in:
Dax
2026-03-28 01:05:18 -04:00
committed by GitHub
parent 15a8c22a26
commit 8446719b13
4 changed files with 47 additions and 200 deletions
@@ -584,7 +584,6 @@ function App(props: { onSnapshot?: () => Promise<string[]> }) {
value: "variant.cycle",
keybind: "variant_cycle",
category: "Agent",
hidden: true,
onSelect: () => {
local.model.variant.cycle()
},