Skip to content

Commit fd84744

Browse files
committed
Update
1 parent 1f3650a commit fd84744

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

Core/Sources/HostApp/FeatureSettings/ChatSettingsView.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,9 @@ struct ChatSettingsView: View {
320320
}
321321

322322
Scope(
323-
title: WithFeatureEnabled(\.projectScopeInChat) { Text("Project Scope") },
323+
title: WithFeatureEnabled(\.projectScopeInChat) {
324+
Text("Project Scope (Experimental)")
325+
},
324326
description: "Experimental. Enable the bot to search code symbols in the project, third party packages and the SDK."
325327
) {
326328
WithFeatureEnabled(\.projectScopeInChat, alignment: .hidden) {

Core/Sources/HostApp/FeatureSettings/SuggestionSettingsView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ struct SuggestionSettingsView: View {
7272
#if canImport(ProHostApp)
7373
WithFeatureEnabled(\.suggestionSense) {
7474
Toggle(isOn: $settings.isSuggestionSenseEnabled) {
75-
Text("Suggestion Sense")
75+
Text("Suggestion Cheatsheet (Experimental)")
7676
}
7777
}
7878
#endif

Pro

Submodule Pro updated from b72cf6f to feddadd

0 commit comments

Comments
 (0)