新会话默认连接agent列表里面的第一个agent,不再固定使用codex
This commit is contained in:
@@ -373,7 +373,7 @@ export function SidebarConversationList({
|
||||
|
||||
const handleNewConversation = useCallback(() => {
|
||||
if (!folder) return
|
||||
openNewConversationTab("codex", folder.path)
|
||||
openNewConversationTab(folder.path)
|
||||
}, [folder, openNewConversationTab])
|
||||
|
||||
const handleImport = useCallback(async () => {
|
||||
|
||||
Reference in New Issue
Block a user