bingocode 1.1.190 → 1.1.192

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/main.tsx CHANGED
@@ -3031,6 +3031,7 @@ async function run(): Promise<CommanderCommand> {
3031
3031
  effortValue: parseEffortValue(options.effort) ?? getInitialEffortSetting(),
3032
3032
  activeOverlays: new Set<string>(),
3033
3033
  fastMode: getInitialFastModeSetting(resolvedInitialModel),
3034
+ execMode: getInitialSettings().execMode === true,
3034
3035
  ...(isAdvisorEnabled() && advisorModel && {
3035
3036
  advisorModel
3036
3037
  }),