@skillrecordings/cli 0.11.0 → 0.11.2
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/{chunk-54VQQSWT.js → chunk-FT5L3SDS.js} +2 -2
- package/dist/{chunk-EGBS3VJI.js → chunk-RA5G6CYF.js} +410 -7148
- package/dist/chunk-RA5G6CYF.js.map +1 -0
- package/dist/chunk-V34YUISF.js +6766 -0
- package/dist/chunk-V34YUISF.js.map +1 -0
- package/dist/{config-HLXR42M4.js → config-AKU2GEMV.js} +4 -3
- package/dist/index.js +27 -19
- package/dist/index.js.map +1 -1
- package/dist/{pipeline-H52QEIFE.js → pipeline-MJVBAX5W.js} +2 -2
- package/dist/src-6OB6UR3N.js +52 -0
- package/dist/src-6OB6UR3N.js.map +1 -0
- package/package.json +1 -1
- package/dist/chunk-EGBS3VJI.js.map +0 -1
- /package/dist/{chunk-54VQQSWT.js.map → chunk-FT5L3SDS.js.map} +0 -0
- /package/dist/{config-HLXR42M4.js.map → config-AKU2GEMV.js.map} +0 -0
- /package/dist/{pipeline-H52QEIFE.js.map → pipeline-MJVBAX5W.js.map} +0 -0
|
@@ -3560,7 +3560,7 @@ ${message.body}
|
|
|
3560
3560
|
---
|
|
3561
3561
|
Write your response:`;
|
|
3562
3562
|
if (useAgentMode && appId) {
|
|
3563
|
-
const { runSupportAgent } = await import("./config-
|
|
3563
|
+
const { runSupportAgent } = await import("./config-AKU2GEMV.js");
|
|
3564
3564
|
await log("debug", "draft using agent mode", {
|
|
3565
3565
|
workflow: "pipeline",
|
|
3566
3566
|
step: "draft",
|
|
@@ -7096,4 +7096,4 @@ export {
|
|
|
7096
7096
|
runPipeline,
|
|
7097
7097
|
runThreadPipeline
|
|
7098
7098
|
};
|
|
7099
|
-
//# sourceMappingURL=chunk-
|
|
7099
|
+
//# sourceMappingURL=chunk-FT5L3SDS.js.map
|