Commit Graph
3 Commits
Author SHA1 Message Date
Noah Brier db105080f6 fix: improve SessionStart hook formatting and update notifications 2025-09-13 21:17:35 -04:00
Noah Brier fcc220c135 feat: add automatic update check on session start
- Added check-updates script to package.json
- SessionStart hook fetches latest version from GitHub
- Compares local and remote versions
- Shows update notification when newer version available
- Works even after disconnecting from original repo
- Also improved release command documentation with clearer semver guidance
2025-09-13 20:38:39 -04:00
Noah Brier ff5a168ff9 feat: add first-run welcome message with SessionStart hook
- Added FIRST_RUN marker file to detect fresh installs
- Configured SessionStart hook to show welcome message
- Styled message with markdown formatting
- init-bootstrap removes marker after setup completion
- No external shell scripts needed - inline command in settings.json
2025-09-13 19:47:34 -04:00