@skillrecordings/cli 0.10.2 → 0.11.1
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/bin/skill.mjs +0 -5
- package/bin/skill.ts +0 -1
- package/dist/chunk-5ACOI6Z3.js +198 -0
- package/dist/chunk-5ACOI6Z3.js.map +1 -0
- package/dist/{chunk-HCFBOGCL.js → chunk-AFZNB55D.js} +394 -7133
- package/dist/chunk-AFZNB55D.js.map +1 -0
- package/dist/{chunk-TFLLCHUX.js → chunk-JKFLTZHH.js} +13 -2
- package/dist/chunk-TBO2ZHJH.js +6761 -0
- package/dist/chunk-TBO2ZHJH.js.map +1 -0
- package/dist/{config-523F4OBH.js → config-FVPOSINH.js} +3 -2
- package/dist/duckdb-source-T7EJUOC7.js +353 -0
- package/dist/duckdb-source-T7EJUOC7.js.map +1 -0
- package/dist/index.js +9355 -7556
- package/dist/index.js.map +1 -1
- package/dist/{pipeline-DRKFIH73.js → pipeline-P3CLQVOL.js} +2 -2
- package/dist/src-IKPHU6BF.js +52 -0
- package/dist/src-IKPHU6BF.js.map +1 -0
- package/package.json +8 -6
- package/plugin/.claude-plugin/plugin.json +9 -0
- package/plugin/skills/front-inbox/SKILL.md +360 -0
- package/plugin/skills/front-inbox/examples/bulk-archive.md +16 -0
- package/plugin/skills/front-inbox/examples/triage-tt.md +16 -0
- package/.env.encrypted +0 -0
- package/dist/chunk-HCFBOGCL.js.map +0 -1
- package/dist/preload.js +0 -112
- package/dist/preload.js.map +0 -1
- /package/dist/{chunk-TFLLCHUX.js.map → chunk-JKFLTZHH.js.map} +0 -0
- /package/dist/{config-523F4OBH.js.map → config-FVPOSINH.js.map} +0 -0
- /package/dist/{pipeline-DRKFIH73.js.map → pipeline-P3CLQVOL.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-FVPOSINH.js");
|
|
3564
3564
|
await log("debug", "draft using agent mode", {
|
|
3565
3565
|
workflow: "pipeline",
|
|
3566
3566
|
step: "draft",
|
|
@@ -7028,6 +7028,17 @@ async function runThreadPipeline(input, options = {}) {
|
|
|
7028
7028
|
}
|
|
7029
7029
|
|
|
7030
7030
|
export {
|
|
7031
|
+
FrontApiError,
|
|
7032
|
+
createChannelsClient,
|
|
7033
|
+
createContactsClient,
|
|
7034
|
+
createConversationsClient,
|
|
7035
|
+
createDraftsClient,
|
|
7036
|
+
createInboxesClient,
|
|
7037
|
+
createMessagesClient,
|
|
7038
|
+
createTagsClient,
|
|
7039
|
+
createTeammatesClient,
|
|
7040
|
+
createTemplatesClient,
|
|
7041
|
+
createInstrumentedBaseClient,
|
|
7031
7042
|
createInstrumentedFrontClient,
|
|
7032
7043
|
computeMessageSignals,
|
|
7033
7044
|
computeThreadSignals,
|
|
@@ -7085,4 +7096,4 @@ export {
|
|
|
7085
7096
|
runPipeline,
|
|
7086
7097
|
runThreadPipeline
|
|
7087
7098
|
};
|
|
7088
|
-
//# sourceMappingURL=chunk-
|
|
7099
|
+
//# sourceMappingURL=chunk-JKFLTZHH.js.map
|