feat(tui): add replaceable prompt footer slot
This commit is contained in:
parent
bd906d468d
commit
247f14f955
6 changed files with 152 additions and 106 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue