新会话默认连接agent列表里面的第一个agent,不再固定使用codex
This commit is contained in:
@@ -151,7 +151,7 @@ export function FolderTitleBar() {
|
||||
if (matchShortcutEvent(e, shortcuts.new_conversation)) {
|
||||
if (!folderPath) return
|
||||
e.preventDefault()
|
||||
openNewConversationTab("codex", folderPath)
|
||||
openNewConversationTab(folderPath)
|
||||
return
|
||||
}
|
||||
if (matchShortcutEvent(e, shortcuts.open_folder)) {
|
||||
|
||||
Reference in New Issue
Block a user