Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · api

Create the full URL from the GitHub repository changed

about-claude/use-case-guides/legal-summarization

Nearest release: v2.1.280, published under an hour before this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+2added
Lines−2removed
From line 188 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits2to this page, all time

The whole hunk

from line 188, old and new numbered
/
lines
from line 188
188188 
189189 
190190def summarize_document(
191 text, details_to_extract, model="claude-opus-5", max_tokens=1000
191 text, details_to_extract, model="claude-opus-5-5", max_tokens=1000
192192):
193193 # Format the details to extract to be placed within the prompt's context
194194 details_to_extract_str = "\n".join(details_to_extract)
from line 295
295295 
296296 
297297def summarize_long_document(
298 text, details_to_extract, model="claude-opus-5", max_tokens=1000
298 text, details_to_extract, model="claude-opus-5-5", max_tokens=1000
299299):
300300 # Format the details to extract to be placed within the prompt's context
301301 details_to_extract_str = "\n".join(details_to_extract)