Add skip functionality to the Welcome to Core onboarding modal that
prevents it from showing again after the user clicks skip.
Changes:
- Add skip button in modal header with ghost styling
- Persist onboarding completion state to localStorage
- Check localStorage before showing modal on future visits
- Apply persistence to both skip and complete flows
The modal will no longer appear after being skipped or completed,
improving user experience for returning users.
* Feat: change space assignment from statement to episode
* feat: add default spaces and improve integration, space tools discovery in MCP
* feat: change spaces to episode based
* Feat: take multiple spaceIds while ingesting
* Feat: modify mcp tool descriptions, add spaceId in mcp url
* feat: add copy
* bump: new version 0.1.24
---------
Co-authored-by: Manoj <saimanoj58@gmail.com>