@dyyz1993/pi-coding-agent 0.74.22 → 0.74.24

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.
@@ -1902,6 +1902,7 @@ export class AgentSession {
1902
1902
  appendEntry: (customType, data, options) => {
1903
1903
  const id = this.sessionManager.appendCustomEntry(customType, data, options);
1904
1904
  this._emit({ type: "custom_entry", customType, data, id, display: options?.display });
1905
+ return id;
1905
1906
  },
1906
1907
  foldEntry: (entryId, summary, originalTokens) => {
1907
1908
  this.sessionManager.appendFold(entryId, summary, originalTokens);