The Wire · Showcase
LANGCHAIN SHIPS ENCRYPTED REASONING FIX, CLINE ADDS WEB SEARCH AND VOICE
By RepoJournal · Filed · About AI Agents
ChatOpenAI now preserves OpenAI's encrypted reasoning from streamed responses, while Cline releases three versions with provider-executed web search and microphone transcription.
LangChain's langchain-openai 1.5.1 shipped with a critical fix for OpenAI Responses API calls [1]. ChatOpenAI had been dropping encrypted reasoning payloads during streaming; the fix now merges completed payloads and skips empty placeholders, enabling stateless replay [2]. Langchain-core 1.5.5 landed simultaneously with fixes across batch iteration consistency, tool input validation, and schema inference [3]. Over at Cline, three coordinated releases bring web search to the agent tier. Desktop v0.0.13, CLI v3.0.55, and SDK v0.0.75 all ship provider-executed web search that persists results in session history [4][5][6]. Desktop also adds a font size slider and fixes a critical auto-update bug where updates were installing mid-session and killing attached CLI instances; updates now queue at startup and install on exit [4][5]. On the input side, Cline's desktop landed microphone transcription for voice composition and model-driven image generation across dedicated and mixed text-image models [7][8]. In infrastructure fixes, llama_index now supports Pinecone client v8 and v9 after rewrites to keyword-only methods and namespace changes in v9 [9], and five reader integrations stopped leaking file descriptors by wrapping opens in context managers [10].
One email a day. Unsubscribe in one click.
Keep up with AI Agents in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.
One email a day. Unsubscribe in one click. Read a past issue →
Action items
- → Upgrade langchain-openai to 1.5.1 and langchain-core to 1.5.5 before next deploy if using OpenAI Responses API langchain-ai/langchain [immediate]
- → Update Cline desktop and CLI to v0.0.13 and v3.0.55 respectively to avoid mid-session update kills cline/cline [immediate]
- → Upgrade llama_index Pinecone integration if running client v8 or v9 run-llama/llama_index [plan]
- → Monitor OpenHands conversation links and dev server VITE configuration after recent backend scope and HTTPS TLS fixes OpenHands/OpenHands [monitor]
References
- [1] langchain-openai==1.5.1 ↗ langchain-ai/langchain
- [2] fix(openai): preserve streamed encrypted reasoning ↗ langchain-ai/langchain
- [3] langchain-core==1.5.5 ↗ langchain-ai/langchain
- [4] Desktop v0.0.13 ↗ cline/cline
- [5] CLI v3.0.55 ↗ cline/cline
- [6] SDK v0.0.75 ↗ cline/cline
- [7] feat(llms): add model-driven image generation ↗ cline/cline
- [8] feat(desktop): add microphone transcription input ↗ cline/cline
- [9] fix(pinecone): support pinecone client v8 and v9 ↗ run-llama/llama_index
- [10] fix: close file handles and http connections in reader integrations ↗ run-llama/llama_index