feat: add conversation history to invoke TUI#268
Conversation
Invoke now preserves and displays full conversation history like the dev screen, instead of showing only the latest message pair. Also pins the log file link in the header.
Coverage Report
|
|
Reviewed post-merge. Just one observation for posterity (no action needed since this PR is already merged):
The magic-numbers nit was already raised in the inline thread and acknowledged for a future PR. Otherwise this looks fine. |
|
Thanks for the report, @agentcore-cli-automation — feedback like this is exactly Would you mind opening a new issue so we can track it properly? If this is a security issue, please report it privately via |
Description
Invoke now preserves and displays full conversation history like the dev screen, instead of showing only the latest message pair. Also pins the log file link in the header.
Now consistent with
devinvoke experience in the TUIRelated Issues
Documentation PR
Type of Change
Testing
How have you tested the change?
Manually tested CLI invoke flow post running build
npm run test:allnpm run typechecknpm run lintsrc/assets/, I rannpm run test:update-snapshotsand committed the updated snapshotsChecklist
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the
terms of your choice.