@skillrecordings/cli 0.2.2 → 0.3.0
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/.env.encrypted +0 -0
- package/dist/{chunk-XHLN776K.js → chunk-HCFBOGCL.js} +9 -3
- package/dist/chunk-HCFBOGCL.js.map +1 -0
- package/dist/{chunk-SASXI5PZ.js → chunk-MF3GI37W.js} +2 -3
- package/dist/{config-5DDRFZMG.js → config-523F4OBH.js} +2 -2
- package/dist/index.js +2527 -2602
- package/dist/index.js.map +1 -1
- package/dist/{pipeline-W23TKSVR.js → pipeline-F5FZCKB7.js} +2 -2
- package/dist/preload.js +1 -94
- package/dist/preload.js.map +1 -1
- package/package.json +2 -3
- package/dist/chunk-MNFDM56Q.js +0 -36
- package/dist/chunk-MNFDM56Q.js.map +0 -1
- package/dist/chunk-XHLN776K.js.map +0 -1
- /package/dist/{chunk-SASXI5PZ.js.map → chunk-MF3GI37W.js.map} +0 -0
- /package/dist/{config-5DDRFZMG.js.map → config-523F4OBH.js.map} +0 -0
- /package/dist/{pipeline-W23TKSVR.js.map → pipeline-F5FZCKB7.js.map} +0 -0
|
@@ -3547,7 +3547,7 @@ ${message.body}
|
|
|
3547
3547
|
---
|
|
3548
3548
|
Write your response:`;
|
|
3549
3549
|
if (useAgentMode && appId) {
|
|
3550
|
-
const { runSupportAgent } = await import("./config-
|
|
3550
|
+
const { runSupportAgent } = await import("./config-523F4OBH.js");
|
|
3551
3551
|
await log("debug", "draft using agent mode", {
|
|
3552
3552
|
workflow: "pipeline",
|
|
3553
3553
|
step: "draft",
|
|
@@ -7010,7 +7010,6 @@ async function runThreadPipeline(input, options = {}) {
|
|
|
7010
7010
|
}
|
|
7011
7011
|
|
|
7012
7012
|
export {
|
|
7013
|
-
FrontApiError,
|
|
7014
7013
|
createInstrumentedFrontClient,
|
|
7015
7014
|
computeMessageSignals,
|
|
7016
7015
|
computeThreadSignals,
|
|
@@ -7068,4 +7067,4 @@ export {
|
|
|
7068
7067
|
runPipeline,
|
|
7069
7068
|
runThreadPipeline
|
|
7070
7069
|
};
|
|
7071
|
-
//# sourceMappingURL=chunk-
|
|
7070
|
+
//# sourceMappingURL=chunk-MF3GI37W.js.map
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
SUPPORT_AGENT_PROMPT,
|
|
4
4
|
agentTools,
|
|
5
5
|
runSupportAgent
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-HCFBOGCL.js";
|
|
7
7
|
import "./chunk-F4EM72IH.js";
|
|
8
8
|
import "./chunk-KEV3QKXP.js";
|
|
9
9
|
import "./chunk-MLNDSBZ4.js";
|
|
@@ -17,4 +17,4 @@ export {
|
|
|
17
17
|
agentTools,
|
|
18
18
|
runSupportAgent
|
|
19
19
|
};
|
|
20
|
-
//# sourceMappingURL=config-
|
|
20
|
+
//# sourceMappingURL=config-523F4OBH.js.map
|