pty-manager 1.2.18 → 1.2.19

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.
@@ -767,7 +767,7 @@ var PTYSession = class extends import_events.EventEmitter {
767
767
  const ruleKey = `${rule.pattern.source}:${rule.pattern.flags}`;
768
768
  this._firedOnceRules.add(ruleKey);
769
769
  }
770
- this.outputBuffer = this.outputBuffer.replace(rule.pattern, "");
770
+ this.outputBuffer = "";
771
771
  const promptInfo = {
772
772
  type: rule.type,
773
773
  prompt: rule.description,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pty-manager",
3
- "version": "1.2.18",
3
+ "version": "1.2.19",
4
4
  "description": "PTY session manager with lifecycle management, pluggable adapters, and blocking prompt detection",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",