We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffe93a5 commit c325d14Copy full SHA for c325d14
1 file changed
app/src/settings/ai.rs
@@ -1457,8 +1457,8 @@ define_settings_group!(AISettings, settings: [
1457
supported_platforms: SupportedPlatforms::ALL,
1458
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.",
+ toml_path: "agents.warp_agent.other.agent_attribution_enabled",
+ description: "Whether the Warp Agent adds an attribution co-author line to commit messages and pull requests it creates.",
1462
}
1463
]);
1464
0 commit comments