Releases: aws/amazon-q-developer-cli
Releases · aws/amazon-q-developer-cli
v1.9.1
v1.9.0
What's Changed
- Mcp enablement squashed by @dingfeli in #1365
- feat: fuzzy select profiles by @bergjaak in #1388
- refactor(/compact): deprecate --summary to show summary by default by @GoodluckH in #1313
- fix: gh issue transcript size exceeding url limit by @GoodluckH in #1345
- fix: update context and user content dividers to match system prompt content by @brandonskiser in #1397
- Pretty print fs_read by @GoodluckH in #1398
- fix: add flag for logging in with device flow on CLI, fix broken sigint handling during auth by @brandonskiser in #1349
- makes it so that chained command always requires permission by @dingfeli in #1402
- copy changes for mcp release by @dingfeli in #1404
- chore: bump version to 1.9.0 by @brandonskiser in #1401
Full Changelog: v1.8.1...v1.9.0
v1.8.1
What's Changed
- refactor(chat): move chat to a separate lib crate by @brandonskiser in #1347
- chore(deps-dev): bump glob from 11.0.1 to 11.0.2 by @dependabot in #1338
- chore(deps-dev): bump vite from 6.2.6 to 6.3.3 by @dependabot in #1337
- fix(deps): bump tokio-util from 0.7.14 to 0.7.15 by @dependabot in #1336
- fix(deps): bump lucide-react from 0.487.0 to 0.503.0 by @dependabot in #1307
- chore(deps-dev): bump @bufbuild/buf from 1.52.0 to 1.53.0 by @dependabot in #1306
- fix: don't retry compaction if it fails by @brandonskiser in #1363
- chore: bump version to 1.8.1 by @brandonskiser in #1364
Full Changelog: v1.8.0...v1.8.1
v1.8.0
What's Changed
- fix(/context ui): declutter and increase visual hierachy by @GoodluckH in #1174
- fix(/profile ux): default
/profile
to/profile help
by @GoodluckH in #1179 - chore(deps-dev): bump vite from 6.2.5 to 6.2.6 by @dependabot in #1184
- chore(deps-dev): bump eslint-config-prettier from 10.1.1 to 10.1.2 by @dependabot in #1185
- fix(deps): bump tokio-vsock from 0.6.0 to 0.7.1 by @dependabot in #1188
- chore(deps-dev): bump @vscode/test-electron from 2.5.1 to 2.5.2 by @dependabot in #1170
- fix(deps): bump bstr from 1.11.3 to 1.12.0 by @dependabot in #1151
- fix: set a reqwest client as the http client for the aws sdk clients to enable system proxy use by @brandonskiser in #1199
- Mcp enablement squashed by @dingfeli in #1204
- docs: Fix typo in Windows installation section by @sriram-mv in #1206
- fix(cli): remove --accept-all references from chat help by @hayemaxi in #1203
- Revert "Mcp enablement squashed" by @dingfeli in #1205
- fix(/context): handle filepaths with white spaces by @GoodluckH in #1198
- feat(context): load and execute context hooks by @hayemaxi in #1176
- Ask for confirmation before clearing chat history by @GoodluckH in #1180
- feat: Add fzf integration for command selection and context management by @bergjaak in #1181
- feat: enhance tools reset by @kzhou003 in #1102
- feat(context): context hooks with
/context hooks
by @hayemaxi in #1218 - fix: handle slash commands by @gel-work in #1235
- feat(context): de-duplicate hook names within configs by @hayemaxi in #1216
- fix(/tools reset): add existence check before resetting tool permissions by @GoodluckH in #1234
- fix(chat): Parse EDITOR env var to support arguments by @carlesso in #1209
- feat(/tools ux): improve UI and refactor codes by @GoodluckH in #1233
- chore(deps-dev): bump the typescript-eslint group with 4 updates by @dependabot in #1241
- fix(deps): bump shellexpand from 3.1.0 to 3.1.1 by @dependabot in #1244
- fix(deps): bump anyhow from 1.0.97 to 1.0.98 by @dependabot in #1223
- fix(deps): bump prost-reflect from 0.14.7 to 0.15.1 by @dependabot in #1222
- feat: /usage by @GoodluckH in #1177
- bug(fix): Make bell notifications only for final response and untrust… by @saisrinivas26 in #1251
- Improve agentic execution UI by @GoodluckH in #999
- chore: make skimCommandKey configurable and add help text by @bergjaak in #1269
- ci: add workflow to check for merge conflicts with main branch by @kkashilk in #1278
- feat(chat ui): brand new greeting UI + rotating tips by @GoodluckH in #1262
- fix(context): deduplicate context files by @GoodluckH in #1279
- doc(README): increase conversion using direct download link by @GoodluckH in #1272
- test(context): add /context hooks tests for HookExecutor, ContextManager by @hayemaxi in #1239
- feat(context): don't store per-prompt hooks, improve system prompt for hooks by @hayemaxi in #1285
- feat(context): improve hooks execution UI by @hayemaxi in #1280
- feat(/tools): update trustall UX, /trust and /untrust capability by @hayemaxi in #1200
- feat: add auto compaction, fix/refactor conversation state handling by @brandonskiser in #1275
- refactor(chat): address auto compaction regressions and minor cleanup by @brandonskiser in #1312
- chore: bump version to 1.8.0 by @brandonskiser in #1315
- fix: remove whitespace from user input message to prevent ISEs by @brandonskiser in #1318
- chore: update chat imports to be relative, minor code refactoring by @brandonskiser in #1319
- Mcp enablement squashed by @dingfeli in #1327
- fix: add check for tool use timeouts by @brandonskiser in #1324
- fix: add request id to errored json message by @brandonskiser in #1332
New Contributors
- @sriram-mv made their first contribution in #1206
- @bergjaak made their first contribution in #1181
- @kzhou003 made their first contribution in #1102
- @gel-work made their first contribution in #1235
Full Changelog: v1.7.3...v1.8.0
v1.7.3
What's Changed
- feat: add rfc process by @chaynabors in #881
- Mcp enablement squashed by @dingfeli in #883
- Revert "Mcp enablement squashed" by @dingfeli in #924
- Mcp enablement squashed by @dingfeli in #925
- Update README file to update commands and make it easy to copy-paste CLI commands directly by @kkashilk in #929
- feat(cli) Bash pipe command safety by @kiiadi in #927
- Revert "Mcp enablement squashed" by @dingfeli in #928
- Add file/folder name auto-completion in q chat by @kkashilk in #930
- fix(build): Support aarch64 architecture in AppImage bundle name (#937) by @saisrinivas26 in #944
- feat(chat): no-interactive mode by @hayemaxi in #878
- fix(chat): Improve command parsing to handle paths starting with slash by @kkashilk in #945
- docs: add onboarding tips for using Q CLI in README by @GoodluckH in #950
- refactor(chat): Add command suggestions for common single-word inputs by @kkashilk in #953
- fix(chat): update timeout message for clarity in assistant responses by @GoodluckH in #975
- feat(tools): add report_issue by @hayemaxi in #974
- Prettify README + setup script by @GoodluckH in #976
- feat(cli): improve context file display by @kkashilk in #983
- feat(tools): increase transcript length, record all user input by @hayemaxi in #984
- refactor(tools): add context to report_issue tool by @hayemaxi in #980
- docs(README): add local development instructions for q chat by @GoodluckH in #995
- feat(commands): add /issue command to chat by @hayemaxi in #990
- Mcp enablement squashed by @dingfeli in #1001
- Repositions
q
as the main entry point by @GoodluckH in #987 - Revert "Mcp enablement squashed" by @dingfeli in #1012
- docs(README): add testing and formatting instructions for Q CLI crate by @GoodluckH in #1000
- feat(tools): display chat settings in report_issue by @hayemaxi in #994
- chore: fix typos in dashboard by @Konippi in #1004
- fix(chat): Fix display of square brackets in chat output by @ymhiroki in #971
- fix: unscrollable theme menu by @Konippi in #1005
- refactor(chat): Update prompt validator for multi-line input by @kkashilk in #1044
- Fix history-support with multi-line by @kkashilk in #1052
- fix(deps): bump flate2 from 1.1.0 to 1.1.1 by @dependabot in #1048
- chore(deps-dev): bump @types/node from 22.13.10 to 22.13.17 by @dependabot in #1046
- fix(deps): bump hyper-util from 0.1.10 to 0.1.11 by @dependabot in #1031
- bugfix(zip) Change install.sh to have a+x permissions, to avoid the need to chmod for zip installer packages by @jsamuel1 in #967
- fix(chat ux): exit thinking state using ctrl + c by @GoodluckH in #1072
- fix(cli): Improve chat input handling and keyboard shortcut display by @kkashilk in #1073
- feat(commands): granular permissions with /tools by @hayemaxi in #1054
- fix(chat): remove unneeded . characters from welcome message by @hayemaxi in #1083
- fix(chat): cli crashes when tool_uses is none by @GoodluckH in #1092
- feat(chat): Add /ed command to compose prompts in text editor by @carlesso in #1035
- Mcp enablement squashed by @dingfeli in #1093
- Revert "Mcp enablement squashed" by @dingfeli in #1098
- Mcp enablement squashed by @dingfeli in #1099
- Revert "Mcp enablement squashed" by @dingfeli in #1100
- fix(chat): Clarify prompt message for trusting the tool in the session by @GoodluckH in #1113
- fix(chat): Safeguard against mutative find cli invocations by @brandonskiser in #1127
- refactor(chat): update chat newline messaging to prioritize ctrl+j by @brandonskiser in #1129
- refactor(context): Simplify 'show' command by removing --expand option by @GoodluckH in #1126
- fix(chat ux): Default
/context
to/context help
by @GoodluckH in #1133 - fix: update ssh integration config to remove '=' in exec condition by @brandonskiser in #1134
- chore: bump version to 1.7.3 by @brandonskiser in #1130
- fix(deps): bump mimalloc from 0.1.43 to 0.1.46 by @dependabot in #1136
- chore(deps-dev): bump @vscode/test-electron from 2.4.1 to 2.5.1 by @dependabot in #1137
- chore(deps-dev): bump @bufbuild/buf from 1.50.1 to 1.52.0 by @dependabot in #1138
- fix(chat): diplay special chars properly and blockquotes formatting by @GoodluckH in #1090
- fix(context): unify path validation by merging global and profile paths by @GoodluckH in #1146
- fix(deps): bump react-router-dom from 7.1.1 to 7.5.0 by @dependabot in #1109
- feat(login): add query params to q login cmd with pro license by @Konippi in #1112
- fix(deps): bump react-router from 7.1.1 to 7.5.0 by @dependabot in #1108
- chore(deps-dev): bump typescript from 5.8.2 to 5.8.3 by @dependabot in #1107
- fix(deps): bump tailwind-merge from 3.0.2 to 3.2.0 by @dependabot in #1106
- fix(deps): bump prettyplease from 0.2.30 to 0.2.32 by @dependabot in #1105
- fix(deps): bump arboard from 3.4.1 to 3.5.0 by @dependabot in #1078
- chore(deps-dev): bump vite from 6.2.1 to 6.2.5 by @dependabot in #1077
- chore(deps-dev): bump eslint-plugin-react from 7.37.4 to 7.37.5 by @dependabot in #1075
- chore(deps-dev): bump turbo from 2.4.4 to 2.5.0 by @dependabot in #1074
- fix(deps): bump lucide-react from 0.479.0 to 0.487.0 by @dependabot in #1058
- feat(chat ui): improve /context ui by @GoodluckH in #1147
- chore(deps-dev): bump @types/node from 22.13.17 to 22.14.0 by @dependabot in #1059
- fix(deps): bump ctrlc from 3.4.5 to 3.4.6 by @dependabot in #1104
- fix(deps): bump image from 0.25.5 to 0.25.6 by @dependabot in #942
- fix(deps): bump plist from 1.7.0 to 1.7.1 by @dependabot in #936
- feat(chat /context): add
--expand
flag to print out file content by @GoodluckH in #1148 - fix(chat): remove double context file passing by @GoodluckH in #1153
- chore(deps-dev): bump lint-staged from 15.4.3 to 15.5.0 by @dependabot in #813
- fix(deps): bump tokio-util from 0.7.13 to 0.7.14 by @dependabot in #822
- fix(deps): bump @bufbuild/protobuf from 2.2.3 to 2.2.5 by @dependabot in #867
- fix(deps): bump nu-color-config from 0.102.0 to 0.103.0 by @dependabot in #854
- chore(deps-d...
v1.7.2
What's Changed
- chore: add env var override for the SendMessage API, for testing purposes by @brandonskiser in #843
- chore: update max tool response size to match the backend limit by @brandonskiser in #850
- feat(cli): Add context management feature with profiles by @jlhood in #834
- 🔧 Improve glibc version detection in install.sh by @jsamuel1 in #851
- fix: show request id on errors encountered during the response stream by @brandonskiser in #842
- fix: update profile and context help by @brandonskiser in #874
- feat: add search to fs_read, refactoring fs_read into different modes by @brandonskiser in #811
- chore: add beta notice to /profile and /context help text by @brandonskiser in #875
- bskiser/bump version 1.7.2 by @brandonskiser in #877
New Contributors
Full Changelog: v1.7.1...v1.7.2
1.7.1
What's Changed
- ✨ feat(fs_write): Add append functionality to fs_write tool by @jsamuel1 in #764
- fix(deps): bump enumflags2 from 0.7.10 to 0.7.11 by @dependabot in #458
- fix(deps): bump fd-lock from 4.0.2 to 4.0.3 by @dependabot in #782
- fix(deps): bump serde from 1.0.217 to 1.0.219 by @dependabot in #783
- fix(deps): bump syn from 2.0.95 to 2.0.100 by @dependabot in #779
- chore(deps-dev): bump autoprefixer from 10.4.20 to 10.4.21 by @dependabot in #775
- chore: add paste to cargo deny ignore by @brandonskiser in #785
- fix(deps): bump quote from 1.0.38 to 1.0.39 by @dependabot in #749
- fix(deps): bump time from 0.3.37 to 0.3.39 by @dependabot in #759
- fix(deps): bump prettyplease from 0.2.27 to 0.2.30 by @dependabot in #747
- fix(deps): bump thiserror from 2.0.10 to 2.0.12 by @dependabot in #748
- fix(deps): bump indoc from 2.0.5 to 2.0.6 by @dependabot in #743
- fix(deps): bump semver from 1.0.24 to 1.0.26 by @dependabot in #744
- fix(deps): bump test-log from 0.2.16 to 0.2.17 by @dependabot in #461
- fix(deps): bump serde_repr from 0.1.19 to 0.1.20 by @dependabot in #746
- fix(deps): bump async-trait from 0.1.85 to 0.1.87 by @dependabot in #741
- fix(deps): bump serde_json from 1.0.135 to 1.0.140 by @dependabot in #739
- fix(deps): bump anyhow from 1.0.95 to 1.0.97 by @dependabot in #738
- fix(deps): bump tokio from 1.43.0 to 1.44.0 by @dependabot in #780
- fix(deps): bump pin-project from 1.1.8 to 1.1.10 by @dependabot in #750
- fix(deps): bump tempfile from 3.15.0 to 3.18.0 by @dependabot in #757
- fix(deps): bump insta from 1.42.0 to 1.42.2 by @dependabot in #702
- fix(deps): bump bindgen from 0.70.1 to 0.71.1 by @dependabot in #403
- fix(deps): bump bytes from 1.9.0 to 1.10.1 by @dependabot in #737
- fix(deps): bump winreg from 0.52.0 to 0.55.0 by @dependabot in #416
- fix(deps): bump futures-lite from 2.5.0 to 2.6.0 by @dependabot in #422
- fix(deps): bump prost-reflect from 0.14.3 to 0.14.7 by @dependabot in #701
- fix(deps): bump indicatif from 0.17.9 to 0.17.11 by @dependabot in #503
- fix(deps): bump bitflags from 2.6.0 to 2.9.0 by @dependabot in #700
- fix(deps): bump filedescriptor from 0.8.2 to 0.8.3 by @dependabot in #579
- fix(deps): bump globset from 0.4.15 to 0.4.16 by @dependabot in #698
- fix(deps): bump flate2 from 1.0.35 to 1.1.0 by @dependabot in #672
- fix(deps): bump uuid from 1.11.0 to 1.15.1 by @dependabot in #692
- fix(deps): bump similar from 2.6.0 to 2.7.0 by @dependabot in #742
- fix(deps): bump mockito from 1.6.1 to 1.7.0 by @dependabot in #745
- fix(deps): bump convert_case from 0.6.0 to 0.8.0 by @dependabot in #691
- fix(deps): bump the clap group across 1 directory with 2 updates by @dependabot in #671
- fix(deps): bump libc from 0.2.169 to 0.2.170 by @dependabot in #664
- chore: add allowed license ncsa to deny.toml by @brandonskiser in #787
- fix(deps): bump owo-colors from 4.1.0 to 4.2.0 by @dependabot in #649
- fix(deps): bump tar from 0.4.43 to 0.4.44 by @dependabot in #648
- fix(deps): bump hyper from 1.5.2 to 1.6.0 by @dependabot in #505
- chore: add ghostty terminal support wording by @huskyjp in #630
- fix(deps): bump zstd from 0.13.2 to 0.13.3 by @dependabot in #628
- fix(deps): bump strum from 0.26.3 to 0.27.1 by @dependabot in #596
- fix(deps): bump prost from 0.13.4 to 0.13.5 by @dependabot in #584
- fix(deps): bump tokio-tungstenite from 0.26.1 to 0.26.2 by @dependabot in #619
- fix(deps): bump prost-build from 0.13.4 to 0.13.5 by @dependabot in #583
- fix: update dashboard gif, chat enable/disable setting by @brandonskiser in #755
- chore: run pnpm update by @brandonskiser in #788
- fix(deps): bump libfuzzer-sys from 0.4.8 to 0.4.9 by @dependabot in #507
- chore: update rand to 0.9.0 by @brandonskiser in #790
- fix (q chat): ensure generated files end with newline character, and no trailing whitespaces by @hsbakshi in #769
- fix(deps): bump nu-color-config from 0.100.0 to 0.102.0 by @dependabot in #552
- fix(deps): bump webpki-roots from 0.26.7 to 0.26.8 by @dependabot in #523
- fix(deps): bump fd-lock from 4.0.3 to 4.0.4 by @dependabot in #794
- fix(deps): bump clap from 4.5.31 to 4.5.32 in the clap group by @dependabot in #792
- fix(deps): bump notify from 7.0.0 to 8.0.0 by @dependabot in #443
- Bump rustyline from 14.0.0 to 15.0.0 by @dependabot in #83
- fix(deps): bump @girs/gjs from 4.0.0-beta.16 to 4.0.0-beta.21 by @dependabot in #604
- fix(deps): bump zod from 3.24.1 to 3.24.2 by @dependabot in #582
- chore(deps-dev): bump terser from 5.37.0 to 5.39.0 by @dependabot in #593
- chore(deps-dev): bump eslint-plugin-react-refresh from 0.4.18 to 0.4.19 by @dependabot in #566
- chore(deps-dev): bump ts-morph from 25.0.0 to 25.0.1 by @dependabot in #549
- chore(deps-dev): bump postcss from 8.5.1 to 8.5.3 by @dependabot in #617
- chore: bump vte by @brandonskiser in #797
- chore(deps-dev): bump @bufbuild/buf from 1.49.0 to 1.50.1 by @dependabot in #791
- chore(deps-dev): bump vitest from 2.1.8 to 2.1.9 in the npm_and_yarn group by @dependabot in #553
- fix(deps): bump lucide-react from 0.471.1 to 0.479.0 by @dependabot in #778
- chore(deps-dev): bump vite from 6.0.9 to 6.2.1 by @dependabot in #762
- fix(deps): bump rustls from 0.23.21 to 0.23.23 by @dependabot in #578
- chore(deps-dev): bump @types/node from 22.10.6 to 22.13.10 by @dependabot in #776
- chore(deps-dev): bump tsx from 4.19.2 to 4.19.3 by @dependabot in #612
- fix(deps): bump infer from 0.16.0 to 0.19.0 by @dependabot in #535
- chore(deps-dev): bump @vitejs/plugin-legacy from 6.0.0 to 6.0.2 by @dependabot in #674
- chore(deps-dev): bump eslint-plugin-react-hooks from 5.1.0 to 5.2.0 by @dependabot in #704
- chore(deps-dev): bump lint-staged from 15.3.0 to 15.4.3 by @dependabot in #490
- fix(deps): bump semver from 7.6.3 to 7.7.1 by @dependabot in #541
- chore(deps-dev): bump typescript from 5.7.3 to 5.8.2 by @dependabot in #705
- chore(deps-dev): bump the vitest group across 1 directory with 3 updates by @dependabot in https://github...
1.7.0
What's Changed
- feat: Agentic chat by @brandonskiser in #623
- fix: display, use settings instead of state for api endpoint by @brandonskiser in #632
- Fix: Use scoped vec for tool results by @chaynabors in #633
- fix: Improve fs_read display by @brandonskiser in #634
- Updates spinner message by @dingfeli in #635
- Minor agentic tool type changes by @chaynabors in #636
- Perform validation on path in fs_write tool by @chaynabors in #638
- fix: outputs error when tool execution fails by @dingfeli in #637
- Chore: Remove Grant as a maintainer :( by @chaynabors in #640
- fix: handles tool validation errors by @dingfeli in #651
- Fix: Resolve agentic behaviour bug bash items by @chaynabors in #654
- feat: syntax highlighting for fs_write by @brandonskiser in #656
- fix: updates welcome message to also include programming capabilities by @dingfeli in #652
- fix: chat output styling by @brandonskiser in #657
- fix: enhances description of aws tools to make it more robust by @dingfeli in #653
- fix: deletes history on tool deny by @dingfeli in #655
- feat: create file will not fail if file already exists by @brandonskiser in #658
- feat: print read file contents by @brandonskiser in #659
- Feat: Agentic chat UX changes by @chaynabors in #660
- feat: add line numbers to nonstylized text by @brandonskiser in #662
- fix: allow user to retry on non-client error by @dingfeli in #661
- fix: various issues with display and bugs in chat by @brandonskiser in #663
- fix: fix aws tool description format by @dingfeli in #665
- fix: Make the execute_bash interactive field an Option by @brandonskiser in #666
- fix: removes a test for use aws tool by @dingfeli in #667
- fix: Improve the use_aws tool specification by @brandonskiser in #668
- feat: add env var to skip tool use consent, other minor changes by @brandonskiser in #669
- feat: Add interrupt for tools by @dingfeli in #670
- feat: add /clear command, fix use_aws parameters bug, add tilde expansion, minor fixes by @brandonskiser in #677
- feat: shows initial user message as prompt by @dingfeli in #678
- fix: provides better error message by @dingfeli in #679
- feat: add waiting animation for tool uses by @brandonskiser in #680
- fix: response stream parser buffering assistant text until the end by @brandonskiser in #685
- feat: allow mutative actions with use_aws by @brandonskiser in #686
- feat: show users when quota is breached by @dingfeli in #687
- fix: aws parameter bugs by @brandonskiser in #688
- fix: telemetry events in q chat, other refactoring and cleanup by @brandonskiser in #693
- pops 2 messages at a time when truncating history by @dingfeli in #695
- Fix test by @dingfeli in #697
- Fix: Update fs_read tool so that it is used more often by @Unshure in #699
- fix: assigns user input id to distinguish retry tool use event by @dingfeli in #694
- refactor: agentic chat code cleanup, fixes for appropriately handling history trimming by @brandonskiser in #708
- fix: correct history truncation, tool interruption on ctrl c by @brandonskiser in #718
- Updates welcome msg by @dingfeli in #719
- fix: tool results missing in certain edge cases by @brandonskiser in #721
- fix: removes emoji from welcome msg by @dingfeli in #720
- Feat: Add display name action by @chaynabors in #722
- fix: sigint during tool execution by @brandonskiser in #724
- Update chat module functionality by @chaynabors in #726
- fix: show command descriptions for auto-invoke tools by @brandonskiser in #725
- fix: ignore failing test on musl by @brandonskiser in #727
- feat: dont require consent for safe readonly bash commands by @brandonskiser in #728
- feat: adds git tool by @dingfeli in #729
- Revert "feat: adds git tool" by @dingfeli in #731
- fix: standalone argument for use aws by @dingfeli in #733
- fix: stream timeout handling by @brandonskiser in #732
- fix: update fs_write tool to try to accomodate hallucinations, other UX changes for fs_read by @brandonskiser in #730
- feat: adds accept all toggle in welcome msg by @dingfeli in #734
- Fix: Improve fs_write tool functionality and update /acceptall copy by @chaynabors in #735
- chore: bump version to 1.7.0 by @brandonskiser in #736
New Contributors
Full Changelog: v1.6.3...v1.7.0
1.6.3
What's Changed
- fix: remove unwrap in inline by @grant0417 in #609
- chore: bump to 1.6.3 by @grant0417 in #610
Full Changelog: v1.6.2...v1.6.3
1.6.2
What's Changed
- fix: Linux updating from the CLI by @brandonskiser in #540
- feat: support for Trae by @codeime in #488
- feat: add Q_AUTOCOMPLETE_DISABLED env var by @grant0417 in #563
- fix: truncate FileContext to limits by @grant0417 in #572
- fix: Update amzn clients by @grant0417 in #588
- fix: add app version to user agent by @grant0417 in #590
- fix: flush telemetry events more often and rate limit by @grant0417 in #606
- chore: bump to 1.6.2 by @grant0417 in #607
Full Changelog: v1.6.1...v1.6.2