Revert "feat: Allow Chat Sidebar to Replace the Main Window (No Split) (#1638)" (#1648)

This reverts commit 31041f6d65.
This commit is contained in:
yetone
2025-03-20 03:25:08 +08:00
committed by GitHub
parent 31041f6d65
commit 8c9cd1a7b2
2 changed files with 19 additions and 34 deletions

View File

@@ -101,7 +101,6 @@ end
---@field floating? boolean whether to open a floating input to enter the question
---@field new_chat? boolean whether to open a new chat
---@field without_selection? boolean whether to open a new chat without selection
---@field no_split? boolean whether to open a new chat without split side bar
---@param opts? AskOptions
function M.ask(opts)