@openacp/cli 0.4.8 → 0.4.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.
package/dist/cli.js CHANGED
@@ -690,7 +690,7 @@ async function cmdDefault(command2) {
690
690
  }
691
691
  const { markRunning } = await import("./daemon-VF6HJQXD.js");
692
692
  markRunning();
693
- const { startServer } = await import("./main-NV7YN3VY.js");
693
+ const { startServer } = await import("./main-7T5YHFHO.js");
694
694
  await startServer();
695
695
  }
696
696
 
@@ -717,7 +717,7 @@ var commands = {
717
717
  "adopt": () => cmdAdopt(args),
718
718
  "integrate": () => cmdIntegrate(args),
719
719
  "--daemon-child": async () => {
720
- const { startServer } = await import("./main-NV7YN3VY.js");
720
+ const { startServer } = await import("./main-7T5YHFHO.js");
721
721
  await startServer();
722
722
  }
723
723
  };
package/dist/index.js CHANGED
@@ -16,7 +16,7 @@ import {
16
16
  TypedEmitter,
17
17
  nodeToWebReadable,
18
18
  nodeToWebWritable
19
- } from "./chunk-BBPWAWE3.js";
19
+ } from "./chunk-45DFYWJT.js";
20
20
  import {
21
21
  runConfigEditor
22
22
  } from "./chunk-6MJLVZXV.js";
@@ -4,7 +4,7 @@ import {
4
4
  OpenACPCore,
5
5
  TelegramAdapter,
6
6
  TopicManager
7
- } from "./chunk-BBPWAWE3.js";
7
+ } from "./chunk-45DFYWJT.js";
8
8
  import "./chunk-6MJLVZXV.js";
9
9
  import "./chunk-UAUTLC4E.js";
10
10
  import "./chunk-VA2M52CM.js";
@@ -181,4 +181,4 @@ export {
181
181
  RESTART_EXIT_CODE,
182
182
  startServer
183
183
  };
184
- //# sourceMappingURL=main-NV7YN3VY.js.map
184
+ //# sourceMappingURL=main-7T5YHFHO.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openacp/cli",
3
- "version": "0.4.8",
3
+ "version": "0.4.9",
4
4
  "description": "Self-hosted bridge for AI coding agents via ACP protocol",
5
5
  "type": "module",
6
6
  "bin": {