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

推荐订阅源

Apple Machine Learning Research
Apple Machine Learning Research
爱范儿
爱范儿
博客园_首页
博客园 - 【当耐特】
V
Visual Studio Blog
博客园 - 叶小钗
月光博客
月光博客
美团技术团队
J
Java Code Geeks
小众软件
小众软件
Y
Y Combinator Blog
博客园 - Franky
Martin Fowler
Martin Fowler
博客园 - 聂微东
Microsoft Azure Blog
Microsoft Azure Blog
IT之家
IT之家
MyScale Blog
MyScale Blog
人人都是产品经理
人人都是产品经理
Microsoft Security Blog
Microsoft Security Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
阮一峰的网络日志
阮一峰的网络日志
酷 壳 – CoolShell
酷 壳 – CoolShell
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
云风的 BLOG
云风的 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(deepseek): expose V4 max thinking levels (#73008) · o...
ai-hpc · 2026-04-30 · via Recent Commits to openclaw:main
Original file line numberDiff line numberDiff line change

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

142142

- ACP/resolver: fall through to thread-bound session resolution when an explicit `--session` token cannot be resolved while preserving the bad-token diagnostic when no thread binding exists, so Discord slash commands that auto-fill the current thread ID as the positional ACP target no longer return "Unable to resolve session target" errors. Fixes #66299. Thanks @hclsys, @kindomLee, and @martingarramon.

143143

- Agents/sessions: emit a terminal lifecycle backstop when embedded timeout/error turns return without `agent_end`, so Gateway sessions no longer stay stuck in `running` after failover surfaces a timeout. Fixes #74607. Thanks @millerc79.

144144

- Gateway/diagnostics: include stuck-session reason hints and recovery skip causes in warnings, so operators can tell whether a lane is waiting on active work, queued work, or stale bookkeeping. Thanks @vincentkoc.

145+

- Providers/DeepSeek: expose native DeepSeek V4 `xhigh` and `max` thinking levels through the provider `resolveThinkingProfile` hook so `/think xhigh|max` applies the intended effort instead of falling back to base levels. (#73008) Thanks @ai-hpc.

145146

- Agents/Codex: bound embedded-run cleanup, trajectory flushing, and command-lane task timeouts after runtime failures, so Discord and other chat sessions return to idle instead of staying stuck in processing. Thanks @vincentkoc.

146147

- Heartbeat/exec: consume successful metadata-only async exec completions silently so Telegram and other chat surfaces no longer ask users for missing command logs after `No session found`. Fixes #74595. Thanks @gkoch02.

147148

- Web fetch: add a documented `tools.web.fetch.ssrfPolicy.allowIpv6UniqueLocalRange` opt-in and thread it through cache keys and DNS/IP checks so trusted fake-IP proxy stacks using `fc00::/7` can work without broad private-network access. Fixes #74351. Thanks @jeffrey701.

Original file line numberDiff line numberDiff line change

@@ -79,6 +79,8 @@ is available to that process (for example, in `~/.openclaw/.env` or via

7979

V4 models support DeepSeek's `thinking` control. OpenClaw also replays

8080

DeepSeek `reasoning_content` on follow-up turns so thinking sessions with tool

8181

calls can continue.

82+

Use `/think xhigh` or `/think max` with DeepSeek V4 models to request DeepSeek's

83+

maximum `reasoning_effort`.

8284

</Tip>

8385
8486

## Thinking and tools

Original file line numberDiff line numberDiff line change

@@ -26,6 +26,7 @@ title: "Thinking levels"

2626

- Anthropic Claude Opus 4.7 does not default to adaptive thinking. Its API effort default remains provider-owned unless you explicitly set a thinking level.

2727

- Anthropic Claude Opus 4.7 maps `/think xhigh` to adaptive thinking plus `output_config.effort: "xhigh"`, because `/think` is a thinking directive and `xhigh` is the Opus 4.7 effort setting.

2828

- Anthropic Claude Opus 4.7 also exposes `/think max`; it maps to the same provider-owned max effort path.

29+

- DeepSeek V4 models expose `/think xhigh|max`; both map to DeepSeek `reasoning_effort: "max"` while lower non-off levels map to `high`.

2930

- Ollama thinking-capable models expose `/think low|medium|high|max`; `max` maps to native `think: "high"` because Ollama's native API accepts `low`, `medium`, and `high` effort strings.

3031

- OpenAI GPT models map `/think` through model-specific Responses API effort support. `/think off` sends `reasoning.effort: "none"` only when the target model supports it; otherwise OpenClaw omits the disabled reasoning payload instead of sending an unsupported value.

3132

- Custom OpenAI-compatible catalog entries can opt into `/think xhigh` by setting `models.providers.<provider>.models[].compat.supportedReasoningEfforts` to include `"xhigh"`. This uses the same compat metadata that maps outbound OpenAI reasoning effort payloads, so menus, session validation, agent CLI, and `llm-task` agree with transport behavior.

Original file line numberDiff line numberDiff line change

@@ -110,6 +110,37 @@ describe("deepseek provider plugin", () => {

110110

);

111111

});

112112
113+

it("advertises max thinking levels for DeepSeek V4 models only", async () => {

114+

const provider = await registerSingleProviderPlugin(deepseekPlugin);

115+

const resolveThinkingProfile = provider.resolveThinkingProfile!;

116+

const expectedV4Levels = ["off", "minimal", "low", "medium", "high", "xhigh", "max"];

117+
118+

expect(

119+

resolveThinkingProfile({

120+

provider: "deepseek",

121+

modelId: "deepseek-v4-pro",

122+

} as never)?.levels.map((level) => level.id),

123+

).toEqual(expectedV4Levels);

124+

expect(

125+

resolveThinkingProfile({

126+

provider: "deepseek",

127+

modelId: "deepseek-v4-flash",

128+

} as never)?.defaultLevel,

129+

).toBe("high");

130+

expect(

131+

resolveThinkingProfile({

132+

provider: "deepseek",

133+

modelId: "deepseek-v4-flash",

134+

} as never)?.levels.map((level) => level.id),

135+

).toEqual(expectedV4Levels);

136+

expect(

137+

resolveThinkingProfile({ provider: "deepseek", modelId: "deepseek-chat" } as never),

138+

).toBe(undefined);

139+

expect(

140+

resolveThinkingProfile({ provider: "deepseek", modelId: "deepseek-reasoner" } as never),

141+

).toBe(undefined);

142+

});

143+
113144

it("maps thinking levels to DeepSeek V4 payload controls", async () => {

114145

let capturedPayload: Record<string, unknown> | undefined;

115146

const baseStreamFn = (

Original file line numberDiff line numberDiff line change

@@ -1,11 +1,27 @@

1+

import type { ProviderThinkingProfile } from "openclaw/plugin-sdk/plugin-entry";

12

import { readConfiguredProviderCatalogEntries } from "openclaw/plugin-sdk/provider-catalog-shared";

23

import { defineSingleProviderPluginEntry } from "openclaw/plugin-sdk/provider-entry";

34

import { buildProviderReplayFamilyHooks } from "openclaw/plugin-sdk/provider-model-shared";

5+

import { isDeepSeekV4ModelId } from "./models.js";

46

import { applyDeepSeekConfig, DEEPSEEK_DEFAULT_MODEL_REF } from "./onboard.js";

57

import { buildDeepSeekProvider } from "./provider-catalog.js";

68

import { createDeepSeekV4ThinkingWrapper } from "./stream.js";

79
810

const PROVIDER_ID = "deepseek";

11+

const V4_THINKING_LEVEL_IDS = ["off", "minimal", "low", "medium", "high", "xhigh", "max"] as const;

12+
13+

function buildDeepSeekV4ThinkingLevel(id: (typeof V4_THINKING_LEVEL_IDS)[number]) {

14+

return { id };

15+

}

16+
17+

const DEEPSEEK_V4_THINKING_PROFILE = {

18+

levels: V4_THINKING_LEVEL_IDS.map(buildDeepSeekV4ThinkingLevel),

19+

defaultLevel: "high",

20+

} satisfies ProviderThinkingProfile;

21+
22+

function resolveDeepSeekV4ThinkingProfile(modelId: string): ProviderThinkingProfile | undefined {

23+

return isDeepSeekV4ModelId(modelId) ? DEEPSEEK_V4_THINKING_PROFILE : undefined;

24+

}

925
1026

export default defineSingleProviderPluginEntry({

1127

id: PROVIDER_ID,

@@ -46,9 +62,7 @@ export default defineSingleProviderPluginEntry({

4662

/\bdeepseek\b.*(?:input.*too long|context.*exceed)/i.test(errorMessage),

4763

...buildProviderReplayFamilyHooks({ family: "openai-compatible" }),

4864

wrapStreamFn: (ctx) => createDeepSeekV4ThinkingWrapper(ctx.streamFn, ctx.thinkingLevel),

49-

isModernModelRef: ({ modelId }) => {

50-

const lower = modelId.toLowerCase();

51-

return lower === "deepseek-v4-flash" || lower === "deepseek-v4-pro";

52-

},

65+

resolveThinkingProfile: ({ modelId }) => resolveDeepSeekV4ThinkingProfile(modelId),

66+

isModernModelRef: ({ modelId }) => Boolean(resolveDeepSeekV4ThinkingProfile(modelId)),

5367

},

5468

});

Original file line numberDiff line numberDiff line change

@@ -19,3 +19,15 @@ export function buildDeepSeekModelDefinition(

1919

api: "openai-completions",

2020

};

2121

}

22+
23+

const DEEPSEEK_V4_MODEL_IDS = new Set(["deepseek-v4-flash", "deepseek-v4-pro"]);

24+
25+

export function isDeepSeekV4ModelId(modelId: string): boolean {

26+

return DEEPSEEK_V4_MODEL_IDS.has(modelId.toLowerCase());

27+

}

28+
29+

export function isDeepSeekV4ModelRef(model: { provider?: string; id?: unknown }): boolean {

30+

return (

31+

model.provider === "deepseek" && typeof model.id === "string" && isDeepSeekV4ModelId(model.id)

32+

);

33+

}

Original file line numberDiff line numberDiff line change

@@ -1,9 +1,6 @@

11

import type { ProviderWrapStreamFnContext } from "openclaw/plugin-sdk/plugin-entry";

22

import { createDeepSeekV4OpenAICompatibleThinkingWrapper } from "openclaw/plugin-sdk/provider-stream-shared";

3-
4-

function isDeepSeekV4ModelId(modelId: unknown): boolean {

5-

return modelId === "deepseek-v4-flash" || modelId === "deepseek-v4-pro";

6-

}

3+

import { isDeepSeekV4ModelRef } from "./models.js";

74
85

export function createDeepSeekV4ThinkingWrapper(

96

baseStreamFn: ProviderWrapStreamFnContext["streamFn"],

@@ -12,6 +9,6 @@ export function createDeepSeekV4ThinkingWrapper(

129

return createDeepSeekV4OpenAICompatibleThinkingWrapper({

1310

baseStreamFn,

1411

thinkingLevel,

15-

shouldPatchModel: (model) => model.provider === "deepseek" && isDeepSeekV4ModelId(model.id),

12+

shouldPatchModel: isDeepSeekV4ModelRef,

1613

});

1714

}