llm-kb
← Back to releases
Tool Release

LangChain Fireworks partner package v1.4.4 released with cached prompt token reporting

LangChain released version 1.4.4 of the langchain-fireworks partner package on July 9, 2026. The update adds reporting of cached prompt token usage and includes dependency bumps and documentation clarifications.

0 engagement·1 source·Thu, Jul 9, 2026, 05:56 PM
The release includes a fix to report cached prompt token usage, which helps users track cost savings from prompt caching. Other changes include dependency bumps (pytest 9.1.0→9.1.1, langsmith 0.8.18→0.9.5), model profile data refresh, and documentation clarifying prompt-cache session affinity guidance. The release also adds test coverage for request-level extra headers.

Entities

LangChain(company)Fireworks(company)langchain-fireworks(tool)

Related

Tool ReleaseFri, Jul 10, 2026, 06:58 PM

LangChain releases v1.3.13 and langchain-openai v1.3.5 with explicit prompt caching

LangChain released versions 1.3.13 and langchain-openai 1.3.5, adding explicit prompt caching support for OpenAI models. This allows developers to mark reusable prompt prefixes for reduced latency and cost. The update also includes a new 'meta' extra for langchain-meta integration and refreshed model profiles.

0 engagement·2 sources·github
Tool ReleaseSat, Jul 4, 2026, 11:05 PM

Model Context Protocol releases v2026.7.4 with updated server packages

The Model Context Protocol project published version v2026.7.4 on July 4, 2026, updating four server packages: everything, filesystem, sequential-thinking, and memory. This routine release likely includes bug fixes and improvements for MCP server implementations.

0 engagement·1 source·github
Tool ReleaseSun, Jul 5, 2026, 09:30 PM

LangChain-Mistralai v1.1.6 adds citation metadata support

LangChain released version 1.1.6 of its langchain-mistralai integration, adding support for surfacing citation metadata from Mistral AI chat responses. The update also includes refreshed model profiles and dependency bumps for vcrpy and langsmith.

0 engagement·1 source·github
CommunitySun, Jul 12, 2026, 02:32 AM

Developer seeks prompt caching optimization for GitHub Copilot Agent Mode with GPT-5.6

A developer is trying to optimize prompts for GitHub Copilot Agent Mode, noting that GPT-5.6 models make prompt caching more valuable due to specific Cache Read and Write costs. They reference OpenAI's API documentation for prompt caching (1024-token prefix, 128-token increments, identical prefix matching, short-lived in-memory caches, optional 24-hour extended caches) but cannot find whether GitHub Copilot exposes the same behavior or has its own orchestration layer.

4 engagement·1 source·reddit
Tool ReleaseWed, Jul 8, 2026, 10:38 PM

LangChain releases v1.3.12 with interrupt propagation and shell middleware fix

LangChain released version 1.3.12, fixing interrupt propagation through ToolRetryMiddleware and avoiding shared process-group kill in shell middleware. The companion langchain-openai v1.3.4 suppresses Pydantic serializer warnings on structured output parsed fields.

4 engagement·2 sources·github