Description
After running agentcore invoke with --stream, there is no way to retrieve the session ID without digging into the logs. Users need the session ID for follow-up operations (e.g., continuing a session, debugging).
Steps to Reproduce
- Run
agentcore invoke "My name is Sarah and I prefer email updates. I recently bought a Smart Watch." --stream
- Observe the streamed output
- Try to find the session ID from the command output
Expected Behavior
The session ID should be displayed in the CLI output (e.g., printed at the end of the stream, or available via a flag like --show-session-id), so users can easily reference it without searching logs.
Actual Behavior
The session ID is not surfaced in the CLI output. Users must go to the logs to find it.
CLI Version
N/A
Operating System
macOS
Description
After running
agentcore invokewith--stream, there is no way to retrieve the session ID without digging into the logs. Users need the session ID for follow-up operations (e.g., continuing a session, debugging).Steps to Reproduce
agentcore invoke "My name is Sarah and I prefer email updates. I recently bought a Smart Watch." --streamExpected Behavior
The session ID should be displayed in the CLI output (e.g., printed at the end of the stream, or available via a flag like
--show-session-id), so users can easily reference it without searching logs.Actual Behavior
The session ID is not surfaced in the CLI output. Users must go to the logs to find it.
CLI Version
N/A
Operating System
macOS