@dyyz1993/pi-coding-agent 0.74.15 → 0.74.16

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.
@@ -1872,7 +1872,7 @@ export class AgentSession {
1872
1872
  if (oldName === trimmed)
1873
1873
  return;
1874
1874
  this.sessionManager.appendSessionInfo(name);
1875
- this._emit({ type: "session_rename", oldName, newName: trimmed });
1875
+ this._emit({ type: "session_info_changed", name: trimmed });
1876
1876
  runner.emit({ type: "session_rename", oldName, newName: trimmed }).catch((err) => {
1877
1877
  runner.emitError({
1878
1878
  extensionPath: "<runtime>",