You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(upgrade): check extension version before calling gotoAgentMode
Previously checkOrInstallAppModExtensionForUpgrade only checked if the
extension was installed, not whether it was new enough to support
gotoAgentMode. This caused 67% of upgrade failures (~14K users/day).
Now checks extension.packageJSON.version >= MIN_APPMOD_VERSION. If too
old, triggers update and verifies command availability with timeout.
Co-Authored-By: Claude Opus 4 <noreply@anthropic.com>
0 commit comments