feat(gateway): add interactive invoke console - #1978
Open
aidandaly24 wants to merge 6 commits into
Open
Conversation
aidandaly24
had a problem deploying
to
e2e-testing
August 11, 2026 23:17 — with
GitHub Actions
Failure
aidandaly24
had a problem deploying
to
e2e-testing
August 12, 2026 01:50 — with
GitHub Actions
Failure
aidandaly24
had a problem deploying
to
e2e-testing
August 12, 2026 17:51 — with
GitHub Actions
Failure
aidandaly24
force-pushed
the
feat/gateway-invoke-tui
branch
from
August 13, 2026 18:44
196b394 to
9c11253
Compare
aidandaly24
had a problem deploying
to
e2e-testing
August 13, 2026 18:45 — with
GitHub Actions
Failure
aidandaly24
had a problem deploying
to
e2e-testing
August 13, 2026 19:16 — with
GitHub Actions
Failure
aidandaly24
force-pushed
the
feat/gateway-invoke-tui
branch
from
August 13, 2026 19:41
d312820 to
ad207ae
Compare
aidandaly24
force-pushed
the
feat/gateway-invoke-tui
branch
from
August 13, 2026 19:43
ad207ae to
858db4d
Compare
aidandaly24
marked this pull request as ready for review
August 13, 2026 19:45
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## refactor #1978 +/- ##
============================================
+ Coverage 96.96% 96.98% +0.02%
============================================
Files 364 366 +2
Lines 20758 21304 +546
============================================
+ Hits 20127 20662 +535
- Misses 631 642 +11 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
nborges-aws
reviewed
Aug 13, 2026
| metadata: metadata(response), | ||
| state: "streaming", | ||
| }); | ||
| const kind = classifyStreamingResponse(response.contentType); |
Contributor
There was a problem hiding this comment.
I think we need the same statusCode !== 204 && statusCode !== 205 clause here that we did in the headless invoke PR
Contributor
Author
There was a problem hiding this comment.
Good catch. Fixed in e14e8848 by exempting HTTP 204 and 205 from the TUI binary/unknown-content guard, matching the headless invoke behavior. I also added screen coverage for both statuses with an empty content type and body; the focused Gateway invoke screen suite passes 31/31.
aidandaly24
force-pushed
the
feat/gateway-invoke-tui
branch
from
August 13, 2026 20:31
858db4d to
40b3457
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
agentcore gateway invokeUX
Ctrl+Tswitches Gateway and clears Gateway-specific stateCtrl+Pedits the Gateway-relative path; blank uses the exact Gateway URLCtrl+Vtoggles completed JSON between raw and pretty formsVerification
206 pass, 0 failfocused Gateway/Runtime invoke tests1197 pass, 0 failfullbun test srcbun run typecheckbun run lint:checkbun run format:checkbun run buildStack
Depends on #1967. Review this PR against
feat/gateway-invoke.