We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c5404 commit 228b2b2Copy full SHA for 228b2b2
Core/Sources/HostApp/FeatureSettings/ChatSettingsView.swift
@@ -283,7 +283,7 @@ struct ChatSettingsView: View {
283
#if canImport(ProHostApp)
284
285
Scope(
286
- title: WithFeatureEnabled(\.projectScopeInChat) { Text("Sense Scope") },
+ title: WithFeatureEnabled(\.projectScopeInChat) { Text("Sense Scope (Experimental)") },
287
description: "Experimental. Enable the bot to read the relevant code of the editing file in the project, third party packages and the SDK."
288
) {
289
WithFeatureEnabled(\.projectScopeInChat, alignment: .hidden) {
0 commit comments