launchBannerFields
launchBannerFields(
model?,provider?):LaunchBannerFields
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/core/launchBanner.ts:491
Read the live fields off the process, so both surfaces report the same three values from the same
sources instead of each picking its own. model/provider come from the caller because only it
has the resolved config (config.modelDisplayName / config.modelProviderType); the rest are
process-global.
Fail-soft, as in debugDump: getSlothVersion() reads the installed package.json through the
install dir that the CLI entry point sets, and THROWS when nothing set it (an embedded caller, a
unit test). A missing version drops one label — it must never stop a session from starting.
Parameters
Section titled “Parameters”model?
Section titled “model?”string
provider?
Section titled “provider?”string