From c325d146ab314971e1577f168cf45f03118c3ac5 Mon Sep 17 00:00:00 2001 From: Daniel Peng Date: Tue, 28 Apr 2026 16:35:30 -0700 Subject: [PATCH] Update agent attribution setting (#9329) --- app/src/settings/ai.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/settings/ai.rs b/app/src/settings/ai.rs index b8c3bf7a..fb5910a4 100644 --- a/app/src/settings/ai.rs +++ b/app/src/settings/ai.rs @@ -1457,8 +1457,8 @@ define_settings_group!(AISettings, settings: [ supported_platforms: SupportedPlatforms::ALL, sync_to_cloud: SyncToCloud::Globally(RespectUserSyncSetting::No), private: false, - toml_path: "agents.oz.other.agent_attribution_enabled", - 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.", } ]);