|
2 | 2 | "name": "snow-cli", |
3 | 3 | "displayName": "Snow CLI", |
4 | 4 | "description": "Snow AI CLI with ACE Code Search - Intelligent code navigation and search powered by AI", |
5 | | - "version": "0.4.9", |
| 5 | + "version": "0.4.10", |
6 | 6 | "publisher": "mufasa", |
7 | 7 | "repository": { |
8 | 8 | "type": "git", |
|
127 | 127 | "title": "Restart Terminal", |
128 | 128 | "icon": "$(debug-rerun)" |
129 | 129 | }, |
| 130 | + { |
| 131 | + "command": "snow-cli.addFolderPath", |
| 132 | + "title": "Add Folder Path", |
| 133 | + "icon": "$(file-symlink-directory)" |
| 134 | + }, |
| 135 | + { |
| 136 | + "command": "snow-cli.addFilePath", |
| 137 | + "title": "Add File Path", |
| 138 | + "icon": "$(file-symlink-file)" |
| 139 | + }, |
130 | 140 | { |
131 | 141 | "command": "snow-cli.openSnowSettings", |
132 | 142 | "title": "Snow CLI Settings", |
133 | 143 | "icon": "$(settings-gear)" |
134 | 144 | }, |
135 | | - { |
136 | | - "command": "snow-cli.openFilePicker", |
137 | | - "title": "Insert File Path", |
138 | | - "icon": "$(file-directory)" |
139 | | - }, |
140 | 145 | { |
141 | 146 | "command": "snow-cli.focusSidebar", |
142 | 147 | "title": "Focus Snow CLI Sidebar" |
| 148 | + }, |
| 149 | + { |
| 150 | + "command": "snow-cli.sendFilePaths", |
| 151 | + "title": "Send to Snow CLI", |
| 152 | + "icon": "$(file-symlink-file)" |
| 153 | + } |
| 154 | + ], |
| 155 | + "submenus": [ |
| 156 | + { |
| 157 | + "id": "snow-cli.insertPathActions", |
| 158 | + "label": "Insert Path", |
| 159 | + "icon": "$(attach)" |
143 | 160 | } |
144 | 161 | ], |
145 | 162 | "keybindings": [ |
|
168 | 185 | "group": "navigation@2" |
169 | 186 | }, |
170 | 187 | { |
171 | | - "command": "snow-cli.openFilePicker", |
| 188 | + "submenu": "snow-cli.insertPathActions", |
172 | 189 | "when": "view == snowCliTerminal && snow-cli.sidebarMode", |
173 | 190 | "group": "navigation@3" |
174 | 191 | } |
| 192 | + ], |
| 193 | + "snow-cli.insertPathActions": [ |
| 194 | + { |
| 195 | + "command": "snow-cli.addFolderPath", |
| 196 | + "group": "navigation@1" |
| 197 | + }, |
| 198 | + { |
| 199 | + "command": "snow-cli.addFilePath", |
| 200 | + "group": "navigation@2" |
| 201 | + } |
| 202 | + ], |
| 203 | + "explorer/context": [ |
| 204 | + { |
| 205 | + "command": "snow-cli.sendFilePaths", |
| 206 | + "group": "snow@1" |
| 207 | + } |
| 208 | + ], |
| 209 | + "editor/title/context": [ |
| 210 | + { |
| 211 | + "command": "snow-cli.sendFilePaths", |
| 212 | + "when": "resourceScheme == file || resourceScheme == vscode-remote", |
| 213 | + "group": "snow@1" |
| 214 | + } |
175 | 215 | ] |
176 | 216 | } |
177 | 217 | }, |
|
0 commit comments