A community member in Discord asked for a global way to access Entire session data on a machine, without having to go repo by repo. Conversation: Discord thread
They also mentioned that it would be helpful to visualize this in the UI.
Their reason for wanting this is that they want to run evals with different prompts and be able to see how sessions played out, compare outcomes, and rewind past sessions more easily across repos.
Possible directions:
- a global export command, such as
entire export --all-repos
- a global sessions view, such as
entire sessions --all-repos
- a UI view that shows sessions across repos and supports inspection/rewind
A community member in Discord asked for a global way to access Entire session data on a machine, without having to go repo by repo. Conversation: Discord thread
They also mentioned that it would be helpful to visualize this in the UI.
Their reason for wanting this is that they want to run evals with different prompts and be able to see how sessions played out, compare outcomes, and rewind past sessions more easily across repos.
Possible directions:
entire export --all-reposentire sessions --all-repos