forked from aws/amazon-q-developer-cli-autocomplete
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeed.json
More file actions
838 lines (838 loc) · 29 KB
/
feed.json
File metadata and controls
838 lines (838 loc) · 29 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
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
{
"$schema": "./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-07-17",
"version": "1.12.6",
"title": "Version 1.12.6",
"changes": [
{
"type": "fixed",
"description": "Issues with read-only commands with the `execute_bash` tool - [#444](https://github.com/aws/amazon-q-developer-cli-autocomplete/pull/444)"
}
]
},
{
"type": "release",
"date": "2025-07-14",
"version": "1.12.5",
"title": "Version 1.12.5",
"changes": [
{
"type": "added",
"description": "(Experimental) Support for Sigv4 authentication with `q chat`. Launch chat with the environment variable `AMAZON_Q_SIGV4=1` - [#207](https://github.com/aws/amazon-q-developer-cli-autocomplete/pull/207)"
},
{
"type": "fixed",
"description": "An issue with authentication failing for long chat sessions - [#424](https://github.com/aws/amazon-q-developer-cli-autocomplete/pull/424)"
},
{
"type": "fixed",
"description": "Issues with parsing `/compact` and `/editor` arguments - [#425](https://github.com/aws/amazon-q-developer-cli-autocomplete/pull/425)"
},
{
"type": "changed",
"description": "`q chat` inline prompt hints to be disabled by default. To enable, run `q settings chat.enableHistoryHints true` - [#429](https://github.com/aws/amazon-q-developer-cli-autocomplete/pull/429)"
}
]
},
{
"type": "release",
"date": "2025-07-09",
"version": "1.12.4",
"title": "Version 1.12.4",
"changes": [
{
"type": "added",
"description": "Extra options for history compaction in `q chat` - see `/compact --help` - [#402](https://github.com/aws/amazon-q-developer-cli-autocomplete/pull/402)"
},
{
"type": "fixed",
"description": "Issues with `/compact` - [#407](https://github.com/aws/amazon-q-developer-cli-autocomplete/pull/407)"
}
]
},
{
"type": "release",
"date": "2025-07-03",
"version": "1.12.3",
"title": "Version 1.12.3",
"changes": [
{
"type": "fixed",
"description": "Piping input into `q chat` - [#363](https://github.com/aws/amazon-q-developer-cli-autocomplete/pull/363)"
},
{
"type": "fixed",
"description": "An issue with `/compact` not being executed on context window overflow - [#365](https://github.com/aws/amazon-q-developer-cli-autocomplete/pull/365)"
},
{
"type": "changed",
"description": "The `-a` flag to alias to `--trust-all-tools` - [#372](https://github.com/aws/amazon-q-developer-cli-autocomplete/pull/372)"
},
{
"type": "added",
"description": "Terminal bell support for the emacs eat terminal - [#357](https://github.com/aws/amazon-q-developer-cli-autocomplete/pull/357)"
}
]
},
{
"type": "release",
"date": "2025-06-30",
"version": "1.12.2",
"title": "Version 1.12.2",
"changes": [
{
"type": "added",
"description": "Autocompletion with ghost text in `q chat`. Accept completions using right arrow or `Ctrl + f` - [#288](https://github.com/aws/amazon-q-developer-cli-autocomplete/pull/288)"
},
{
"type": "added",
"description": "A purpose tag for the `fs_write` tool that summarizes the change being made - [#279](https://github.com/aws/amazon-q-developer-cli-autocomplete/pull/279)"
},
{
"type": "changed",
"description": "The `/context hooks` slash command to `/hooks` in `q chat` - [#223](https://github.com/aws/amazon-q-developer-cli-autocomplete/pull/223)"
},
{
"type": "fixed",
"description": "`--trust-tools` to work with MCP tools in `q chat` - [#206](https://github.com/aws/amazon-q-developer-cli-autocomplete/pull/206)"
},
{
"type": "fixed",
"description": "Formatting for error messages on prompt retrieval from MCP servers - [#216](https://github.com/aws/amazon-q-developer-cli-autocomplete/pull/216)"
},
{
"type": "fixed",
"description": "File name extension inconsistency with `/save` and `/load` in `q chat` - [#289](https://github.com/aws/amazon-q-developer-cli-autocomplete/pull/289)"
}
]
},
{
"type": "release",
"date": "2025-06-17",
"version": "1.12.1",
"title": "Version 1.12.1",
"changes": [
{
"type": "changed",
"description": "The default `q chat` model to Sonnet 4 for users in the IAD region - [#219](https://github.com/aws/amazon-q-developer-cli-autocomplete/pull/219)"
},
{
"type": "added",
"description": "Support for passing arguments to MCP server configuration in the CLI - [#262](https://github.com/aws/amazon-q-developer-cli-autocomplete/pull/262)"
},
{
"type": "added",
"description": "Support for disabling MCP servers with `disabled: true` - [#257](https://github.com/aws/amazon-q-developer-cli-autocomplete/pull/257)"
},
{
"type": "added",
"description": "Instructions on using `/prompts` in `q chat` - [#208](https://github.com/aws/amazon-q-developer-cli-autocomplete/pull/208)"
},
{
"type": "fixed",
"description": "Validation errors with `/compact` in `q chat` - [#224](https://github.com/aws/amazon-q-developer-cli-autocomplete/pull/224)"
},
{
"type": "fixed",
"description": "Issues resolving relative paths with `fs_write` in `q chat` - [#256](https://github.com/aws/amazon-q-developer-cli-autocomplete/pull/256)"
}
]
},
{
"type": "release",
"date": "2025-06-11",
"version": "1.12.0",
"title": "Version 1.12.0",
"changes": [
{
"type": "added",
"description": "Support for upgrading to a pro subscription with `/subscribe` in `q chat` - [#143](https://github.com/aws/amazon-q-developer-cli-autocomplete/pull/143)"
},
{
"type": "fixed",
"description": "`q chat` failing to launch in some Linux installations - [#169](https://github.com/aws/amazon-q-developer-cli-autocomplete/pull/169)"
}
]
},
{
"type": "release",
"date": "2025-06-04",
"version": "1.11.0",
"title": "Version 1.11.0",
"changes": [
{
"type": "added",
"description": "Model selection and Sonnet v4 support with `/model` in `q chat` - [#157](https://github.com/aws/amazon-q-developer-cli-autocomplete/pull/157)"
},
{
"type": "fixed",
"description": "Formatting issues with the `fs_read` tool in `q chat` - [#122](https://github.com/aws/amazon-q-developer-cli-autocomplete/pull/122)"
},
{
"type": "fixed",
"description": "Various issues in `q chat`"
}
]
},
{
"type": "release",
"date": "2025-05-21",
"version": "1.10.2",
"title": "Version 1.10.2",
"changes": [
{
"type": "added",
"description": "Server load timeout for no interactive mode - [#1851](https://github.com/aws/amazon-q-developer-cli/pull/1851)"
},
{
"type": "added",
"description": "`chat.editMode` to tips - [#1900](https://github.com/aws/amazon-q-developer-cli/pull/1900)"
},
{
"type": "fixed",
"description": "Unqualified tools from being included in the tools schema - [#84](https://github.com/aws/amazon-q-developer-cli-autocomplete/pull/84)"
},
{
"type": "fixed",
"description": "An issue where an early error from an mcp server will cause loading status to be terminated prematurely - [#1919](https://github.com/aws/amazon-q-developer-cli/pull/1919)"
},
{
"type": "fixed",
"description": "Tools and prompts not being sorted - [#1809](https://github.com/aws/amazon-q-developer-cli/pull/1809)"
},
{
"type": "fixed",
"description": "Various issues with `q chat`"
}
]
},
{
"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 `--non-interactive` to invoke `q chat` headlessly - [#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/"
}
]
}