File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Core/Sources/ConversationTab Expand file tree Collapse file tree 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 {
8181 . padding ( . vertical, 4 )
8282 }
8383 }
84+ . id ( filteredFiles. hashValue)
8485 }
8586 . frame ( maxHeight: 200 )
8687 . padding ( . horizontal, 4 )
Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ extension AppDelegate {
134134 )
135135
136136 statusBarMenu. addItem ( accountItem)
137+ statusBarMenu. addItem ( . separator( ) )
137138 statusBarMenu. addItem ( authStatusItem)
138139 statusBarMenu. addItem ( upSellItem)
139140 statusBarMenu. addItem ( . separator( ) )
Original file line number Diff line number Diff line change @@ -479,7 +479,7 @@ func getCLSMessageSummary(_ message: String) -> CLSMessage {
479479 let summary : String
480480 if message. contains ( " You've reached your monthly chat messages limit " ) {
481481 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 " ) {
483483 summary = " Monthly Completion Limit Reached "
484484 } else {
485485 summary = " CLS Error "
You can’t perform that action at this time.
0 commit comments