agent.configure_startup_banner¶
Set the startup-banner policy. The last call wins.
Parameters
settings:{show_banner: boolean?, banner_font: string?, banner_gradients: {[integer]: {[integer]: string}}?}show_banner— Whether to show the banner at startup. Defaults totrue.banner_font— Which bundled FIGlet font to use, by name ("ANSI Regular","1Row","Cybermedium"), or a path to a.flffile to load when the name doesn't match a bundled font. Defaults to the bundled"ANSI Regular".banner_gradients— Gradients to pick from at random when rendering the banner; each is a list of colors — one is a solid fill, two are a start/end gradient, three or more add intermediate stops. Empty (the default) uses a built-in curated synthwave palette.