@openacp/cli 0.4.1 → 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/README.md +1 -1
- package/dist/{chunk-YD7ILGA6.js → chunk-GA26H6JY.js} +55 -96
- package/dist/chunk-GA26H6JY.js.map +1 -0
- package/dist/cli.js +2 -2
- package/dist/index.d.ts +0 -1
- package/dist/index.js +1 -1
- package/dist/{main-OUVYNLZN.js → main-3WJFOTNT.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-YD7ILGA6.js.map +0 -1
- /package/dist/{main-OUVYNLZN.js.map → main-3WJFOTNT.js.map} +0 -0
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-
|
|
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-
|
|
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
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
ApiServer,
|
|
4
4
|
OpenACPCore,
|
|
5
5
|
TelegramAdapter
|
|
6
|
-
} from "./chunk-
|
|
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-
|
|
171
|
+
//# sourceMappingURL=main-3WJFOTNT.js.map
|