You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
preserve Anthropic thinking blocks and signatures in LiteLLM round-trip (febb250)
preserve JSON-native types in A2A _serialize_value() (139c700), closes #5183
prevent crash when parsing default values for typing.Any parameters (e360241)
prevent empty responses after load_skill (7c79230)
prevent VertexAiRagRetrieval from blocking the event loop (5898f37), closes #5033
prevent warning logs when cancelling MCP session runner task (4aa0fd8)
propagate Gemini grounding metadata from ModelResponse (c303c62)
raise ValueError for unsupported MIME types in file_data URI path (42eceb3)
reconnect on live connection 1011 error (f36d257), closes #5525
recurse into JSON-native containers in A2A _serialize_value() (c08debc)
refactor _redact_file_uri_for_log to dynamically extract file ID prefixes (file-, assistant-). This ensures compatibility with both current prefixes and future OpenAI/Azure file ID types. (ea325c7)
remove unit test with wrong assumption about claude thinking parts (94fcdbb)
remove unused userinfo_endpoint from GoogleApiToolset OIDC config (1509dcf)
restore auth_token initialization for secret and parameter manager clients (46a2181)
Rollback instruction util refactoring as its breaking internal customers (59fe9b3)
sandbox nested persona template rendering in evaluation prompts (30493ba)
scope single-turn node inputs to workflow branch (8d389e2)
security: enable Jinja2 autoescape to prevent XSS in gepa sample (a721c1e)
send correct field names for sandbox input files (2b7e08a)
sessions: drop unsupported part_metadata before Vertex appendEvent (40a0279), closes #6014
sessions: strip tzinfo for MariaDB in DatabaseSessionService (2f799d5)
Set persist-credentials to false in release-update-adk-web workflow (79b8923)
strip tzinfo from datetime for MySQL in create_session (a012bb7)
surface error for empty STOP model turn in non-streaming mode (932a9b5), closes #5631
telemetry: always export Agent Engine logs to stdout (e6df097)
telemetry: emit gen_ai.workflow.nested for nested workflows (20197de)
terminate infinite retry loop in RunSkillScriptTool on SCRIPT_NOT_FOUND (89d9bda), closes #5684
tools: accept dict output_schema in SetModelResponseTool (#5469) (d69dedd)
tools: handle tuple schemas in function parsing fallback (4fa7741)
Truncate MCP http debug logs if greater than 1000 chars (3ebef82)
Update custom gemini llm connection logic to be used for all 3_x models, not just 3.1 (8aff514)
update litellm dependency constraint to >=1.84.0 (a912306)
update mtls_utils import in secret_client.py (0b79f8d)
use branch-scoped events for auth responses (f706a1e)
use exchanged OAuth credential in ApplicationIntegrationToolset (e76df3d)
use Modality enum for RunConfig.response_modalities (5c8c55a)
use mTLS endpoint for Google OAuth2 token requests (ffe41f0)
Use RELEASE_PAT for checkout in release-update-adk-web workflow (28b7721)