Skip to content

feat: upgrade agent-inspector to v0.5.0#1458

Merged
avi-alpert merged 1 commit into
aws:mainfrom
avi-alpert:aalpert/inspector-0.5.0
Jun 3, 2026
Merged

feat: upgrade agent-inspector to v0.5.0#1458
avi-alpert merged 1 commit into
aws:mainfrom
avi-alpert:aalpert/inspector-0.5.0

Conversation

@avi-alpert
Copy link
Copy Markdown
Contributor

@avi-alpert avi-alpert commented Jun 3, 2026

Description

Changes included:

  • enable invoking deployed agent runtimes from agent inspector.

Related Issue

Closes #

Documentation PR

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update
  • Other (please describe):

Testing

How have you tested the change?

  • I ran npm run test:unit and npm run test:integ
  • I ran npm run typecheck
  • I ran npm run lint
  • If I modified src/assets/, I ran npm run test:update-snapshots and committed the updated snapshots

Checklist

  • I have read the CONTRIBUTING document
  • I have added any necessary tests that prove my fix is effective or my feature works
  • I have updated the documentation accordingly
  • I have added an appropriate example to the documentation to outline the feature, or no new docs are needed
  • My changes generate no new warnings
  • Any dependent changes have been merged and published

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the
terms of your choice.

@avi-alpert avi-alpert requested a review from a team June 3, 2026 19:07
@github-actions github-actions Bot added size/xs PR size: XS agentcore-harness-reviewing AgentCore Harness review in progress labels Jun 3, 2026
@agentcore-devx-automation agentcore-devx-automation Bot added the claude-security-reviewing Claude Code /security-review in progress label Jun 3, 2026
@agentcore-devx-automation
Copy link
Copy Markdown
Contributor

Claude Security Review: no high-confidence findings. (run)

@agentcore-devx-automation agentcore-devx-automation Bot removed the claude-security-reviewing Claude Code /security-review in progress label Jun 3, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 3, 2026

Package Tarball

aws-agentcore-0.17.0.tgz

How to install

gh release download pr-1458-tarball --repo aws/agentcore-cli --pattern "*.tgz" --dir /tmp/pr-tarball
npm install -g /tmp/pr-tarball/aws-agentcore-0.17.0.tgz

Copy link
Copy Markdown

@agentcore-cli-automation agentcore-cli-automation left a comment

Choose a reason for hiding this comment

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

Reviewed the PR. This is a minimal dependency bump for @aws/agent-inspector from 0.4.2 → 0.5.0.

Looked at:

  • The published tarball contents — dist-assets/ still has the same files (favicon.svg, index.css, index.html, index.js), just newer bundled output. No public API surface that the CLI imports.
  • The CLI's only consumption point (src/cli/operations/dev/web-ui/web-server.ts + scripts/copy-assets.mjs) uses the dist-assets directory as static files, so no code changes are needed.
  • Transitive dependencies in npm-shrinkwrap.json are unchanged.
  • The npm-shrinkwrap.json version bump from 0.16.0 → 0.17.0 is just bringing the lockfile in sync with package.json on main (which is already 0.17.0). 👍

LGTM.

@github-actions github-actions Bot removed the agentcore-harness-reviewing AgentCore Harness review in progress label Jun 3, 2026
@avi-alpert avi-alpert merged commit d14504f into aws:main Jun 3, 2026
33 of 35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/xs PR size: XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants