Commit 717bc4c 1 parent 37407e4 commit 717bc4c Copy full SHA for 717bc4c
File tree 3 files changed +3
-1
lines changed
Core/Sources/ConversationTab
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ public struct FilePicker: View {
81
81
. padding ( . vertical, 4 )
82
82
}
83
83
}
84
+ . id ( filteredFiles. hashValue)
84
85
}
85
86
. frame ( maxHeight: 200 )
86
87
. padding ( . horizontal, 4 )
Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ extension AppDelegate {
134
134
)
135
135
136
136
statusBarMenu. addItem ( accountItem)
137
+ statusBarMenu. addItem ( . separator( ) )
137
138
statusBarMenu. addItem ( authStatusItem)
138
139
statusBarMenu. addItem ( upSellItem)
139
140
statusBarMenu. addItem ( . separator( ) )
Original file line number Diff line number Diff line change @@ -479,7 +479,7 @@ func getCLSMessageSummary(_ message: String) -> CLSMessage {
479
479
let summary : String
480
480
if message. contains ( " You've reached your monthly chat messages limit " ) {
481
481
summary = " Monthly Chat Limit Reached "
482
- } else if message. contains ( " You've reached your monthly code completion limit" ) {
482
+ } else if message. contains ( " Completions limit reached " ) {
483
483
summary = " Monthly Completion Limit Reached "
484
484
} else {
485
485
summary = " CLS Error "
You can’t perform that action at this time.
0 commit comments