All-Hands-AI / OpenHands

🙌 OpenHands: Code Less, Make More
https://all-hands.dev
MIT License
36.56k stars 4.15k forks source link

Log the session ID in addition to the runtime ID #5025

Open amanape opened 2 hours ago

amanape commented 2 hours ago

We currently log the runtime ID in the chat interface on the client here:

https://github.com/All-Hands-AI/OpenHands/blob/9cd248d47590b323ef20669561809affd0a25125/frontend/src/components/chat-interface.tsx#L51-L66

We want to extend it to log the session ID as well (should be runtime.sid, you may double check) https://github.com/All-Hands-AI/OpenHands/blob/9cd248d47590b323ef20669561809affd0a25125/openhands/server/listen.py#L569-L588

github-actions[bot] commented 2 hours ago

OpenHands started fixing the issue! You can monitor the progress here.