openclaw/src/plugin-sdk
Peter Steinberger e3ac0f43df
feat(qwen): add qwen provider and video generation
2026-04-04 19:34:56 +01:00
..
AGENTS.md docs(agents): tighten provider boundary guidance 2026-04-04 14:13:46 +09:00
CLAUDE.md
account-core.ts
account-helpers.ts
account-id.ts
account-resolution.ts refactor(plugin-sdk): remove channel-specific sdk seams 2026-04-03 10:45:10 +01:00
acp-runtime.ts style: wrap long runtime and test lines 2026-04-04 15:24:50 +09:00
acpx.ts
agent-config-primitives.ts
agent-media-payload.ts refactor(plugins): move extension seams into extensions 2026-04-04 00:10:16 +01:00
agent-runtime.ts
allow-from.test.ts
allow-from.ts
allowlist-config-edit.test.ts test: merge allowlist config helper cases 2026-04-01 03:24:41 +01:00
allowlist-config-edit.ts
amazon-bedrock.ts
anthropic-cli.ts
anthropic-vertex-auth-presence.preflight.test.ts test: trim remaining mock drift 2026-04-04 04:04:12 +01:00
anthropic-vertex-auth-presence.test.ts fix(plugins): enforce activation before shipped imports (#59136) 2026-04-02 11:18:49 +09:00
anthropic-vertex-auth-presence.ts vertex: read ADC files without exists preflight (#60592) 2026-04-03 21:13:34 -04:00
anthropic-vertex.ts
api-baseline.ts refactor: replace 156k-line generated baselines with SHA-256 hash files 2026-04-04 16:49:21 +09:00
approval-approvers.ts
approval-auth-helpers.test.ts test: merge approval auth helper cases 2026-04-01 03:21:32 +01:00
approval-auth-helpers.ts
approval-auth-runtime.ts refactor: add approval auth runtime subpath 2026-04-03 16:39:47 +01:00
approval-client-helpers.test.ts feat(approvals): auto-enable native chat approvals 2026-04-02 17:30:40 +01:00
approval-client-helpers.ts refactor(plugin-sdk): split runtime helper seams 2026-04-04 08:53:19 +01:00
approval-client-runtime.ts refactor(plugin-sdk): split runtime helper seams 2026-04-04 08:53:19 +01:00
approval-delivery-helpers.test.ts Matrix: add native exec approvals (#58635) 2026-04-02 21:08:54 -04:00
approval-delivery-helpers.ts refactor(plugin-runtime): remove plugin-specific core seams 2026-04-03 13:08:39 +01:00
approval-delivery-runtime.ts refactor(plugin-sdk): split runtime helper seams 2026-04-04 08:53:19 +01:00
approval-native-helpers.test.ts Refactor channel approval capability seams (#58634) 2026-04-01 17:10:25 -04:00
approval-native-helpers.ts Refactor channel approval capability seams (#58634) 2026-04-01 17:10:25 -04:00
approval-native-runtime.ts refactor(plugin-sdk): split runtime helper seams 2026-04-04 08:53:19 +01:00
approval-renderers.test.ts Matrix: add native exec approvals (#58635) 2026-04-02 21:08:54 -04:00
approval-renderers.ts Matrix: add native exec approvals (#58635) 2026-04-02 21:08:54 -04:00
approval-reply-runtime.ts refactor(plugin-sdk): split runtime helper seams 2026-04-04 08:53:19 +01:00
approval-runtime.ts refactor(plugin-sdk): split runtime helper seams 2026-04-04 08:53:19 +01:00
bluebubbles-policy.ts
bluebubbles.ts refactor(plugins): narrow bundled channel core seams 2026-04-04 07:39:53 +01:00
boolean-param.ts
browser-bridge.ts refactor: split browser sdk imports for sandbox and audit 2026-04-03 16:39:47 +01:00
browser-cdp.ts refactor: split browser sdk imports for sandbox and audit 2026-04-03 16:39:47 +01:00
browser-config-support.ts perf: split browser config sdk support 2026-04-03 16:39:47 +01:00
browser-config.test.ts fix: restore browser-config sdk compatibility 2026-04-03 16:39:47 +01:00
browser-config.ts fix: restore browser-config sdk compatibility 2026-04-03 16:39:47 +01:00
browser-control-auth.ts refactor: split browser sdk imports for sandbox and audit 2026-04-03 16:39:47 +01:00
browser-host-inspection.test.ts fix(browser): keep static helper seams cold (#59471) 2026-04-02 17:12:32 +09:00
browser-host-inspection.ts fix(browser): keep static helper seams cold (#59471) 2026-04-02 17:12:32 +09:00
browser-maintenance.test.ts test: trim test partial mocks 2026-04-03 19:10:56 +01:00
browser-maintenance.ts perf: skip browser runtime lookup for empty tab cleanup 2026-04-03 16:39:47 +01:00
browser-runtime.ts fix(browser): keep static helper seams cold (#59471) 2026-04-02 17:12:32 +09:00
browser-support.ts fix(ci): route extension test helpers through public sdk seams 2026-04-04 00:03:48 +09:00
browser.ts fix(plugins): guard runtime facade activation (#59412) 2026-04-02 14:37:12 +09:00
byteplus.ts
channel-actions.ts refactor(plugin-sdk): remove channel-specific sdk seams 2026-04-03 10:45:10 +01:00
channel-config-helpers.test.ts refactor(extensions): move channel-specific config surfaces out of core 2026-04-04 05:06:32 +01:00
channel-config-helpers.ts refactor(extensions): move channel-specific config surfaces out of core 2026-04-04 05:06:32 +01:00
channel-config-primitives.ts
channel-config-schema.ts feat: add configurable context visibility 2026-04-03 04:34:57 +09:00
channel-config-writes.ts
channel-contract.ts fix(ci): restore plugin contract surfaces 2026-04-04 00:24:57 +01:00
channel-core.ts fix: restore channel sdk schema typing 2026-04-04 16:50:25 +09:00
channel-feedback.ts refactor: narrow telegram message context runtime imports 2026-04-04 01:07:28 +09:00
channel-inbound.ts
channel-lifecycle.core.ts
channel-lifecycle.test.ts
channel-lifecycle.ts
channel-pairing.test.ts
channel-pairing.ts refactor(plugins): move extension seams into extensions 2026-04-04 00:10:16 +01:00
channel-plugin-common.ts
channel-policy.test.ts test(plugins): finish moving contract coverage 2026-04-04 00:11:39 +01:00
channel-policy.ts refactor(plugins): move extension seams into extensions 2026-04-04 00:10:16 +01:00
channel-reply-pipeline.test.ts test: merge channel reply pipeline typing cases 2026-04-01 03:26:24 +01:00
channel-reply-pipeline.ts refactor(plugins): move extension seams into extensions 2026-04-04 00:10:16 +01:00
channel-runtime.ts test(plugin-sdk): tighten boundary guardrails 2026-04-03 11:35:37 +01:00
channel-send-result.test.ts
channel-send-result.ts
channel-setup.test.ts
channel-setup.ts
channel-status.ts refactor(channels): move bootstrap channel logic behind extension seams 2026-04-04 04:53:38 +01:00
channel-targets.ts refactor(plugins): move extension seams into extensions 2026-04-04 00:10:16 +01:00
chutes.ts
cli-backend.ts
cli-runtime.ts
cloudflare-ai-gateway.ts
collection-runtime.ts
command-auth-native.ts
command-auth.test.ts test: merge command auth cases 2026-04-01 03:25:39 +01:00
command-auth.ts refactor(extensions): split channel runtime helper seams 2026-04-04 07:39:53 +01:00
command-detection.ts perf(test): narrow sdk seams for channel hotspots 2026-04-01 23:14:48 +09:00
command-surface.ts style(core): format reply and infra helpers 2026-04-04 06:02:47 +01:00
compat.ts refactor(channels): move bootstrap channel logic behind extension seams 2026-04-04 04:53:38 +01:00
config-paths.ts
config-runtime.ts refactor(plugins): move extension seams into extensions 2026-04-04 00:10:16 +01:00
config-schema.ts feat(plugin-sdk): export OpenClawSchema via plugin-sdk/config-schema (#60557) 2026-04-04 16:10:43 +03:00
conversation-runtime.ts fix(outbound): restore generic delivery and security seams 2026-04-03 19:09:20 +01:00
copilot-proxy.ts
core.ts refactor(plugin-sdk): split runtime helper seams 2026-04-04 08:53:19 +01:00
dangerous-name-runtime.ts perf(test): narrow discord monitor runtime seams 2026-04-01 23:47:22 +09:00
deepseek.ts
device-bootstrap.ts
diagnostic-runtime.ts
diagnostics-otel.ts
diffs.ts
direct-dm.test.ts
direct-dm.ts
directory-runtime.ts
entrypoints.ts
error-runtime.ts core: dedupe approval not-found handling (#60932) 2026-04-04 13:23:58 -04:00
extension-shared.ts
facade-runtime.test.ts test: trim facade runtime circular harness cost 2026-04-04 01:07:28 +09:00
facade-runtime.ts fix(ci): honor runtime config snapshots for facades 2026-04-04 09:08:25 +01:00
feishu-conversation.ts fix(plugins): guard runtime facade activation (#59412) 2026-04-02 14:37:12 +09:00
feishu-setup.ts
feishu.ts refactor: apply context visibility across channels 2026-04-03 04:34:57 +09:00
fetch-auth.test.ts
fetch-auth.ts
fetch-runtime.ts
file-lock.ts
gateway-runtime.ts
github-copilot-login.ts
github-copilot-token.ts
global-singleton.ts
google-model-id.ts refactor(plugins): move extension seams into extensions 2026-04-04 00:10:16 +01:00
google.ts
googlechat.ts
group-access.test.ts
group-access.ts
hook-runtime.ts
host-runtime.ts
huggingface.ts
image-generation-core.auth.runtime.ts refactor: trim image generation runtime imports 2026-04-04 01:07:28 +09:00
image-generation-core.ts refactor: trim image generation runtime imports 2026-04-04 01:07:28 +09:00
image-generation-runtime.ts fix(plugins): guard runtime facade activation (#59412) 2026-04-02 14:37:12 +09:00
image-generation.ts
inbound-envelope.ts
inbound-reply-dispatch.ts
index.ts refactor: move voice-call realtime providers into extensions 2026-04-04 12:07:23 +09:00
infra-runtime.ts fix(outbound): restore generic delivery and security seams 2026-04-03 19:09:20 +01:00
interactive-runtime.ts
irc-surface.ts
irc.ts
json-store.ts
keyed-async-queue.test.ts
keyed-async-queue.ts
kilocode.ts fix(plugins): guard runtime facade activation (#59412) 2026-04-02 14:37:12 +09:00
kimi-coding.ts
lazy-runtime.ts
lazy-value.test.ts fix(agents): align runtime with updated deps 2026-04-04 22:40:08 +09:00
lazy-value.ts refactor: share sdk lazy config and cli test helpers 2026-04-04 16:55:04 +09:00
line-core.ts
line-runtime.ts feat(qwen): add qwen provider and video generation 2026-04-04 19:34:56 +01:00
line-surface.ts
line.ts
litellm.ts
llm-task.ts
lobster.ts
logging-core.ts
markdown-table-runtime.ts perf(test): narrow sdk seams for channel hotspots 2026-04-01 23:14:48 +09:00
matrix-helper.ts
matrix-runtime-heavy.ts refactor(channels): move bootstrap channel logic behind extension seams 2026-04-04 04:53:38 +01:00
matrix-runtime-shared.ts
matrix-runtime-surface.ts fix(plugins): guard runtime facade activation (#59412) 2026-04-02 14:37:12 +09:00
matrix-surface.ts
matrix-thread-bindings.ts
matrix.ts refactor: apply context visibility across channels 2026-04-03 04:34:57 +09:00
mattermost-policy.ts
mattermost.ts
media-runtime.ts
media-understanding-runtime.ts fix(plugins): guard runtime facade activation (#59412) 2026-04-02 14:37:12 +09:00
media-understanding.ts
memory-core-engine-runtime.ts feat(qwen): add qwen provider and video generation 2026-04-04 19:34:56 +01:00
memory-core-host-engine-embeddings.ts
memory-core-host-engine-foundation.ts
memory-core-host-engine-qmd.ts
memory-core-host-engine-storage.ts
memory-core-host-multimodal.ts
memory-core-host-query.ts
memory-core-host-runtime-cli.ts
memory-core-host-runtime-core.ts
memory-core-host-runtime-files.ts
memory-core-host-secret.ts
memory-core-host-status.ts
memory-core.ts
memory-lancedb.ts
messaging-targets.ts refactor(extensions): split channel runtime helper seams 2026-04-04 07:39:53 +01:00
minimax.ts fix(plugins): guard runtime facade activation (#59412) 2026-04-02 14:37:12 +09:00
mistral.ts
models-provider-runtime.ts perf(test): narrow sdk seams for channel hotspots 2026-04-01 23:14:48 +09:00
modelstudio-definitions.ts feat(qwen): add qwen provider and video generation 2026-04-04 19:34:56 +01:00
modelstudio.ts feat(qwen): add qwen provider and video generation 2026-04-04 19:34:56 +01:00
moonshot.ts
msteams.ts refactor: apply context visibility across channels 2026-04-03 04:34:57 +09:00
native-command-registry.ts perf(test): narrow discord monitor runtime seams 2026-04-01 23:47:22 +09:00
nextcloud-talk.ts
nostr.ts
nvidia.ts
oauth-utils.ts
ollama-surface.ts
ollama.ts
open-prose.ts
openai.ts
opencode-go.ts
opencode.ts
openrouter.ts
optional-channel-setup.ts
outbound-media.test.ts
outbound-media.ts
outbound-runtime.ts fix(outbound): restore generic delivery and security seams 2026-04-03 19:09:20 +01:00
pairing-access.ts
param-readers.ts
persistent-dedupe.test.ts
persistent-dedupe.ts
phone-control.ts
plugin-entry.ts refactor: share sdk lazy config and cli test helpers 2026-04-04 16:55:04 +09:00
plugin-runtime.ts fix(outbound): restore generic delivery and security seams 2026-04-03 19:09:20 +01:00
process-runtime.ts
provider-auth-api-key.ts
provider-auth-login.runtime.ts
provider-auth-login.ts fix(types): annotate portable exported helper types 2026-04-04 03:57:47 +09:00
provider-auth-result.ts
provider-auth-runtime.ts
provider-auth.ts
provider-catalog-shared.test.ts refactor: share native streaming compat helpers 2026-04-04 12:18:45 +01:00
provider-catalog-shared.ts refactor: share native streaming compat helpers 2026-04-04 12:18:45 +01:00
provider-entry.test.ts
provider-entry.ts
provider-env-vars.ts
provider-http.ts refactor(providers): normalize transport policy wiring (#59682) 2026-04-02 22:54:34 +09:00
provider-model-shared.test.ts style: normalize provider formatting 2026-04-04 23:36:46 +09:00
provider-model-shared.ts style(providers): normalize import and wrap formatting 2026-04-04 12:19:08 +01:00
provider-moonshot.ts
provider-onboard.ts refactor(providers): centralize provider model policy 2026-04-04 06:16:48 +01:00
provider-reasoning.ts
provider-setup.ts
provider-stream.test.ts style(plugin-sdk): format provider stream helpers 2026-04-04 22:40:08 +09:00
provider-stream.ts fix(ci): sync openrouter stream hook seams 2026-04-04 15:09:49 +01:00
provider-tools.test.ts test(providers): cover xai tool compat seam 2026-04-04 23:18:31 +09:00
provider-tools.ts style(providers): normalize import and wrap formatting 2026-04-04 12:19:08 +01:00
provider-usage.ts
provider-web-fetch.ts !feat(plugins): add web fetch provider boundary (#59465) 2026-04-02 20:25:19 +09:00
provider-web-search.ts
provider-zai-endpoint.ts
qianfan.ts
qwen-definitions.ts feat(qwen): add qwen provider and video generation 2026-04-04 19:34:56 +01:00
qwen.ts feat(qwen): add qwen provider and video generation 2026-04-04 19:34:56 +01:00
realtime-transcription.ts refactor: move voice-call realtime providers into extensions 2026-04-04 12:07:23 +09:00
realtime-voice.ts refactor: move voice-call realtime providers into extensions 2026-04-04 12:07:23 +09:00
reply-chunking.ts refactor: narrow whatsapp chunking imports 2026-04-03 16:39:47 +01:00
reply-dispatch-runtime.ts
reply-history.ts
reply-payload.test.ts
reply-payload.ts
reply-reference.ts refactor(plugin-sdk): remove channel-specific sdk seams 2026-04-03 10:45:10 +01:00
reply-runtime.ts refactor(plugins): move extension seams into extensions 2026-04-04 00:10:16 +01:00
request-url.ts
resolution-notes.ts
retry-runtime.ts refactor(plugins): move extension seams into extensions 2026-04-04 00:10:16 +01:00
root-alias.cjs
routing.ts
run-command.ts
runtime-config-snapshot.ts refactor(plugin-sdk): split runtime helper seams 2026-04-04 08:53:19 +01:00
runtime-env.ts
runtime-group-policy.ts perf(test): narrow discord monitor runtime seams 2026-04-01 23:47:22 +09:00
runtime-store.ts
runtime.test.ts
runtime.ts refactor(plugins): move extension seams into extensions 2026-04-04 00:10:16 +01:00
sandbox.ts
secret-input-runtime.ts
secret-input-schema.ts
secret-input.test.ts
secret-input.ts
security-runtime.ts refactor(plugins): move extension seams into extensions 2026-04-04 00:10:16 +01:00
self-hosted-provider-setup.ts
session-store-runtime.ts style(core): format reply and infra helpers 2026-04-04 06:02:47 +01:00
setup-adapter-runtime.ts
setup-runtime.ts fix: remove bundled channel startup reentry 2026-04-04 15:39:12 +01:00
setup-tools.ts refactor(plugins): move extension seams into extensions 2026-04-04 00:10:16 +01:00
setup.ts refactor(plugins): move extension seams into extensions 2026-04-04 00:10:16 +01:00
sglang.ts
skill-commands-runtime.ts perf(memory): narrow telegram bot deps skill/runtime imports 2026-04-02 14:16:13 +09:00
speech-core.ts
speech-runtime.ts fix(plugins): guard runtime facade activation (#59412) 2026-04-02 14:37:12 +09:00
speech.ts refactor: move voice-call realtime providers into extensions 2026-04-04 12:07:23 +09:00
ssrf-policy.test.ts
ssrf-policy.ts fix(plugin-sdk): export ssrf policy type 2026-04-03 18:47:31 +09:00
ssrf-runtime.ts refactor(plugins): move extension seams into extensions 2026-04-04 00:10:16 +01:00
state-paths.ts
status-helpers.test.ts test: merge account status helper cases 2026-04-01 03:22:33 +01:00
status-helpers.ts fix(ci): repair seam drift and matrix test timing 2026-04-04 04:22:17 +01:00
string-normalization-runtime.ts refactor(extensions): split channel runtime helper seams 2026-04-04 07:39:53 +01:00
synthetic.ts
talk-voice.ts
target-resolver-runtime.ts refactor(extensions): split channel runtime helper seams 2026-04-04 07:39:53 +01:00
telegram-command-config.test.ts fix(plugin-sdk): keep telegram command config available 2026-04-04 21:56:48 +09:00
telegram-command-config.ts fix(plugin-sdk): unblock gateway test surfaces 2026-04-04 21:02:04 +09:00
telegram-command-ui.ts refactor(extensions): split channel runtime helper seams 2026-04-04 07:39:53 +01:00
temp-path.test.ts test: merge temp download path cases 2026-04-01 03:20:28 +01:00
temp-path.ts
test-utils.ts
testing.ts refactor(plugins): move extension seams into extensions 2026-04-04 00:10:16 +01:00
text-chunking.test.ts
text-chunking.ts
text-runtime.ts refactor(plugins): move extension seams into extensions 2026-04-04 00:10:16 +01:00
thread-bindings-runtime.ts refactor(extensions): split channel runtime helper seams 2026-04-04 07:39:53 +01:00
thread-ownership.ts
tlon.ts
together.ts
tool-send.ts
twitch.ts
venice.ts
vercel-ai-gateway.ts
video-generation-core.ts feat(qwen): add qwen provider and video generation 2026-04-04 19:34:56 +01:00
video-generation-runtime.ts feat(qwen): add qwen provider and video generation 2026-04-04 19:34:56 +01:00
video-generation.ts feat(qwen): add qwen provider and video generation 2026-04-04 19:34:56 +01:00
vllm.ts
voice-call.ts
volcengine.ts
web-media.ts
webhook-ingress.ts
webhook-memory-guards.test.ts
webhook-memory-guards.ts
webhook-path.ts
webhook-request-guards.test.ts
webhook-request-guards.ts
webhook-targets.test.ts
webhook-targets.ts
windows-spawn.test.ts fix(windows): reject unresolved cmd wrappers (#58436) 2026-04-02 11:35:50 -06:00
windows-spawn.ts fix(windows): reject unresolved cmd wrappers (#58436) 2026-04-02 11:35:50 -06:00
xai-model-id.ts refactor(plugins): move extension seams into extensions 2026-04-04 00:10:16 +01:00
xai.ts
xiaomi.ts
zai.ts
zalo-setup.ts
zalo.ts
zalouser.ts
zod.ts