惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Hugging Face - Blog
Hugging Face - Blog
Google DeepMind News
Google DeepMind News
云风的 BLOG
云风的 BLOG
WordPress大学
WordPress大学
Vercel News
Vercel News
Apple Machine Learning Research
Apple Machine Learning Research
T
Tailwind CSS Blog
I
InfoQ
小众软件
小众软件
Recent Announcements
Recent Announcements
博客园 - 【当耐特】
The GitHub Blog
The GitHub Blog
大猫的无限游戏
大猫的无限游戏
美团技术团队
T
The Blog of Author Tim Ferriss
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
酷 壳 – CoolShell
酷 壳 – CoolShell
MongoDB | Blog
MongoDB | Blog
V
V2EX
J
Java Code Geeks
有赞技术团队
有赞技术团队
博客园 - 聂微东
B
Blog RSS Feed
博客园 - 司徒正美

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
refactor: collapse zalo runtime api barrel · openclaw/ope...
vincentkoc · 2026-05-30 · via Recent Commits to openclaw:main
11

export {

2-

addWildcardAllowFrom,

3-

applyAccountNameToChannelSection,

4-

applyBasicWebhookRequestGuards,

5-

applySetupAccountConfigPatch,

62

type BaseProbeResult,

73

type BaseTokenResolution,

8-

buildBaseAccountStatusSnapshot,

9-

buildChannelConfigSchema,

10-

buildSecretInputSchema,

11-

buildSingleChannelSecretPromptState,

12-

buildTokenChannelStatusSummary,

134

type ChannelAccountSnapshot,

145

type ChannelMessageActionAdapter,

156

type ChannelMessageActionName,

167

type ChannelPlugin,

178

type ChannelStatusIssue,

18-

chunkTextForOutbound,

19-

createChannelPairingController,

20-

createChannelMessageReplyPipeline,

21-

createDedupeCache,

22-

createFixedWindowRateLimiter,

23-

createWebhookAnomalyTracker,

24-

DEFAULT_ACCOUNT_ID,

25-

deliverTextOrMediaReply,

26-

formatAllowFromLowercase,

27-

formatPairingApproveHint,

289

type GroupPolicy,

29-

hasConfiguredSecretInput,

30-

isNormalizedSenderAllowed,

31-

isNumericTargetId,

32-

jsonResult,

33-

logTypingFailure,

3410

type MarkdownTableMode,

35-

mergeAllowFromEntries,

36-

migrateBaseNameToDefaultAccount,

37-

normalizeAccountId,

38-

normalizeResolvedSecretInputString,

39-

normalizeSecretInputString,

4011

type OpenClawConfig,

4112

type OutboundReplyPayload,

42-

PAIRING_APPROVED_MESSAGE,

4313

type PluginRuntime,

44-

promptSingleChannelSecretInput,

45-

readJsonWebhookBodyOrReject,

46-

readStringParam,

47-

registerPluginHttpRoute,

4814

type RegisterWebhookPluginRouteOptions,

49-

registerWebhookTarget,

5015

type RegisterWebhookTargetOptions,

51-

registerWebhookTargetWithPluginRoute,

5216

type ReplyPayload,

53-

resolveClientIp,

54-

resolveDefaultGroupPolicy,

55-

resolveInboundRouteEnvelopeBuilderWithRuntime,

56-

resolveOpenProviderRuntimeGroupPolicy,

57-

resolveWebhookPath,

58-

resolveWebhookTargetWithAuthOrRejectSync,

59-

runSingleChannelSecretStep,

6017

type RuntimeEnv,

6118

type SecretInput,

62-

sendPayloadWithChunkedTextAndMedia,

19+

type WizardPrompter,

20+

} from "./runtime-support.js";

21+

export {

22+

DEFAULT_ACCOUNT_ID,

23+

buildChannelConfigSchema,

24+

createDedupeCache,

25+

formatPairingApproveHint,

26+

jsonResult,

27+

normalizeAccountId,

28+

readStringParam,

29+

resolveClientIp,

30+

} from "./runtime-support.js";

31+

export {

32+

addWildcardAllowFrom,

33+

applyAccountNameToChannelSection,

34+

applySetupAccountConfigPatch,

35+

buildSingleChannelSecretPromptState,

36+

mergeAllowFromEntries,

37+

migrateBaseNameToDefaultAccount,

38+

promptSingleChannelSecretInput,

39+

runSingleChannelSecretStep,

6340

setTopLevelChannelDmPolicyWithAllowFrom,

64-

waitForAbortSignal,

41+

} from "./runtime-support.js";

42+

export {

43+

buildSecretInputSchema,

44+

hasConfiguredSecretInput,

45+

normalizeResolvedSecretInputString,

46+

normalizeSecretInputString,

47+

} from "./runtime-support.js";

48+

export {

49+

buildTokenChannelStatusSummary,

50+

PAIRING_APPROVED_MESSAGE,

51+

} from "./runtime-support.js";

52+

export { buildBaseAccountStatusSnapshot } from "./runtime-support.js";

53+

export { chunkTextForOutbound } from "./runtime-support.js";

54+

export {

55+

formatAllowFromLowercase,

56+

isNormalizedSenderAllowed,

57+

} from "./runtime-support.js";

58+

export {

59+

resolveDefaultGroupPolicy,

60+

resolveOpenProviderRuntimeGroupPolicy,

6561

warnMissingProviderGroupPolicyFallbackOnce,

62+

} from "./runtime-support.js";

63+

export { createChannelPairingController } from "./runtime-support.js";

64+

export { createChannelMessageReplyPipeline } from "./runtime-support.js";

65+

export { logTypingFailure } from "./runtime-support.js";

66+

export {

67+

deliverTextOrMediaReply,

68+

isNumericTargetId,

69+

sendPayloadWithChunkedTextAndMedia,

70+

} from "./runtime-support.js";

71+

export { resolveInboundRouteEnvelopeBuilderWithRuntime } from "./runtime-support.js";

72+

export { waitForAbortSignal } from "./runtime-support.js";

73+

export {

6674

WEBHOOK_ANOMALY_COUNTER_DEFAULTS,

6775

WEBHOOK_RATE_LIMIT_DEFAULTS,

76+

applyBasicWebhookRequestGuards,

77+

createFixedWindowRateLimiter,

78+

createWebhookAnomalyTracker,

79+

readJsonWebhookBodyOrReject,

80+

registerPluginHttpRoute,

81+

registerWebhookTarget,

82+

registerWebhookTargetWithPluginRoute,

83+

resolveWebhookPath,

84+

resolveWebhookTargetWithAuthOrRejectSync,

6885

withResolvedWebhookRequestPipeline,

69-

type WizardPrompter,

7086

} from "./runtime-support.js";

7187

export { setZaloRuntime } from "./runtime.js";