Skip to content

amazon-q-developer-cli

Developer Tools

Agentic chat experience in your terminal. Build applications using natural language.

Rust Latest v1.19.7 · 6mo ago Security brief →

Features

  • Command‑line interface for interacting with Amazon Q Developer

Recent releases

View all 22 releases →
v1.19.6 Bug fix

Fixed a missing comma in the source code.

Full changelog

What's Changed

  • Revert "added hint for multiline triple backtick code block detector" by @dingfeli in https://github.com/aws/amazon-q-developer-cli/pull/3439
  • chore: version bump by @dingfeli in https://github.com/aws/amazon-q-developer-cli/pull/3440
  • fix: Adds missing comma by @kensave in https://github.com/aws/amazon-q-developer-cli/pull/3441

Full Changelog: https://github.com/aws/amazon-q-developer-cli/compare/v1.19.5...v1.19.6

v1.19.4 Bug fix
Security fixes
  • Block dangerous patterns for tool calls.
Full changelog

What's Changed

  • refactor: migrate from directories to hierarchical paths module by @dk19y in https://github.com/aws/amazon-q-developer-cli/pull/3309
  • Add auth login failure telemetry for cli by @abhraina-aws in https://github.com/aws/amazon-q-developer-cli/pull/3317
  • fix: expand ~ in prompt file:// URIs by @rationull in https://github.com/aws/amazon-q-developer-cli/pull/3301
  • Refactor /Usage into smaller modules by @akhileshb in https://github.com/aws/amazon-q-developer-cli/pull/3324
  • bskiser/add agent crate by @brandonskiser in https://github.com/aws/amazon-q-developer-cli/pull/3150
  • refactor: centralize environment variable access by @dk19y in https://github.com/aws/amazon-q-developer-cli/pull/3315
  • feat: warn when duplicate agents are found during load by @brandonskiser in https://github.com/aws/amazon-q-developer-cli/pull/3335
  • Upgrade delegate with better UX for notifications and change the file… by @abhraina-aws in https://github.com/aws/amazon-q-developer-cli/pull/3337
  • chore: move RTS code from agent crate to chat-cli by @brandonskiser in https://github.com/aws/amazon-q-developer-cli/pull/3340
  • fix: block dangerous patterns for tool calls by @ekang7 in https://github.com/aws/amazon-q-developer-cli/pull/3313
  • chore: remove duplicate and unused API code from the agent crate by @brandonskiser in https://github.com/aws/amazon-q-developer-cli/pull/3342
  • chore: bump version to 1.19.4 by @brandonskiser in https://github.com/aws/amazon-q-developer-cli/pull/3391
  • chore: fix feed item by @brandonskiser in https://github.com/aws/amazon-q-developer-cli/pull/3403

New Contributors

  • @ekang7 made their first contribution in https://github.com/aws/amazon-q-developer-cli/pull/3313

Full Changelog: https://github.com/aws/amazon-q-developer-cli/compare/v1.19.3...v1.19.4

v1.19.1 Bug fix

Fixed non‑interactive output now correctly goes to stdout instead of stderr.

Full changelog

What's Changed

  • feat: Path based loading for agent by @mekza in https://github.com/aws/amazon-q-developer-cli/pull/2859
  • Revert "feat: Path based loading for agent" by @dingfeli in https://github.com/aws/amazon-q-developer-cli/pull/3257
  • feat: Updates models to match latest, including endpoint resolver by @kensave in https://github.com/aws/amazon-q-developer-cli/pull/3262
  • Fix: non-interactive output incorrectly sent to stderr instead of stdout by @evanliu048 in https://github.com/aws/amazon-q-developer-cli/pull/3277
  • fix: removes color from spinner by @dingfeli in https://github.com/aws/amazon-q-developer-cli/pull/3278
  • Fix fs-write diff colors by @kkashilk in https://github.com/aws/amazon-q-developer-cli/pull/3280
  • Fix fs-write diff colors for background by @kkashilk in https://github.com/aws/amazon-q-developer-cli/pull/3281
  • fix: spinner not being cleaned up properly by @dingfeli in https://github.com/aws/amazon-q-developer-cli/pull/3282
  • chore: bump version to 1.19.1 by @evanliu048 in https://github.com/aws/amazon-q-developer-cli/pull/3283
  • fix: install cross using --locked by @brandonskiser in https://github.com/aws/amazon-q-developer-cli/pull/3286

New Contributors

  • @mekza made their first contribution in https://github.com/aws/amazon-q-developer-cli/pull/2859

Full Changelog: https://github.com/aws/amazon-q-developer-cli/compare/v.1.19.0...v1.19.1

v1.19.0 New feature
Notable features
  • Configurable OAuth redirect URI
  • PDF support for knowledge base entries
  • File:// URI support for agent prompts
Full changelog

What's Changed

  • fix: make q settings delete functionality user friendly by @nirajchowdhary in https://github.com/aws/amazon-q-developer-cli/pull/3042
  • chore: use centralized colors by @zixlin7 in https://github.com/aws/amazon-q-developer-cli/pull/3113
  • fix: removes outdated semantic_search folder migration by @kensave in https://github.com/aws/amazon-q-developer-cli/pull/3142
  • fix:bug(checkpoint): fix crashes when truncating checkpoint message by @h16rkim in https://github.com/aws/amazon-q-developer-cli/pull/3137
  • fix:bug(chat): ensure sanitize_user_prompt handles UTF-8 boundaries correctly by @h16rkim in https://github.com/aws/amazon-q-developer-cli/pull/3087
  • fix(schemas): Correct JSON schema reference for transport type by @csantanapr in https://github.com/aws/amazon-q-developer-cli/pull/3128
  • Only load previous converstaion from db when --resume is passed by @kkashilk in https://github.com/aws/amazon-q-developer-cli/pull/3133
  • feat: add configurable OAuth redirect uri by @joshrutkowski in https://github.com/aws/amazon-q-developer-cli/pull/3124
  • feat(chat): support for --mcp option in /logdump by @Konippi in https://github.com/aws/amazon-q-developer-cli/pull/3143
  • feat: Adds pdf support for knowledge by @kensave in https://github.com/aws/amazon-q-developer-cli/pull/3151
  • feat: Add file:// URI support for agent prompts by @rationull in https://github.com/aws/amazon-q-developer-cli/pull/3024
  • fix: improve settings list display by @Konippi in https://github.com/aws/amazon-q-developer-cli/pull/3167
  • fix: flush stdout after queue_description to display tool information by @yayami3 in https://github.com/aws/amazon-q-developer-cli/pull/3156
  • feat: chat cli UI revamp prep by @dingfeli in https://github.com/aws/amazon-q-developer-cli/pull/3112
  • Update README.md to include instructions for installing via Homebrew by @ke4qqq in https://github.com/aws/amazon-q-developer-cli/pull/3172
  • feat: Add environment variable support for HTTP MCP headers by @pahud in https://github.com/aws/amazon-q-developer-cli/pull/3075
  • fix: compilation error by @dingfeli in https://github.com/aws/amazon-q-developer-cli/pull/3203
  • fix: opaque error when session expires by @Konippi in https://github.com/aws/amazon-q-developer-cli/pull/3208
  • Fix typo in constants.rs by @Sbozzolo in https://github.com/aws/amazon-q-developer-cli/pull/3175
  • feat: Add image paste support and key binding by @joshrutkowski in https://github.com/aws/amazon-q-developer-cli/pull/3088
  • Support deny_by_default for bash command tool by @erbenmo in https://github.com/aws/amazon-q-developer-cli/pull/2999
  • fix formatting and update aws sdk behavior versions by @kkashilk in https://github.com/aws/amazon-q-developer-cli/pull/3223
  • feat: adds builtin tool namespace for tool permission by @dingfeli in https://github.com/aws/amazon-q-developer-cli/pull/3205
  • Fix knowledge migration moving agent directories by @MitchCDisney in https://github.com/aws/amazon-q-developer-cli/pull/3225
  • Disable support for '-fls' option in find command for security reasone by @lociko in https://github.com/aws/amazon-q-developer-cli/pull/3033
  • fix: save convo with context by @dingfeli in https://github.com/aws/amazon-q-developer-cli/pull/3217
  • fix(ci): resolve CI pipeline failures by @evanliu048 in https://github.com/aws/amazon-q-developer-cli/pull/3235
  • Fix test failure for windows by @kkashilk in https://github.com/aws/amazon-q-developer-cli/pull/3236
  • Bump version to 1.19.0 and update feed.json by @evanliu048 in https://github.com/aws/amazon-q-developer-cli/pull/3234

New Contributors

  • @csantanapr made their first contribution in https://github.com/aws/amazon-q-developer-cli/pull/3128
  • @joshrutkowski made their first contribution in https://github.com/aws/amazon-q-developer-cli/pull/3124
  • @rationull made their first contribution in https://github.com/aws/amazon-q-developer-cli/pull/3024
  • @ke4qqq made their first contribution in https://github.com/aws/amazon-q-developer-cli/pull/3172
  • @pahud made their first contribution in https://github.com/aws/amazon-q-developer-cli/pull/3075
  • @Sbozzolo made their first contribution in https://github.com/aws/amazon-q-developer-cli/pull/3175
  • @MitchCDisney made their first contribution in https://github.com/aws/amazon-q-developer-cli/pull/3225
  • @lociko made their first contribution in https://github.com/aws/amazon-q-developer-cli/pull/3033

Full Changelog: https://github.com/aws/amazon-q-developer-cli/compare/1.18.0...v.1.19.0

1.18.0 Feature
Notable features
  • [Experimental] Agent delegate tool
  • /logdump command
  • Experiment manager functionality
Full changelog
  • [Experimental] Agent delegate tool
  • Stop hook functionality
  • Unified show and status commands for knowledge
  • /logdump command
  • Experiment manager functionality
  • MCP prompts with no arguments

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

About

Stars
1,964
Forks
429
Languages
Rust Python HTML
Downloads/week
12 ↑13%
NPM Maintainers
19
Contributors
80

Install & Platforms

Install via
brew binary
Platforms
macos linux

Beta — feedback welcome: [email protected]