@openeryc/pi-coding-agent 0.75.7 → 0.75.9

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.
@@ -2006,8 +2006,7 @@ export class InteractiveMode {
2006
2006
  }
2007
2007
  if (text === "/goal" || text.startsWith("/goal ")) {
2008
2008
  this.handleGoalCommand(text);
2009
- this.editor.setText("");
2010
- return;
2009
+ // Don't return — let the normal submit flow run so the agent starts working
2011
2010
  }
2012
2011
  if (text === "/session") {
2013
2012
  this.handleSessionCommand();