Load all thread-selector settings from one config file read.
Returns a cached result when reading the default config path. The
prewarm worker calls this at startup so subsequent opens of the
/threads modal avoid disk I/O entirely.
load_thread_config(
config_path: Path | None = None,
) -> ThreadConfig| Name | Type | Description |
|---|---|---|
config_path | Path | None | Default: NonePath to config file. |