Skip to content

Commit f301044

Browse files
committed
docs(shell): note non-PythinkerSoul fallback in dispatch docstring
1 parent b5a114d commit f301044

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/pythinker_code/ui/shell/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2189,6 +2189,8 @@ def _schedule_startup_update_task(self) -> None:
21892189
- config-disabled OR source checkout → informational toast only
21902190
(`_auto_update`); self-suppresses for source checkouts because
21912191
`pending_update_notice()` returns None in that path.
2192+
- non-PythinkerSoul → same toast-only path (no runtime config to
2193+
consult), matching the prior unconditional `_auto_update` behavior.
21922194
"""
21932195
if get_env_bool("PYTHINKER_CLI_NO_AUTO_UPDATE"):
21942196
logger.info("Auto-update disabled by PYTHINKER_CLI_NO_AUTO_UPDATE environment variable")

0 commit comments

Comments
 (0)