Static| Name | Type | Description |
|---|---|---|
thread_id | str | None | Default: NoneDisplayed only when debug mode is enabled. |
mcp_tool_count | int | Default: 0Number of MCP tools loaded at startup. |
model_provider | str | Default: ''Active model provider (e.g. |
model_name | str | Default: '' |
cwd | str | None | Default: None |
mcp_unauthenticated | int | Default: 0 |
mcp_errored | int | Default: 0 |
mcp_awaiting_reconnect | int | Default: 0 |
**kwargs | Any | Default: {} |
Compact welcome banner shown at startup.
Renders a bordered box with the product title and version, followed by rows
that appear only when their data (and any env gate) is present. In render
order: the active model (SPLASH_SHOW_MODEL, opt-in), working directory
(SPLASH_SHOW_CWD, opt-in), LangSmith tracing project and its replica (each
clickable once its URL resolves), thread ID (debug mode only), and the MCP
tool count. MCP server warnings and the editable-install path follow.
Active model name. Displayed only when SPLASH_SHOW_MODEL is
enabled.
Working directory. Defaults to the process cwd. Displayed only
when SPLASH_SHOW_CWD is enabled.
Number of MCP servers awaiting login.
Number of MCP servers that failed to load.
Number of MCP servers awaiting reconnect.
Additional arguments passed to parent.