RepoJournal
AI Agents AI Agents
47 wires and counting

$ follow AI Agents

Keep up with AI Agents in about 3 minutes: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-09-07
stories 12

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ 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

References

  1. [1] fix(deepseek): route strict mode to the beta endpoint ↗ langchain-ai/langchain
  2. [2] fix(desktop): apply the selected app icon to the Windows taskbar ↗ cline/cline
  3. [3] chore(model-profiles): refresh model profile data ↗ langchain-ai/langchain
  4. [4] chore(model-profiles): refresh model profile data (#40217) ↗ langchain-ai/langchain
  5. [5] test(core): cover the deprecated `.text()` access path (#40243) ↗ langchain-ai/langchain

Quick answers

What shipped in AI Agents on September 7, 2026?
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]. In total, 6 commits and 6 pull requests landed.
Who contributed to AI Agents on September 7, 2026?
5 developers shipped this update, including ccurme, langchain-oss-model-profiles, langchain-oss-model-profiles[bot], Bob Ok, and dominiccooney.
What were the notable AI Agents updates?
fix(deepseek): route strict mode to the beta endpoint, fix(desktop): apply the selected app icon to the Windows taskbar, and chore(model-profiles): refresh model profile data.