tofarr

Results 40 issues of tofarr

# Event Stream Storage Refactoring ## Changes - Modified EventStream to store all events in a single JSON file per session instead of one file per event - Added performance...

**Added Endpoint to get the content of the EventStream via REST** (I think the line above should be included in release notes) I needed this for debugging. e.g.: ``` fetch('/api/events/search',...

I used OpenHands to write this PR - It is actually depenendent on 2 other PRs which I would like to merge first: * https://github.com/All-Hands-AI/OpenHands/pull/4669 * https://github.com/All-Hands-AI/OpenHands/pull/4668 Also, I have...

**If the websocket disconnects, we try 5 times to automatically reconnect it.** - [X] Include this change in the Release Notes. If checked, you must provide an **end-user friendly** description...

**Using SocketIO as the Underlying Communication Protocol** - [X] Include this change in the Release Notes. If checked, you must provide an **end-user friendly** description for your change below ---...

Change the default value of keep_runtime_alive from True to False **End-user friendly description of the problem this fixes or functionality that this introduces** - [X] Include this change in the...

This PR modifies the jwt_secret field in AppConfig to persist the value in a file: - Moves jwt_secret generation to a module-level function - Stores the secret in a .jwt_secret...

**Now checking that .gitignore exists. before trying to filter based on its contents.** - [X] Include this change in the Release Notes. If checked, you must provide an **end-user friendly**...

### Is there an existing issue for the same bug? - [X] I have checked the existing issues. ### Describe the bug and reproduction steps Start a new session and...

bug
severity:low

**End-user friendly description of the problem this fixes or functionality that this introduces** This PR improves the handling of multiple conversations and session management in OpenHands. It ensures that user...