repowise 0.1.85 → 0.1.86

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1215,7 +1215,7 @@ async function processNotifications(notifications, state, repoLocalPaths, apiUrl
1215
1215
  state.repos[notif.repoId] = {
1216
1216
  ...state.repos[notif.repoId],
1217
1217
  lastSyncTimestamp: notif.createdAt,
1218
- lastSyncCommitSha: notif.commitSha
1218
+ lastSyncCommitSha: notif.commitSha ?? state.repos[notif.repoId]?.lastSyncCommitSha ?? null
1219
1219
  };
1220
1220
  } else {
1221
1221
  console.error(`Download failed for repo ${notif.repoId} \u2014 will retry on next poll`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repowise",
3
- "version": "0.1.85",
3
+ "version": "0.1.86",
4
4
  "type": "module",
5
5
  "description": "AI-optimized codebase context generator",
6
6
  "bin": {