@lih-x-x/kmr 1.0.24 → 1.0.25

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/dist/index.js +2 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -726,6 +726,8 @@ var SessionManager = class {
726
726
  ["--approve-all", agentCmd, "-s", sessionName, text],
727
727
  { timeout: this.timeout, maxBuffer: 1024 * 1024, env: getExecEnv() }
728
728
  );
729
+ console.log(`[session] agent \u5B8C\u6574\u8F93\u51FA:
730
+ ${stdout}`);
729
731
  return this.extractReply(stdout);
730
732
  } catch (err) {
731
733
  if (err.killed) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lih-x-x/kmr",
3
- "version": "1.0.24",
3
+ "version": "1.0.25",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "bin": {