Update agent attribution setting (#9329)
This commit is contained in:
@@ -1457,8 +1457,8 @@ define_settings_group!(AISettings, settings: [
|
|||||||
supported_platforms: SupportedPlatforms::ALL,
|
supported_platforms: SupportedPlatforms::ALL,
|
||||||
sync_to_cloud: SyncToCloud::Globally(RespectUserSyncSetting::No),
|
sync_to_cloud: SyncToCloud::Globally(RespectUserSyncSetting::No),
|
||||||
private: false,
|
private: false,
|
||||||
toml_path: "agents.oz.other.agent_attribution_enabled",
|
toml_path: "agents.warp_agent.other.agent_attribution_enabled",
|
||||||
description: "Whether Oz adds an attribution co-author line to commit messages and pull requests it creates.",
|
description: "Whether the Warp Agent adds an attribution co-author line to commit messages and pull requests it creates.",
|
||||||
}
|
}
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user