@dyyz1993/pi-coding-agent 0.69.11 → 0.69.12
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/dist/core/agent-session.d.ts +4 -0
- package/dist/core/agent-session.d.ts.map +1 -1
- package/dist/core/agent-session.js +1 -0
- package/dist/core/agent-session.js.map +1 -1
- package/dist/modes/rpc/rpc-types.d.ts.map +1 -1
- package/dist/modes/rpc/rpc-types.js.map +1 -1
- package/examples/extensions/custom-provider-anthropic/package-lock.json +2 -2
- package/examples/extensions/custom-provider-anthropic/package.json +1 -1
- package/examples/extensions/custom-provider-gitlab-duo/package.json +1 -1
- package/examples/extensions/custom-provider-qwen-cli/package.json +1 -1
- package/examples/extensions/with-deps/package-lock.json +2 -2
- package/examples/extensions/with-deps/package.json +1 -1
- package/package.json +4 -4
|
@@ -1739,6 +1739,7 @@ export class AgentSession {
|
|
|
1739
1739
|
if (oldName === trimmed)
|
|
1740
1740
|
return;
|
|
1741
1741
|
this.sessionManager.appendSessionInfo(name);
|
|
1742
|
+
this._emit({ type: "session_rename", oldName, newName: trimmed });
|
|
1742
1743
|
runner.emit({ type: "session_rename", oldName, newName: trimmed }).catch((err) => {
|
|
1743
1744
|
runner.emitError({
|
|
1744
1745
|
extensionPath: "<runtime>",
|