|
53 | 53 | ---@field share? SessionShareInfo |
54 | 54 |
|
55 | 55 | ---@class OpencodeKeymapEntry |
56 | | ----@field [1] string # Function name |
| 56 | +---@field [1] string # Function nam |
| 57 | + |
57 | 58 | ---@field mode? string|string[] # Mode(s) for the keymap |
58 | 59 | ---@field desc? string # Keymap description |
59 | 60 |
|
|
66 | 67 | ---@field accept_all string |
67 | 68 | ---@field deny string |
68 | 69 |
|
69 | | -<<<<<<< HEAD |
70 | | -======= |
71 | | ----@class OpencodeKeymapWindow |
72 | | ----@field submit string |
73 | | ----@field submit_insert string |
74 | | ----@field close string |
75 | | ----@field stop string |
76 | | ----@field next_message string |
77 | | ----@field prev_message string |
78 | | ----@field mention_file string # mention files with a file picker |
79 | | ----@field mention string # mention subagents or files with a completion popup |
80 | | ----@field slash_commands string |
81 | | ----@field context_items string # select context items with a completion popup |
82 | | ----@field toggle_pane string |
83 | | ----@field prev_prompt_history string |
84 | | ----@field next_prompt_history string |
85 | | ----@field focus_input string |
86 | | ----@field debug_message string |
87 | | ----@field debug_output string |
88 | | ----@field switch_mode string |
89 | | ----@field select_child_session string |
90 | | ->>>>>>> 31b9b62 (wip: context bar) |
91 | 70 | ---@class OpencodeKeymap |
92 | 71 | ---@field editor OpencodeKeymapEditor |
93 | 72 | ---@field input_window OpencodeKeymapInputWindow |
|
140 | 119 | ---@class OpencodeContextConfig |
141 | 120 | ---@field enabled boolean |
142 | 121 | ---@field cursor_data { enabled: boolean } |
143 | | -<<<<<<< HEAD |
144 | | ----@field diagnostics { info: boolean, warning: boolean, error: boolean } |
145 | | ----@field current_file { enabled: boolean, show_full_path: boolean } |
146 | | -======= |
147 | 122 | ---@field diagnostics { enabled:boolean, info: boolean, warning: boolean, error: boolean } |
148 | 123 | ---@field current_file { enabled: boolean } |
149 | | ->>>>>>> 31b9b62 (wip: context bar) |
150 | 124 | ---@field selection { enabled: boolean } |
151 | 125 | ---@field subagents { enabled: boolean } |
152 | 126 |
|
|
0 commit comments