@dyyz1993/pi-coding-agent 0.70.0 → 0.70.2

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.
@@ -837,7 +837,7 @@ export class AgentSession {
837
837
  if (!command)
838
838
  return false;
839
839
  // Get command context from extension runner (includes session control methods)
840
- const ctx = this._extensionRunner.createCommandContext();
840
+ const ctx = this._extensionRunner.createCommandContext(commandName);
841
841
  try {
842
842
  await command.handler(args, ctx);
843
843
  return true;