Skip to content

Commit 60d22b4

Browse files
committed
Update auto completion
1 parent 476e46b commit 60d22b4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Core/Sources/ChatGPTChatTab/ChatPanel.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,9 @@ struct ChatPanelInputArea: View {
412412
let plugins = chat.pluginIdentifiers.map { "/\($0)" }
413413
let availableFeatures = plugins + [
414414
"/exit",
415-
"@selection",
415+
"@code",
416416
"@file",
417+
"@web",
417418
]
418419

419420
let result: [String] = availableFeatures

0 commit comments

Comments
 (0)