Skip to content

feat: upgrade agent inspector to 0.4.2#1305

Merged
avi-alpert merged 1 commit into
aws:mainfrom
avi-alpert:aalpert/agent-inspector-0.4.2
May 19, 2026
Merged

feat: upgrade agent inspector to 0.4.2#1305
avi-alpert merged 1 commit into
aws:mainfrom
avi-alpert:aalpert/agent-inspector-0.4.2

Conversation

@avi-alpert
Copy link
Copy Markdown
Contributor

Description

Upgrades agent inspector to 0.4.2

Fixes #1282

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 May 19, 2026 15:37
@github-actions github-actions Bot added the size/xs PR size: XS label May 19, 2026
@agentcore-devx-automation agentcore-devx-automation Bot added the claude-security-reviewing Claude Code /security-review in progress label May 19, 2026
@github-actions github-actions Bot added the agentcore-harness-reviewing AgentCore Harness review in progress label May 19, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Package Tarball

aws-agentcore-0.14.0.tgz

How to install

npm install https://github.com/aws/agentcore-cli/releases/download/pr-1305-tarball/aws-agentcore-0.14.0.tgz

@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 May 19, 2026
@agentcore-devx-automation agentcore-devx-automation Bot added the claude-security-reviewing Claude Code /security-review in progress label May 19, 2026
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.

Verified the upgrade fixes the linked issue #1282:

  • Inspected the @aws/agent-inspector@0.4.2 tarball from npm; the chat input <textarea> now wires onCompositionStart/onCompositionEnd to a ref flag, and the Enter keydown handler checks it: y.key==="Enter" && !y.shiftKey && !c.current && (y.preventDefault(), p()). So Enter during IME composition no longer submits.
  • Confirmed 0.4.1 lacks this guard (no onCompositionStart handler on the textarea), so the bump is what actually delivers the fix.
  • Diff is limited to package.json / package-lock.json; no other references in the repo need updating.

LGTM.

@github-actions github-actions Bot removed the agentcore-harness-reviewing AgentCore Harness review in progress label May 19, 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 May 19, 2026
@Hweinstock
Copy link
Copy Markdown
Contributor

This workflow requires approval from a maintainer. Learn more about approving workflows.

shoudn't you be a maintainer?

@avi-alpert avi-alpert merged commit 7fac9a3 into aws:main May 19, 2026
33 of 36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

agentcore dev Web UI submits Japanese IME input when pressing Enter to confirm conversion

4 participants