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

推荐订阅源

人人都是产品经理
人人都是产品经理
博客园_首页
IT之家
IT之家
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Vercel News
Vercel News
美团技术团队
D
Docker
WordPress大学
WordPress大学
T
Tailwind CSS Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
The Cloudflare Blog
Y
Y Combinator Blog
F
Fortinet All Blogs
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
G
Google Developers Blog
爱范儿
爱范儿
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
月光博客
月光博客
MongoDB | Blog
MongoDB | Blog
S
SegmentFault 最新的问题
GbyAI
GbyAI
Hugging Face - Blog
Hugging Face - Blog
Microsoft Azure Blog
Microsoft Azure Blog
A
About on SuperTechFans

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
docs: generalize core routing comments · openclaw/opencla...
steipete · 2026-04-22 · via Recent Commits to openclaw:main

4 files changed

+

8

-

8

lines changed

Original file line numberDiff line numberDiff line change

@@ -57,7 +57,7 @@ export function createOpenClawTools(

5757

agentSessionKey?: string;

5858

agentChannel?: GatewayMessageChannel;

5959

agentAccountId?: string;

60-

/** Delivery target (e.g. telegram:group:123:topic:456) for topic/thread routing. */

60+

/** Delivery target for topic/thread routing. */

6161

agentTo?: string;

6262

/** Thread/topic identifier for routing replies to the originating thread. */

6363

agentThreadId?: string | number;

@@ -69,13 +69,13 @@ export function createOpenClawTools(

6969

sandboxed?: boolean;

7070

config?: OpenClawConfig;

7171

pluginToolAllowlist?: string[];

72-

/** Current channel ID for auto-threading (Slack). */

72+

/** Current channel ID for auto-threading. */

7373

currentChannelId?: string;

74-

/** Current thread timestamp for auto-threading (Slack). */

74+

/** Current thread timestamp for auto-threading. */

7575

currentThreadTs?: string;

76-

/** Current inbound message id for action fallbacks (e.g. Telegram react). */

76+

/** Current inbound message id for action fallbacks. */

7777

currentMessageId?: string | number;

78-

/** Reply-to mode for Slack auto-threading. */

78+

/** Reply-to mode for auto-threading. */

7979

replyToMode?: "off" | "first" | "all" | "batched";

8080

/** Mutable ref to track if a reply was sent (for "first" mode). */

8181

hasRepliedRef?: { value: boolean };

Original file line numberDiff line numberDiff line change

@@ -158,7 +158,7 @@ function isValidBase64(value: string): boolean {

158158

* Node's Buffer.from silently drops invalid base64 characters rather than

159159

* throwing. A material size discrepancy means the source string contained

160160

* embedded garbage that was silently stripped, which would produce a corrupted

161-

* file on disk. ±3 bytes of slack accounts for base64 padding rounding.

161+

* file on disk. ±3 bytes of leeway accounts for base64 padding rounding.

162162

*

163163

* IMPORTANT: this is an input-validation check (4xx client error).

164164

* It MUST be called OUTSIDE the MediaOffloadError try/catch so that

Original file line numberDiff line numberDiff line change

@@ -643,7 +643,7 @@ export const agentHandlers: GatewayRequestHandlers = {

643643

const deliveryFields = normalizeSessionDeliveryFields(entry);

644644

// When the session has no delivery context yet (e.g. a freshly-spawned subagent

645645

// with deliver: false), seed it from the request's channel/to/threadId params.

646-

// Without this, subagent sessions end up with deliveryContext: {channel: "slack"}

646+

// Without this, subagent sessions end up with a channel-only deliveryContext

647647

// and no `to`/`threadId`, which causes announce delivery to either target the

648648

// wrong channel (when the parent's lastTo drifts) or fail entirely.

649649

const requestDeliveryHint = normalizeDeliveryContext({

Original file line numberDiff line numberDiff line change

@@ -16,7 +16,7 @@ const DEFAULT_VISIBILITY: ResolvedHeartbeatVisibility = {

1616
1717

/**

1818

* Resolve heartbeat visibility settings for a channel.

19-

* Supports both deliverable channels (telegram, signal, etc.) and webchat.

19+

* Supports both deliverable channels and webchat.

2020

* For webchat, uses channels.defaults.heartbeat since webchat doesn't have per-channel config.

2121

*/

2222

export function resolveHeartbeatVisibility(params: {