We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6fcf79 commit dea8110Copy full SHA for dea8110
lua/claudecode/types.lua
@@ -20,6 +20,7 @@
20
---@field keep_terminal_focus boolean Keep focus in terminal after opening diff
21
---@field hide_terminal_in_new_tab boolean Hide Claude terminal in newly created diff tab
22
---@field on_new_file_reject ClaudeCodeNewFileRejectBehavior Behavior when rejecting a new-file diff
23
+---@field on_unsaved_changes "error"|"discard" Behavior when opening a diff in a ditty buffer
24
25
-- Model selection option
26
---@class ClaudeCodeModelOption
0 commit comments