ai-lens 0.8.59 → 0.8.60

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.
package/.commithash CHANGED
@@ -1 +1 @@
1
- 8656b37
1
+ ac28725
package/client/capture.js CHANGED
@@ -1234,7 +1234,7 @@ async function main() {
1234
1234
  }
1235
1235
 
1236
1236
  try {
1237
- trySpawnCodexWatcher({ replayExisting: shouldReplayCodexHistory(unified) });
1237
+ trySpawnCodexWatcher({ replayExisting: shouldReplayCodexHistory(primary) });
1238
1238
  } catch (err) {
1239
1239
  captureLog({ msg: 'codex-watcher-spawn-failed', error: err.message });
1240
1240
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-lens",
3
- "version": "0.8.59",
3
+ "version": "0.8.60",
4
4
  "type": "module",
5
5
  "description": "Centralized session analytics for AI coding tools",
6
6
  "bin": {