v3.3.0
aws-samples/bedrock-chatv3.3.0Jul 1, 2025by github-actions[bot]
AI Summary
Adds web search summarization to reduce context bloat and fixes citation handling.
Key Highlights
- Implemented web search summarization using Claude Haiku
- Fixed citation handling to remove tags when copying text
New Features
- Web search summarization
Full Release Notes
## Features - Implemented web search summarization to prevent context bloat by having Claude Haiku produce concise summaries (500-800 tokens) of web search results by @arthurmilliken ## Bug Fixes - Fixed citation handling by removing [^...] citation tags when copying text, providing cleaner content for pasting into other applications by @arthurmilliken