@iola_adm/iola-cli 0.1.45 → 0.1.46

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/cli.js +1 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iola_adm/iola-cli",
3
- "version": "0.1.45",
3
+ "version": "0.1.46",
4
4
  "description": "CLI и AI-агент городского округа Йошкар-Ола.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/adm-iola/iola-cli#readme",
package/src/cli.js CHANGED
@@ -817,8 +817,7 @@ async function startAgentRawInput() {
817
817
  }
818
818
  } finally {
819
819
  if (!wasRaw) input.setRawMode(false);
820
- clearAgentInputArea(state);
821
- output.write("\n");
820
+ input.pause();
822
821
  }
823
822
  }
824
823