Note: This issue affects seed.machus.ai, which lives in the happyseaurchin/xstream-seed repo. Linked here for visibility.
Problem
When a user clicks the Export button in seed.machus.ai, nothing downloads. The conversation data is lost. This has already caused a real user to lose an entire session and give up on the platform.
Expected Behavior
Clicking Export should download a JSON file containing the full conversation, including any pscale coordinates or evaluation data generated during the session.
Context
- Repo:
happyseaurchin/xstream-seed
- Live at: https://seed.machus.ai
- The kernel interface is built with Claude API (bring your own key)
- Persistence across sessions is also missing — conversation resets on page refresh
What Needs Doing
- Fix the export button to actually trigger a file download
- Consider adding localStorage or similar for session persistence
- Test with a real conversation flow
Labels
bug good first issue help wanted
Note: This issue affects seed.machus.ai, which lives in the happyseaurchin/xstream-seed repo. Linked here for visibility.
Problem
When a user clicks the Export button in seed.machus.ai, nothing downloads. The conversation data is lost. This has already caused a real user to lose an entire session and give up on the platform.
Expected Behavior
Clicking Export should download a JSON file containing the full conversation, including any pscale coordinates or evaluation data generated during the session.
Context
happyseaurchin/xstream-seedWhat Needs Doing
Labels
buggood first issuehelp wanted