Skip to content

Commit c325d14

Browse files
authored
Update agent attribution setting (#9329)
1 parent ffe93a5 commit c325d14

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/settings/ai.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1457,8 +1457,8 @@ define_settings_group!(AISettings, settings: [
14571457
supported_platforms: SupportedPlatforms::ALL,
14581458
sync_to_cloud: SyncToCloud::Globally(RespectUserSyncSetting::No),
14591459
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.",
1460+
toml_path: "agents.warp_agent.other.agent_attribution_enabled",
1461+
description: "Whether the Warp Agent adds an attribution co-author line to commit messages and pull requests it creates.",
14621462
}
14631463
]);
14641464

0 commit comments

Comments
 (0)