openclaw-multi-auto 1.8.3 → 1.8.5
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/{audio-preflight-DcneE70v.js → audio-preflight-SOY4qjTl.js} +6 -6
- package/dist/{audit-membership-runtime-BDoMjPgy.js → audit-membership-runtime-BQmoiW7f.js} +3 -3
- package/dist/{auth-profiles-Dta-Mhaw.js → auth-profiles-CEEqFOKJ.js} +438 -438
- package/dist/auth-profiles.runtime-DXPqJP5A.js +7 -0
- package/dist/build-info.json +3 -3
- package/dist/canvas-host/a2ui/.bundle.hash +1 -1
- package/dist/compact.runtime-DS9UVeOh.js +7 -0
- package/dist/daemon-cli.js +53 -53
- package/dist/deliver-runtime-D929PgeO.js +7 -0
- package/dist/{fetch-Bdod8UI1.js → fetch-wjPVlu-r.js} +3 -3
- package/dist/{github-copilot-token-BgPOyCXe.js → github-copilot-token-C-NbPL95.js} +7 -7
- package/dist/image-runtime-CkdY0-Oo.js +7 -0
- package/dist/{logger-Budylr6i.js → logger-mQKrXyAc.js} +18 -18
- package/dist/{login-Bk8BjEUN.js → login-Ctt81ov4.js} +3 -3
- package/dist/{login-qr-CVQlH0l0.js → login-qr-CHrXhUJY.js} +7 -7
- package/dist/manager-runtime-PqJtJx-b.js +7 -0
- package/dist/{manager.runtime-KPIwNjNW.js → manager.runtime-C5odxL4B.js} +12 -12
- package/dist/{paths-BnSNMlFT.js → paths-jtwudEDq.js} +5 -5
- package/dist/{pi-model-discovery-runtime-CLfgSk3o.js → pi-model-discovery-runtime-C-YPAOQR.js} +6 -6
- package/dist/{pi-tools.before-tool-call.runtime-CKzFGrVv.js → pi-tools.before-tool-call.runtime-CWgsv7kC.js} +6 -6
- package/dist/{pw-ai-BZnl84YT.js → pw-ai-BFfAJexr.js} +6 -6
- package/dist/{qmd-manager-BmuMJQP3.js → qmd-manager-rY-Y6sbN.js} +3 -3
- package/dist/{query-expansion-BMQzl41m.js → query-expansion-BIMwPSMg.js} +89 -89
- package/dist/runtime-whatsapp-login.runtime-DeV-bhiR.js +9 -0
- package/dist/runtime-whatsapp-outbound.runtime-BFY32bnC.js +8 -0
- package/dist/{send-CHO1gc7n.js → send-UG1n3OAg.js} +2 -2
- package/dist/{session-r38wrRC6.js → session-Bpmn--zO.js} +6 -6
- package/dist/{slash-commands.runtime-J-gBOPcL.js → slash-commands.runtime-DIrX0Ynq.js} +6 -6
- package/dist/{slash-dispatch.runtime-CwO02PY8.js → slash-dispatch.runtime-CG-xSDdf.js} +6 -6
- package/dist/slash-skill-commands.runtime-JEA80FeR.js +7 -0
- package/dist/{subagent-registry-runtime-1IiL0xom.js → subagent-registry-runtime-rBYzVSXG.js} +6 -6
- package/dist/{web-B_GcnsRF.js → web-DbsQPRh2.js} +9 -9
- package/dist/{whatsapp-actions-BCgsmzOa.js → whatsapp-actions-CnWp29AN.js} +7 -7
- package/package.json +2 -1
- package/scripts/create-instance.sh +21 -37
- package/dist/auth-profiles.runtime-CLSx3zsq.js +0 -7
- package/dist/compact.runtime-BgRco6mO.js +0 -7
- package/dist/deliver-runtime-BBwve6gL.js +0 -7
- package/dist/image-runtime-DiA6CU2y.js +0 -7
- package/dist/manager-runtime-BW_M_Kzt.js +0 -7
- package/dist/runtime-whatsapp-login.runtime-Dd6rJjLo.js +0 -9
- package/dist/runtime-whatsapp-outbound.runtime-CatYliOE.js +0 -8
- package/dist/slash-skill-commands.runtime-BQRfyLdb.js +0 -7
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import "./paths-
|
|
2
|
-
import { B as shouldLogVerbose, R as logVerbose } from "./logger-
|
|
3
|
-
import { br as resolveMediaAttachmentLocalRoots, gr as runAudioTranscription, ra as isAudioAttachment, yr as normalizeMediaAttachments } from "./auth-profiles-
|
|
4
|
-
import "./query-expansion-
|
|
5
|
-
import "./github-copilot-token-
|
|
6
|
-
import "./fetch-
|
|
1
|
+
import "./paths-jtwudEDq.js";
|
|
2
|
+
import { B as shouldLogVerbose, R as logVerbose } from "./logger-mQKrXyAc.js";
|
|
3
|
+
import { br as resolveMediaAttachmentLocalRoots, gr as runAudioTranscription, ra as isAudioAttachment, yr as normalizeMediaAttachments } from "./auth-profiles-CEEqFOKJ.js";
|
|
4
|
+
import "./query-expansion-BIMwPSMg.js";
|
|
5
|
+
import "./github-copilot-token-C-NbPL95.js";
|
|
6
|
+
import "./fetch-wjPVlu-r.js";
|
|
7
7
|
//#region src/media-understanding/audio-preflight.ts
|
|
8
8
|
/**
|
|
9
9
|
* Transcribes the first audio attachment BEFORE mention checking.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import "./paths-
|
|
2
|
-
import { b as isRecord } from "./logger-
|
|
3
|
-
import { c as makeProxyFetch, p as fetchWithTimeout, t as resolveTelegramFetch } from "./fetch-
|
|
1
|
+
import "./paths-jtwudEDq.js";
|
|
2
|
+
import { b as isRecord } from "./logger-mQKrXyAc.js";
|
|
3
|
+
import { c as makeProxyFetch, p as fetchWithTimeout, t as resolveTelegramFetch } from "./fetch-wjPVlu-r.js";
|
|
4
4
|
//#region extensions/telegram/src/audit-membership-runtime.ts
|
|
5
5
|
const TELEGRAM_API_BASE = "https://api.telegram.org";
|
|
6
6
|
async function auditTelegramGroupMembershipImpl(params) {
|