RepoJournal
Laravel

@laravel

PHP's most popular framework - Forge, Vapor, and a massive paying audience

Keep up with Laravel 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.

Pick a date

Topics: PHP Full archive →

The Wire · Showcase

Laravel AI and MCP ship double-digit cache and chat upgrades

By RepoJournal · Filed · About Laravel

Laravel's AI and MCP packages both landed significant developer-facing features overnight, headlined by explicit prompt cache breakpoints and client-side response caching.

Two of Laravel's most active packages moved fast: laravel/ai adds explicit prompt cache breakpoints for Anthropic and Bedrock [1], fixing the costly problem where automatic caching placed the breakpoint after the last message, forcing full re-writes of the static prefix on every fresh conversation. The PR also lets targets request a one-hour TTL via the map form of the option, a direct win for long-running agent contexts [2]. Meanwhile, laravel/mcp now honors server caching hints on the client with an opt-in `withCache()` [3], backed by a hardened cache that avoids unsafe reuse [4]. Together, these two changes could meaningfully cut API costs in AI-heavy apps. laravel/ai also continues its Vercel SDK push: new PRs hydrate `useChat` from stored messages [5], convert UI messages to agent input [6], and accept `UserMessage` / `ChatInput` as prompts [7], rounding out a full round-trip flow. On the testing front, laravel/mcp adds `assertRegistered` and `assertNotRegistered` for tools, prompts, and resources [8], plus an `assertNotRegistered` method on `TestResponse` [9] to cover conditional registration. Nightwatch shipped two patch releases: v1.30.0 adds `IngestingEvent::eventCount` [10], and v1.29.0 supports Guzzle 3.0 and event-listener-based ingestion limits [11]. The stack totals 10 commits, 12 PRs, and 2 releases this period, with the AI and MCP pushes dominating the signal.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] Add explicit prompt cache breakpoints for Anthropic and Bedrock ↗ laravel/ai
  2. [2] Add explicit prompt cache breakpoints for Anthropic and Bedrock (#869) laravel/ai
  3. [3] Honor server caching hints on the client ↗ laravel/mcp
  4. [4] Honor server caching hints on the client (#326) laravel/mcp
  5. [5] Hydrate useChat from stored conversation messages ↗ laravel/ai
  6. [6] Convert Vercel AI SDK UI messages into agent chat input ↗ laravel/ai
  7. [7] Accept user messages and chat input when prompting agents ↗ laravel/ai
  8. [8] Asserting registered tools and prompts and resources ↗ laravel/mcp
  9. [9] `assertNotRegistered` method on `TestResponse` ↗ laravel/mcp
  10. [10] v1.30.0 ↗ laravel/nightwatch
  11. [11] v1.29.0 ↗ laravel/nightwatch

Quick answers

What shipped in Laravel on August 26, 2026?
Laravel's AI and MCP packages both landed significant developer-facing features overnight, headlined by explicit prompt cache breakpoints and client-side response caching. In total, 10 commits, 12 pull requests, and 2 releases landed.
Who contributed to Laravel on August 26, 2026?
6 developers shipped this update, including pushpak1300, dependabot, laravel-nightwatch-permissions[bot], timacdonald, gdebrauwer, and Jeremy Schoemaker.
What were the notable Laravel updates?
Add explicit prompt cache breakpoints for Anthropic and Bedrock, Add explicit prompt cache breakpoints for Anthropic and Bedrock (#869), and Honor server caching hints on the client.

More from @laravel

Daily updates, in your inbox

Follow Laravel

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

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?