1
1
{
2
2
"name" : " ahrefs-continue" ,
3
3
"icon" : " media/a_ahrefs_logo.png" ,
4
- "version" : " 1.1.14 " ,
4
+ "version" : " 1.1.17 " ,
5
5
"repository" : {
6
6
"type" : " git" ,
7
7
"url" : " https://github.com/ahrefs/ahrefs-continue"
66
66
}
67
67
],
68
68
"configuration" : {
69
- "title" : " Continue" ,
69
+ "title" : " Ahrefs- Continue" ,
70
70
"properties" : {
71
71
"ahrefs-continue.telemetryEnabled" : {
72
72
"type" : " boolean" ,
73
73
"default" : true ,
74
- "markdownDescription" : " Continue collects anonymous usage data, cleaned of PII, to help us improve the product for our users."
74
+ "markdownDescription" : " Ahrefs- Continue collects anonymous usage data, cleaned of PII, to help us improve the product for our users."
75
75
},
76
76
"ahrefs-continue.showInlineTip" : {
77
77
"type" : " boolean" ,
78
78
"default" : true ,
79
- "description" : " Show inline suggestion to use the Continue keyboard shortcuts (e.g. \" Cmd/Ctrl L to select code, Cmd/Ctrl I to edit\" )."
79
+ "description" : " Show inline suggestion to use the Ahrefs- Continue keyboard shortcuts (e.g. \" Cmd/Ctrl L to select code, Cmd/Ctrl I to edit\" )."
80
80
},
81
81
"ahrefs-continue.enableQuickActions" : {
82
82
"type" : " boolean" ,
86
86
"ahrefs-continue.enableTabAutocomplete" : {
87
87
"type" : " boolean" ,
88
88
"default" : true ,
89
- "markdownDescription" : " Enable Continue's tab autocomplete feature."
89
+ "markdownDescription" : " Enable Ahrefs- Continue's tab autocomplete feature."
90
90
},
91
91
"ahrefs-continue.pauseTabAutocompleteOnBattery" : {
92
92
"type" : " boolean" ,
93
93
"default" : false ,
94
- "markdownDescription" : " Pause Continue's tab autocomplete feature when your battery is low."
94
+ "markdownDescription" : " Pause Ahrefs- Continue's tab autocomplete feature when your battery is low."
95
95
},
96
96
"ahrefs-continue.remoteConfigServerUrl" : {
97
97
"type" : " string" ,
113
113
"commands" : [
114
114
{
115
115
"command" : " ahrefs-continue.acceptDiff" ,
116
- "category" : " Continue" ,
116
+ "category" : " Ahrefs- Continue" ,
117
117
"title" : " Accept Diff" ,
118
- "group" : " Continue"
118
+ "group" : " Ahrefs- Continue"
119
119
},
120
120
{
121
121
"command" : " ahrefs-continue.rejectDiff" ,
122
- "category" : " Continue" ,
122
+ "category" : " Ahrefs- Continue" ,
123
123
"title" : " Reject Diff" ,
124
- "group" : " Continue" ,
124
+ "group" : " Ahrefs- Continue" ,
125
125
"icon" : " $(stop)"
126
126
},
127
127
{
128
128
"command" : " ahrefs-continue.acceptVerticalDiffBlock" ,
129
- "category" : " Continue" ,
129
+ "category" : " Ahrefs- Continue" ,
130
130
"title" : " Accept Vertical Diff Block" ,
131
- "group" : " Continue"
131
+ "group" : " Ahrefs- Continue"
132
132
},
133
133
{
134
134
"command" : " ahrefs-continue.rejectVerticalDiffBlock" ,
135
- "category" : " Continue" ,
135
+ "category" : " Ahrefs- Continue" ,
136
136
"title" : " Reject Vertical Diff Block" ,
137
- "group" : " Continue"
137
+ "group" : " Ahrefs- Continue"
138
138
},
139
139
{
140
140
"command" : " ahrefs-continue.quickEdit" ,
141
- "category" : " Continue" ,
141
+ "category" : " Ahrefs- Continue" ,
142
142
"title" : " Generate Code" ,
143
- "group" : " Continue"
143
+ "group" : " Ahrefs- Continue"
144
144
},
145
145
{
146
146
"command" : " ahrefs-continue.focusContinueInput" ,
147
- "category" : " Continue" ,
147
+ "category" : " Ahrefs- Continue" ,
148
148
"title" : " Add Highlighted Code to Context" ,
149
- "group" : " Continue"
149
+ "group" : " Ahrefs- Continue"
150
150
},
151
151
{
152
152
"command" : " ahrefs-continue.focusContinueInputWithoutClear" ,
153
- "category" : " Continue" ,
153
+ "category" : " Ahrefs- Continue" ,
154
154
"title" : " Add Highlighted Code to Context" ,
155
- "group" : " Continue"
155
+ "group" : " Ahrefs- Continue"
156
156
},
157
157
{
158
158
"command" : " ahrefs-continue.debugTerminal" ,
159
- "category" : " Continue" ,
160
- "title" : " Continue: Debug Terminal" ,
161
- "group" : " Continue"
159
+ "category" : " Ahrefs- Continue" ,
160
+ "title" : " Ahrefs- Continue: Debug Terminal" ,
161
+ "group" : " Ahrefs- Continue"
162
162
},
163
163
{
164
164
"command" : " ahrefs-continue.toggleFullScreen" ,
165
- "category" : " Continue" ,
165
+ "category" : " Ahrefs- Continue" ,
166
166
"title" : " Toggle Full Screen" ,
167
167
"icon" : " $(fullscreen)" ,
168
- "group" : " Continue"
168
+ "group" : " Ahrefs- Continue"
169
169
},
170
170
{
171
171
"command" : " ahrefs-continue.openConfigJson" ,
172
- "category" : " Continue" ,
172
+ "category" : " Ahrefs- Continue" ,
173
173
"title" : " Open config.json" ,
174
- "group" : " Continue"
174
+ "group" : " Ahrefs- Continue"
175
175
},
176
176
{
177
177
"command" : " ahrefs-continue.toggleTabAutocompleteEnabled" ,
178
- "category" : " Continue" ,
178
+ "category" : " Ahrefs- Continue" ,
179
179
"title" : " Toggle Autocomplete Enabled" ,
180
- "group" : " Continue"
180
+ "group" : " Ahrefs- Continue"
181
181
},
182
182
{
183
183
"command" : " ahrefs-continue.selectFilesAsContext" ,
184
- "category" : " Continue" ,
185
- "title" : " Continue: Select Files as Context" ,
186
- "group" : " Continue"
184
+ "category" : " Ahrefs- Continue" ,
185
+ "title" : " Ahrefs- Continue: Select Files as Context" ,
186
+ "group" : " Ahrefs- Continue"
187
187
},
188
188
{
189
189
"command" : " ahrefs-continue.newSession" ,
190
- "category" : " Continue" ,
190
+ "category" : " Ahrefs- Continue" ,
191
191
"title" : " New Session" ,
192
192
"icon" : " $(add)" ,
193
- "group" : " Continue"
193
+ "group" : " Ahrefs- Continue"
194
194
},
195
195
{
196
196
"command" : " ahrefs-continue.viewHistory" ,
197
- "category" : " Continue" ,
197
+ "category" : " Ahrefs- Continue" ,
198
198
"title" : " View History" ,
199
199
"icon" : " $(history)" ,
200
- "group" : " Continue"
200
+ "group" : " Ahrefs- Continue"
201
201
},
202
202
{
203
203
"command" : " ahrefs-continue.writeCommentsForCode" ,
204
- "category" : " Continue" ,
204
+ "category" : " Ahrefs- Continue" ,
205
205
"title" : " Write Comments for this Code" ,
206
- "group" : " Continue"
206
+ "group" : " Ahrefs- Continue"
207
207
},
208
208
{
209
209
"command" : " ahrefs-continue.writeDocstringForCode" ,
210
- "category" : " Continue" ,
210
+ "category" : " Ahrefs- Continue" ,
211
211
"title" : " Write a Docstring for this Code" ,
212
- "group" : " Continue"
212
+ "group" : " Ahrefs- Continue"
213
213
},
214
214
{
215
215
"command" : " ahrefs-continue.fixCode" ,
216
- "category" : " Continue" ,
216
+ "category" : " Ahrefs- Continue" ,
217
217
"title" : " Fix this Code" ,
218
- "group" : " Continue"
218
+ "group" : " Ahrefs- Continue"
219
219
},
220
220
{
221
221
"command" : " ahrefs-continue.optimizeCode" ,
222
- "category" : " Continue" ,
222
+ "category" : " Ahrefs- Continue" ,
223
223
"title" : " Optimize this Code" ,
224
- "group" : " Continue"
224
+ "group" : " Ahrefs- Continue"
225
225
},
226
226
{
227
227
"command" : " ahrefs-continue.fixGrammar" ,
228
- "category" : " Continue" ,
228
+ "category" : " Ahrefs- Continue" ,
229
229
"title" : " Fix Grammar / Spelling" ,
230
- "group" : " Continue"
230
+ "group" : " Ahrefs- Continue"
231
231
},
232
232
{
233
233
"command" : " ahrefs-continue.docsIndex" ,
234
- "category" : " Continue" ,
234
+ "category" : " Ahrefs- Continue" ,
235
235
"title" : " Docs Index" ,
236
- "group" : " Continue"
236
+ "group" : " Ahrefs- Continue"
237
237
},
238
238
{
239
239
"command" : " ahrefs-continue.docsReIndex" ,
240
- "category" : " Continue" ,
240
+ "category" : " Ahrefs- Continue" ,
241
241
"title" : " Docs Force Re-Index" ,
242
- "group" : " Continue"
242
+ "group" : " Ahrefs-Continue"
243
+ },
244
+ {
245
+ "command" : " ahrefs-continue.saveChatSession" ,
246
+ "category" : " Ahrefs-Continue" ,
247
+ "title" : " Save Chat Session" ,
248
+ "group" : " Ahrefs-Continue"
243
249
}
244
250
],
245
251
"keybindings" : [
322
328
"submenus" : [
323
329
{
324
330
"id" : " ahrefs-continue.ahrefs-continueSubMenu" ,
325
- "label" : " Continue"
331
+ "label" : " Ahrefs- Continue"
326
332
}
327
333
],
328
334
"menus" : {
433
439
{
434
440
"id" : " ahrefs-continue" ,
435
441
"title" : " Ahrefs-Continue" ,
436
- "icon" : " media/sidebar-icon .png"
442
+ "icon" : " media/a_ahrefs_square_bw_transparent_bg .png"
437
443
}
438
444
]
439
445
},
451
457
{
452
458
"id" : " ahrefs-continue" ,
453
459
"title" : " Getting Started" ,
454
- "description" : " Learn how to use Continue" ,
460
+ "description" : " Learn how to use Ahrefs- Continue" ,
455
461
"steps" : [
456
462
{
457
463
"id" : " edit" ,
458
464
"title" : " Edit in natural language" ,
459
- "description" : " Highlight a section of code and instruct Continue to refactor it (e.g. `/edit rewrite this function to be async`)" ,
465
+ "description" : " Highlight a section of code and instruct Ahrefs- Continue to refactor it (e.g. `/edit rewrite this function to be async`)" ,
460
466
"media" : {
461
467
"image" : " media/edit.png" ,
462
468
"altText" : " Empty image"
466
472
{
467
473
"id" : " explain" ,
468
474
"title" : " Get possible explanations" ,
469
- "description" : " Ask Continue about a part of your code to get another perspective (e.g. `where in the page should I be making this request to the backend?`)" ,
475
+ "description" : " Ask Ahrefs- Continue about a part of your code to get another perspective (e.g. `where in the page should I be making this request to the backend?`)" ,
470
476
"media" : {
471
477
"image" : " media/explain.png" ,
472
478
"altText" : " Empty image"
476
482
{
477
483
"id" : " generate" ,
478
484
"title" : " Generate files from scratch" ,
479
- "description" : " Let Continue build the scaffolding of Python scripts, React components, and more (e.g. `/edit here is a connector for postgres, now write one for kafka`)" ,
485
+ "description" : " Let Ahrefs- Continue build the scaffolding of Python scripts, React components, and more (e.g. `/edit here is a connector for postgres, now write one for kafka`)" ,
480
486
"media" : {
481
487
"image" : " media/generate.png" ,
482
488
"altText" : " Empty image"
521
527
"@biomejs/biome" : " 1.6.4" ,
522
528
"@nestjs/common" : " ^8.4.7" ,
523
529
"@openapitools/openapi-generator-cli" : " ^2.5.2" ,
530
+ "@types/fast-levenshtein" : " ^0.0.4" ,
524
531
"@types/cors" : " ^2.8.17" ,
525
532
"@types/express" : " ^4.17.21" ,
526
533
"@types/follow-redirects" : " ^1.14.4" ,
535
542
"@typescript-eslint/parser" : " ^5.45.0" ,
536
543
"@vscode/vsce" : " ^2.22.0" ,
537
544
"cargo-cp-artifact" : " ^0.1" ,
538
- "esbuild" : " 0.17.19" ,
539
545
"eslint" : " ^8.28.0" ,
540
546
"glob" : " ^8.0.3" ,
541
547
"json-schema-to-typescript" : " ^12.0.0" ,
550
556
"@electron/rebuild" : " ^3.2.10" ,
551
557
"@reduxjs/toolkit" : " ^1.9.3" ,
552
558
"@types/node-fetch" : " ^2.6.11" ,
559
+ "@types/fast-levenshtein" : " ^0.0.4" ,
553
560
"@types/uuid" : " ^9.0.8" ,
554
561
"@vscode/ripgrep" : " ^1.15.9" ,
555
562
"@vscode/test-electron" : " ^2.3.9" ,
560
567
"downshift" : " ^7.6.0" ,
561
568
"esbuild" : " ^0.17.19" ,
562
569
"express" : " ^4.18.2" ,
570
+ "fast-levenshtein" : " ^3.0.0" ,
563
571
"fkill" : " ^8.1.0" ,
564
572
"follow-redirects" : " ^1.15.4" ,
565
573
"handlebars" : " ^4.7.8" ,
594
602
"ws" : " ^8.13.0" ,
595
603
"yarn" : " ^1.22.21"
596
604
}
597
- }
605
+ }
0 commit comments