From af14a9780ce23cf2d0d5ac520bf77cef0bbd7546 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 7 Apr 2025 10:47:17 -0700 Subject: [PATCH] Link to annotated release notes !stable-docs --- docs/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index b42c8c0..ccd0ceb 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,7 +3,7 @@ (v0_24)= ## 0.24 (2025-04-07) -Support for **fragments** to help assemble prompts for long context models. Improved support for **templates** to support attachments and fragments. New plugin hooks for providing custom loaders for both templates and fragments. +Support for **fragments** to help assemble prompts for long context models. Improved support for **templates** to support attachments and fragments. New plugin hooks for providing custom loaders for both templates and fragments. See [Long context support in LLM 0.24 using fragments and template plugins](https://simonwillison.net/2025/Apr/7/long-context-llm/) for more on this release. The new [llm-docs](https://github.com/simonw/llm-docs) plugin demonstrates these new features. Install it like this: