Skip to content

Final README updates for 2.0.0#349

Merged
MaxHeimbrock merged 20 commits into
mainfrom
max/final-docs-update-for-2.0.0
Jul 20, 2026
Merged

Final README updates for 2.0.0#349
MaxHeimbrock merged 20 commits into
mainfrom
max/final-docs-update-for-2.0.0

Conversation

@MaxHeimbrock

@MaxHeimbrock MaxHeimbrock commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Background

For the upcoming release of 2.0.0, I made some changes.

Changes

  • Removed developer preview banner
  • Add nested READMEs for Agents and Meet sample
  • Add section linking to the two samples
  • Add tutorial screenshot and link to the top of the README

TODO

Change Youtube link to uploaded tutorial.

@MaxHeimbrock
MaxHeimbrock force-pushed the max/final-docs-update-for-2.0.0 branch 4 times, most recently from 4682cd1 to 77bbfe7 Compare July 13, 2026 10:47
@MaxHeimbrock
MaxHeimbrock marked this pull request as ready for review July 13, 2026 12:35
Comment thread README.md
Comment thread README.md
Base automatically changed from max/bump-to-2.0.0 to main July 14, 2026 06:44
@MaxHeimbrock
MaxHeimbrock force-pushed the max/final-docs-update-for-2.0.0 branch from 919f15f to a19fa12 Compare July 14, 2026 06:57
@MaxHeimbrock MaxHeimbrock changed the title Max/final docs update for 2.0.0 Final README updates for 2.0.0 Jul 15, 2026
@MaxHeimbrock
MaxHeimbrock force-pushed the max/final-docs-update-for-2.0.0 branch from 560e846 to 277529a Compare July 17, 2026 15:24
The ByteStreamReader/TextStreamReader incremental examples used a
Reset-first loop (Reset → yield → break on IsEos → read), which breaks
out at end-of-stream before draining chunks that are still buffered.

Switch the documented coroutine examples to the read-first pattern
(yield → break on IsEos → read → Reset), which drains every buffered
chunk before stopping. Accompanies the reader fix in the following commit.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@MaxHeimbrock
MaxHeimbrock merged commit ae9b98b into main Jul 20, 2026
11 checks passed
@MaxHeimbrock
MaxHeimbrock deleted the max/final-docs-update-for-2.0.0 branch July 20, 2026 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants