|
49 | 49 | ---@field revert? SessionRevertInfo |
50 | 50 |
|
51 | 51 | ---@class OpencodeKeymapEntry |
52 | | ----@field [1] string # Function name |
| 52 | +---@field [1] string # Function nam |
| 53 | + |
53 | 54 | ---@field mode? string|string[] # Mode(s) for the keymap |
54 | 55 | ---@field desc? string # Keymap description |
55 | 56 |
|
|
62 | 63 | ---@field accept_all string |
63 | 64 | ---@field deny string |
64 | 65 |
|
65 | | -<<<<<<< HEAD |
66 | | -======= |
67 | | ----@class OpencodeKeymapWindow |
68 | | ----@field submit string |
69 | | ----@field submit_insert string |
70 | | ----@field close string |
71 | | ----@field stop string |
72 | | ----@field next_message string |
73 | | ----@field prev_message string |
74 | | ----@field mention_file string # mention files with a file picker |
75 | | ----@field mention string # mention subagents or files with a completion popup |
76 | | ----@field slash_commands string |
77 | | ----@field context_items string # select context items with a completion popup |
78 | | ----@field toggle_pane string |
79 | | ----@field prev_prompt_history string |
80 | | ----@field next_prompt_history string |
81 | | ----@field focus_input string |
82 | | ----@field debug_message string |
83 | | ----@field debug_output string |
84 | | ----@field switch_mode string |
85 | | ----@field select_child_session string |
86 | | ->>>>>>> 31b9b62 (wip: context bar) |
87 | 66 | ---@class OpencodeKeymap |
88 | 67 | ---@field editor OpencodeKeymapEditor |
89 | 68 | ---@field input_window OpencodeKeymapInputWindow |
|
136 | 115 | ---@class OpencodeContextConfig |
137 | 116 | ---@field enabled boolean |
138 | 117 | ---@field cursor_data { enabled: boolean } |
139 | | -<<<<<<< HEAD |
140 | | ----@field diagnostics { info: boolean, warning: boolean, error: boolean } |
141 | | ----@field current_file { enabled: boolean, show_full_path: boolean } |
142 | | -======= |
143 | 118 | ---@field diagnostics { enabled:boolean, info: boolean, warning: boolean, error: boolean } |
144 | 119 | ---@field current_file { enabled: boolean } |
145 | | ->>>>>>> 31b9b62 (wip: context bar) |
146 | 120 | ---@field selection { enabled: boolean } |
147 | 121 | ---@field subagents { enabled: boolean } |
148 | 122 |
|
|
0 commit comments