Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Terminal locks up (non-recoverable) when listing Bedrock Agents during 'add agent' import on Windows 11

オープン
#1,916 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
45/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
静か
技術スタック
aws, typescript
領域
cli

調査の方向性

まず、Windows 11 の PowerShell と CMD の両方でインタラクティブな add agent フローを再現し、Bedrock Agents の一覧表示ステップと Ctrl+C の処理に重点を置きます。CLI のプロンプトとシグナル処理のエントリポイントを追跡して、端末が応答しなくなる理由を特定します。Agents が一覧表示され、端末が応答可能なままで、Ctrl+C でフローがキャンセルされれば完了です。

索引モデルが issue の本文から書いたものです。

説明

bug

Description

On Windows 11 (both Windows PowerShell and CMD), AgentCore CLI 0.25.0 hangs at multiple points in the interactive add agent flow. The most severe is a full, non-recoverable terminal lockup when the CLI attempts to list Bedrock Agents to import. Ctrl+C / Ctrl+X do not kill the CLI — the terminal has to be closed.

Steps to Reproduce

From inside an existing AgentCore project with valid credentials:

  1. Run agentcore
  2. Select add
  3. Select agent
  4. Enter agent name: MyAgent
  5. Select agent type: Import from Bedrock Agents
  6. Select AWS region: US East (N. Virginia) (us-east-1)
  7. The next screen (listing the Bedrock Agents) locks up the terminal.

Expected Behavior

The screen should list the available Bedrock Agents for import, and the CLI should remain responsive. Ctrl+C should cancel/exit the CLI at any prompt.

Actual Behavior

The Bedrock Agents listing screen hangs and locks up the terminal. The lockup appears non-recoverable — Ctrl+C and Ctrl+X do not kill the CLI, requiring the terminal to be force-closed.

CLI Version

0.25.0

Operating System

Windows

Additional Context

  • Reproduced on Windows 11 in both Windows PowerShell and CMD.
  • Reporter notes "a few hang points" in the flow; the Bedrock Agents listing lockup above is the most severe (non-recoverable).
  • Ctrl+C not cancelling prompts suggests the interactive prompt/signal handling may not be wired up for the Windows console.
主要言語
TypeScript
スター
291
フォーク
96
平均マージ
21時間 31分
マージ済み PR(30日)
217

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

aws/agentcore-cli のほかの issue

aws/agentcore-cli の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。