@linzumi/cli 1.0.157 → 1.0.159

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@linzumi/cli",
3
- "version": "1.0.157",
3
+ "version": "1.0.159",
4
4
  "description": "Linzumi CLI \u2014 point a Codex agent at the real code on your laptop, with your team watching and steering from shared threads.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -297,6 +297,7 @@ function handle(testCase) {
297
297
  results,
298
298
  final: {
299
299
  trackedItemKey: session.trackedItemKey ?? null,
300
+ trackedItemRank: session.trackedItemRank,
300
301
  lastBody: session.lastBody,
301
302
  done: session.done,
302
303
  },