Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: google/adk-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.28.0
Choose a base ref
...
head repository: google/adk-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.28.1
Choose a head ref
  • 4 commits
  • 12 files changed
  • 4 contributors

Commits on Apr 2, 2026

  1. feat(live): support live for gemini-3.1-flash-live-preview model

    This change updates the method used for sending text, audio and video data to the model.
    
    Closes issue #5018
    
    Co-authored-by: Liang Wu <wuliang@google.com>
    PiperOrigin-RevId: 893174037
    wuliang229 authored and github-actions[bot] committed Apr 2, 2026
    Configuration menu
    Copy the full SHA
    ee69661 View commit details
    Browse the repository at this point in the history
  2. fix(live): Buffer tool calls and emit them together upon turn completion

    The `receive` method now accumulates function calls from multiple `LiveServerMessage` instances. These accumulated tool calls are yielded as a single `LlmResponse` containing all function call parts only when a turn_complete message is received.
    
    Without the change, the tool_1's response is sent to the model as soon as it's generated, triggering a second call for tool_2. Upon receiving two consecutive tool_2's responses, the model utters the same message twice.
    Fixes issue #4902
    
    Co-authored-by: Liang Wu <wuliang@google.com>
    PiperOrigin-RevId: 893197482
    wuliang229 authored and github-actions[bot] committed Apr 2, 2026
    Configuration menu
    Copy the full SHA
    081adbd View commit details
    Browse the repository at this point in the history
  3. fix: Disallow args on /builder and Add warning about Web UI usage to …

    …CLI help
    
    Co-authored-by: Sasha Sobran <asobran@google.com>
    PiperOrigin-RevId: 893521804
    sasha-gitg authored and github-actions[bot] committed Apr 2, 2026
    Configuration menu
    Copy the full SHA
    f037f68 View commit details
    Browse the repository at this point in the history
  4. chore(release/candidate): release 1.28.1 (#5121)

    Co-authored-by: Ankur Sharma <ankusharma@google.com>
    Jacksunwei and ankursharmas authored Apr 2, 2026
    Configuration menu
    Copy the full SHA
    0d48362 View commit details
    Browse the repository at this point in the history
Loading