Skip to content

Commit 618e763

Browse files
Always sync to server
Co-authored-by: oz-for-oss[bot] <277970191+oz-for-oss[bot]@users.noreply.github.com>
1 parent c4ecde3 commit 618e763

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/settings/ai.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1455,7 +1455,7 @@ define_settings_group!(AISettings, settings: [
14551455
type: bool,
14561456
default: true,
14571457
supported_platforms: SupportedPlatforms::ALL,
1458-
sync_to_cloud: SyncToCloud::Globally(RespectUserSyncSetting::Yes),
1458+
sync_to_cloud: SyncToCloud::Globally(RespectUserSyncSetting::No),
14591459
private: false,
14601460
toml_path: "agents.oz.other.agent_attribution_enabled",
14611461
description: "Whether Oz adds an attribution co-author line to commit messages and pull requests it creates.",

0 commit comments

Comments
 (0)