@openacp/cli 0.4.2 → 0.4.3

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
@@ -342,7 +342,7 @@ async function cmdDefault(command2) {
342
342
  }
343
343
  const { markRunning } = await import("./daemon-SLGQGRKO.js");
344
344
  markRunning();
345
- const { startServer } = await import("./main-5QGMP7VG.js");
345
+ const { startServer } = await import("./main-3WJFOTNT.js");
346
346
  await startServer();
347
347
  }
348
348
 
@@ -367,7 +367,7 @@ var commands = {
367
367
  "reset": () => cmdReset(),
368
368
  "update": () => cmdUpdate(),
369
369
  "--daemon-child": async () => {
370
- const { startServer } = await import("./main-5QGMP7VG.js");
370
+ const { startServer } = await import("./main-3WJFOTNT.js");
371
371
  await startServer();
372
372
  }
373
373
  };
package/dist/index.d.ts CHANGED
@@ -828,7 +828,6 @@ declare class TelegramAdapter extends ChannelAdapter<OpenACPCore> {
828
828
  renameSessionThread(sessionId: string, newName: string): Promise<void>;
829
829
  sendSkillCommands(sessionId: string, commands: AgentCommand[]): Promise<void>;
830
830
  cleanupSkillCommands(sessionId: string): Promise<void>;
831
- private updateCommandAutocomplete;
832
831
  private finalizeDraft;
833
832
  }
834
833
 
package/dist/index.js CHANGED
@@ -15,7 +15,7 @@ import {
15
15
  TypedEmitter,
16
16
  nodeToWebReadable,
17
17
  nodeToWebWritable
18
- } from "./chunk-WXPN5UOT.js";
18
+ } from "./chunk-GA26H6JY.js";
19
19
  import {
20
20
  runConfigEditor
21
21
  } from "./chunk-WHKLPZGK.js";
@@ -3,7 +3,7 @@ import {
3
3
  ApiServer,
4
4
  OpenACPCore,
5
5
  TelegramAdapter
6
- } from "./chunk-WXPN5UOT.js";
6
+ } from "./chunk-GA26H6JY.js";
7
7
  import "./chunk-WHKLPZGK.js";
8
8
  import {
9
9
  loadAdapterFactory
@@ -168,4 +168,4 @@ export {
168
168
  RESTART_EXIT_CODE,
169
169
  startServer
170
170
  };
171
- //# sourceMappingURL=main-5QGMP7VG.js.map
171
+ //# sourceMappingURL=main-3WJFOTNT.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openacp/cli",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "description": "Self-hosted bridge for AI coding agents via ACP protocol",
5
5
  "type": "module",
6
6
  "bin": {