@workclaw/openclaw-workclaw 1.0.343 → 1.0.346
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/{anthropic-C1jzp_Rc.js → anthropic-Sa15w5z4.js} +1 -1
- package/dist/api.js +1 -1
- package/dist/{azure-openai-responses-zym2wxMB.js → azure-openai-responses-CPtWbf1C.js} +2 -2
- package/dist/{channel-CWeiUgV5.js → channel-DAmPopBf.js} +886 -848
- package/dist/{channel-bootstrap.runtime-B0t3vnup-S_ZINco5.js → channel-bootstrap.runtime-B0t3vnup-BAOsCuTr.js} +1 -1
- package/dist/channel-entry-api.js +1 -1
- package/dist/channel-plugin-api.js +1 -1
- package/dist/{cleanup-i9QIMqva-DceifGSO.js → cleanup-i9QIMqva-6zIggooW.js} +1 -1
- package/dist/{config-QB0JLJHX.js → config-BYmtGm8e.js} +1 -1
- package/dist/{google-DqQHu2NY.js → google-BnRHrBN8.js} +2 -2
- package/dist/{google-shared-BeRWP6yE.js → google-shared-CAR6IShv.js} +1 -1
- package/dist/{google-vertex-Cs1hEe_j.js → google-vertex-Hiq4fZCi.js} +2 -2
- package/dist/{host-hook-cleanup-BNlJQu7G-NNZIzDgg.js → host-hook-cleanup-BNlJQu7G-BwHWtmzK.js} +1 -1
- package/dist/{index-mQv9vOMk.js → index-BPHxMrth.js} +1 -1
- package/dist/{index-DvlDhBhd.js → index-DUxxZDuE.js} +1 -1
- package/dist/{legacy-config-issues-Czu0_ffE-C-SKoHc6.js → legacy-config-issues-Czu0_ffE-YYGt7Dsf.js} +1 -1
- package/dist/{message-oTt1u1XX-NFsrpDss.js → message-oTt1u1XX-xhdlS1dt.js} +3 -3
- package/dist/message.config.runtime-BG74oiu7.js +4 -0
- package/dist/{message.gateway.runtime-BIIf6teh.js → message.gateway.runtime-DB5W21Jl.js} +1 -1
- package/dist/{mistral-B0v4IfAz.js → mistral-hhgCrfG_.js} +1 -1
- package/dist/{models-config.runtime-cY4XGOI0.js → models-config.runtime-BnpSlXPo.js} +1 -1
- package/dist/{openai-codex-responses-tC0hde6o.js → openai-codex-responses-CBorkFRy.js} +2 -2
- package/dist/{openai-completions-w3FtI3rd.js → openai-completions-Bd-A-Zxa.js} +1 -1
- package/dist/{openai-responses-rRjf4OAK.js → openai-responses-8Q6No8u_.js} +2 -2
- package/dist/{openai-responses-shared-ZlolmuqL.js → openai-responses-shared-C4up_jLa.js} +1 -1
- package/dist/{openrouter-CXWxTM8p.js → openrouter-CjDOFscf.js} +1 -1
- package/dist/{photon_rs-CGHeuAJ1.js → photon_rs-BsXu_h4Z.js} +1 -1
- package/dist/{plugins-C54ejDC8-qGQvFNWW.js → plugins-C54ejDC8-Cmv2tfRd.js} +2 -2
- package/dist/{provider-discovery.runtime-ZgcVwu5_.js → provider-discovery.runtime-D_JTH7-C.js} +1 -1
- package/dist/{session-archive.runtime-SvY1eJq4.js → session-archive.runtime-CDu25YlV.js} +1 -1
- package/dist/src/config-schema.d.ts +4 -0
- package/dist/src/config-schema.d.ts.map +1 -1
- package/dist/src/types/system.d.ts +1 -1
- package/dist/src/types/system.d.ts.map +1 -1
- package/dist/subsystem-W8wAQXn1-DEpdQ2rB.js +4 -0
- package/dist/{transcript.runtime-Dchg_w3u.js → transcript.runtime-BJj5V1X4.js} +1 -1
- package/openclaw.plugin.json +244 -236
- package/package.json +71 -71
- package/dist/message.config.runtime-DmvQNASl.js +0 -4
- package/dist/subsystem-W8wAQXn1-BIMucqMi.js +0 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { aL as getEnvApiKey, aO as AssistantMessageEventStream, aP as calculateCost, aU as parseStreamingJson, b_ as parseJsonWithRepair } from "./channel-
|
|
1
|
+
import { aL as getEnvApiKey, aO as AssistantMessageEventStream, aP as calculateCost, aU as parseStreamingJson, b_ as parseJsonWithRepair } from "./channel-DAmPopBf.js";
|
|
2
2
|
import { h as headersToRecord } from "./headers-BIdF_N1r.js";
|
|
3
3
|
import { s as sanitizeSurrogates } from "./sanitize-unicode-BvtkLirb.js";
|
|
4
4
|
import { h as hasCopilotVisionInput, b as buildCopilotDynamicHeaders, r as resolveCloudflareBaseUrl } from "./github-copilot-headers-BfVSUvrX.js";
|
package/dist/api.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { w } from "./channel-
|
|
1
|
+
import { w } from "./channel-DAmPopBf.js";
|
|
2
2
|
import "node:path";
|
|
3
3
|
import "./plugin-load-profile-DOnG9jJ5-B0ymqOTX.js";
|
|
4
4
|
import { D as DEFAULT_ACCOUNT_ID, i as inspectWorkclawCredentials, r as resolveDefaultWorkclawAccountId, d as doFetchJson } from "./workclaw-client-CMjcFjJx.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { aM as OpenAI, aV as OpenAIError, aW as readEnv, aX as isObj, aY as buildHeaders, aL as getEnvApiKey, aN as clampThinkingLevel, aO as AssistantMessageEventStream } from "./channel-
|
|
1
|
+
import { aM as OpenAI, aV as OpenAIError, aW as readEnv, aX as isObj, aY as buildHeaders, aL as getEnvApiKey, aN as clampThinkingLevel, aO as AssistantMessageEventStream } from "./channel-DAmPopBf.js";
|
|
2
2
|
import { h as headersToRecord } from "./headers-BIdF_N1r.js";
|
|
3
3
|
import { c as clampOpenAIPromptCacheKey } from "./openai-prompt-cache-COP8flKD.js";
|
|
4
|
-
import { p as processResponsesStream, c as convertResponsesMessages, a as convertResponsesTools } from "./openai-responses-shared-
|
|
4
|
+
import { p as processResponsesStream, c as convertResponsesMessages, a as convertResponsesTools } from "./openai-responses-shared-C4up_jLa.js";
|
|
5
5
|
import { b as buildBaseOptions } from "./transform-messages-CKtg-kNk.js";
|
|
6
6
|
class AzureOpenAI extends OpenAI {
|
|
7
7
|
/**
|