|
50 | 50 | ---@field revert? SessionRevertInfo |
51 | 51 |
|
52 | 52 | ---@class OpencodeKeymapEntry |
53 | | ----@field [1] string # Function name |
| 53 | +---@field [1] string # Function nam |
| 54 | + |
54 | 55 | ---@field mode? string|string[] # Mode(s) for the keymap |
55 | 56 | ---@field desc? string # Keymap description |
56 | 57 |
|
|
63 | 64 | ---@field accept_all string |
64 | 65 | ---@field deny string |
65 | 66 |
|
66 | | -<<<<<<< HEAD |
67 | | -======= |
68 | | ----@class OpencodeKeymapWindow |
69 | | ----@field submit string |
70 | | ----@field submit_insert string |
71 | | ----@field close string |
72 | | ----@field stop string |
73 | | ----@field next_message string |
74 | | ----@field prev_message string |
75 | | ----@field mention_file string # mention files with a file picker |
76 | | ----@field mention string # mention subagents or files with a completion popup |
77 | | ----@field slash_commands string |
78 | | ----@field context_items string # select context items with a completion popup |
79 | | ----@field toggle_pane string |
80 | | ----@field prev_prompt_history string |
81 | | ----@field next_prompt_history string |
82 | | ----@field focus_input string |
83 | | ----@field debug_message string |
84 | | ----@field debug_output string |
85 | | ----@field switch_mode string |
86 | | ----@field select_child_session string |
87 | | ->>>>>>> 31b9b62 (wip: context bar) |
88 | 67 | ---@class OpencodeKeymap |
89 | 68 | ---@field editor OpencodeKeymapEditor |
90 | 69 | ---@field input_window OpencodeKeymapInputWindow |
|
122 | 101 | ---@class OpencodeContextConfig |
123 | 102 | ---@field enabled boolean |
124 | 103 | ---@field cursor_data { enabled: boolean } |
125 | | -<<<<<<< HEAD |
126 | | ----@field diagnostics { info: boolean, warning: boolean, error: boolean } |
127 | | ----@field current_file { enabled: boolean, show_full_path: boolean } |
128 | | -======= |
129 | 104 | ---@field diagnostics { enabled:boolean, info: boolean, warning: boolean, error: boolean } |
130 | 105 | ---@field current_file { enabled: boolean } |
131 | | ->>>>>>> 31b9b62 (wip: context bar) |
132 | 106 | ---@field selection { enabled: boolean } |
133 | 107 | ---@field subagents { enabled: boolean } |
134 | 108 |
|
|
0 commit comments