Skip to content

fix(tui): return to project name from create picker#1780

Open
notgitika wants to merge 1 commit into
mainfrom
fix/602-create-back-navigation
Open

fix(tui): return to project name from create picker#1780
notgitika wants to merge 1 commit into
mainfrom
fix/602-create-back-navigation

Conversation

@notgitika

Copy link
Copy Markdown
Contributor

Summary

  • route Escape from the create resource-type picker back to project-name input
  • prevent the outer screen exit handler from also handling that Escape
  • add regression coverage for the full keyboard flow

Fixes #602

Testing

  • npx vitest run --project unit src/cli/tui/screens/create/__tests__/CreateScreen.test.tsx
  • npm run typecheck
  • npx eslint src/cli/tui/screens/create/CreateScreen.tsx src/cli/tui/screens/create/useCreateFlow.ts src/cli/tui/screens/create/__tests__/CreateScreen.test.tsx
  • npx prettier --check src/cli/tui/screens/create/CreateScreen.tsx src/cli/tui/screens/create/useCreateFlow.ts src/cli/tui/screens/create/__tests__/CreateScreen.test.tsx
  • npm run build

@notgitika
notgitika requested a review from a team July 17, 2026 01:16
@github-actions github-actions Bot added the size/s PR size: S label Jul 17, 2026
@agentcore-devx-automation agentcore-devx-automation Bot added the claude-security-reviewing Claude Code /security-review in progress label Jul 17, 2026
@github-actions github-actions Bot added agentcore-harness-reviewing AgentCore Harness review in progress and removed agentcore-harness-reviewing AgentCore Harness review in progress labels Jul 17, 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 Jul 17, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Package Tarball

aws-agentcore-0.24.1.tgz

How to install

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

@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 40.07% 14872 / 37107
🔵 Statements 39.33% 15848 / 40292
🔵 Functions 34.15% 2536 / 7424
🔵 Branches 33.51% 9895 / 29523
Generated in workflow #4126 for commit 76fd79a by the Vitest Coverage Report Action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/s PR size: S

Projects

None yet

Development

Successfully merging this pull request may close these issues.

UI: esc on add agent screen exits CLI instead of going back

1 participant