mini: add hideable footer details (#38192)
This commit is contained in:
parent
1ea9137c01
commit
2ed8fe5960
8 changed files with 130 additions and 16 deletions
|
|
@ -133,6 +133,9 @@ export const Info = Schema.Struct({
|
|||
turn_summary: Schema.optional(Schema.Literals(["show", "hide"])).annotate({
|
||||
description: "Show or hide the agent, model, and duration summary in scrollback",
|
||||
}),
|
||||
footer: Schema.optional(Schema.Literals(["show", "hide"])).annotate({
|
||||
description: "Show or hide persistent activity, model, usage, and context details in the footer",
|
||||
}),
|
||||
mono: Schema.optional(Schema.Boolean).annotate({
|
||||
description: "Use monochrome ASCII output",
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue