$ the-wire · showcase
DeepSeek strict mode routed to beta endpoint
By RepoJournal · Filed · About AI Agents
LangChain fixed DeepSeek strict mode routing to the beta endpoint [ref:1], and Cline's Windows desktop app now respects your icon selection [ref:6].
LangChain fixed DeepSeek strict mode routing: calls now hit the beta endpoint instead of the standard one [1]. This is a routing correction for DeepSeek integrations that use strict mode; verify your requests are landing on the endpoint you expect.
The model profile data received an automated refresh across four providers, adding six models, removing two, and changing nine [3][4]. The addition includes the fireworks-ai model `accounts/fireworks/models/qwen3p8-2p4t-a95b` with 262,144 context, 131,072 output, and reasoning support [3]. Also, the deprecated `.text()` access path now has test coverage; the test previously asserted the same literal twice, never actually calling `.text()` [5].
Cline fixed the Windows desktop app to apply the selected app icon to the taskbar. The `set_app_icon` function previously had no Windows implementation, so the native call silently succeeded while the taskbar kept the bundled icon. It now loads `icons/app/<id>.png` and applies it via `WebviewWindow::set_icon` [2].
Action items
- → Verify DeepSeek strict mode requests are routing to the beta endpoint after this fix langchain-ai/langchain [plan]
- → Note the added fireworks model `qwen3p8-2p4t-a95b` for available context and reasoning support langchain-ai/langchain [monitor]
- → Confirm the Windows taskbar icon now matches your selected app icon after updating the Cline desktop app cline/cline [monitor]
References
- [1] fix(deepseek): route strict mode to the beta endpoint ↗ langchain-ai/langchain
- [2] fix(desktop): apply the selected app icon to the Windows taskbar ↗ cline/cline
- [3] chore(model-profiles): refresh model profile data ↗ langchain-ai/langchain
- [4] chore(model-profiles): refresh model profile data (#40217) ↗ langchain-ai/langchain
- [5] test(core): cover the deprecated `.text()` access path (#40243) ↗ langchain-ai/langchain