feat(tui): add replaceable prompt footer slot

This commit is contained in:
Dax Raad 2026-07-29 10:16:34 -04:00
commit 247f14f955
6 changed files with 152 additions and 106 deletions

View file

@ -1,4 +1,5 @@
import HomeFooter from "../feature-plugins/home/footer"
import PromptFooter from "../feature-plugins/prompt/footer"
import SidebarContext from "../feature-plugins/sidebar/context"
import SidebarFooter from "../feature-plugins/sidebar/footer"
import SidebarLsp from "../feature-plugins/sidebar/lsp"
@ -10,6 +11,7 @@ import Scrap from "../feature-plugins/system/scrap"
export const builtins = [
HomeFooter,
PromptFooter,
SidebarContext,
SidebarMcp,
SidebarLsp,