lunel-cli 0.1.55 → 0.1.56

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.
Files changed (2) hide show
  1. package/dist/ai/codex.js +1 -1
  2. package/package.json +1 -1
package/dist/ai/codex.js CHANGED
@@ -1107,7 +1107,7 @@ export class CodexProvider {
1107
1107
  if (!payload || typeof payload !== "object")
1108
1108
  return undefined;
1109
1109
  const obj = payload;
1110
- const direct = this.readString(obj.threadId) ?? this.readString(obj.thread_id);
1110
+ const direct = this.readString(obj.threadId) ?? this.readString(obj.thread_id) ?? this.readString(obj.id);
1111
1111
  if (direct)
1112
1112
  return direct;
1113
1113
  const thread = this.asRecord(obj.thread);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lunel-cli",
3
- "version": "0.1.55",
3
+ "version": "0.1.56",
4
4
  "author": [
5
5
  {
6
6
  "name": "Soham Bharambe",