Skip to content

Commit 508fd69

Browse files
authored
Prepare azure.ai.inspector 0.0.1-preview initial release metadata (#8320)
* Prepare azure.ai.inspector 0.0.1-preview initial release metadata * Pin azure.ai.inspector release to 0.0.1-preview
1 parent 639f5bf commit 508fd69

3 files changed

Lines changed: 17 additions & 4 deletions

File tree

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Release History
22

3-
## 0.1.0-preview (Unreleased)
3+
## 0.0.1-preview (2026-05-22)
44

5-
- Initial release.
5+
Initial preview release of the Agent Inspector extension.
6+
7+
### Features Added
8+
9+
- Agent Inspector extension: serves the Inspector single-page app on loopback and bridges it to a locally running agent over WebSocket JSON-RPC and HTTP/SSE proxying.
10+
- Added `azd ai inspector launch` to start the Inspector standalone; the `azd ai inspector` command group is kept for future subcommands.
11+
- Integrated with `azd ai agent run` so the Inspector is launched automatically for local agent runs (opt out with `--no-inspector`).
12+
13+
### Other Changes
14+
15+
- Hardened the loopback server with `Host`/`Origin` allowlisting, proxy URL constraints (http/https, loopback hosts, configured agent port), bounded WebSocket frame size, read/write deadlines, ping/pong, and Content-Security-Policy and related hardening headers on the served SPA.
16+
- Restricted `openUrlInBrowser` to `http`/`https` URLs.
17+
- Suppressed proxy body logging and stdout output when launched in silent mode from `azd ai agent run`.
18+
- Added panic recovery in per-message RPC goroutines and fixed a nil-map race in stream registration during session cleanup.

cli/azd/extensions/azure.ai.inspector/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ displayName: Foundry agent inspector (Preview)
55
description: Browser-based inspector UI for locally running Foundry agents. (Preview)
66
usage: azd ai inspector <command> [options]
77
# NOTE: Make sure version.txt is in sync with this version.
8-
version: 0.1.0-preview
8+
version: 0.0.1-preview
99
requiredAzdVersion: ">1.23.13"
1010
language: go
1111
capabilities:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0-preview
1+
0.0.1-preview

0 commit comments

Comments
 (0)