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

This commit is contained in:
brook hong
2025-03-20 03:10:54 +08:00
committed by GitHub
parent bfe8404161
commit 31041f6d65
2 changed files with 34 additions and 19 deletions

View File

@@ -101,6 +101,7 @@ 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)