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

推荐订阅源

The GitHub Blog
The GitHub Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Microsoft Security Blog
Microsoft Security Blog
J
Java Code Geeks
S
SegmentFault 最新的问题
Apple Machine Learning Research
Apple Machine Learning Research
N
Netflix TechBlog - Medium
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园_首页
宝玉的分享
宝玉的分享
Google DeepMind News
Google DeepMind News
B
Blog RSS Feed
Hugging Face - Blog
Hugging Face - Blog
量子位
Blog — PlanetScale
Blog — PlanetScale
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
阮一峰的网络日志
阮一峰的网络日志
D
Docker
罗磊的独立博客
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
云风的 BLOG
云风的 BLOG
IT之家
IT之家
MyScale Blog
MyScale Blog
Microsoft Azure Blog
Microsoft Azure Blog

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
fix(tts): honor per-agent config in tts commands · opencl...
steipete · 2026-04-26 · via Recent Commits to openclaw:main
Original file line numberDiff line numberDiff line change

@@ -10,6 +10,7 @@ Docs: https://docs.openclaw.ai

1010
1111

- Plugins/tokenjuice: bump the bundled tokenjuice runtime to 0.6.3. Thanks @vincentkoc.

1212

- TTS/agents: allow `agents.list[].tts` to override global `messages.tts` for per-agent voices while keeping shared provider credentials and preferences in the existing TTS config surface.

13+

- TTS/agents: make `/tts audio`, `/tts status`, and the `tts` agent tool honor the active `agents.list[].tts` voice/provider override.

1314

- Providers/Azure Speech: add Azure Speech as a bundled TTS provider with Speech-resource auth, voice listing, SSML escaping, native Ogg/Opus voice-note output, and telephony output. (#51776) Thanks @leonchui.

1415

- CLI/image generation: expose generic `--background` on `openclaw infer image generate` and `openclaw infer image edit`, keep `--openai-background` as an OpenAI alias, and let fal image generation honor `--output-format png|jpeg`. Thanks @steipete.

1516

- Browser/config: allow local managed Chrome launch discovery and post-launch CDP readiness timeouts to be raised for slower hosts such as Raspberry Pi. Fixes #66803. Thanks @beat843796.

Original file line numberDiff line numberDiff line change

@@ -146,7 +146,8 @@ voice, model, style, or auto-TTS mode. The agent block deep-merges over

146146

}

147147

```

148148
149-

Precedence for automatic replies is:

149+

Precedence for automatic replies, `/tts audio`, `/tts status`, and the `tts`

150+

agent tool is:

150151
151152

1. `messages.tts`

152153

2. active `agents.list[].tts`

Original file line numberDiff line numberDiff line change

@@ -253,6 +253,7 @@ export function createOpenClawTools(

253253

createTtsTool({

254254

agentChannel: options?.agentChannel,

255255

config: resolvedConfig,

256+

agentId: sessionAgentId,

256257

}),

257258

...collectPresentOpenClawTools([imageGenerateTool, musicGenerateTool, videoGenerateTool]),

258259

...(embedded

Original file line numberDiff line numberDiff line change

@@ -167,6 +167,40 @@ describe("createOpenClawTools TTS config wiring", () => {

167167

__testing.setDepsForTest();

168168

}

169169

});

170+
171+

it("passes the resolved session agent id into the tts tool", async () => {

172+

const injectedConfig = {

173+

agents: {

174+

list: [{ id: "reader" }, { id: "main" }],

175+

},

176+

} satisfies OpenClawConfig;

177+
178+

const { __testing, createOpenClawTools } = await import("./openclaw-tools.js");

179+

__testing.setDepsForTest({ config: injectedConfig });

180+
181+

try {

182+

const tool = createOpenClawTools({

183+

agentSessionKey: "agent:reader:telegram:chat:123",

184+

disableMessageTool: true,

185+

disablePluginTools: true,

186+

}).find((candidate) => candidate.name === "tts");

187+
188+

if (!tool) {

189+

throw new Error("missing tts tool");

190+

}

191+
192+

await tool.execute("call-1", { text: "hello from reader" });

193+
194+

expect(mocks.textToSpeech).toHaveBeenCalledWith(

195+

expect.objectContaining({

196+

text: "hello from reader",

197+

agentId: "reader",

198+

}),

199+

);

200+

} finally {

201+

__testing.setDepsForTest();

202+

}

203+

});

170204

});

171205
172206

describe("createOpenClawTools cron context wiring", () => {

Original file line numberDiff line numberDiff line change

@@ -85,6 +85,25 @@ describe("createTtsTool", () => {

8585

expect(result.details).toMatchObject({ timeoutMs: 12_345 });

8686

});

8787
88+

it("passes the active agent id to speech generation", async () => {

89+

textToSpeechSpy.mockResolvedValue({

90+

success: true,

91+

audioPath: "/tmp/reply.opus",

92+

provider: "test",

93+

voiceCompatible: true,

94+

});

95+
96+

const tool = createTtsTool({ agentId: "voice-agent" });

97+

await tool.execute("call-1", { text: "hello" });

98+
99+

expect(textToSpeechSpy).toHaveBeenCalledWith(

100+

expect.objectContaining({

101+

text: "hello",

102+

agentId: "voice-agent",

103+

}),

104+

);

105+

});

106+
88107

it("echoes longer utterances verbatim into the tool-result content", async () => {

89108

textToSpeechSpy.mockResolvedValue({

90109

success: true,

Original file line numberDiff line numberDiff line change

@@ -57,6 +57,7 @@ function sanitizeTranscriptForToolContent(text: string): string {

5757

export function createTtsTool(opts?: {

5858

config?: OpenClawConfig;

5959

agentChannel?: GatewayMessageChannel;

60+

agentId?: string;

6061

}): AnyAgentTool {

6162

return {

6263

label: "TTS",

@@ -75,6 +76,7 @@ export function createTtsTool(opts?: {

7576

cfg,

7677

channel: channel ?? opts?.agentChannel,

7778

timeoutMs,

79+

agentId: opts?.agentId,

7880

});

7981
8082

if (result.success && result.audioPath) {

Original file line numberDiff line numberDiff line change

@@ -38,9 +38,11 @@ const FALLBACK_TTS_PROVIDER = "backup-speech";

3838

function buildTtsParams(

3939

commandBodyNormalized: string,

4040

cfg: OpenClawConfig = {},

41+

agentId?: string,

4142

): Parameters<typeof handleTtsCommands>[0] {

4243

return {

4344

cfg,

45+

agentId,

4446

command: {

4547

commandBodyNormalized,

4648

isAuthorizedSender: true,

@@ -189,4 +191,38 @@ describe("handleTtsCommands status fallback reporting", () => {

189191

expect(result?.shouldContinue).toBe(false);

190192

expect(result?.reply?.text).toContain("TTS status");

191193

});

194+
195+

it("resolves status config for the active agent", async () => {

196+

const cfg = {

197+

agents: { list: [{ id: "reader", tts: { provider: "elevenlabs" } }] },

198+

} as OpenClawConfig;

199+
200+

const result = await handleTtsCommands(buildTtsParams("/tts status", cfg, "reader"), true);

201+
202+

expect(result?.shouldContinue).toBe(false);

203+

expect(ttsMocks.resolveTtsConfig).toHaveBeenCalledWith(cfg, "reader");

204+

});

205+
206+

it("passes the active agent id to /tts audio synthesis", async () => {

207+

ttsMocks.textToSpeech.mockResolvedValue({

208+

success: true,

209+

audioPath: "/tmp/reader.ogg",

210+

provider: PRIMARY_TTS_PROVIDER,

211+

voiceCompatible: true,

212+

});

213+

const cfg = {

214+

agents: { list: [{ id: "reader", tts: { provider: PRIMARY_TTS_PROVIDER } }] },

215+

} as OpenClawConfig;

216+
217+

const result = await handleTtsCommands(buildTtsParams("/tts audio hello", cfg, "reader"), true);

218+
219+

expect(result?.shouldContinue).toBe(false);

220+

expect(ttsMocks.textToSpeech).toHaveBeenCalledWith(

221+

expect.objectContaining({

222+

text: "hello",

223+

cfg,

224+

agentId: "reader",

225+

}),

226+

);

227+

});

192228

});

Original file line numberDiff line numberDiff line change

@@ -111,7 +111,7 @@ export const handleTtsCommands: CommandHandler = async (params, allowTextCommand

111111

return { shouldContinue: false };

112112

}

113113
114-

const config = resolveTtsConfig(params.cfg);

114+

const config = resolveTtsConfig(params.cfg, params.agentId);

115115

const prefsPath = resolveTtsPrefsPath(config);

116116

const action = parsed.action;

117117

const args = parsed.args;

@@ -149,6 +149,7 @@ export const handleTtsCommands: CommandHandler = async (params, allowTextCommand

149149

cfg: params.cfg,

150150

channel: params.command.channel,

151151

prefsPath,

152+

agentId: params.agentId,

152153

});

153154
154155

if (result.success && result.audioPath) {