Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
e360241
fix: prevent crash when parsing default values for typing.Any parameters
google-genai-bot Jul 1, 2026
d60ac69
chore: Add coverage for pipe union list annotations
vivekjm Jul 1, 2026
d69dedd
fix(tools): accept dict output_schema in SetModelResponseTool (#5469)
MukundaKatta Jul 1, 2026
451c8cc
refactor: Split graph validation and parsing from _graph.py
DeanChensj Jul 1, 2026
aceb7be
refactor: Clean up unused variables and arguments in adk/workflow
DeanChensj Jul 1, 2026
14a24f2
feat(bigtable): Support parameterized views with secure parameter inj…
ad548 Jul 1, 2026
ffa1843
fix(auth): strip redirect_uri from credential_key
doughayden Jul 1, 2026
48e6e50
chore: Update check_new_py_files.sh to run in multiple VCS environments
xuanyang15 Jul 1, 2026
4d88a52
fix: avoid yielding a None function-response event in live mode
GWeale Jul 1, 2026
6aad10d
feat: expose SKIP_THOUGHT_SIGNATURE_VALIDATOR constant
GWeale Jul 1, 2026
e76df3d
fix: use exchanged OAuth credential in ApplicationIntegrationToolset
pandego Jul 1, 2026
be23327
chore: remove the issue triaging agent
GWeale Jul 1, 2026
edb0fd2
refactor(telemetry): extract invocation span into _instrumentation.re…
RKest Jul 1, 2026
c01e538
fix(mcp): await async MCP header providers
he-yufeng Jul 1, 2026
5735690
refactor: Align single-turn subagent branch scoping with function_cal…
DeanChensj Jul 1, 2026
99ba8ce
fix(firestore): preserve update timestamps in list_sessions
kkj333 Jul 1, 2026
ffe41f0
fix: use mTLS endpoint for Google OAuth2 token requests
GWeale Jul 1, 2026
3911010
chore: re-enable and fix the mypy delta presubmit
GWeale Jul 1, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 0 additions & 68 deletions .github/workflows/triage.yml

This file was deleted.

108 changes: 0 additions & 108 deletions contributing/samples/adk_team/adk_triaging_agent/README.md

This file was deleted.

15 changes: 0 additions & 15 deletions contributing/samples/adk_team/adk_triaging_agent/__init__.py

This file was deleted.

185 changes: 0 additions & 185 deletions contributing/samples/adk_team/adk_triaging_agent/main.py

This file was deleted.

Loading
Loading