Uh oh!
There was an error while loading. Please reload this page.
feat: upgrade agent inspector to 0.4.0 - #1249
Conversation
Package TarballHow to installnpm install https://github.com/aws/agentcore-cli/releases/download/pr-1249-tarball/aws-agentcore-0.13.1.tgz |
agentcore-cli-automation
left a comment
There was a problem hiding this comment.
Reviewed the diff. This is a straightforward version bump of @aws/agent-inspector from 0.3.0 → 0.4.0. The package only ships static frontend assets (dist-assets/index.html, index.js, index.css, favicon.svg) that are served statically by web-server.ts via resolveUIDistDir() — the CLI doesn't import any code from it. The 0.3.0 vs 0.4.0 tarballs have identical file layouts, so no path changes are needed in scripts/copy-assets.mjs or web-server.ts. No CLI-side feature work means no new telemetry is required here (the "available tools in Harness settings" change is entirely inside the inspector frontend). LGTM 🚀
Uh oh!
There was an error while loading. Please reload this page.
Description
Upgrade agent inspector to 0.4.0 which includes showing available tools in Harness settings when agentcore dev is run in a project with a harness.
Related Issue
Closes #
Documentation PR
Type of Change
Testing
How have you tested the change?
npm run test:unitandnpm run test:integnpm run typechecknpm run lintsrc/assets/, I rannpm run test:update-snapshotsand committed the updated snapshotsChecklist
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the
terms of your choice.