We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cffaa4 commit 1bd446fCopy full SHA for 1bd446f
1 file changed
Core/Sources/Preferences/Keys.swift
@@ -194,11 +194,11 @@ public extension UserDefaultPreferenceKeys {
194
}
195
196
var embedFileContentInChatContextIfNoSelection: PreferenceKey<Bool> {
197
- .init(defaultValue: true, key: "EmbedFileContentInChatContextIfNoSelection")
+ .init(defaultValue: false, key: "EmbedFileContentInChatContextIfNoSelection")
198
199
200
var maxEmbeddableFileInChatContextLineCount: PreferenceKey<Int> {
201
- .init(defaultValue: 200, key: "MaxEmbeddableFileInChatContextLineCount")
+ .init(defaultValue: 100, key: "MaxEmbeddableFileInChatContextLineCount")
202
203
204
0 commit comments