forked from aws/amazon-q-developer-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeed.json
More file actions
630 lines (630 loc) · 20.8 KB
/
feed.json
File metadata and controls
630 lines (630 loc) · 20.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
{
"$schema": "./docs/assets/feed-schema.json",
"entries": [
{
"$comment": "This is the next release, any changes here",
"type": "release",
"date": "2999-01-01",
"version": "0.0.0",
"title": "Version 0.0.0",
"hidden": true,
"changes": []
},
{
"type": "release",
"date": "2025-05-16",
"version": "1.10.1",
"title": "Version 1.10.1",
"changes": [
{
"type": "fixed",
"description": "An issue where `q chat` would prompt for login while already logged in - [#1862](https://github.com/aws/amazon-q-developer-cli/pull/1862)"
}
]
},
{
"type": "release",
"date": "2025-05-15",
"version": "1.10.0",
"title": "Version 1.10.0",
"changes": [
{
"type": "added",
"description": "Support for FRA (region `eu-central-1`) for pro users - [#1333](https://github.com/aws/amazon-q-developer-cli/pull/1333)"
},
{
"type": "added",
"description": "Persistent conversations by working directory with `q chat --resume` - [#1767](https://github.com/aws/amazon-q-developer-cli/pull/1767)"
},
{
"type": "added",
"description": "Background MCP server loading in `q chat` - [#1775](https://github.com/aws/amazon-q-developer-cli/pull/1775)"
},
{
"type": "added",
"description": "Image support in `q chat` - [#1489](https://github.com/aws/amazon-q-developer-cli/pull/1489)"
},
{
"type": "added",
"description": "Git-aware file selection in the `q chat` fuzzy finder - [#1649](https://github.com/aws/amazon-q-developer-cli/pull/1649)"
},
{
"type": "added",
"description": "Commands `/save` and `/load` for saving and loading conversation state in `q chat` - [#1762](https://github.com/aws/amazon-q-developer-cli/pull/1762)"
},
{
"type": "added",
"description": "A new subcommand `q mcp` for updating MCP server configuration - [#1836](https://github.com/aws/amazon-q-developer-cli/pull/1836)"
},
{
"type": "added",
"description": "An improved `/context show --expand` in `q chat` - [#1762](https://github.com/aws/amazon-q-developer-cli/pull/1762)"
},
{
"type": "added",
"description": "A new flag `--changelog` to `q version` for displaying the change log from the CLI - [#1375](https://github.com/aws/amazon-q-developer-cli/pull/1375)"
},
{
"type": "fixed",
"description": "Context files causing overflow in `q chat` - [#1331](https://github.com/aws/amazon-q-developer-cli/pull/1331)"
},
{
"type": "fixed",
"description": "An issue with token overflow in the `/usage` command in `q chat` - [#1762](https://github.com/aws/amazon-q-developer-cli/pull/1762)"
},
{
"type": "fixed",
"description": "An issue where non-interactive chat sessions displayed welcome banner - [#1437](https://github.com/aws/amazon-q-developer-cli/pull/1437)"
},
{
"type": "fixed",
"description": "An issue where the `/context` chat command reference was duplicated in `/help` - [#1438](https://github.com/aws/amazon-q-developer-cli/pull/1438)"
},
{
"type": "fixed",
"description": "Preferred default of fuzzy find to `ctrl+s` in `q chat` - [#1442](https://github.com/aws/amazon-q-developer-cli/pull/1442)"
},
{
"type": "fixed",
"description": "Various issues in `q chat`"
}
]
},
{
"type": "release",
"date": "2025-04-28",
"version": "1.9.1",
"title": "Version 1.9.1",
"changes": [
{
"type": "fixed",
"description": "A bug where chat would sometimes become unresponsive"
}
]
},
{
"type": "release",
"date": "2025-04-28",
"version": "1.9.0",
"title": "Version 1.9.0",
"changes": [
{
"type": "added",
"description": "Model Context Protocol (MCP) support in `q chat` - [#1365](https://github.com/aws/amazon-q-developer-cli/pull/1365)"
},
{
"type": "added",
"description": "Fuzzy finding support for selecting profiles in `q chat` - [#1388](https://github.com/aws/amazon-q-developer-cli/pull/1388)"
},
{
"type": "changed",
"description": "`/compact` to display the summary by default in `q chat` - [#1313](https://github.com/aws/amazon-q-developer-cli/pull/1313)"
},
{
"type": "fixed",
"description": "Various issues in `q chat`"
}
]
},
{
"type": "release",
"date": "2025-04-25",
"version": "1.8.1",
"title": "Version 1.8.1",
"changes": [
{
"type": "fixed",
"description": "An issue with `/compact` failing in `q chat`"
}
]
},
{
"type": "release",
"date": "2025-04-22",
"version": "1.8.0",
"title": "Version 1.8.0",
"changes": [
{
"type": "added",
"description": "Fuzzy search for slash commands in `q chat` with `Ctrl + k` - [#1181](https://github.com/aws/amazon-q-developer-cli/pull/1181)"
},
{
"type": "added",
"description": "A new capability for dynamically adding context to messages in `q chat` with \"context hooks\" - [#1218](https://github.com/aws/amazon-q-developer-cli/pull/1218)"
},
{
"type": "added",
"description": "A new command `/usage` in `q chat` to display an estimate of the context window usage - [#1177](https://github.com/aws/amazon-q-developer-cli/pull/1177)"
},
{
"type": "added",
"description": "A new greeting UI with rotating tips in `q chat` - [#1262](https://github.com/aws/amazon-q-developer-cli/pull/1262)"
},
{
"type": "added",
"description": "An extra confirmation prompt before clearing the history in `q chat` with `/clear` - [#1180](https://github.com/aws/amazon-q-developer-cli/pull/1180)"
},
{
"type": "added",
"description": "Support for using a system proxy with the `HTTP_PROXY` environment variable - [#1199](https://github.com/aws/amazon-q-developer-cli/pull/1199)"
},
{
"type": "added",
"description": "The ability to reset a single tool's permissions in `q chat` with `/tools reset` - [#1102](https://github.com/aws/amazon-q-developer-cli/pull/1102)"
},
{
"type": "added",
"description": "Various UI improvements in `q chat`"
},
{
"type": "fixed",
"description": "Arguments for `EDITOR` not being correctly parsed by the `/editor` command in `q chat` - [#1209](https://github.com/aws/amazon-q-developer-cli/pull/1209)"
},
{
"type": "fixed",
"description": "The `/compact` command failing to compact history after the context window has been filled in `q chat` - [#1275](https://github.com/aws/amazon-q-developer-cli/pull/1275)"
},
{
"type": "fixed",
"description": "Various issues in `q chat`"
}
]
},
{
"type": "release",
"date": "2025-04-10",
"version": "1.7.3",
"title": "Version 1.7.3",
"changes": [
{
"type": "added",
"description": "A new command `/tools` in `q chat` for granular tool permissioning - [#1054](https://github.com/aws/amazon-q-developer-cli/pull/1054)"
},
{
"type": "added",
"description": "A new command `/compact` in `q chat` for summarizing the conversation history - [#1128](https://github.com/aws/amazon-q-developer-cli/pull/1128)"
},
{
"type": "added",
"description": "A new command `/editor` in `q chat` for composing prompts using the configured editor - [#1035](https://github.com/aws/amazon-q-developer-cli/pull/1035)"
},
{
"type": "added",
"description": "A new command `/issue` in `q chat` for creating new GitHub issues - [#990](https://github.com/aws/amazon-q-developer-cli/pull/990)"
},
{
"type": "added",
"description": "A new tool `report_issue` in `q chat` for creating new GitHub issues - [#974](https://github.com/aws/amazon-q-developer-cli/pull/974)"
},
{
"type": "added",
"description": "An improved context file display in `q chat` - [#983](https://github.com/aws/amazon-q-developer-cli/pull/983)"
},
{
"type": "added",
"description": "Optional terminal notifications on completed responses - [#1135](https://github.com/aws/amazon-q-developer-cli/pull/1135)"
},
{
"type": "added",
"description": "An option `--no-interactive` to invoke `q chat` in a non-interactive mode - [#878](https://github.com/aws/amazon-q-developer-cli/pull/878)"
},
{
"type": "added",
"description": "File name autocompletion in `q chat` - [#930](https://github.com/aws/amazon-q-developer-cli/pull/930)"
},
{
"type": "added",
"description": "Improved `execute_bash` pipe safety checking in `q chat` - [#927](https://github.com/aws/amazon-q-developer-cli/pull/927)"
},
{
"type": "changed",
"description": "Executing `q` now enters `q chat` instead of opening the dashboard - [#987](https://github.com/aws/amazon-q-developer-cli/pull/987)"
},
{
"type": "fixed",
"description": "A missing Match criteria error in the ssh integration - [#1134](https://github.com/aws/amazon-q-developer-cli/pull/1134)"
},
{
"type": "fixed",
"description": "Various issues in `q chat`"
}
]
},
{
"type": "release",
"date": "2025-03-20",
"version": "1.7.2",
"title": "Version 1.7.2",
"changes": [
{
"type": "added",
"description": "Support for automatically adding files as context in `q chat` - [#834](https://github.com/aws/amazon-q-developer-cli/pull/834)"
},
{
"type": "added",
"description": "A search ability when reading the filesystem in `q chat` - [#811](https://github.com/aws/amazon-q-developer-cli/pull/811)"
},
{
"type": "added",
"description": "A larger maximum tool response size in `q chat` - [#850](https://github.com/aws/amazon-q-developer-cli/pull/850)"
},
{
"type": "fixed",
"description": "Detecting libc on certain Linux distributions during install - [#851](https://github.com/aws/amazon-q-developer-cli/pull/851)"
}
]
},
{
"type": "release",
"date": "2025-03-14",
"version": "1.7.1",
"title": "Version 1.7.1",
"changes": [
{
"type": "added",
"description": "An improved file diff in `q chat` - [#799](https://github.com/aws/amazon-q-developer-cli/pull/799)"
},
{
"type": "added",
"description": "Multi-line input support in `q chat` - [#831](https://github.com/aws/amazon-q-developer-cli/pull/831)"
},
{
"type": "added",
"description": "An append functionality with fs_write in `q chat` - [#764](https://github.com/aws/amazon-q-developer-cli/pull/764)"
},
{
"type": "added",
"description": "Support for WindSurf Next - [#814](https://github.com/aws/amazon-q-developer-cli/pull/814)"
},
{
"type": "changed",
"description": "`ctrl+c` so that it exits `q chat` on first attempt - [#830](https://github.com/aws/amazon-q-developer-cli/pull/830)"
},
{
"type": "fixed",
"description": "Minor issues in `q chat`"
}
]
},
{
"type": "release",
"date": "2025-03-05",
"version": "1.7.0",
"title": "Version 1.7.0",
"changes": [
{
"type": "added",
"description": "An enhanced `q chat` with agentic capabilities. See the [announcement post](https://aws.amazon.com/blogs/devops/introducing-the-enhanced-command-line-interface-in-amazon-q-developer/) for more information."
}
]
},
{
"type": "release",
"date": "2025-02-20",
"version": "1.6.3",
"title": "Version 1.6.3",
"changes": [
{
"type": "fixed",
"description": "Minor issues"
}
]
},
{
"type": "release",
"date": "2025-02-19",
"version": "1.6.2",
"title": "Version 1.6.2",
"changes": [
{
"type": "added",
"description": "Support for Trae [#488](https://github.com/aws/amazon-q-developer-cli/pull/488)"
},
{
"type": "fixed",
"description": "Minor issues"
}
]
},
{
"type": "release",
"date": "2025-02-03",
"version": "1.6.1",
"title": "Version 1.6.1",
"changes": [
{
"type": "added",
"description": "Support for Positron [#406](https://github.com/aws/amazon-q-developer-cli/pull/406)"
},
{
"type": "added",
"description": "Self-updating for Linux AppImage builds [#410](https://github.com/aws/amazon-q-developer-cli/pull/410)"
},
{
"type": "fixed",
"description": "Extra lines in inline recommendations [#446](https://github.com/aws/amazon-q-developer-cli/pull/446)"
},
{
"type": "fixed",
"description": "Minor issues"
}
]
},
{
"type": "release",
"date": "2025-01-06",
"version": "1.6.0",
"title": "Version 1.6.0",
"changes": [
{
"type": "added",
"description": "Support for Ghostty [#335](https://github.com/aws/amazon-q-developer-cli/pull/335)"
},
{
"type": "added",
"description": "Support for Guake [#260](https://github.com/aws/amazon-q-developer-cli/pull/260)"
},
{
"type": "fixed",
"description": "Accept text through pipes in `q chat` [#259](https://github.com/aws/amazon-q-developer-cli/pull/259)"
}
]
},
{
"type": "release",
"date": "2024-12-13",
"version": "1.5.1",
"title": "Version 1.5.1",
"changes": [
{
"type": "added",
"description": "Support for WindSurf [#125](https://github.com/aws/amazon-q-developer-cli/pull/125)"
},
{
"type": "fixed",
"description": "Linux SSH installations unable to update [#235](https://github.com/aws/amazon-q-developer-cli/issues/235)"
},
{
"type": "fixed",
"description": "`q translate` providing macOS specific responses on Linux"
}
]
},
{
"type": "release",
"date": "2024-11-21",
"version": "1.5.0",
"title": "Version 1.5.0",
"changes": [
{
"type": "added",
"description": "Support for Linux desktop. See the [AWS documentation](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/command-line.html) for more information."
}
]
},
{
"type": "release",
"date": "2024-11-15",
"version": "1.4.6",
"title": "Version 1.4.6",
"changes": [
{
"type": "fixed",
"description": "Minor issues"
}
]
},
{
"type": "release",
"date": "2024-09-26",
"version": "1.4.5",
"title": "Version 1.4.5",
"changes": [
{
"type": "fixed",
"description": "Minor issues"
}
]
},
{
"type": "release",
"date": "2024-09-16",
"version": "1.4.4",
"title": "Version 1.4.4",
"changes": [
{
"type": "fixed",
"description": "Minor issues"
}
]
},
{
"type": "release",
"date": "2024-09-13",
"version": "1.4.3",
"title": "Version 1.4.3",
"changes": [
{
"type": "fixed",
"description": "Minor issues"
}
]
},
{
"type": "release",
"date": "2024-09-10",
"version": "1.4.2",
"title": "Version 1.4.2",
"changes": [
{
"type": "fixed",
"description": "Linux install script error"
}
]
},
{
"type": "release",
"date": "2024-09-09",
"version": "1.4.1",
"title": "Version 1.4.1",
"changes": [
{
"type": "fixed",
"description": "Minor issues"
}
]
},
{
"type": "release",
"date": "2024-08-27",
"version": "1.4.0",
"title": "Version 1.4.0",
"changes": [
{
"type": "fixed",
"description": "Frequent timeout errors in `q chat`"
},
{
"type": "fixed",
"description": "Bash integrations messing up prompt in ZSH child processes"
},
{
"type": "fixed",
"description": "Zsh integration errors when sourced via a non-interactive script"
}
]
},
{
"type": "release",
"date": "2024-07-29",
"version": "1.3.3",
"title": "Version 1.3.3",
"changes": [
{
"type": "fixed",
"description": "Minor issues"
}
]
},
{
"type": "release",
"date": "2024-07-10",
"version": "1.3.2",
"title": "Version 1.3.2",
"changes": [
{
"type": "added",
"description": "Setting to disable greeting in `q chat`, see [Chat](/chat) for the setting."
},
{
"type": "fixed",
"description": "Using `tmux` is now supported in ssh."
},
{
"type": "fixed",
"description": "Logging via the CLI would not show the \"Use with Pro license\" option."
}
]
},
{
"type": "release",
"date": "2024-06-28",
"version": "1.3.1",
"title": "Version 1.3.1",
"changes": [
{
"type": "added",
"description": "Support for readline style input in `q chat`."
},
{
"type": "fixed",
"description": "Pressing enter multiple times triggered `q translate` to immediately execute."
}
]
},
{
"type": "release",
"date": "2024-06-24",
"version": "1.3.0",
"title": "Version 1.3.0",
"changes": [
{
"type": "added",
"description": "[PKCE-based authorization](https://aws.amazon.com/about-aws/whats-new/2024/05/aws-iam-identity-pkce-authorizations-aws-applications/) for login."
},
{
"type": "changed",
"description": "Menubar icon now indicates when there are issues with authentication or the app is not setup."
},
{
"type": "changed",
"description": "Added `quit` command to `q chat` ([#211](https://github.com/aws/q-command-line-discussions/discussions/211))."
}
]
},
{
"type": "release",
"date": "2024-06-04",
"version": "1.2.0",
"title": "Version 1.2.0",
"changes": [
{
"type": "added",
"description": "AI-powered inline completions, see [Inline](/inline) for more info."
},
{
"type": "fixed",
"description": "Login infinite redirect for first time users."
}
]
},
{
"type": "release",
"date": "2024-05-20",
"version": "1.1.0",
"title": "Version 1.1.0",
"changes": [
{
"type": "added",
"description": "The \"What's New\" page with the latest release notes and announcements."
},
{
"type": "added",
"description": "History loading for CLI Completions, press `ctrl+r` to switch to history mode. ([#57](https://github.com/aws/q-command-line-discussions/discussions/57))."
},
{
"type": "added",
"description": "Support for [`generateSpecCacheKey`](https://github.com/withfig/autocomplete-tools/pull/105) for CLI Completions."
}
]
},
{
"type": "announcement",
"date": "2024-04-30",
"version": "1.0.0",
"title": "CodeWhisperer is now Amazon Q",
"description": "Amazon Q Developer is a generative artificial intelligence (AI) powered conversational assistant that can help you understand, build, extend, and operate AWS applications.",
"link": "https://aws.amazon.com/blogs/aws/amazon-q-developer-now-generally-available-includes-new-capabilities-to-reimagine-developer-experience/"
}
]
}