Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions cli/azd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@

### Other Changes

## 1.23.3 (2026-01-30)

### Features Added

- [[#6633]](https://github.com/Azure/azure-dev/pull/6633) Add automatic detection of AI coding agents to enable no-prompt mode for seamless automation.
- [[#6620]](https://github.com/Azure/azure-dev/pull/6620) Improve VS Code terminal IntelliSense by enabling full command tree autocomplete for azd extensions with metadata capability.

### Bugs Fixed

- [[#6619]](https://github.com/Azure/azure-dev/pull/6619) Fix missing configuration keys in `azd config options` output.
- [[#6601]](https://github.com/Azure/azure-dev/pull/6601) Fix VS Code extension commands failing with undefined fsPath when using virtual file systems.

## 1.23.2 (2026-01-26)

### Bugs Fixed
Expand Down
2 changes: 1 addition & 1 deletion cli/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.24.0-beta.1
1.23.3
Loading