There was an error while loading. Please reload this page.
1 parent b5a114d commit f301044Copy full SHA for f301044
1 file changed
src/pythinker_code/ui/shell/__init__.py
@@ -2189,6 +2189,8 @@ def _schedule_startup_update_task(self) -> None:
2189
- config-disabled OR source checkout → informational toast only
2190
(`_auto_update`); self-suppresses for source checkouts because
2191
`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.
2194
"""
2195
if get_env_bool("PYTHINKER_CLI_NO_AUTO_UPDATE"):
2196
logger.info("Auto-update disabled by PYTHINKER_CLI_NO_AUTO_UPDATE environment variable")
0 commit comments