Skip to content

Prepare azure.ai.inspector 0.0.1-preview initial release metadata#8320

Merged
trangevi merged 3 commits into
Azure:mainfrom
MuyangAmigo:copilot/prepare-inspector-patch-release
May 22, 2026
Merged

Prepare azure.ai.inspector 0.0.1-preview initial release metadata#8320
trangevi merged 3 commits into
Azure:mainfrom
MuyangAmigo:copilot/prepare-inspector-patch-release

Conversation

@MuyangAmigo
Copy link
Copy Markdown
Contributor

Prepares the initial azure.ai.inspector 0.0.1-preview release (target date: 2026-05-22).

Mirrors the release prep pattern from #8315.

Changes

version.txt and extension.yaml already contain 0.0.1-preview, so no version bump is needed — this PR finalizes the changelog for the first published release.

Changelog summary (from #8264)

Features Added

  • Agent Inspector extension: serves the Inspector SPA on loopback and bridges it to a locally running agent over WebSocket JSON-RPC and HTTP/SSE proxying.
  • azd ai inspector launch to start the Inspector standalone.
  • Integration with azd ai agent run so the Inspector is launched automatically for local agent runs (opt out with --no-inspector).

Other Changes

  • Loopback server hardening: Host/Origin allowlisting, proxy URL constraints, bounded WebSocket frames, read/write deadlines, ping/pong, CSP and security headers on the served SPA.
  • Restricted openUrlInBrowser to http/https.
  • Suppressed proxy body logging and stdout in silent mode.
  • Panic recovery in per-message RPC goroutines and a nil-map race fix in stream registration.

Validation

  • cspell on the changed file: clean.

@MuyangAmigo MuyangAmigo requested a review from vhvb1989 as a code owner May 22, 2026 02:41
Copilot AI review requested due to automatic review settings May 22, 2026 02:41
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Updates the Agent Inspector extension changelog to expand the initial preview release entry with a release date and detailed feature/security notes.

Changes:

  • Expanded the 0.0.1-preview entry with a release date and structured sections.
  • Documented new CLI commands/integration behavior and security hardening notes.

Comment thread cli/azd/extensions/azure.ai.inspector/CHANGELOG.md
…ctor-patch-release

# Conflicts:
#	cli/azd/extensions/azure.ai.inspector/CHANGELOG.md
@trangevi trangevi linked an issue May 22, 2026 that may be closed by this pull request
@trangevi trangevi enabled auto-merge (squash) May 22, 2026 15:22
@trangevi
Copy link
Copy Markdown
Member

/check-enforcer override

@trangevi trangevi merged commit 508fd69 into Azure:main May 22, 2026
14 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Inspector extension] Changelog

6 participants