We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4ecde3 commit 618e763Copy full SHA for 618e763
1 file changed
app/src/settings/ai.rs
@@ -1455,7 +1455,7 @@ define_settings_group!(AISettings, settings: [
1455
type: bool,
1456
default: true,
1457
supported_platforms: SupportedPlatforms::ALL,
1458
- sync_to_cloud: SyncToCloud::Globally(RespectUserSyncSetting::Yes),
+ sync_to_cloud: SyncToCloud::Globally(RespectUserSyncSetting::No),
1459
private: false,
1460
toml_path: "agents.oz.other.agent_attribution_enabled",
1461
description: "Whether Oz adds an attribution co-author line to commit messages and pull requests it creates.",
0 commit comments