Skip to content

feat(runtime): invoke runtimes and endpoints from TUI details - #1975

Merged
aidandaly24 merged 2 commits into
refactorfrom
feat/runtime-tui-context-actions
Aug 13, 2026
Merged

feat(runtime): invoke runtimes and endpoints from TUI details#1975
aidandaly24 merged 2 commits into
refactorfrom
feat/runtime-tui-context-actions

Conversation

@aidandaly24

@aidandaly24 aidandaly24 commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Description

Adds contextual actions to the Runtime TUI so users can act on an already-selected Runtime or endpoint without selecting it again.

  • Adds invoke as the primary action on the Runtime details screen.
  • Replaces the Runtime endpoint JSON-only destination with a summary and action screen.
  • Adds direct endpoint invocation and preserves complete JSON on a child route.
  • Surfaces an endpoint failureReason in the summary when the service provides one.
  • Preserves the originating details screen when leaving contextual invoke flows.

Related Issue

Closes #1974

Documentation PR

Not required. This changes interactive navigation without changing CLI syntax or public command documentation.

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

Additional validation:

  • bun test --coverage --coverage-reporter=lcov — 1057 pass, 0 fail
  • Focused Runtime screen tests — 63 pass, 0 fail
  • Runtime endpoint/detail screen tests — 33 pass, 0 fail
  • bun run format:check
  • bun run build
  • Live read-only Runtime and endpoint flows with AWS_PROFILE=deploy in the TUI harness

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.

@github-actions github-actions Bot added the agentcore-harness-reviewing AgentCore Harness review in progress label Aug 11, 2026
@codecov-commenter

codecov-commenter commented Aug 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.81%. Comparing base (1e7de20) to head (3cfa9fe).
⚠️ Report is 13 commits behind head on refactor.

Additional details and impacted files
@@             Coverage Diff              @@
##           refactor    #1975      +/-   ##
============================================
+ Coverage     96.79%   96.81%   +0.01%     
============================================
  Files           306      306              
  Lines         17051    17137      +86     
============================================
+ Hits          16505    16591      +86     
  Misses          546      546              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions github-actions Bot removed the agentcore-harness-reviewing AgentCore Harness review in progress label Aug 11, 2026
@aidandaly24 aidandaly24 changed the title feat(runtime): add contextual TUI actions feat(runtime): invoke runtimes and endpoints from TUI details Aug 12, 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 Aug 12, 2026
jariy17
jariy17 previously approved these changes Aug 13, 2026

@nborges-aws nborges-aws left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Clean; LGTM

@aidandaly24
aidandaly24 merged commit ea3fa84 into refactor Aug 13, 2026
11 checks passed
@aidandaly24
aidandaly24 deleted the feat/runtime-tui-context-actions branch August 13, 2026 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants