@quantumclaw/quantumclaw 2026.3.22
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/CHANGELOG.md +4601 -0
- package/LICENSE +21 -0
- package/README.md +559 -0
- package/assets/avatar-placeholder.svg +19 -0
- package/assets/chrome-extension/icons/icon128.png +0 -0
- package/assets/chrome-extension/icons/icon16.png +0 -0
- package/assets/chrome-extension/icons/icon32.png +0 -0
- package/assets/chrome-extension/icons/icon48.png +0 -0
- package/assets/dmg-background-small.png +0 -0
- package/assets/dmg-background.png +0 -0
- package/docs/.i18n/README.md +31 -0
- package/docs/.i18n/glossary.ja-JP.json +14 -0
- package/docs/.i18n/glossary.zh-CN.json +302 -0
- package/docs/.i18n/ja-JP.tm.jsonl +0 -0
- package/docs/assets/install-script.svg +1 -0
- package/docs/assets/macos-onboarding/01-macos-warning.jpeg +0 -0
- package/docs/assets/macos-onboarding/02-local-networks.jpeg +0 -0
- package/docs/assets/macos-onboarding/03-security-notice.png +0 -0
- package/docs/assets/macos-onboarding/04-choose-gateway.png +0 -0
- package/docs/assets/macos-onboarding/05-permissions.png +0 -0
- package/docs/assets/pixel-lobster.svg +60 -0
- package/docs/assets/quantumclaw-logo-text-dark.png +0 -0
- package/docs/assets/quantumclaw-logo-text-dark.svg +418 -0
- package/docs/assets/quantumclaw-logo-text.png +0 -0
- package/docs/assets/quantumclaw-logo-text.svg +418 -0
- package/docs/assets/showcase/agents-ui.jpg +0 -0
- package/docs/assets/showcase/bambu-cli.png +0 -0
- package/docs/assets/showcase/codexmonitor.png +0 -0
- package/docs/assets/showcase/gohome-grafana.png +0 -0
- package/docs/assets/showcase/ios-testflight.jpg +0 -0
- package/docs/assets/showcase/oura-health.png +0 -0
- package/docs/assets/showcase/padel-cli.svg +11 -0
- package/docs/assets/showcase/padel-screenshot.jpg +0 -0
- package/docs/assets/showcase/papla-tts.jpg +0 -0
- package/docs/assets/showcase/pr-review-telegram.jpg +0 -0
- package/docs/assets/showcase/roborock-screenshot.jpg +0 -0
- package/docs/assets/showcase/roborock-status.svg +13 -0
- package/docs/assets/showcase/roof-camera-sky.jpg +0 -0
- package/docs/assets/showcase/snag.png +0 -0
- package/docs/assets/showcase/tesco-shop.jpg +0 -0
- package/docs/assets/showcase/wienerlinien.png +0 -0
- package/docs/assets/showcase/wine-cellar-skill.jpg +0 -0
- package/docs/assets/showcase/winix-air-purifier.jpg +0 -0
- package/docs/assets/showcase/xuezh-pronunciation.jpeg +0 -0
- package/docs/assets/sponsors/blacksmith.svg +14 -0
- package/docs/assets/sponsors/convex.svg +16 -0
- package/docs/assets/sponsors/openai.svg +3 -0
- package/docs/assets/sponsors/vercel.svg +5 -0
- package/docs/auth-credential-semantics.md +53 -0
- package/docs/automation/auth-monitoring.md +44 -0
- package/docs/automation/cron-jobs.md +727 -0
- package/docs/automation/cron-vs-heartbeat.md +286 -0
- package/docs/automation/gmail-pubsub.md +256 -0
- package/docs/automation/hooks.md +1056 -0
- package/docs/automation/poll.md +86 -0
- package/docs/automation/standing-orders.md +251 -0
- package/docs/automation/troubleshooting.md +122 -0
- package/docs/automation/webhook.md +217 -0
- package/docs/brave-search.md +93 -0
- package/docs/channels/bluebubbles.md +347 -0
- package/docs/channels/broadcast-groups.md +442 -0
- package/docs/channels/channel-routing.md +139 -0
- package/docs/channels/discord.md +1229 -0
- package/docs/channels/feishu.md +747 -0
- package/docs/channels/googlechat.md +261 -0
- package/docs/channels/group-messages.md +84 -0
- package/docs/channels/groups.md +379 -0
- package/docs/channels/imessage.md +367 -0
- package/docs/channels/index.md +47 -0
- package/docs/channels/irc.md +242 -0
- package/docs/channels/line.md +194 -0
- package/docs/channels/location.md +56 -0
- package/docs/channels/matrix.md +677 -0
- package/docs/channels/mattermost.md +427 -0
- package/docs/channels/msteams.md +780 -0
- package/docs/channels/nextcloud-talk.md +138 -0
- package/docs/channels/nostr.md +249 -0
- package/docs/channels/pairing.md +114 -0
- package/docs/channels/signal.md +329 -0
- package/docs/channels/slack.md +603 -0
- package/docs/channels/synology-chat.md +134 -0
- package/docs/channels/telegram.md +987 -0
- package/docs/channels/tlon.md +276 -0
- package/docs/channels/troubleshooting.md +118 -0
- package/docs/channels/twitch.md +379 -0
- package/docs/channels/whatsapp.md +460 -0
- package/docs/channels/zalo.md +243 -0
- package/docs/channels/zalouser.md +181 -0
- package/docs/ci.md +55 -0
- package/docs/cli/acp.md +288 -0
- package/docs/cli/agent.md +29 -0
- package/docs/cli/agents.md +123 -0
- package/docs/cli/approvals.md +50 -0
- package/docs/cli/backup.md +76 -0
- package/docs/cli/browser.md +106 -0
- package/docs/cli/channels.md +102 -0
- package/docs/cli/clawbot.md +21 -0
- package/docs/cli/completion.md +35 -0
- package/docs/cli/config.md +295 -0
- package/docs/cli/configure.md +36 -0
- package/docs/cli/cron.md +77 -0
- package/docs/cli/daemon.md +53 -0
- package/docs/cli/dashboard.md +22 -0
- package/docs/cli/devices.md +139 -0
- package/docs/cli/directory.md +63 -0
- package/docs/cli/dns.md +23 -0
- package/docs/cli/docs.md +15 -0
- package/docs/cli/doctor.md +48 -0
- package/docs/cli/gateway.md +235 -0
- package/docs/cli/health.md +21 -0
- package/docs/cli/hooks.md +329 -0
- package/docs/cli/index.md +1150 -0
- package/docs/cli/logs.md +28 -0
- package/docs/cli/memory.md +66 -0
- package/docs/cli/message.md +278 -0
- package/docs/cli/models.md +81 -0
- package/docs/cli/node.md +127 -0
- package/docs/cli/nodes.md +75 -0
- package/docs/cli/onboard.md +157 -0
- package/docs/cli/pairing.md +32 -0
- package/docs/cli/plugins.md +210 -0
- package/docs/cli/qr.md +46 -0
- package/docs/cli/reset.md +20 -0
- package/docs/cli/sandbox.md +197 -0
- package/docs/cli/secrets.md +188 -0
- package/docs/cli/security.md +79 -0
- package/docs/cli/sessions.md +110 -0
- package/docs/cli/setup.md +29 -0
- package/docs/cli/skills.md +36 -0
- package/docs/cli/status.md +30 -0
- package/docs/cli/system.md +60 -0
- package/docs/cli/tui.md +30 -0
- package/docs/cli/uninstall.md +20 -0
- package/docs/cli/update.md +103 -0
- package/docs/cli/voicecall.md +34 -0
- package/docs/cli/webhooks.md +25 -0
- package/docs/concepts/agent-loop.md +148 -0
- package/docs/concepts/agent-workspace.md +236 -0
- package/docs/concepts/agent.md +122 -0
- package/docs/concepts/architecture.md +137 -0
- package/docs/concepts/compaction.md +123 -0
- package/docs/concepts/context-engine.md +268 -0
- package/docs/concepts/context.md +172 -0
- package/docs/concepts/delegate-architecture.md +296 -0
- package/docs/concepts/features.md +73 -0
- package/docs/concepts/markdown-formatting.md +130 -0
- package/docs/concepts/memory.md +108 -0
- package/docs/concepts/messages.md +154 -0
- package/docs/concepts/model-failover.md +152 -0
- package/docs/concepts/model-providers.md +607 -0
- package/docs/concepts/models.md +225 -0
- package/docs/concepts/multi-agent.md +552 -0
- package/docs/concepts/oauth.md +158 -0
- package/docs/concepts/presence.md +102 -0
- package/docs/concepts/queue.md +89 -0
- package/docs/concepts/retry.md +69 -0
- package/docs/concepts/session-pruning.md +121 -0
- package/docs/concepts/session-tool.md +242 -0
- package/docs/concepts/session.md +310 -0
- package/docs/concepts/streaming.md +155 -0
- package/docs/concepts/system-prompt.md +132 -0
- package/docs/concepts/timezone.md +91 -0
- package/docs/concepts/typebox.md +291 -0
- package/docs/concepts/typing-indicators.md +68 -0
- package/docs/concepts/usage-tracking.md +35 -0
- package/docs/date-time.md +128 -0
- package/docs/debug/node-issue.md +85 -0
- package/docs/diagnostics/flags.md +91 -0
- package/docs/docs.json +2078 -0
- package/docs/gateway/authentication.md +179 -0
- package/docs/gateway/background-process.md +97 -0
- package/docs/gateway/bonjour.md +177 -0
- package/docs/gateway/bridge-protocol.md +91 -0
- package/docs/gateway/cli-backends.md +225 -0
- package/docs/gateway/configuration-examples.md +651 -0
- package/docs/gateway/configuration-reference.md +3123 -0
- package/docs/gateway/configuration.md +633 -0
- package/docs/gateway/discovery.md +123 -0
- package/docs/gateway/doctor.md +362 -0
- package/docs/gateway/gateway-lock.md +34 -0
- package/docs/gateway/health.md +44 -0
- package/docs/gateway/heartbeat.md +393 -0
- package/docs/gateway/index.md +261 -0
- package/docs/gateway/local-models.md +152 -0
- package/docs/gateway/logging.md +113 -0
- package/docs/gateway/multiple-gateways.md +112 -0
- package/docs/gateway/network-model.md +22 -0
- package/docs/gateway/openai-http-api.md +132 -0
- package/docs/gateway/openresponses-http-api.md +295 -0
- package/docs/gateway/openshell.md +307 -0
- package/docs/gateway/pairing.md +99 -0
- package/docs/gateway/protocol.md +267 -0
- package/docs/gateway/remote-gateway-readme.md +158 -0
- package/docs/gateway/remote.md +153 -0
- package/docs/gateway/sandbox-vs-tool-policy-vs-elevated.md +134 -0
- package/docs/gateway/sandboxing.md +469 -0
- package/docs/gateway/secrets-plan-contract.md +116 -0
- package/docs/gateway/secrets.md +503 -0
- package/docs/gateway/security/index.md +1220 -0
- package/docs/gateway/tailscale.md +132 -0
- package/docs/gateway/tools-invoke-http-api.md +118 -0
- package/docs/gateway/troubleshooting.md +378 -0
- package/docs/gateway/trusted-proxy-auth.md +330 -0
- package/docs/help/debugging.md +168 -0
- package/docs/help/environment.md +163 -0
- package/docs/help/faq.md +2997 -0
- package/docs/help/index.md +28 -0
- package/docs/help/scripts.md +28 -0
- package/docs/help/testing.md +526 -0
- package/docs/help/troubleshooting.md +297 -0
- package/docs/images/configure-model-picker-unsearchable.png +0 -0
- package/docs/images/feishu-step2-create-app.png +0 -0
- package/docs/images/feishu-step3-credentials.png +0 -0
- package/docs/images/feishu-step4-permissions.png +0 -0
- package/docs/images/feishu-step5-bot-capability.png +0 -0
- package/docs/images/feishu-step6-event-subscription.png +0 -0
- package/docs/images/feishu-verification-token.png +0 -0
- package/docs/images/groups-flow.svg +52 -0
- package/docs/images/mobile-ui-screenshot.png +0 -0
- package/docs/index.md +196 -0
- package/docs/install/ansible.md +230 -0
- package/docs/install/azure.md +311 -0
- package/docs/install/bun.md +55 -0
- package/docs/install/development-channels.md +120 -0
- package/docs/install/digitalocean.md +129 -0
- package/docs/install/docker-vm-runtime.md +142 -0
- package/docs/install/docker.md +375 -0
- package/docs/install/exe-dev.md +126 -0
- package/docs/install/fly.md +501 -0
- package/docs/install/gcp.md +402 -0
- package/docs/install/hetzner.md +251 -0
- package/docs/install/index.md +183 -0
- package/docs/install/installer.md +415 -0
- package/docs/install/kubernetes.md +191 -0
- package/docs/install/macos-vm.md +281 -0
- package/docs/install/migrating-matrix.md +346 -0
- package/docs/install/migrating.md +110 -0
- package/docs/install/nix.md +89 -0
- package/docs/install/node.md +138 -0
- package/docs/install/northflank.mdx +54 -0
- package/docs/install/oracle.md +156 -0
- package/docs/install/podman.md +133 -0
- package/docs/install/railway.mdx +100 -0
- package/docs/install/raspberry-pi.md +159 -0
- package/docs/install/render.mdx +169 -0
- package/docs/install/uninstall.md +128 -0
- package/docs/install/updating.md +128 -0
- package/docs/ja-JP/index.md +186 -0
- package/docs/ja-JP/start/getting-started.md +125 -0
- package/docs/ja-JP/start/wizard.md +77 -0
- package/docs/logging.md +352 -0
- package/docs/nav-tabs-underline.js +100 -0
- package/docs/network.md +54 -0
- package/docs/nodes/audio.md +187 -0
- package/docs/nodes/camera.md +162 -0
- package/docs/nodes/images.md +72 -0
- package/docs/nodes/index.md +393 -0
- package/docs/nodes/location-command.md +98 -0
- package/docs/nodes/media-understanding.md +394 -0
- package/docs/nodes/talk.md +92 -0
- package/docs/nodes/troubleshooting.md +114 -0
- package/docs/nodes/voicewake.md +66 -0
- package/docs/perplexity.md +174 -0
- package/docs/pi-dev.md +80 -0
- package/docs/pi.md +567 -0
- package/docs/platforms/android.md +168 -0
- package/docs/platforms/digitalocean.md +266 -0
- package/docs/platforms/index.md +54 -0
- package/docs/platforms/ios.md +220 -0
- package/docs/platforms/linux.md +94 -0
- package/docs/platforms/mac/bundled-gateway.md +73 -0
- package/docs/platforms/mac/canvas.md +125 -0
- package/docs/platforms/mac/child-process.md +69 -0
- package/docs/platforms/mac/dev-setup.md +104 -0
- package/docs/platforms/mac/health.md +34 -0
- package/docs/platforms/mac/icon.md +31 -0
- package/docs/platforms/mac/logging.md +57 -0
- package/docs/platforms/mac/menu-bar.md +81 -0
- package/docs/platforms/mac/peekaboo.md +65 -0
- package/docs/platforms/mac/permissions.md +50 -0
- package/docs/platforms/mac/remote.md +84 -0
- package/docs/platforms/mac/signing.md +47 -0
- package/docs/platforms/mac/skills.md +33 -0
- package/docs/platforms/mac/voice-overlay.md +60 -0
- package/docs/platforms/mac/voicewake.md +67 -0
- package/docs/platforms/mac/webchat.md +43 -0
- package/docs/platforms/mac/xpc.md +61 -0
- package/docs/platforms/macos.md +226 -0
- package/docs/platforms/oracle.md +303 -0
- package/docs/platforms/raspberry-pi.md +412 -0
- package/docs/platforms/windows.md +241 -0
- package/docs/plugins/agent-tools.md +10 -0
- package/docs/plugins/architecture.md +1366 -0
- package/docs/plugins/building-extensions.md +10 -0
- package/docs/plugins/building-plugins.md +239 -0
- package/docs/plugins/bundles.md +181 -0
- package/docs/plugins/community.md +145 -0
- package/docs/plugins/manifest.md +241 -0
- package/docs/plugins/sdk-channel-plugins.md +370 -0
- package/docs/plugins/sdk-entrypoints.md +161 -0
- package/docs/plugins/sdk-migration.md +172 -0
- package/docs/plugins/sdk-overview.md +196 -0
- package/docs/plugins/sdk-provider-plugins.md +370 -0
- package/docs/plugins/sdk-runtime.md +345 -0
- package/docs/plugins/sdk-setup.md +331 -0
- package/docs/plugins/sdk-testing.md +263 -0
- package/docs/plugins/voice-call.md +380 -0
- package/docs/plugins/zalouser.md +77 -0
- package/docs/prose.md +134 -0
- package/docs/providers/anthropic.md +259 -0
- package/docs/providers/bedrock.md +176 -0
- package/docs/providers/claude-max-api-proxy.md +154 -0
- package/docs/providers/cloudflare-ai-gateway.md +71 -0
- package/docs/providers/deepgram.md +93 -0
- package/docs/providers/github-copilot.md +72 -0
- package/docs/providers/glm.md +43 -0
- package/docs/providers/google.md +78 -0
- package/docs/providers/groq.md +96 -0
- package/docs/providers/huggingface.md +209 -0
- package/docs/providers/index.md +69 -0
- package/docs/providers/kilocode.md +74 -0
- package/docs/providers/litellm.md +154 -0
- package/docs/providers/minimax.md +224 -0
- package/docs/providers/mistral.md +54 -0
- package/docs/providers/models.md +45 -0
- package/docs/providers/modelstudio.md +66 -0
- package/docs/providers/moonshot.md +175 -0
- package/docs/providers/nvidia.md +55 -0
- package/docs/providers/ollama.md +352 -0
- package/docs/providers/openai.md +303 -0
- package/docs/providers/opencode-go.md +45 -0
- package/docs/providers/opencode.md +64 -0
- package/docs/providers/openrouter.md +37 -0
- package/docs/providers/perplexity-provider.md +62 -0
- package/docs/providers/qianfan.md +38 -0
- package/docs/providers/qwen.md +53 -0
- package/docs/providers/sglang.md +104 -0
- package/docs/providers/synthetic.md +99 -0
- package/docs/providers/together.md +66 -0
- package/docs/providers/venice.md +282 -0
- package/docs/providers/vercel-ai-gateway.md +60 -0
- package/docs/providers/vllm.md +92 -0
- package/docs/providers/volcengine.md +74 -0
- package/docs/providers/xai.md +60 -0
- package/docs/providers/xiaomi.md +86 -0
- package/docs/providers/zai.md +46 -0
- package/docs/reference/AGENTS.default.md +126 -0
- package/docs/reference/RELEASING.md +42 -0
- package/docs/reference/api-usage-costs.md +144 -0
- package/docs/reference/credits.md +30 -0
- package/docs/reference/device-models.md +47 -0
- package/docs/reference/memory-config.md +711 -0
- package/docs/reference/prompt-caching.md +185 -0
- package/docs/reference/rpc.md +43 -0
- package/docs/reference/secretref-credential-surface.md +140 -0
- package/docs/reference/secretref-user-supplied-credentials-matrix.json +563 -0
- package/docs/reference/session-management-compaction.md +324 -0
- package/docs/reference/templates/AGENTS.dev.md +83 -0
- package/docs/reference/templates/AGENTS.md +219 -0
- package/docs/reference/templates/BOOT.md +11 -0
- package/docs/reference/templates/BOOTSTRAP.md +62 -0
- package/docs/reference/templates/HEARTBEAT.md +14 -0
- package/docs/reference/templates/IDENTITY.dev.md +47 -0
- package/docs/reference/templates/IDENTITY.md +29 -0
- package/docs/reference/templates/SOUL.dev.md +76 -0
- package/docs/reference/templates/SOUL.md +43 -0
- package/docs/reference/templates/TOOLS.dev.md +24 -0
- package/docs/reference/templates/TOOLS.md +47 -0
- package/docs/reference/templates/USER.dev.md +18 -0
- package/docs/reference/templates/USER.md +23 -0
- package/docs/reference/test.md +90 -0
- package/docs/reference/token-use.md +175 -0
- package/docs/reference/transcript-hygiene.md +151 -0
- package/docs/reference/wizard.md +235 -0
- package/docs/security/CONTRIBUTING-THREAT-MODEL.md +98 -0
- package/docs/security/THREAT-MODEL-ATLAS.md +611 -0
- package/docs/security/formal-verification.md +167 -0
- package/docs/start/bootstrapping.md +41 -0
- package/docs/start/docs-directory.md +66 -0
- package/docs/start/getting-started.md +116 -0
- package/docs/start/hubs.md +198 -0
- package/docs/start/lore.md +219 -0
- package/docs/start/onboarding-overview.md +67 -0
- package/docs/start/onboarding.md +91 -0
- package/docs/start/openclaw.md +221 -0
- package/docs/start/quickstart.md +22 -0
- package/docs/start/setup.md +164 -0
- package/docs/start/showcase.md +418 -0
- package/docs/start/wizard-cli-automation.md +215 -0
- package/docs/start/wizard-cli-reference.md +299 -0
- package/docs/start/wizard.md +125 -0
- package/docs/style.css +37 -0
- package/docs/tools/acp-agents.md +623 -0
- package/docs/tools/agent-send.md +100 -0
- package/docs/tools/apply-patch.md +51 -0
- package/docs/tools/brave-search.md +93 -0
- package/docs/tools/browser-linux-troubleshooting.md +138 -0
- package/docs/tools/browser-login.md +73 -0
- package/docs/tools/browser-wsl2-windows-remote-cdp-troubleshooting.md +211 -0
- package/docs/tools/browser.md +731 -0
- package/docs/tools/btw.md +142 -0
- package/docs/tools/capability-cookbook.md +119 -0
- package/docs/tools/clawhub.md +298 -0
- package/docs/tools/creating-skills.md +117 -0
- package/docs/tools/diffs.md +386 -0
- package/docs/tools/elevated.md +114 -0
- package/docs/tools/exec-approvals.md +430 -0
- package/docs/tools/exec.md +207 -0
- package/docs/tools/firecrawl.md +140 -0
- package/docs/tools/index.md +137 -0
- package/docs/tools/llm-task.md +119 -0
- package/docs/tools/lobster.md +340 -0
- package/docs/tools/loop-detection.md +100 -0
- package/docs/tools/multi-agent-sandbox-tools.md +364 -0
- package/docs/tools/pdf.md +156 -0
- package/docs/tools/perplexity-search.md +174 -0
- package/docs/tools/plugin.md +255 -0
- package/docs/tools/reactions.md +64 -0
- package/docs/tools/skills-config.md +86 -0
- package/docs/tools/skills.md +309 -0
- package/docs/tools/slash-commands.md +294 -0
- package/docs/tools/subagents.md +295 -0
- package/docs/tools/tavily.md +125 -0
- package/docs/tools/thinking.md +96 -0
- package/docs/tools/tts.md +406 -0
- package/docs/tools/web.md +516 -0
- package/docs/tts.md +406 -0
- package/docs/vps.md +112 -0
- package/docs/web/control-ui.md +275 -0
- package/docs/web/dashboard.md +54 -0
- package/docs/web/index.md +120 -0
- package/docs/web/tui.md +170 -0
- package/docs/web/webchat.md +61 -0
- package/docs/whatsapp-openclaw-ai-zh.jpg +0 -0
- package/docs/whatsapp-openclaw.jpg +0 -0
- package/docs/zh-CN/AGENTS.md +61 -0
- package/docs/zh-CN/automation/auth-monitoring.md +47 -0
- package/docs/zh-CN/automation/cron-jobs.md +435 -0
- package/docs/zh-CN/automation/cron-vs-heartbeat.md +286 -0
- package/docs/zh-CN/automation/gmail-pubsub.md +249 -0
- package/docs/zh-CN/automation/hooks.md +1051 -0
- package/docs/zh-CN/automation/poll.md +76 -0
- package/docs/zh-CN/automation/troubleshooting.md +8 -0
- package/docs/zh-CN/automation/webhook.md +163 -0
- package/docs/zh-CN/brave-search.md +60 -0
- package/docs/zh-CN/channels/bluebubbles.md +354 -0
- package/docs/zh-CN/channels/broadcast-groups.md +449 -0
- package/docs/zh-CN/channels/channel-routing.md +117 -0
- package/docs/zh-CN/channels/discord.md +468 -0
- package/docs/zh-CN/channels/feishu.md +728 -0
- package/docs/zh-CN/channels/googlechat.md +257 -0
- package/docs/zh-CN/channels/grammy.md +38 -0
- package/docs/zh-CN/channels/group-messages.md +91 -0
- package/docs/zh-CN/channels/groups.md +379 -0
- package/docs/zh-CN/channels/imessage.md +302 -0
- package/docs/zh-CN/channels/index.md +53 -0
- package/docs/zh-CN/channels/line.md +180 -0
- package/docs/zh-CN/channels/location.md +63 -0
- package/docs/zh-CN/channels/matrix.md +221 -0
- package/docs/zh-CN/channels/mattermost.md +144 -0
- package/docs/zh-CN/channels/msteams.md +775 -0
- package/docs/zh-CN/channels/nextcloud-talk.md +142 -0
- package/docs/zh-CN/channels/nostr.md +249 -0
- package/docs/zh-CN/channels/pairing.md +89 -0
- package/docs/zh-CN/channels/signal.md +209 -0
- package/docs/zh-CN/channels/slack.md +531 -0
- package/docs/zh-CN/channels/synology-chat.md +138 -0
- package/docs/zh-CN/channels/telegram.md +751 -0
- package/docs/zh-CN/channels/tlon.md +136 -0
- package/docs/zh-CN/channels/troubleshooting.md +36 -0
- package/docs/zh-CN/channels/twitch.md +385 -0
- package/docs/zh-CN/channels/whatsapp.md +411 -0
- package/docs/zh-CN/channels/zalo.md +196 -0
- package/docs/zh-CN/channels/zalouser.md +147 -0
- package/docs/zh-CN/cli/acp.md +173 -0
- package/docs/zh-CN/cli/agent.md +30 -0
- package/docs/zh-CN/cli/agents.md +82 -0
- package/docs/zh-CN/cli/approvals.md +57 -0
- package/docs/zh-CN/cli/browser.md +114 -0
- package/docs/zh-CN/cli/channels.md +86 -0
- package/docs/zh-CN/cli/config.md +57 -0
- package/docs/zh-CN/cli/configure.md +38 -0
- package/docs/zh-CN/cli/cron.md +43 -0
- package/docs/zh-CN/cli/dashboard.md +23 -0
- package/docs/zh-CN/cli/devices.md +74 -0
- package/docs/zh-CN/cli/directory.md +70 -0
- package/docs/zh-CN/cli/dns.md +30 -0
- package/docs/zh-CN/cli/docs.md +22 -0
- package/docs/zh-CN/cli/doctor.md +48 -0
- package/docs/zh-CN/cli/gateway.md +206 -0
- package/docs/zh-CN/cli/health.md +28 -0
- package/docs/zh-CN/cli/hooks.md +298 -0
- package/docs/zh-CN/cli/index.md +1143 -0
- package/docs/zh-CN/cli/logs.md +31 -0
- package/docs/zh-CN/cli/memory.md +52 -0
- package/docs/zh-CN/cli/message.md +246 -0
- package/docs/zh-CN/cli/models.md +85 -0
- package/docs/zh-CN/cli/node.md +115 -0
- package/docs/zh-CN/cli/nodes.md +80 -0
- package/docs/zh-CN/cli/onboard.md +164 -0
- package/docs/zh-CN/cli/pairing.md +28 -0
- package/docs/zh-CN/cli/plugins.md +66 -0
- package/docs/zh-CN/cli/reset.md +24 -0
- package/docs/zh-CN/cli/sandbox.md +158 -0
- package/docs/zh-CN/cli/security.md +33 -0
- package/docs/zh-CN/cli/sessions.md +23 -0
- package/docs/zh-CN/cli/setup.md +36 -0
- package/docs/zh-CN/cli/skills.md +33 -0
- package/docs/zh-CN/cli/status.md +33 -0
- package/docs/zh-CN/cli/system.md +63 -0
- package/docs/zh-CN/cli/tui.md +30 -0
- package/docs/zh-CN/cli/uninstall.md +24 -0
- package/docs/zh-CN/cli/update.md +101 -0
- package/docs/zh-CN/cli/voicecall.md +41 -0
- package/docs/zh-CN/cli/webhooks.md +32 -0
- package/docs/zh-CN/concepts/agent-loop.md +146 -0
- package/docs/zh-CN/concepts/agent-workspace.md +219 -0
- package/docs/zh-CN/concepts/agent.md +115 -0
- package/docs/zh-CN/concepts/architecture.md +123 -0
- package/docs/zh-CN/concepts/compaction.md +67 -0
- package/docs/zh-CN/concepts/context.md +168 -0
- package/docs/zh-CN/concepts/features.md +59 -0
- package/docs/zh-CN/concepts/markdown-formatting.md +117 -0
- package/docs/zh-CN/concepts/memory.md +412 -0
- package/docs/zh-CN/concepts/messages.md +141 -0
- package/docs/zh-CN/concepts/model-failover.md +145 -0
- package/docs/zh-CN/concepts/model-providers.md +606 -0
- package/docs/zh-CN/concepts/models.md +225 -0
- package/docs/zh-CN/concepts/multi-agent.md +372 -0
- package/docs/zh-CN/concepts/oauth.md +164 -0
- package/docs/zh-CN/concepts/presence.md +99 -0
- package/docs/zh-CN/concepts/queue.md +94 -0
- package/docs/zh-CN/concepts/retry.md +76 -0
- package/docs/zh-CN/concepts/session-pruning.md +129 -0
- package/docs/zh-CN/concepts/session-tool.md +200 -0
- package/docs/zh-CN/concepts/session.md +166 -0
- package/docs/zh-CN/concepts/streaming.md +133 -0
- package/docs/zh-CN/concepts/system-prompt.md +101 -0
- package/docs/zh-CN/concepts/timezone.md +96 -0
- package/docs/zh-CN/concepts/typebox.md +284 -0
- package/docs/zh-CN/concepts/typing-indicators.md +74 -0
- package/docs/zh-CN/concepts/usage-tracking.md +42 -0
- package/docs/zh-CN/date-time.md +129 -0
- package/docs/zh-CN/debug/node-issue.md +90 -0
- package/docs/zh-CN/diagnostics/flags.md +98 -0
- package/docs/zh-CN/gateway/authentication.md +184 -0
- package/docs/zh-CN/gateway/background-process.md +100 -0
- package/docs/zh-CN/gateway/bonjour.md +174 -0
- package/docs/zh-CN/gateway/bridge-protocol.md +86 -0
- package/docs/zh-CN/gateway/cli-backends.md +213 -0
- package/docs/zh-CN/gateway/configuration-examples.md +587 -0
- package/docs/zh-CN/gateway/configuration-reference.md +3103 -0
- package/docs/zh-CN/gateway/configuration.md +640 -0
- package/docs/zh-CN/gateway/discovery.md +123 -0
- package/docs/zh-CN/gateway/doctor.md +238 -0
- package/docs/zh-CN/gateway/gateway-lock.md +41 -0
- package/docs/zh-CN/gateway/health.md +42 -0
- package/docs/zh-CN/gateway/heartbeat.md +274 -0
- package/docs/zh-CN/gateway/index.md +335 -0
- package/docs/zh-CN/gateway/local-models.md +159 -0
- package/docs/zh-CN/gateway/logging.md +114 -0
- package/docs/zh-CN/gateway/multiple-gateways.md +119 -0
- package/docs/zh-CN/gateway/network-model.md +23 -0
- package/docs/zh-CN/gateway/openai-http-api.md +125 -0
- package/docs/zh-CN/gateway/openresponses-http-api.md +317 -0
- package/docs/zh-CN/gateway/pairing.md +99 -0
- package/docs/zh-CN/gateway/protocol.md +220 -0
- package/docs/zh-CN/gateway/remote-gateway-readme.md +164 -0
- package/docs/zh-CN/gateway/remote.md +133 -0
- package/docs/zh-CN/gateway/sandbox-vs-tool-policy-vs-elevated.md +135 -0
- package/docs/zh-CN/gateway/sandboxing.md +188 -0
- package/docs/zh-CN/gateway/security/index.md +777 -0
- package/docs/zh-CN/gateway/tailscale.md +124 -0
- package/docs/zh-CN/gateway/tools-invoke-http-api.md +92 -0
- package/docs/zh-CN/gateway/troubleshooting.md +771 -0
- package/docs/zh-CN/help/debugging.md +160 -0
- package/docs/zh-CN/help/environment.md +88 -0
- package/docs/zh-CN/help/faq.md +2640 -0
- package/docs/zh-CN/help/index.md +28 -0
- package/docs/zh-CN/help/scripts.md +35 -0
- package/docs/zh-CN/help/testing.md +375 -0
- package/docs/zh-CN/help/troubleshooting.md +104 -0
- package/docs/zh-CN/index.md +186 -0
- package/docs/zh-CN/install/ansible.md +215 -0
- package/docs/zh-CN/install/bun.md +65 -0
- package/docs/zh-CN/install/development-channels.md +81 -0
- package/docs/zh-CN/install/docker.md +532 -0
- package/docs/zh-CN/install/exe-dev.md +133 -0
- package/docs/zh-CN/install/fly.md +490 -0
- package/docs/zh-CN/install/gcp.md +510 -0
- package/docs/zh-CN/install/hetzner.md +337 -0
- package/docs/zh-CN/install/index.md +235 -0
- package/docs/zh-CN/install/installer.md +422 -0
- package/docs/zh-CN/install/macos-vm.md +288 -0
- package/docs/zh-CN/install/migrating.md +199 -0
- package/docs/zh-CN/install/nix.md +99 -0
- package/docs/zh-CN/install/node.md +8 -0
- package/docs/zh-CN/install/northflank.mdx +60 -0
- package/docs/zh-CN/install/railway.mdx +106 -0
- package/docs/zh-CN/install/render.mdx +169 -0
- package/docs/zh-CN/install/uninstall.md +135 -0
- package/docs/zh-CN/install/updating.md +233 -0
- package/docs/zh-CN/logging.md +329 -0
- package/docs/zh-CN/network.md +59 -0
- package/docs/zh-CN/nodes/audio.md +120 -0
- package/docs/zh-CN/nodes/camera.md +162 -0
- package/docs/zh-CN/nodes/images.md +79 -0
- package/docs/zh-CN/nodes/index.md +348 -0
- package/docs/zh-CN/nodes/location-command.md +120 -0
- package/docs/zh-CN/nodes/media-understanding.md +380 -0
- package/docs/zh-CN/nodes/talk.md +97 -0
- package/docs/zh-CN/nodes/troubleshooting.md +8 -0
- package/docs/zh-CN/nodes/voicewake.md +72 -0
- package/docs/zh-CN/perplexity.md +102 -0
- package/docs/zh-CN/pi-dev.md +77 -0
- package/docs/zh-CN/pi.md +619 -0
- package/docs/zh-CN/platforms/android.md +155 -0
- package/docs/zh-CN/platforms/digitalocean.md +273 -0
- package/docs/zh-CN/platforms/index.md +60 -0
- package/docs/zh-CN/platforms/ios.md +114 -0
- package/docs/zh-CN/platforms/linux.md +100 -0
- package/docs/zh-CN/platforms/mac/bundled-gateway.md +75 -0
- package/docs/zh-CN/platforms/mac/canvas.md +128 -0
- package/docs/zh-CN/platforms/mac/child-process.md +73 -0
- package/docs/zh-CN/platforms/mac/dev-setup.md +109 -0
- package/docs/zh-CN/platforms/mac/health.md +41 -0
- package/docs/zh-CN/platforms/mac/icon.md +38 -0
- package/docs/zh-CN/platforms/mac/logging.md +64 -0
- package/docs/zh-CN/platforms/mac/menu-bar.md +88 -0
- package/docs/zh-CN/platforms/mac/peekaboo.md +62 -0
- package/docs/zh-CN/platforms/mac/permissions.md +46 -0
- package/docs/zh-CN/platforms/mac/remote.md +90 -0
- package/docs/zh-CN/platforms/mac/signing.md +54 -0
- package/docs/zh-CN/platforms/mac/skills.md +40 -0
- package/docs/zh-CN/platforms/mac/voice-overlay.md +67 -0
- package/docs/zh-CN/platforms/mac/voicewake.md +74 -0
- package/docs/zh-CN/platforms/mac/webchat.md +43 -0
- package/docs/zh-CN/platforms/mac/xpc.md +68 -0
- package/docs/zh-CN/platforms/macos.md +193 -0
- package/docs/zh-CN/platforms/oracle.md +310 -0
- package/docs/zh-CN/platforms/raspberry-pi.md +416 -0
- package/docs/zh-CN/platforms/windows.md +247 -0
- package/docs/zh-CN/plugins/agent-tools.md +99 -0
- package/docs/zh-CN/plugins/manifest.md +68 -0
- package/docs/zh-CN/plugins/voice-call.md +250 -0
- package/docs/zh-CN/plugins/zalouser.md +88 -0
- package/docs/zh-CN/prose.md +141 -0
- package/docs/zh-CN/providers/anthropic.md +265 -0
- package/docs/zh-CN/providers/bedrock.md +170 -0
- package/docs/zh-CN/providers/claude-max-api-proxy.md +155 -0
- package/docs/zh-CN/providers/cloudflare-ai-gateway.md +78 -0
- package/docs/zh-CN/providers/deepgram.md +97 -0
- package/docs/zh-CN/providers/github-copilot.md +67 -0
- package/docs/zh-CN/providers/glm.md +50 -0
- package/docs/zh-CN/providers/huggingface.md +216 -0
- package/docs/zh-CN/providers/index.md +69 -0
- package/docs/zh-CN/providers/kilocode.md +80 -0
- package/docs/zh-CN/providers/litellm.md +160 -0
- package/docs/zh-CN/providers/minimax.md +222 -0
- package/docs/zh-CN/providers/mistral.md +61 -0
- package/docs/zh-CN/providers/models.md +51 -0
- package/docs/zh-CN/providers/moonshot.md +182 -0
- package/docs/zh-CN/providers/nvidia.md +62 -0
- package/docs/zh-CN/providers/ollama.md +359 -0
- package/docs/zh-CN/providers/openai.md +308 -0
- package/docs/zh-CN/providers/opencode-go.md +52 -0
- package/docs/zh-CN/providers/opencode.md +71 -0
- package/docs/zh-CN/providers/openrouter.md +44 -0
- package/docs/zh-CN/providers/qianfan.md +45 -0
- package/docs/zh-CN/providers/qwen.md +55 -0
- package/docs/zh-CN/providers/sglang.md +111 -0
- package/docs/zh-CN/providers/synthetic.md +106 -0
- package/docs/zh-CN/providers/together.md +72 -0
- package/docs/zh-CN/providers/venice.md +289 -0
- package/docs/zh-CN/providers/vercel-ai-gateway.md +66 -0
- package/docs/zh-CN/providers/xiaomi.md +93 -0
- package/docs/zh-CN/providers/zai.md +53 -0
- package/docs/zh-CN/reference/AGENTS.default.md +131 -0
- package/docs/zh-CN/reference/RELEASING.md +48 -0
- package/docs/zh-CN/reference/api-usage-costs.md +141 -0
- package/docs/zh-CN/reference/credits.md +34 -0
- package/docs/zh-CN/reference/device-models.md +54 -0
- package/docs/zh-CN/reference/rpc.md +48 -0
- package/docs/zh-CN/reference/session-management-compaction.md +287 -0
- package/docs/zh-CN/reference/templates/AGENTS.dev.md +89 -0
- package/docs/zh-CN/reference/templates/AGENTS.md +225 -0
- package/docs/zh-CN/reference/templates/BOOT.md +17 -0
- package/docs/zh-CN/reference/templates/BOOTSTRAP.md +68 -0
- package/docs/zh-CN/reference/templates/HEARTBEAT.md +18 -0
- package/docs/zh-CN/reference/templates/IDENTITY.dev.md +54 -0
- package/docs/zh-CN/reference/templates/IDENTITY.md +36 -0
- package/docs/zh-CN/reference/templates/SOUL.dev.md +83 -0
- package/docs/zh-CN/reference/templates/SOUL.md +49 -0
- package/docs/zh-CN/reference/templates/TOOLS.dev.md +31 -0
- package/docs/zh-CN/reference/templates/TOOLS.md +53 -0
- package/docs/zh-CN/reference/templates/USER.dev.md +25 -0
- package/docs/zh-CN/reference/templates/USER.md +30 -0
- package/docs/zh-CN/reference/test.md +57 -0
- package/docs/zh-CN/reference/token-use.md +119 -0
- package/docs/zh-CN/reference/transcript-hygiene.md +109 -0
- package/docs/zh-CN/reference/wizard.md +242 -0
- package/docs/zh-CN/security/formal-verification.md +171 -0
- package/docs/zh-CN/start/bootstrapping.md +9 -0
- package/docs/zh-CN/start/docs-directory.md +70 -0
- package/docs/zh-CN/start/getting-started.md +143 -0
- package/docs/zh-CN/start/hubs.md +194 -0
- package/docs/zh-CN/start/lore.md +226 -0
- package/docs/zh-CN/start/onboarding-overview.md +58 -0
- package/docs/zh-CN/start/onboarding.md +105 -0
- package/docs/zh-CN/start/openclaw.md +248 -0
- package/docs/zh-CN/start/quickstart.md +88 -0
- package/docs/zh-CN/start/setup.md +153 -0
- package/docs/zh-CN/start/showcase.md +423 -0
- package/docs/zh-CN/start/wizard-cli-automation.md +222 -0
- package/docs/zh-CN/start/wizard-cli-reference.md +306 -0
- package/docs/zh-CN/start/wizard.md +132 -0
- package/docs/zh-CN/tools/agent-send.md +59 -0
- package/docs/zh-CN/tools/apply-patch.md +57 -0
- package/docs/zh-CN/tools/browser-linux-troubleshooting.md +144 -0
- package/docs/zh-CN/tools/browser-login.md +75 -0
- package/docs/zh-CN/tools/browser.md +553 -0
- package/docs/zh-CN/tools/chrome-extension.md +183 -0
- package/docs/zh-CN/tools/clawhub.md +209 -0
- package/docs/zh-CN/tools/creating-skills.md +61 -0
- package/docs/zh-CN/tools/elevated.md +64 -0
- package/docs/zh-CN/tools/exec-approvals.md +234 -0
- package/docs/zh-CN/tools/exec.md +169 -0
- package/docs/zh-CN/tools/firecrawl.md +68 -0
- package/docs/zh-CN/tools/index.md +515 -0
- package/docs/zh-CN/tools/llm-task.md +117 -0
- package/docs/zh-CN/tools/lobster.md +349 -0
- package/docs/zh-CN/tools/multi-agent-sandbox-tools.md +401 -0
- package/docs/zh-CN/tools/plugin.md +1612 -0
- package/docs/zh-CN/tools/reactions.md +29 -0
- package/docs/zh-CN/tools/skills-config.md +78 -0
- package/docs/zh-CN/tools/skills.md +279 -0
- package/docs/zh-CN/tools/slash-commands.md +205 -0
- package/docs/zh-CN/tools/subagents.md +167 -0
- package/docs/zh-CN/tools/thinking.md +80 -0
- package/docs/zh-CN/tools/web.md +289 -0
- package/docs/zh-CN/tts.md +375 -0
- package/docs/zh-CN/vps.md +47 -0
- package/docs/zh-CN/web/control-ui.md +191 -0
- package/docs/zh-CN/web/dashboard.md +53 -0
- package/docs/zh-CN/web/index.md +118 -0
- package/docs/zh-CN/web/tui.md +166 -0
- package/docs/zh-CN/web/webchat.md +56 -0
- package/package.json +841 -0
- package/quantumclaw.mjs +135 -0
- package/skills/1password/SKILL.md +70 -0
- package/skills/1password/references/cli-examples.md +29 -0
- package/skills/1password/references/get-started.md +17 -0
- package/skills/apple-notes/SKILL.md +77 -0
- package/skills/apple-reminders/SKILL.md +118 -0
- package/skills/bear-notes/SKILL.md +107 -0
- package/skills/blogwatcher/SKILL.md +69 -0
- package/skills/blucli/SKILL.md +47 -0
- package/skills/bluebubbles/SKILL.md +131 -0
- package/skills/camsnap/SKILL.md +45 -0
- package/skills/canvas/SKILL.md +198 -0
- package/skills/clawhub/SKILL.md +77 -0
- package/skills/coding-agent/SKILL.md +295 -0
- package/skills/discord/SKILL.md +197 -0
- package/skills/eightctl/SKILL.md +50 -0
- package/skills/gemini/SKILL.md +43 -0
- package/skills/gh-issues/SKILL.md +865 -0
- package/skills/gifgrep/SKILL.md +79 -0
- package/skills/github/SKILL.md +163 -0
- package/skills/gog/SKILL.md +116 -0
- package/skills/goplaces/SKILL.md +52 -0
- package/skills/healthcheck/SKILL.md +245 -0
- package/skills/himalaya/SKILL.md +257 -0
- package/skills/himalaya/references/configuration.md +184 -0
- package/skills/himalaya/references/message-composition.md +199 -0
- package/skills/imsg/SKILL.md +122 -0
- package/skills/mcporter/SKILL.md +61 -0
- package/skills/model-usage/SKILL.md +69 -0
- package/skills/model-usage/references/codexbar-cli.md +33 -0
- package/skills/model-usage/scripts/model_usage.py +320 -0
- package/skills/model-usage/scripts/test_model_usage.py +40 -0
- package/skills/nano-pdf/SKILL.md +38 -0
- package/skills/node-connect/SKILL.md +142 -0
- package/skills/notion/SKILL.md +174 -0
- package/skills/obsidian/SKILL.md +81 -0
- package/skills/openai-image-gen/SKILL.md +92 -0
- package/skills/openai-image-gen/scripts/gen.py +328 -0
- package/skills/openai-image-gen/scripts/test_gen.py +140 -0
- package/skills/openai-whisper/SKILL.md +38 -0
- package/skills/openai-whisper-api/SKILL.md +52 -0
- package/skills/openai-whisper-api/scripts/transcribe.sh +85 -0
- package/skills/openhue/SKILL.md +112 -0
- package/skills/oracle/SKILL.md +125 -0
- package/skills/ordercli/SKILL.md +78 -0
- package/skills/peekaboo/SKILL.md +190 -0
- package/skills/sag/SKILL.md +87 -0
- package/skills/session-logs/SKILL.md +115 -0
- package/skills/sherpa-onnx-tts/SKILL.md +103 -0
- package/skills/sherpa-onnx-tts/bin/sherpa-onnx-tts +178 -0
- package/skills/skill-creator/SKILL.md +372 -0
- package/skills/skill-creator/license.txt +202 -0
- package/skills/skill-creator/scripts/init_skill.py +378 -0
- package/skills/skill-creator/scripts/package_skill.py +139 -0
- package/skills/skill-creator/scripts/quick_validate.py +159 -0
- package/skills/skill-creator/scripts/test_package_skill.py +160 -0
- package/skills/skill-creator/scripts/test_quick_validate.py +72 -0
- package/skills/slack/SKILL.md +144 -0
- package/skills/songsee/SKILL.md +49 -0
- package/skills/sonoscli/SKILL.md +65 -0
- package/skills/spotify-player/SKILL.md +64 -0
- package/skills/summarize/SKILL.md +87 -0
- package/skills/things-mac/SKILL.md +86 -0
- package/skills/tmux/SKILL.md +153 -0
- package/skills/tmux/scripts/find-sessions.sh +112 -0
- package/skills/tmux/scripts/wait-for-text.sh +83 -0
- package/skills/trello/SKILL.md +95 -0
- package/skills/video-frames/SKILL.md +46 -0
- package/skills/video-frames/scripts/frame.sh +81 -0
- package/skills/voice-call/SKILL.md +45 -0
- package/skills/wacli/SKILL.md +72 -0
- package/skills/weather/SKILL.md +112 -0
- package/skills/xurl/SKILL.md +461 -0
package/package.json
ADDED
|
@@ -0,0 +1,841 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@quantumclaw/quantumclaw",
|
|
3
|
+
"version": "2026.3.22",
|
|
4
|
+
"description": "Multi-channel AI gateway with extensible messaging integrations",
|
|
5
|
+
"keywords": [],
|
|
6
|
+
"homepage": "https://github.com/quantumclaw/quantumclaw#readme",
|
|
7
|
+
"bugs": {
|
|
8
|
+
"url": "https://github.com/quantumclaw/quantumclaw/issues"
|
|
9
|
+
},
|
|
10
|
+
"license": "MIT",
|
|
11
|
+
"author": "",
|
|
12
|
+
"repository": {
|
|
13
|
+
"type": "git",
|
|
14
|
+
"url": "git+https://github.com/quantumclaw/quantumclaw.git"
|
|
15
|
+
},
|
|
16
|
+
"bin": {
|
|
17
|
+
"quantumclaw": "quantumclaw.mjs"
|
|
18
|
+
},
|
|
19
|
+
"directories": {
|
|
20
|
+
"doc": "docs",
|
|
21
|
+
"test": "test"
|
|
22
|
+
},
|
|
23
|
+
"files": [
|
|
24
|
+
"CHANGELOG.md",
|
|
25
|
+
"LICENSE",
|
|
26
|
+
"quantumclaw.mjs",
|
|
27
|
+
"README-header.png",
|
|
28
|
+
"README.md",
|
|
29
|
+
"assets/",
|
|
30
|
+
"dist/",
|
|
31
|
+
"docs/",
|
|
32
|
+
"!docs/.generated/**",
|
|
33
|
+
"!docs/.i18n/zh-CN.tm.jsonl",
|
|
34
|
+
"skills/"
|
|
35
|
+
],
|
|
36
|
+
"type": "module",
|
|
37
|
+
"main": "dist/index.js",
|
|
38
|
+
"exports": {
|
|
39
|
+
".": "./dist/index.js",
|
|
40
|
+
"./plugin-sdk": {
|
|
41
|
+
"types": "./dist/plugin-sdk/index.d.ts",
|
|
42
|
+
"default": "./dist/plugin-sdk/index.js"
|
|
43
|
+
},
|
|
44
|
+
"./plugin-sdk/core": {
|
|
45
|
+
"types": "./dist/plugin-sdk/core.d.ts",
|
|
46
|
+
"default": "./dist/plugin-sdk/core.js"
|
|
47
|
+
},
|
|
48
|
+
"./plugin-sdk/ollama-setup": {
|
|
49
|
+
"types": "./dist/plugin-sdk/ollama-setup.d.ts",
|
|
50
|
+
"default": "./dist/plugin-sdk/ollama-setup.js"
|
|
51
|
+
},
|
|
52
|
+
"./plugin-sdk/provider-setup": {
|
|
53
|
+
"types": "./dist/plugin-sdk/provider-setup.d.ts",
|
|
54
|
+
"default": "./dist/plugin-sdk/provider-setup.js"
|
|
55
|
+
},
|
|
56
|
+
"./plugin-sdk/sandbox": {
|
|
57
|
+
"types": "./dist/plugin-sdk/sandbox.d.ts",
|
|
58
|
+
"default": "./dist/plugin-sdk/sandbox.js"
|
|
59
|
+
},
|
|
60
|
+
"./plugin-sdk/self-hosted-provider-setup": {
|
|
61
|
+
"types": "./dist/plugin-sdk/self-hosted-provider-setup.d.ts",
|
|
62
|
+
"default": "./dist/plugin-sdk/self-hosted-provider-setup.js"
|
|
63
|
+
},
|
|
64
|
+
"./plugin-sdk/routing": {
|
|
65
|
+
"types": "./dist/plugin-sdk/routing.d.ts",
|
|
66
|
+
"default": "./dist/plugin-sdk/routing.js"
|
|
67
|
+
},
|
|
68
|
+
"./plugin-sdk/runtime": {
|
|
69
|
+
"types": "./dist/plugin-sdk/runtime.d.ts",
|
|
70
|
+
"default": "./dist/plugin-sdk/runtime.js"
|
|
71
|
+
},
|
|
72
|
+
"./plugin-sdk/runtime-env": {
|
|
73
|
+
"types": "./dist/plugin-sdk/runtime-env.d.ts",
|
|
74
|
+
"default": "./dist/plugin-sdk/runtime-env.js"
|
|
75
|
+
},
|
|
76
|
+
"./plugin-sdk/setup": {
|
|
77
|
+
"types": "./dist/plugin-sdk/setup.d.ts",
|
|
78
|
+
"default": "./dist/plugin-sdk/setup.js"
|
|
79
|
+
},
|
|
80
|
+
"./plugin-sdk/setup-adapter-runtime": {
|
|
81
|
+
"types": "./dist/plugin-sdk/setup-adapter-runtime.d.ts",
|
|
82
|
+
"default": "./dist/plugin-sdk/setup-adapter-runtime.js"
|
|
83
|
+
},
|
|
84
|
+
"./plugin-sdk/setup-runtime": {
|
|
85
|
+
"types": "./dist/plugin-sdk/setup-runtime.d.ts",
|
|
86
|
+
"default": "./dist/plugin-sdk/setup-runtime.js"
|
|
87
|
+
},
|
|
88
|
+
"./plugin-sdk/channel-setup": {
|
|
89
|
+
"types": "./dist/plugin-sdk/channel-setup.d.ts",
|
|
90
|
+
"default": "./dist/plugin-sdk/channel-setup.js"
|
|
91
|
+
},
|
|
92
|
+
"./plugin-sdk/setup-tools": {
|
|
93
|
+
"types": "./dist/plugin-sdk/setup-tools.d.ts",
|
|
94
|
+
"default": "./dist/plugin-sdk/setup-tools.js"
|
|
95
|
+
},
|
|
96
|
+
"./plugin-sdk/config-runtime": {
|
|
97
|
+
"types": "./dist/plugin-sdk/config-runtime.d.ts",
|
|
98
|
+
"default": "./dist/plugin-sdk/config-runtime.js"
|
|
99
|
+
},
|
|
100
|
+
"./plugin-sdk/reply-runtime": {
|
|
101
|
+
"types": "./dist/plugin-sdk/reply-runtime.d.ts",
|
|
102
|
+
"default": "./dist/plugin-sdk/reply-runtime.js"
|
|
103
|
+
},
|
|
104
|
+
"./plugin-sdk/reply-payload": {
|
|
105
|
+
"types": "./dist/plugin-sdk/reply-payload.d.ts",
|
|
106
|
+
"default": "./dist/plugin-sdk/reply-payload.js"
|
|
107
|
+
},
|
|
108
|
+
"./plugin-sdk/channel-reply-pipeline": {
|
|
109
|
+
"types": "./dist/plugin-sdk/channel-reply-pipeline.d.ts",
|
|
110
|
+
"default": "./dist/plugin-sdk/channel-reply-pipeline.js"
|
|
111
|
+
},
|
|
112
|
+
"./plugin-sdk/channel-runtime": {
|
|
113
|
+
"types": "./dist/plugin-sdk/channel-runtime.d.ts",
|
|
114
|
+
"default": "./dist/plugin-sdk/channel-runtime.js"
|
|
115
|
+
},
|
|
116
|
+
"./plugin-sdk/interactive-runtime": {
|
|
117
|
+
"types": "./dist/plugin-sdk/interactive-runtime.d.ts",
|
|
118
|
+
"default": "./dist/plugin-sdk/interactive-runtime.js"
|
|
119
|
+
},
|
|
120
|
+
"./plugin-sdk/outbound-runtime": {
|
|
121
|
+
"types": "./dist/plugin-sdk/outbound-runtime.d.ts",
|
|
122
|
+
"default": "./dist/plugin-sdk/outbound-runtime.js"
|
|
123
|
+
},
|
|
124
|
+
"./plugin-sdk/infra-runtime": {
|
|
125
|
+
"types": "./dist/plugin-sdk/infra-runtime.d.ts",
|
|
126
|
+
"default": "./dist/plugin-sdk/infra-runtime.js"
|
|
127
|
+
},
|
|
128
|
+
"./plugin-sdk/ssrf-runtime": {
|
|
129
|
+
"types": "./dist/plugin-sdk/ssrf-runtime.d.ts",
|
|
130
|
+
"default": "./dist/plugin-sdk/ssrf-runtime.js"
|
|
131
|
+
},
|
|
132
|
+
"./plugin-sdk/media-runtime": {
|
|
133
|
+
"types": "./dist/plugin-sdk/media-runtime.d.ts",
|
|
134
|
+
"default": "./dist/plugin-sdk/media-runtime.js"
|
|
135
|
+
},
|
|
136
|
+
"./plugin-sdk/media-understanding-runtime": {
|
|
137
|
+
"types": "./dist/plugin-sdk/media-understanding-runtime.d.ts",
|
|
138
|
+
"default": "./dist/plugin-sdk/media-understanding-runtime.js"
|
|
139
|
+
},
|
|
140
|
+
"./plugin-sdk/conversation-runtime": {
|
|
141
|
+
"types": "./dist/plugin-sdk/conversation-runtime.d.ts",
|
|
142
|
+
"default": "./dist/plugin-sdk/conversation-runtime.js"
|
|
143
|
+
},
|
|
144
|
+
"./plugin-sdk/matrix-runtime-heavy": {
|
|
145
|
+
"types": "./dist/plugin-sdk/matrix-runtime-heavy.d.ts",
|
|
146
|
+
"default": "./dist/plugin-sdk/matrix-runtime-heavy.js"
|
|
147
|
+
},
|
|
148
|
+
"./plugin-sdk/matrix-runtime-shared": {
|
|
149
|
+
"types": "./dist/plugin-sdk/matrix-runtime-shared.d.ts",
|
|
150
|
+
"default": "./dist/plugin-sdk/matrix-runtime-shared.js"
|
|
151
|
+
},
|
|
152
|
+
"./plugin-sdk/thread-bindings-runtime": {
|
|
153
|
+
"types": "./dist/plugin-sdk/thread-bindings-runtime.d.ts",
|
|
154
|
+
"default": "./dist/plugin-sdk/thread-bindings-runtime.js"
|
|
155
|
+
},
|
|
156
|
+
"./plugin-sdk/text-runtime": {
|
|
157
|
+
"types": "./dist/plugin-sdk/text-runtime.d.ts",
|
|
158
|
+
"default": "./dist/plugin-sdk/text-runtime.js"
|
|
159
|
+
},
|
|
160
|
+
"./plugin-sdk/agent-runtime": {
|
|
161
|
+
"types": "./dist/plugin-sdk/agent-runtime.d.ts",
|
|
162
|
+
"default": "./dist/plugin-sdk/agent-runtime.js"
|
|
163
|
+
},
|
|
164
|
+
"./plugin-sdk/speech-runtime": {
|
|
165
|
+
"types": "./dist/plugin-sdk/speech-runtime.d.ts",
|
|
166
|
+
"default": "./dist/plugin-sdk/speech-runtime.js"
|
|
167
|
+
},
|
|
168
|
+
"./plugin-sdk/plugin-runtime": {
|
|
169
|
+
"types": "./dist/plugin-sdk/plugin-runtime.d.ts",
|
|
170
|
+
"default": "./dist/plugin-sdk/plugin-runtime.js"
|
|
171
|
+
},
|
|
172
|
+
"./plugin-sdk/security-runtime": {
|
|
173
|
+
"types": "./dist/plugin-sdk/security-runtime.d.ts",
|
|
174
|
+
"default": "./dist/plugin-sdk/security-runtime.js"
|
|
175
|
+
},
|
|
176
|
+
"./plugin-sdk/gateway-runtime": {
|
|
177
|
+
"types": "./dist/plugin-sdk/gateway-runtime.d.ts",
|
|
178
|
+
"default": "./dist/plugin-sdk/gateway-runtime.js"
|
|
179
|
+
},
|
|
180
|
+
"./plugin-sdk/cli-runtime": {
|
|
181
|
+
"types": "./dist/plugin-sdk/cli-runtime.d.ts",
|
|
182
|
+
"default": "./dist/plugin-sdk/cli-runtime.js"
|
|
183
|
+
},
|
|
184
|
+
"./plugin-sdk/hook-runtime": {
|
|
185
|
+
"types": "./dist/plugin-sdk/hook-runtime.d.ts",
|
|
186
|
+
"default": "./dist/plugin-sdk/hook-runtime.js"
|
|
187
|
+
},
|
|
188
|
+
"./plugin-sdk/process-runtime": {
|
|
189
|
+
"types": "./dist/plugin-sdk/process-runtime.d.ts",
|
|
190
|
+
"default": "./dist/plugin-sdk/process-runtime.js"
|
|
191
|
+
},
|
|
192
|
+
"./plugin-sdk/windows-spawn": {
|
|
193
|
+
"types": "./dist/plugin-sdk/windows-spawn.d.ts",
|
|
194
|
+
"default": "./dist/plugin-sdk/windows-spawn.js"
|
|
195
|
+
},
|
|
196
|
+
"./plugin-sdk/acp-runtime": {
|
|
197
|
+
"types": "./dist/plugin-sdk/acp-runtime.d.ts",
|
|
198
|
+
"default": "./dist/plugin-sdk/acp-runtime.js"
|
|
199
|
+
},
|
|
200
|
+
"./plugin-sdk/lazy-runtime": {
|
|
201
|
+
"types": "./dist/plugin-sdk/lazy-runtime.d.ts",
|
|
202
|
+
"default": "./dist/plugin-sdk/lazy-runtime.js"
|
|
203
|
+
},
|
|
204
|
+
"./plugin-sdk/testing": {
|
|
205
|
+
"types": "./dist/plugin-sdk/testing.d.ts",
|
|
206
|
+
"default": "./dist/plugin-sdk/testing.js"
|
|
207
|
+
},
|
|
208
|
+
"./plugin-sdk/account-helpers": {
|
|
209
|
+
"types": "./dist/plugin-sdk/account-helpers.d.ts",
|
|
210
|
+
"default": "./dist/plugin-sdk/account-helpers.js"
|
|
211
|
+
},
|
|
212
|
+
"./plugin-sdk/account-id": {
|
|
213
|
+
"types": "./dist/plugin-sdk/account-id.d.ts",
|
|
214
|
+
"default": "./dist/plugin-sdk/account-id.js"
|
|
215
|
+
},
|
|
216
|
+
"./plugin-sdk/account-resolution": {
|
|
217
|
+
"types": "./dist/plugin-sdk/account-resolution.d.ts",
|
|
218
|
+
"default": "./dist/plugin-sdk/account-resolution.js"
|
|
219
|
+
},
|
|
220
|
+
"./plugin-sdk/allow-from": {
|
|
221
|
+
"types": "./dist/plugin-sdk/allow-from.d.ts",
|
|
222
|
+
"default": "./dist/plugin-sdk/allow-from.js"
|
|
223
|
+
},
|
|
224
|
+
"./plugin-sdk/allowlist-config-edit": {
|
|
225
|
+
"types": "./dist/plugin-sdk/allowlist-config-edit.d.ts",
|
|
226
|
+
"default": "./dist/plugin-sdk/allowlist-config-edit.js"
|
|
227
|
+
},
|
|
228
|
+
"./plugin-sdk/bluebubbles": {
|
|
229
|
+
"types": "./dist/plugin-sdk/bluebubbles.d.ts",
|
|
230
|
+
"default": "./dist/plugin-sdk/bluebubbles.js"
|
|
231
|
+
},
|
|
232
|
+
"./plugin-sdk/boolean-param": {
|
|
233
|
+
"types": "./dist/plugin-sdk/boolean-param.d.ts",
|
|
234
|
+
"default": "./dist/plugin-sdk/boolean-param.js"
|
|
235
|
+
},
|
|
236
|
+
"./plugin-sdk/command-auth": {
|
|
237
|
+
"types": "./dist/plugin-sdk/command-auth.d.ts",
|
|
238
|
+
"default": "./dist/plugin-sdk/command-auth.js"
|
|
239
|
+
},
|
|
240
|
+
"./plugin-sdk/device-bootstrap": {
|
|
241
|
+
"types": "./dist/plugin-sdk/device-bootstrap.d.ts",
|
|
242
|
+
"default": "./dist/plugin-sdk/device-bootstrap.js"
|
|
243
|
+
},
|
|
244
|
+
"./plugin-sdk/diagnostics-otel": {
|
|
245
|
+
"types": "./dist/plugin-sdk/diagnostics-otel.d.ts",
|
|
246
|
+
"default": "./dist/plugin-sdk/diagnostics-otel.js"
|
|
247
|
+
},
|
|
248
|
+
"./plugin-sdk/diffs": {
|
|
249
|
+
"types": "./dist/plugin-sdk/diffs.d.ts",
|
|
250
|
+
"default": "./dist/plugin-sdk/diffs.js"
|
|
251
|
+
},
|
|
252
|
+
"./plugin-sdk/discord": {
|
|
253
|
+
"types": "./dist/plugin-sdk/discord.d.ts",
|
|
254
|
+
"default": "./dist/plugin-sdk/discord.js"
|
|
255
|
+
},
|
|
256
|
+
"./plugin-sdk/discord-core": {
|
|
257
|
+
"types": "./dist/plugin-sdk/discord-core.d.ts",
|
|
258
|
+
"default": "./dist/plugin-sdk/discord-core.js"
|
|
259
|
+
},
|
|
260
|
+
"./plugin-sdk/extension-shared": {
|
|
261
|
+
"types": "./dist/plugin-sdk/extension-shared.d.ts",
|
|
262
|
+
"default": "./dist/plugin-sdk/extension-shared.js"
|
|
263
|
+
},
|
|
264
|
+
"./plugin-sdk/channel-config-helpers": {
|
|
265
|
+
"types": "./dist/plugin-sdk/channel-config-helpers.d.ts",
|
|
266
|
+
"default": "./dist/plugin-sdk/channel-config-helpers.js"
|
|
267
|
+
},
|
|
268
|
+
"./plugin-sdk/channel-config-schema": {
|
|
269
|
+
"types": "./dist/plugin-sdk/channel-config-schema.d.ts",
|
|
270
|
+
"default": "./dist/plugin-sdk/channel-config-schema.js"
|
|
271
|
+
},
|
|
272
|
+
"./plugin-sdk/channel-actions": {
|
|
273
|
+
"types": "./dist/plugin-sdk/channel-actions.d.ts",
|
|
274
|
+
"default": "./dist/plugin-sdk/channel-actions.js"
|
|
275
|
+
},
|
|
276
|
+
"./plugin-sdk/channel-contract": {
|
|
277
|
+
"types": "./dist/plugin-sdk/channel-contract.d.ts",
|
|
278
|
+
"default": "./dist/plugin-sdk/channel-contract.js"
|
|
279
|
+
},
|
|
280
|
+
"./plugin-sdk/channel-feedback": {
|
|
281
|
+
"types": "./dist/plugin-sdk/channel-feedback.d.ts",
|
|
282
|
+
"default": "./dist/plugin-sdk/channel-feedback.js"
|
|
283
|
+
},
|
|
284
|
+
"./plugin-sdk/channel-inbound": {
|
|
285
|
+
"types": "./dist/plugin-sdk/channel-inbound.d.ts",
|
|
286
|
+
"default": "./dist/plugin-sdk/channel-inbound.js"
|
|
287
|
+
},
|
|
288
|
+
"./plugin-sdk/channel-lifecycle": {
|
|
289
|
+
"types": "./dist/plugin-sdk/channel-lifecycle.d.ts",
|
|
290
|
+
"default": "./dist/plugin-sdk/channel-lifecycle.js"
|
|
291
|
+
},
|
|
292
|
+
"./plugin-sdk/channel-pairing": {
|
|
293
|
+
"types": "./dist/plugin-sdk/channel-pairing.d.ts",
|
|
294
|
+
"default": "./dist/plugin-sdk/channel-pairing.js"
|
|
295
|
+
},
|
|
296
|
+
"./plugin-sdk/channel-policy": {
|
|
297
|
+
"types": "./dist/plugin-sdk/channel-policy.d.ts",
|
|
298
|
+
"default": "./dist/plugin-sdk/channel-policy.js"
|
|
299
|
+
},
|
|
300
|
+
"./plugin-sdk/channel-send-result": {
|
|
301
|
+
"types": "./dist/plugin-sdk/channel-send-result.d.ts",
|
|
302
|
+
"default": "./dist/plugin-sdk/channel-send-result.js"
|
|
303
|
+
},
|
|
304
|
+
"./plugin-sdk/channel-targets": {
|
|
305
|
+
"types": "./dist/plugin-sdk/channel-targets.d.ts",
|
|
306
|
+
"default": "./dist/plugin-sdk/channel-targets.js"
|
|
307
|
+
},
|
|
308
|
+
"./plugin-sdk/feishu": {
|
|
309
|
+
"types": "./dist/plugin-sdk/feishu.d.ts",
|
|
310
|
+
"default": "./dist/plugin-sdk/feishu.js"
|
|
311
|
+
},
|
|
312
|
+
"./plugin-sdk/group-access": {
|
|
313
|
+
"types": "./dist/plugin-sdk/group-access.d.ts",
|
|
314
|
+
"default": "./dist/plugin-sdk/group-access.js"
|
|
315
|
+
},
|
|
316
|
+
"./plugin-sdk/directory-runtime": {
|
|
317
|
+
"types": "./dist/plugin-sdk/directory-runtime.d.ts",
|
|
318
|
+
"default": "./dist/plugin-sdk/directory-runtime.js"
|
|
319
|
+
},
|
|
320
|
+
"./plugin-sdk/googlechat": {
|
|
321
|
+
"types": "./dist/plugin-sdk/googlechat.d.ts",
|
|
322
|
+
"default": "./dist/plugin-sdk/googlechat.js"
|
|
323
|
+
},
|
|
324
|
+
"./plugin-sdk/image-generation": {
|
|
325
|
+
"types": "./dist/plugin-sdk/image-generation.d.ts",
|
|
326
|
+
"default": "./dist/plugin-sdk/image-generation.js"
|
|
327
|
+
},
|
|
328
|
+
"./plugin-sdk/imessage": {
|
|
329
|
+
"types": "./dist/plugin-sdk/imessage.d.ts",
|
|
330
|
+
"default": "./dist/plugin-sdk/imessage.js"
|
|
331
|
+
},
|
|
332
|
+
"./plugin-sdk/imessage-core": {
|
|
333
|
+
"types": "./dist/plugin-sdk/imessage-core.d.ts",
|
|
334
|
+
"default": "./dist/plugin-sdk/imessage-core.js"
|
|
335
|
+
},
|
|
336
|
+
"./plugin-sdk/irc": {
|
|
337
|
+
"types": "./dist/plugin-sdk/irc.d.ts",
|
|
338
|
+
"default": "./dist/plugin-sdk/irc.js"
|
|
339
|
+
},
|
|
340
|
+
"./plugin-sdk/reply-history": {
|
|
341
|
+
"types": "./dist/plugin-sdk/reply-history.d.ts",
|
|
342
|
+
"default": "./dist/plugin-sdk/reply-history.js"
|
|
343
|
+
},
|
|
344
|
+
"./plugin-sdk/media-understanding": {
|
|
345
|
+
"types": "./dist/plugin-sdk/media-understanding.d.ts",
|
|
346
|
+
"default": "./dist/plugin-sdk/media-understanding.js"
|
|
347
|
+
},
|
|
348
|
+
"./plugin-sdk/request-url": {
|
|
349
|
+
"types": "./dist/plugin-sdk/request-url.d.ts",
|
|
350
|
+
"default": "./dist/plugin-sdk/request-url.js"
|
|
351
|
+
},
|
|
352
|
+
"./plugin-sdk/runtime-store": {
|
|
353
|
+
"types": "./dist/plugin-sdk/runtime-store.d.ts",
|
|
354
|
+
"default": "./dist/plugin-sdk/runtime-store.js"
|
|
355
|
+
},
|
|
356
|
+
"./plugin-sdk/json-store": {
|
|
357
|
+
"types": "./dist/plugin-sdk/json-store.d.ts",
|
|
358
|
+
"default": "./dist/plugin-sdk/json-store.js"
|
|
359
|
+
},
|
|
360
|
+
"./plugin-sdk/keyed-async-queue": {
|
|
361
|
+
"types": "./dist/plugin-sdk/keyed-async-queue.d.ts",
|
|
362
|
+
"default": "./dist/plugin-sdk/keyed-async-queue.js"
|
|
363
|
+
},
|
|
364
|
+
"./plugin-sdk/line": {
|
|
365
|
+
"types": "./dist/plugin-sdk/line.d.ts",
|
|
366
|
+
"default": "./dist/plugin-sdk/line.js"
|
|
367
|
+
},
|
|
368
|
+
"./plugin-sdk/line-core": {
|
|
369
|
+
"types": "./dist/plugin-sdk/line-core.d.ts",
|
|
370
|
+
"default": "./dist/plugin-sdk/line-core.js"
|
|
371
|
+
},
|
|
372
|
+
"./plugin-sdk/llm-task": {
|
|
373
|
+
"types": "./dist/plugin-sdk/llm-task.d.ts",
|
|
374
|
+
"default": "./dist/plugin-sdk/llm-task.js"
|
|
375
|
+
},
|
|
376
|
+
"./plugin-sdk/matrix": {
|
|
377
|
+
"types": "./dist/plugin-sdk/matrix.d.ts",
|
|
378
|
+
"default": "./dist/plugin-sdk/matrix.js"
|
|
379
|
+
},
|
|
380
|
+
"./plugin-sdk/mattermost": {
|
|
381
|
+
"types": "./dist/plugin-sdk/mattermost.d.ts",
|
|
382
|
+
"default": "./dist/plugin-sdk/mattermost.js"
|
|
383
|
+
},
|
|
384
|
+
"./plugin-sdk/memory-core": {
|
|
385
|
+
"types": "./dist/plugin-sdk/memory-core.d.ts",
|
|
386
|
+
"default": "./dist/plugin-sdk/memory-core.js"
|
|
387
|
+
},
|
|
388
|
+
"./plugin-sdk/memory-lancedb": {
|
|
389
|
+
"types": "./dist/plugin-sdk/memory-lancedb.d.ts",
|
|
390
|
+
"default": "./dist/plugin-sdk/memory-lancedb.js"
|
|
391
|
+
},
|
|
392
|
+
"./plugin-sdk/msteams": {
|
|
393
|
+
"types": "./dist/plugin-sdk/msteams.d.ts",
|
|
394
|
+
"default": "./dist/plugin-sdk/msteams.js"
|
|
395
|
+
},
|
|
396
|
+
"./plugin-sdk/nextcloud-talk": {
|
|
397
|
+
"types": "./dist/plugin-sdk/nextcloud-talk.d.ts",
|
|
398
|
+
"default": "./dist/plugin-sdk/nextcloud-talk.js"
|
|
399
|
+
},
|
|
400
|
+
"./plugin-sdk/nostr": {
|
|
401
|
+
"types": "./dist/plugin-sdk/nostr.d.ts",
|
|
402
|
+
"default": "./dist/plugin-sdk/nostr.js"
|
|
403
|
+
},
|
|
404
|
+
"./plugin-sdk/provider-auth": {
|
|
405
|
+
"types": "./dist/plugin-sdk/provider-auth.d.ts",
|
|
406
|
+
"default": "./dist/plugin-sdk/provider-auth.js"
|
|
407
|
+
},
|
|
408
|
+
"./plugin-sdk/provider-auth-api-key": {
|
|
409
|
+
"types": "./dist/plugin-sdk/provider-auth-api-key.d.ts",
|
|
410
|
+
"default": "./dist/plugin-sdk/provider-auth-api-key.js"
|
|
411
|
+
},
|
|
412
|
+
"./plugin-sdk/provider-auth-login": {
|
|
413
|
+
"types": "./dist/plugin-sdk/provider-auth-login.d.ts",
|
|
414
|
+
"default": "./dist/plugin-sdk/provider-auth-login.js"
|
|
415
|
+
},
|
|
416
|
+
"./plugin-sdk/plugin-entry": {
|
|
417
|
+
"types": "./dist/plugin-sdk/plugin-entry.d.ts",
|
|
418
|
+
"default": "./dist/plugin-sdk/plugin-entry.js"
|
|
419
|
+
},
|
|
420
|
+
"./plugin-sdk/provider-catalog": {
|
|
421
|
+
"types": "./dist/plugin-sdk/provider-catalog.d.ts",
|
|
422
|
+
"default": "./dist/plugin-sdk/provider-catalog.js"
|
|
423
|
+
},
|
|
424
|
+
"./plugin-sdk/provider-env-vars": {
|
|
425
|
+
"types": "./dist/plugin-sdk/provider-env-vars.d.ts",
|
|
426
|
+
"default": "./dist/plugin-sdk/provider-env-vars.js"
|
|
427
|
+
},
|
|
428
|
+
"./plugin-sdk/provider-google": {
|
|
429
|
+
"types": "./dist/plugin-sdk/provider-google.d.ts",
|
|
430
|
+
"default": "./dist/plugin-sdk/provider-google.js"
|
|
431
|
+
},
|
|
432
|
+
"./plugin-sdk/provider-models": {
|
|
433
|
+
"types": "./dist/plugin-sdk/provider-models.d.ts",
|
|
434
|
+
"default": "./dist/plugin-sdk/provider-models.js"
|
|
435
|
+
},
|
|
436
|
+
"./plugin-sdk/provider-onboard": {
|
|
437
|
+
"types": "./dist/plugin-sdk/provider-onboard.d.ts",
|
|
438
|
+
"default": "./dist/plugin-sdk/provider-onboard.js"
|
|
439
|
+
},
|
|
440
|
+
"./plugin-sdk/provider-stream": {
|
|
441
|
+
"types": "./dist/plugin-sdk/provider-stream.d.ts",
|
|
442
|
+
"default": "./dist/plugin-sdk/provider-stream.js"
|
|
443
|
+
},
|
|
444
|
+
"./plugin-sdk/provider-usage": {
|
|
445
|
+
"types": "./dist/plugin-sdk/provider-usage.d.ts",
|
|
446
|
+
"default": "./dist/plugin-sdk/provider-usage.js"
|
|
447
|
+
},
|
|
448
|
+
"./plugin-sdk/provider-web-search": {
|
|
449
|
+
"types": "./dist/plugin-sdk/provider-web-search.d.ts",
|
|
450
|
+
"default": "./dist/plugin-sdk/provider-web-search.js"
|
|
451
|
+
},
|
|
452
|
+
"./plugin-sdk/param-readers": {
|
|
453
|
+
"types": "./dist/plugin-sdk/param-readers.d.ts",
|
|
454
|
+
"default": "./dist/plugin-sdk/param-readers.js"
|
|
455
|
+
},
|
|
456
|
+
"./plugin-sdk/provider-zai-endpoint": {
|
|
457
|
+
"types": "./dist/plugin-sdk/provider-zai-endpoint.d.ts",
|
|
458
|
+
"default": "./dist/plugin-sdk/provider-zai-endpoint.js"
|
|
459
|
+
},
|
|
460
|
+
"./plugin-sdk/secret-input": {
|
|
461
|
+
"types": "./dist/plugin-sdk/secret-input.d.ts",
|
|
462
|
+
"default": "./dist/plugin-sdk/secret-input.js"
|
|
463
|
+
},
|
|
464
|
+
"./plugin-sdk/signal": {
|
|
465
|
+
"types": "./dist/plugin-sdk/signal.d.ts",
|
|
466
|
+
"default": "./dist/plugin-sdk/signal.js"
|
|
467
|
+
},
|
|
468
|
+
"./plugin-sdk/channel-status": {
|
|
469
|
+
"types": "./dist/plugin-sdk/channel-status.d.ts",
|
|
470
|
+
"default": "./dist/plugin-sdk/channel-status.js"
|
|
471
|
+
},
|
|
472
|
+
"./plugin-sdk/slack": {
|
|
473
|
+
"types": "./dist/plugin-sdk/slack.d.ts",
|
|
474
|
+
"default": "./dist/plugin-sdk/slack.js"
|
|
475
|
+
},
|
|
476
|
+
"./plugin-sdk/slack-core": {
|
|
477
|
+
"types": "./dist/plugin-sdk/slack-core.d.ts",
|
|
478
|
+
"default": "./dist/plugin-sdk/slack-core.js"
|
|
479
|
+
},
|
|
480
|
+
"./plugin-sdk/slack-targets": {
|
|
481
|
+
"types": "./dist/plugin-sdk/slack-targets.d.ts",
|
|
482
|
+
"default": "./dist/plugin-sdk/slack-targets.js"
|
|
483
|
+
},
|
|
484
|
+
"./plugin-sdk/status-helpers": {
|
|
485
|
+
"types": "./dist/plugin-sdk/status-helpers.d.ts",
|
|
486
|
+
"default": "./dist/plugin-sdk/status-helpers.js"
|
|
487
|
+
},
|
|
488
|
+
"./plugin-sdk/speech": {
|
|
489
|
+
"types": "./dist/plugin-sdk/speech.d.ts",
|
|
490
|
+
"default": "./dist/plugin-sdk/speech.js"
|
|
491
|
+
},
|
|
492
|
+
"./plugin-sdk/state-paths": {
|
|
493
|
+
"types": "./dist/plugin-sdk/state-paths.d.ts",
|
|
494
|
+
"default": "./dist/plugin-sdk/state-paths.js"
|
|
495
|
+
},
|
|
496
|
+
"./plugin-sdk/telegram": {
|
|
497
|
+
"types": "./dist/plugin-sdk/telegram.d.ts",
|
|
498
|
+
"default": "./dist/plugin-sdk/telegram.js"
|
|
499
|
+
},
|
|
500
|
+
"./plugin-sdk/telegram-core": {
|
|
501
|
+
"types": "./dist/plugin-sdk/telegram-core.d.ts",
|
|
502
|
+
"default": "./dist/plugin-sdk/telegram-core.js"
|
|
503
|
+
},
|
|
504
|
+
"./plugin-sdk/thread-ownership": {
|
|
505
|
+
"types": "./dist/plugin-sdk/thread-ownership.d.ts",
|
|
506
|
+
"default": "./dist/plugin-sdk/thread-ownership.js"
|
|
507
|
+
},
|
|
508
|
+
"./plugin-sdk/tlon": {
|
|
509
|
+
"types": "./dist/plugin-sdk/tlon.d.ts",
|
|
510
|
+
"default": "./dist/plugin-sdk/tlon.js"
|
|
511
|
+
},
|
|
512
|
+
"./plugin-sdk/tool-send": {
|
|
513
|
+
"types": "./dist/plugin-sdk/tool-send.d.ts",
|
|
514
|
+
"default": "./dist/plugin-sdk/tool-send.js"
|
|
515
|
+
},
|
|
516
|
+
"./plugin-sdk/twitch": {
|
|
517
|
+
"types": "./dist/plugin-sdk/twitch.d.ts",
|
|
518
|
+
"default": "./dist/plugin-sdk/twitch.js"
|
|
519
|
+
},
|
|
520
|
+
"./plugin-sdk/webhook-ingress": {
|
|
521
|
+
"types": "./dist/plugin-sdk/webhook-ingress.d.ts",
|
|
522
|
+
"default": "./dist/plugin-sdk/webhook-ingress.js"
|
|
523
|
+
},
|
|
524
|
+
"./plugin-sdk/webhook-path": {
|
|
525
|
+
"types": "./dist/plugin-sdk/webhook-path.d.ts",
|
|
526
|
+
"default": "./dist/plugin-sdk/webhook-path.js"
|
|
527
|
+
},
|
|
528
|
+
"./plugin-sdk/web-media": {
|
|
529
|
+
"types": "./dist/plugin-sdk/web-media.d.ts",
|
|
530
|
+
"default": "./dist/plugin-sdk/web-media.js"
|
|
531
|
+
},
|
|
532
|
+
"./plugin-sdk/voice-call": {
|
|
533
|
+
"types": "./dist/plugin-sdk/voice-call.d.ts",
|
|
534
|
+
"default": "./dist/plugin-sdk/voice-call.js"
|
|
535
|
+
},
|
|
536
|
+
"./plugin-sdk/whatsapp-core": {
|
|
537
|
+
"types": "./dist/plugin-sdk/whatsapp-core.d.ts",
|
|
538
|
+
"default": "./dist/plugin-sdk/whatsapp-core.js"
|
|
539
|
+
},
|
|
540
|
+
"./plugin-sdk/whatsapp-shared": {
|
|
541
|
+
"types": "./dist/plugin-sdk/whatsapp-shared.d.ts",
|
|
542
|
+
"default": "./dist/plugin-sdk/whatsapp-shared.js"
|
|
543
|
+
},
|
|
544
|
+
"./plugin-sdk/zalo": {
|
|
545
|
+
"types": "./dist/plugin-sdk/zalo.d.ts",
|
|
546
|
+
"default": "./dist/plugin-sdk/zalo.js"
|
|
547
|
+
},
|
|
548
|
+
"./plugin-sdk/zalouser": {
|
|
549
|
+
"types": "./dist/plugin-sdk/zalouser.d.ts",
|
|
550
|
+
"default": "./dist/plugin-sdk/zalouser.js"
|
|
551
|
+
},
|
|
552
|
+
"./extension-api": "./dist/extensionAPI.js",
|
|
553
|
+
"./cli-entry": "./quantumclaw.mjs"
|
|
554
|
+
},
|
|
555
|
+
"scripts": {
|
|
556
|
+
"android:assemble": "cd apps/android && ./gradlew :app:assemblePlayDebug",
|
|
557
|
+
"android:assemble:third-party": "cd apps/android && ./gradlew :app:assembleThirdPartyDebug",
|
|
558
|
+
"android:bundle:release": "bun apps/android/scripts/build-release-aab.ts",
|
|
559
|
+
"android:format": "cd apps/android && ./gradlew :app:ktlintFormat :benchmark:ktlintFormat",
|
|
560
|
+
"android:install": "cd apps/android && ./gradlew :app:installPlayDebug",
|
|
561
|
+
"android:install:third-party": "cd apps/android && ./gradlew :app:installThirdPartyDebug",
|
|
562
|
+
"android:lint": "cd apps/android && ./gradlew :app:ktlintCheck :benchmark:ktlintCheck",
|
|
563
|
+
"android:lint:android": "cd apps/android && ./gradlew :app:lintDebug",
|
|
564
|
+
"android:run": "cd apps/android && ./gradlew :app:installPlayDebug && adb shell am start -n ai.quantumclaw.app/.MainActivity",
|
|
565
|
+
"android:run:third-party": "cd apps/android && ./gradlew :app:installThirdPartyDebug && adb shell am start -n ai.quantumclaw.app/.MainActivity",
|
|
566
|
+
"android:test": "cd apps/android && ./gradlew :app:testPlayDebugUnitTest",
|
|
567
|
+
"android:test:integration": "QUANTUMCLAW_LIVE_TEST=1 QUANTUMCLAW_LIVE_ANDROID_NODE=1 vitest run --config vitest.live.config.ts src/gateway/android-node.capabilities.live.test.ts",
|
|
568
|
+
"android:test:third-party": "cd apps/android && ./gradlew :app:testThirdPartyDebugUnitTest",
|
|
569
|
+
"build": "pnpm canvas:a2ui:bundle && node scripts/tsdown-build.mjs && node scripts/runtime-postbuild.mjs && pnpm build:plugin-sdk:dts && node --import tsx scripts/write-plugin-sdk-entry-dts.ts && node --import tsx scripts/canvas-a2ui-copy.ts && node --import tsx scripts/copy-hook-metadata.ts && node --import tsx scripts/copy-export-html-templates.ts && node --import tsx scripts/write-build-info.ts && node --import tsx scripts/write-cli-startup-metadata.ts && node --import tsx scripts/write-cli-compat.ts",
|
|
570
|
+
"build:docker": "node scripts/tsdown-build.mjs && node scripts/runtime-postbuild.mjs && node --import tsx scripts/canvas-a2ui-copy.ts && node --import tsx scripts/copy-hook-metadata.ts && node --import tsx scripts/copy-export-html-templates.ts && node --import tsx scripts/write-build-info.ts && node --import tsx scripts/write-cli-startup-metadata.ts && node --import tsx scripts/write-cli-compat.ts",
|
|
571
|
+
"build:plugin-sdk:dts": "tsc -p tsconfig.plugin-sdk.dts.json",
|
|
572
|
+
"build:strict-smoke": "pnpm canvas:a2ui:bundle && node scripts/tsdown-build.mjs && node scripts/runtime-postbuild.mjs && pnpm build:plugin-sdk:dts",
|
|
573
|
+
"canvas:a2ui:bundle": "bash scripts/bundle-a2ui.sh",
|
|
574
|
+
"check": "pnpm check:host-env-policy:swift && pnpm check:bundled-provider-auth-env-vars && pnpm format:check && pnpm tsgo && pnpm plugin-sdk:check-exports && pnpm lint && pnpm lint:tmp:no-random-messaging && pnpm lint:tmp:channel-agnostic-boundaries && pnpm lint:tmp:no-raw-channel-fetch && pnpm lint:agent:ingress-owner && pnpm lint:plugins:no-register-http-handler && pnpm lint:plugins:no-monolithic-plugin-sdk-entry-imports && pnpm lint:plugins:no-extension-src-imports && pnpm lint:plugins:no-extension-test-core-imports && pnpm lint:plugins:no-extension-imports && pnpm lint:plugins:plugin-sdk-subpaths-exported && pnpm lint:extensions:no-src-outside-plugin-sdk && pnpm lint:extensions:no-plugin-sdk-internal && pnpm lint:extensions:no-relative-outside-package && pnpm lint:web-search-provider-boundaries && pnpm lint:webhook:no-low-level-body-read && pnpm lint:auth:no-pairing-store-group && pnpm lint:auth:pairing-account-scope",
|
|
575
|
+
"check:bundled-provider-auth-env-vars": "node scripts/generate-bundled-provider-auth-env-vars.mjs --check",
|
|
576
|
+
"check:docs": "pnpm format:docs:check && pnpm lint:docs && pnpm docs:check-i18n-glossary && pnpm docs:check-links",
|
|
577
|
+
"check:host-env-policy:swift": "node scripts/generate-host-env-security-policy-swift.mjs --check",
|
|
578
|
+
"check:loc": "node --import tsx scripts/check-ts-max-loc.ts --max 500",
|
|
579
|
+
"config:docs:check": "node --import tsx scripts/generate-config-doc-baseline.ts --check",
|
|
580
|
+
"config:docs:gen": "node --import tsx scripts/generate-config-doc-baseline.ts --write",
|
|
581
|
+
"deadcode:ci": "pnpm deadcode:report:ci:knip",
|
|
582
|
+
"deadcode:knip": "pnpm dlx knip --config knip.config.ts --isolate-workspaces --production --no-progress --reporter compact --files --dependencies",
|
|
583
|
+
"deadcode:report": "pnpm deadcode:knip; pnpm deadcode:ts-prune; pnpm deadcode:ts-unused",
|
|
584
|
+
"deadcode:report:ci:knip": "mkdir -p .artifacts/deadcode && pnpm deadcode:knip > .artifacts/deadcode/knip.txt 2>&1 || true",
|
|
585
|
+
"deadcode:report:ci:ts-prune": "mkdir -p .artifacts/deadcode && pnpm deadcode:ts-prune > .artifacts/deadcode/ts-prune.txt 2>&1 || true",
|
|
586
|
+
"deadcode:report:ci:ts-unused": "mkdir -p .artifacts/deadcode && pnpm deadcode:ts-unused > .artifacts/deadcode/ts-unused-exports.txt 2>&1 || true",
|
|
587
|
+
"deadcode:ts-prune": "pnpm dlx ts-prune src extensions scripts",
|
|
588
|
+
"deadcode:ts-unused": "pnpm dlx ts-unused-exports tsconfig.json --ignoreTestFiles --exitWithCount",
|
|
589
|
+
"dev": "node scripts/run-node.mjs",
|
|
590
|
+
"docs:bin": "node scripts/build-docs-list.mjs",
|
|
591
|
+
"docs:check-i18n-glossary": "node scripts/check-docs-i18n-glossary.mjs",
|
|
592
|
+
"docs:check-links": "node scripts/docs-link-audit.mjs",
|
|
593
|
+
"docs:dev": "cd docs && mint dev",
|
|
594
|
+
"docs:list": "node scripts/docs-list.js",
|
|
595
|
+
"docs:spellcheck": "bash scripts/docs-spellcheck.sh",
|
|
596
|
+
"docs:spellcheck:fix": "bash scripts/docs-spellcheck.sh --write",
|
|
597
|
+
"dup:check": "jscpd src extensions test scripts --format typescript,javascript --pattern \"**/*.{ts,tsx,js,mjs,cjs}\" --gitignore --noSymlinks --ignore \"**/node_modules/**,**/dist/**,**/.git/**,**/coverage/**,**/build/**,**/.build/**,**/.artifacts/**\" --min-lines 12 --min-tokens 80 --reporters console",
|
|
598
|
+
"dup:check:json": "jscpd src extensions test scripts --format typescript,javascript --pattern \"**/*.{ts,tsx,js,mjs,cjs}\" --gitignore --noSymlinks --ignore \"**/node_modules/**,**/dist/**,**/.git/**,**/coverage/**,**/build/**,**/.build/**,**/.artifacts/**\" --min-lines 12 --min-tokens 80 --reporters json --output .artifacts/jscpd",
|
|
599
|
+
"format": "oxfmt --write",
|
|
600
|
+
"format:all": "pnpm format && pnpm format:swift",
|
|
601
|
+
"format:check": "oxfmt --check",
|
|
602
|
+
"format:diff": "oxfmt --write && git --no-pager diff",
|
|
603
|
+
"format:docs": "git ls-files 'docs/**/*.md' 'docs/**/*.mdx' 'README.md' | xargs oxfmt --write",
|
|
604
|
+
"format:docs:check": "git ls-files 'docs/**/*.md' 'docs/**/*.mdx' 'README.md' | xargs oxfmt --check",
|
|
605
|
+
"format:fix": "oxfmt --write",
|
|
606
|
+
"format:swift": "swiftformat --lint --config .swiftformat apps/macos/Sources apps/ios/Sources apps/shared/QuantumClawKit/Sources",
|
|
607
|
+
"gateway:dev": "QUANTUMCLAW_SKIP_CHANNELS=1 CLAWDBOT_SKIP_CHANNELS=1 node scripts/run-node.mjs --dev gateway",
|
|
608
|
+
"gateway:dev:reset": "QUANTUMCLAW_SKIP_CHANNELS=1 CLAWDBOT_SKIP_CHANNELS=1 node scripts/run-node.mjs --dev gateway --reset",
|
|
609
|
+
"gateway:watch": "node scripts/watch-node.mjs gateway --force",
|
|
610
|
+
"gen:host-env-policy:swift": "node scripts/generate-host-env-security-policy-swift.mjs --write",
|
|
611
|
+
"ghsa:patch": "node scripts/ghsa-patch.mjs",
|
|
612
|
+
"ios:beta": "bash scripts/ios-beta-release.sh",
|
|
613
|
+
"ios:beta:archive": "bash scripts/ios-beta-archive.sh",
|
|
614
|
+
"ios:beta:prepare": "bash scripts/ios-beta-prepare.sh",
|
|
615
|
+
"ios:build": "bash -lc './scripts/ios-configure-signing.sh && ./scripts/ios-write-version-xcconfig.sh && cd apps/ios && xcodegen generate && xcodebuild -project QuantumClaw.xcodeproj -scheme QuantumClaw -destination \"${IOS_DEST:-platform=iOS Simulator,name=iPhone 17}\" -configuration Debug build'",
|
|
616
|
+
"ios:gen": "bash -lc './scripts/ios-configure-signing.sh && ./scripts/ios-write-version-xcconfig.sh && cd apps/ios && xcodegen generate'",
|
|
617
|
+
"ios:open": "bash -lc './scripts/ios-configure-signing.sh && ./scripts/ios-write-version-xcconfig.sh && cd apps/ios && xcodegen generate && open QuantumClaw.xcodeproj'",
|
|
618
|
+
"ios:run": "bash -lc './scripts/ios-configure-signing.sh && ./scripts/ios-write-version-xcconfig.sh && cd apps/ios && xcodegen generate && xcodebuild -project QuantumClaw.xcodeproj -scheme QuantumClaw -destination \"${IOS_DEST:-platform=iOS Simulator,name=iPhone 17}\" -configuration Debug build && xcrun simctl boot \"${IOS_SIM:-iPhone 17}\" || true && xcrun simctl launch booted ai.quantumclaw.ios'",
|
|
619
|
+
"lint": "oxlint --type-aware",
|
|
620
|
+
"lint:agent:ingress-owner": "node scripts/check-ingress-agent-owner-context.mjs",
|
|
621
|
+
"lint:all": "pnpm lint && pnpm lint:swift",
|
|
622
|
+
"lint:auth:no-pairing-store-group": "node scripts/check-no-pairing-store-group-auth.mjs",
|
|
623
|
+
"lint:auth:pairing-account-scope": "node scripts/check-pairing-account-scope.mjs",
|
|
624
|
+
"lint:docs": "pnpm dlx markdownlint-cli2",
|
|
625
|
+
"lint:docs:fix": "pnpm dlx markdownlint-cli2 --fix",
|
|
626
|
+
"lint:extensions:no-plugin-sdk-internal": "node scripts/check-extension-plugin-sdk-boundary.mjs --mode=plugin-sdk-internal",
|
|
627
|
+
"lint:extensions:no-relative-outside-package": "node scripts/check-extension-plugin-sdk-boundary.mjs --mode=relative-outside-package",
|
|
628
|
+
"lint:extensions:no-src-outside-plugin-sdk": "node scripts/check-extension-plugin-sdk-boundary.mjs --mode=src-outside-plugin-sdk",
|
|
629
|
+
"lint:fix": "oxlint --type-aware --fix && pnpm format",
|
|
630
|
+
"lint:plugins:no-extension-imports": "node scripts/check-plugin-extension-import-boundary.mjs",
|
|
631
|
+
"lint:plugins:no-extension-src-imports": "node --import tsx scripts/check-no-extension-src-imports.ts",
|
|
632
|
+
"lint:plugins:no-extension-test-core-imports": "node --import tsx scripts/check-no-extension-test-core-imports.ts",
|
|
633
|
+
"lint:plugins:no-monolithic-plugin-sdk-entry-imports": "node --import tsx scripts/check-no-monolithic-plugin-sdk-entry-imports.ts",
|
|
634
|
+
"lint:plugins:no-register-http-handler": "node scripts/check-no-register-http-handler.mjs",
|
|
635
|
+
"lint:plugins:plugin-sdk-subpaths-exported": "node scripts/check-plugin-sdk-subpath-exports.mjs",
|
|
636
|
+
"lint:swift": "swiftlint lint --config .swiftlint.yml && (cd apps/ios && swiftlint lint --config .swiftlint.yml)",
|
|
637
|
+
"lint:tmp:channel-agnostic-boundaries": "node scripts/check-channel-agnostic-boundaries.mjs",
|
|
638
|
+
"lint:tmp:no-random-messaging": "node scripts/check-no-random-messaging-tmp.mjs",
|
|
639
|
+
"lint:tmp:no-raw-channel-fetch": "node scripts/check-no-raw-channel-fetch.mjs",
|
|
640
|
+
"lint:ui:no-raw-window-open": "node scripts/check-no-raw-window-open.mjs",
|
|
641
|
+
"lint:web-search-provider-boundaries": "node scripts/check-web-search-provider-boundaries.mjs",
|
|
642
|
+
"lint:webhook:no-low-level-body-read": "node scripts/check-webhook-auth-body-order.mjs",
|
|
643
|
+
"mac:open": "open dist/QuantumClaw.app",
|
|
644
|
+
"mac:package": "bash scripts/package-mac-app.sh",
|
|
645
|
+
"mac:restart": "bash scripts/restart-mac.sh",
|
|
646
|
+
"moltbot:rpc": "node scripts/run-node.mjs agent --mode rpc --json",
|
|
647
|
+
"quantumclaw": "node scripts/run-node.mjs",
|
|
648
|
+
"quantumclaw:rpc": "node scripts/run-node.mjs agent --mode rpc --json",
|
|
649
|
+
"plugin-sdk:api:check": "node --import tsx scripts/generate-plugin-sdk-api-baseline.ts --check",
|
|
650
|
+
"plugin-sdk:api:gen": "node --import tsx scripts/generate-plugin-sdk-api-baseline.ts --write",
|
|
651
|
+
"plugin-sdk:check-exports": "node scripts/sync-plugin-sdk-exports.mjs --check",
|
|
652
|
+
"plugin-sdk:sync-exports": "node scripts/sync-plugin-sdk-exports.mjs",
|
|
653
|
+
"plugins:sync": "node --import tsx scripts/sync-plugin-versions.ts",
|
|
654
|
+
"prepack": "pnpm build && pnpm ui:build",
|
|
655
|
+
"prepare": "command -v git >/dev/null 2>&1 && git rev-parse --is-inside-work-tree >/dev/null 2>&1 && git config core.hooksPath git-hooks || exit 0",
|
|
656
|
+
"protocol:check": "pnpm protocol:gen && pnpm protocol:gen:swift && git diff --exit-code -- dist/protocol.schema.json apps/macos/Sources/QuantumClawProtocol/GatewayModels.swift apps/shared/QuantumClawKit/Sources/QuantumClawProtocol/GatewayModels.swift",
|
|
657
|
+
"protocol:gen": "node --import tsx scripts/protocol-gen.ts",
|
|
658
|
+
"protocol:gen:swift": "node --import tsx scripts/protocol-gen-swift.ts",
|
|
659
|
+
"release:check": "pnpm config:docs:check && pnpm plugin-sdk:api:check && node scripts/stage-bundled-plugin-runtime-deps.mjs && node --import tsx scripts/release-check.ts",
|
|
660
|
+
"release:quantumclaw:npm:check": "node --import tsx scripts/quantumclaw-npm-release-check.ts",
|
|
661
|
+
"release:plugins:npm:check": "node --import tsx scripts/plugin-npm-release-check.ts",
|
|
662
|
+
"release:plugins:npm:plan": "node --import tsx scripts/plugin-npm-release-plan.ts",
|
|
663
|
+
"stage:bundled-plugin-runtime-deps": "node scripts/stage-bundled-plugin-runtime-deps.mjs",
|
|
664
|
+
"start": "node scripts/run-node.mjs",
|
|
665
|
+
"test": "node scripts/test-parallel.mjs",
|
|
666
|
+
"test:all": "pnpm lint && pnpm build && pnpm test && pnpm test:e2e && pnpm test:live && pnpm test:docker:all",
|
|
667
|
+
"test:auth:compat": "vitest run --config vitest.gateway.config.ts src/gateway/server.auth.compat-baseline.test.ts src/gateway/client.test.ts src/gateway/reconnect-gating.test.ts src/gateway/protocol/connect-error-details.test.ts",
|
|
668
|
+
"test:build:singleton": "node scripts/test-built-plugin-singleton.mjs",
|
|
669
|
+
"test:channels": "vitest run --config vitest.channels.config.ts",
|
|
670
|
+
"test:contracts": "pnpm test:contracts:channels && pnpm test:contracts:plugins",
|
|
671
|
+
"test:contracts:channels": "QUANTUMCLAW_TEST_PROFILE=low pnpm test -- src/channels/plugins/contracts",
|
|
672
|
+
"test:contracts:plugins": "QUANTUMCLAW_TEST_PROFILE=low pnpm test -- src/plugins/contracts",
|
|
673
|
+
"test:coverage": "vitest run --config vitest.unit.config.ts --coverage",
|
|
674
|
+
"test:docker:all": "pnpm test:docker:live-models && pnpm test:docker:live-gateway && pnpm test:docker:onboard && pnpm test:docker:gateway-network && pnpm test:docker:qr && pnpm test:docker:doctor-switch && pnpm test:docker:plugins && pnpm test:docker:cleanup",
|
|
675
|
+
"test:docker:cleanup": "bash scripts/test-cleanup-docker.sh",
|
|
676
|
+
"test:docker:doctor-switch": "bash scripts/e2e/doctor-install-switch-docker.sh",
|
|
677
|
+
"test:docker:gateway-network": "bash scripts/e2e/gateway-network-docker.sh",
|
|
678
|
+
"test:docker:live-gateway": "bash scripts/test-live-gateway-models-docker.sh",
|
|
679
|
+
"test:docker:live-models": "bash scripts/test-live-models-docker.sh",
|
|
680
|
+
"test:docker:onboard": "bash scripts/e2e/onboard-docker.sh",
|
|
681
|
+
"test:docker:plugins": "bash scripts/e2e/plugins-docker.sh",
|
|
682
|
+
"test:docker:qr": "bash scripts/e2e/qr-import-docker.sh",
|
|
683
|
+
"test:e2e": "vitest run --config vitest.e2e.config.ts",
|
|
684
|
+
"test:e2e:openshell": "QUANTUMCLAW_E2E_OPENSHELL=1 vitest run --config vitest.e2e.config.ts test/openshell-sandbox.e2e.test.ts",
|
|
685
|
+
"test:extension": "node scripts/test-extension.mjs",
|
|
686
|
+
"test:extensions": "vitest run --config vitest.extensions.config.ts",
|
|
687
|
+
"test:extensions:memory": "node scripts/profile-extension-memory.mjs",
|
|
688
|
+
"test:fast": "vitest run --config vitest.unit.config.ts",
|
|
689
|
+
"test:force": "node --import tsx scripts/test-force.ts",
|
|
690
|
+
"test:gateway": "vitest run --config vitest.gateway.config.ts --pool=forks",
|
|
691
|
+
"test:gateway:watch-regression": "node scripts/check-gateway-watch-regression.mjs",
|
|
692
|
+
"test:install:e2e": "bash scripts/test-install-sh-e2e-docker.sh",
|
|
693
|
+
"test:install:e2e:anthropic": "QUANTUMCLAW_E2E_MODELS=anthropic CLAWDBOT_E2E_MODELS=anthropic bash scripts/test-install-sh-e2e-docker.sh",
|
|
694
|
+
"test:install:e2e:openai": "QUANTUMCLAW_E2E_MODELS=openai CLAWDBOT_E2E_MODELS=openai bash scripts/test-install-sh-e2e-docker.sh",
|
|
695
|
+
"test:install:smoke": "bash scripts/test-install-sh-docker.sh",
|
|
696
|
+
"test:live": "QUANTUMCLAW_LIVE_TEST=1 CLAWDBOT_LIVE_TEST=1 vitest run --config vitest.live.config.ts",
|
|
697
|
+
"test:macmini": "QUANTUMCLAW_TEST_VM_FORKS=0 QUANTUMCLAW_TEST_PROFILE=macmini node scripts/test-parallel.mjs",
|
|
698
|
+
"test:parallels:linux": "bash scripts/e2e/parallels-linux-smoke.sh",
|
|
699
|
+
"test:parallels:macos": "bash scripts/e2e/parallels-macos-smoke.sh",
|
|
700
|
+
"test:parallels:windows": "bash scripts/e2e/parallels-windows-smoke.sh",
|
|
701
|
+
"test:perf:budget": "node scripts/test-perf-budget.mjs",
|
|
702
|
+
"test:perf:find-thread-candidates": "node scripts/test-find-thread-candidates.mjs",
|
|
703
|
+
"test:perf:hotspots": "node scripts/test-hotspots.mjs",
|
|
704
|
+
"test:perf:update-memory-hotspots": "node scripts/test-update-memory-hotspots.mjs",
|
|
705
|
+
"test:perf:update-timings": "node scripts/test-update-timings.mjs",
|
|
706
|
+
"test:sectriage": "pnpm exec vitest run --config vitest.gateway.config.ts && vitest run --config vitest.unit.config.ts --exclude src/daemon/launchd.integration.test.ts --exclude src/process/exec.test.ts",
|
|
707
|
+
"test:startup:memory": "node scripts/check-cli-startup-memory.mjs",
|
|
708
|
+
"test:ui": "pnpm lint:ui:no-raw-window-open && pnpm --dir ui test",
|
|
709
|
+
"test:voicecall:closedloop": "vitest run extensions/voice-call/src/manager.test.ts extensions/voice-call/src/media-stream.test.ts src/plugins/voice-call.plugin.test.ts --maxWorkers=1",
|
|
710
|
+
"test:watch": "vitest",
|
|
711
|
+
"tui": "node scripts/run-node.mjs tui",
|
|
712
|
+
"tui:dev": "QUANTUMCLAW_PROFILE=dev CLAWDBOT_PROFILE=dev node scripts/run-node.mjs --dev tui",
|
|
713
|
+
"ui:build": "node scripts/ui.js build",
|
|
714
|
+
"ui:dev": "node scripts/ui.js dev",
|
|
715
|
+
"ui:install": "node scripts/ui.js install"
|
|
716
|
+
},
|
|
717
|
+
"dependencies": {
|
|
718
|
+
"@agentclientprotocol/sdk": "0.16.1",
|
|
719
|
+
"@anthropic-ai/vertex-sdk": "^0.14.4",
|
|
720
|
+
"@aws-sdk/client-bedrock": "^3.1014.0",
|
|
721
|
+
"@clack/prompts": "^1.1.0",
|
|
722
|
+
"@homebridge/ciao": "^1.3.5",
|
|
723
|
+
"@line/bot-sdk": "^10.6.0",
|
|
724
|
+
"@lydell/node-pty": "1.2.0-beta.3",
|
|
725
|
+
"@mariozechner/pi-agent-core": "0.61.1",
|
|
726
|
+
"@mariozechner/pi-ai": "0.61.1",
|
|
727
|
+
"@mariozechner/pi-coding-agent": "0.61.1",
|
|
728
|
+
"@mariozechner/pi-tui": "0.61.1",
|
|
729
|
+
"@modelcontextprotocol/sdk": "1.27.1",
|
|
730
|
+
"@mozilla/readability": "^0.6.0",
|
|
731
|
+
"@sinclair/typebox": "0.34.48",
|
|
732
|
+
"ajv": "^8.18.0",
|
|
733
|
+
"chalk": "^5.6.2",
|
|
734
|
+
"chokidar": "^5.0.0",
|
|
735
|
+
"cli-highlight": "^2.1.11",
|
|
736
|
+
"commander": "^14.0.3",
|
|
737
|
+
"croner": "^10.0.1",
|
|
738
|
+
"dotenv": "^17.3.1",
|
|
739
|
+
"express": "^5.2.1",
|
|
740
|
+
"file-type": "21.3.4",
|
|
741
|
+
"gaxios": "7.1.4",
|
|
742
|
+
"hono": "4.12.8",
|
|
743
|
+
"ipaddr.js": "^2.3.0",
|
|
744
|
+
"jiti": "^2.6.1",
|
|
745
|
+
"json5": "^2.2.3",
|
|
746
|
+
"jszip": "^3.10.1",
|
|
747
|
+
"linkedom": "^0.18.12",
|
|
748
|
+
"long": "^5.3.2",
|
|
749
|
+
"markdown-it": "^14.1.1",
|
|
750
|
+
"node-edge-tts": "^1.2.10",
|
|
751
|
+
"osc-progress": "^0.3.0",
|
|
752
|
+
"pdfjs-dist": "^5.5.207",
|
|
753
|
+
"playwright-core": "1.58.2",
|
|
754
|
+
"qrcode-terminal": "^0.12.0",
|
|
755
|
+
"sharp": "^0.34.5",
|
|
756
|
+
"sqlite-vec": "0.1.7",
|
|
757
|
+
"tar": "7.5.12",
|
|
758
|
+
"tslog": "^4.10.2",
|
|
759
|
+
"undici": "^7.24.5",
|
|
760
|
+
"uuid": "^13.0.0",
|
|
761
|
+
"ws": "^8.20.0",
|
|
762
|
+
"yaml": "^2.8.3",
|
|
763
|
+
"zod": "^4.3.6"
|
|
764
|
+
},
|
|
765
|
+
"devDependencies": {
|
|
766
|
+
"@grammyjs/types": "^3.25.0",
|
|
767
|
+
"@lit-labs/signals": "^0.2.0",
|
|
768
|
+
"@lit/context": "^1.1.6",
|
|
769
|
+
"@types/express": "^5.0.6",
|
|
770
|
+
"@types/markdown-it": "^14.1.2",
|
|
771
|
+
"@types/node": "^25.5.0",
|
|
772
|
+
"@types/qrcode-terminal": "^0.12.2",
|
|
773
|
+
"@types/ws": "^8.18.1",
|
|
774
|
+
"@typescript/native-preview": "7.0.0-dev.20260322.1",
|
|
775
|
+
"@vitest/coverage-v8": "^4.1.0",
|
|
776
|
+
"jscpd": "4.0.8",
|
|
777
|
+
"jsdom": "^29.0.1",
|
|
778
|
+
"lit": "^3.3.2",
|
|
779
|
+
"oxfmt": "0.41.0",
|
|
780
|
+
"oxlint": "^1.56.0",
|
|
781
|
+
"oxlint-tsgolint": "^0.17.1",
|
|
782
|
+
"signal-utils": "0.21.1",
|
|
783
|
+
"tsdown": "0.21.4",
|
|
784
|
+
"tsx": "^4.21.0",
|
|
785
|
+
"typescript": "^5.9.3",
|
|
786
|
+
"vitest": "^4.1.0"
|
|
787
|
+
},
|
|
788
|
+
"peerDependencies": {
|
|
789
|
+
"@napi-rs/canvas": "^0.1.89",
|
|
790
|
+
"node-llama-cpp": "3.16.2"
|
|
791
|
+
},
|
|
792
|
+
"peerDependenciesMeta": {
|
|
793
|
+
"node-llama-cpp": {
|
|
794
|
+
"optional": true
|
|
795
|
+
}
|
|
796
|
+
},
|
|
797
|
+
"engines": {
|
|
798
|
+
"node": ">=22.16.0"
|
|
799
|
+
},
|
|
800
|
+
"packageManager": "pnpm@10.23.0",
|
|
801
|
+
"pnpm": {
|
|
802
|
+
"minimumReleaseAge": 2880,
|
|
803
|
+
"overrides": {
|
|
804
|
+
"hono": "4.12.8",
|
|
805
|
+
"@hono/node-server": "1.19.10",
|
|
806
|
+
"fast-xml-parser": "5.5.6",
|
|
807
|
+
"request": "npm:@cypress/request@3.0.10",
|
|
808
|
+
"request-promise": "npm:@cypress/request-promise@5.0.0",
|
|
809
|
+
"file-type": "21.3.4",
|
|
810
|
+
"form-data": "2.5.4",
|
|
811
|
+
"minimatch": "10.2.4",
|
|
812
|
+
"qs": "6.14.2",
|
|
813
|
+
"node-domexception": "npm:@nolyfill/domexception@^1.0.28",
|
|
814
|
+
"@sinclair/typebox": "0.34.48",
|
|
815
|
+
"tar": "7.5.12",
|
|
816
|
+
"tough-cookie": "4.1.3",
|
|
817
|
+
"yauzl": "3.2.1"
|
|
818
|
+
},
|
|
819
|
+
"onlyBuiltDependencies": [
|
|
820
|
+
"@discordjs/opus",
|
|
821
|
+
"@lydell/node-pty",
|
|
822
|
+
"@matrix-org/matrix-sdk-crypto-nodejs",
|
|
823
|
+
"@napi-rs/canvas",
|
|
824
|
+
"@tloncorp/api",
|
|
825
|
+
"@tloncorp/tlon-skill",
|
|
826
|
+
"@whiskeysockets/baileys",
|
|
827
|
+
"authenticate-pam",
|
|
828
|
+
"esbuild",
|
|
829
|
+
"node-llama-cpp",
|
|
830
|
+
"protobufjs",
|
|
831
|
+
"sharp"
|
|
832
|
+
],
|
|
833
|
+
"packageExtensions": {
|
|
834
|
+
"@mariozechner/pi-coding-agent": {
|
|
835
|
+
"dependencies": {
|
|
836
|
+
"strip-ansi": "^7.2.0"
|
|
837
|
+
}
|
|
838
|
+
}
|
|
839
|
+
}
|
|
840
|
+
}
|
|
841
|
+
}
|