You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: avoid updating gist if content and title are unchanged
Check existing gist content before updating to prevent unnecessary
revisions in gist history when content hasn't actually changed.
- Fetch current gist content using GitHub API
- Compare both content and title with new values
- Skip update if identical and log message
- Return boolean to indicate whether update occurred
Fixes#8
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: aksh1618 <[email protected]>
0 commit comments