+ {/* Features Section */}
+
+
{language.t("settings.ohmyopencode.section.features")}
+
+
+
+ {}} />
+
+
+
+
+ update({
+ ralph_loop: { ...config().ralph_loop, enabled: checked },
+ })
+ }
+ />
+
+
+
+ update({ auto_update: checked })}
+ />
+
+
+
+
+
+
+
+ {/* Tmux Section */}
+
+
{language.t("settings.ohmyopencode.section.tmux")}
+
+
+
+
+ update({
+ tmux: { ...config().tmux, enabled: checked },
+ })
+ }
+ />
+
+
+
+
+
+
+