Commit: 0a038b6

Date: November 14, 2025 at 4:18 PM

  • refactor: extract repeated values into named constants

fix TraceMergedToolCalls() comment

  • fix duplicate key in the attributes

fix untracked files

Commit: dabb9bd

Date: November 14, 2025 at 4:15 PM

  • Added interceptor setting the user in metadata
  • Ignore ctx in adka2a processor
  • Update to TOC in CONTRIBUTING.md
  • Fix typo in launcher/prod
  • Restore .gitignore
  • Added CallInterceptor to set the user in a2a
  • Fix blank lines in CONTRIBUTING.md
  • Minor fix - argument order
  • Minor fix - execution arg order
Fix

all: run modernize happy (#281)

Koichi Shiraishi
5 months ago

Commit: 7a27c16

Date: November 14, 2025 at 3:33 AM

$ go run golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize@latest -fix -test ./...

Signed-off-by: Koichi Shiraishi

Commit: f1d3cc5

Date: November 13, 2025 at 9:26 PM

Add nil check in Flow.callLLM() after BeforeModelCallbacks but before

accessing Model.GenerateContent(). This prevents a nil pointer dereference

panic when an llmagent is created without a Model configuration.

The check is positioned after BeforeModelCallbacks to allow callbacks that

return cached responses to short-circuit execution without requiring a Model.

This provides a clear error message instead of a cryptic segmentation fault:

'agent %q has no Model configured; ensure Model is set in llmagent.Config'

Preserves valid use cases:

  • Testing agent metadata/structure without running the agent
  • BeforeAgentCallbacks that short-circuit before agent execution
  • BeforeModelCallbacks that return cached responses

Fixes panic: runtime error: invalid memory address or nil pointer

dereference when sub-agents without Models were invoked.

Commit: b51b0ee

Date: November 11, 2025 at 10:31 AM

  • fix: semgrep_go.lang.security.audit.xss.import-text-template.import-text-template_internal/llminternal/agent_transfer.go_21
  • Reorder import statement for 'slices'

---------

Co-authored-by: Dmitry Pasiukevich

Commit: c6af0f0

Date: November 11, 2025 at 9:37 AM

  • Fix refine usage golang example to handle only weather query

Commit: e4c5333

Date: November 11, 2025 at 9:36 AM

  • Fix a few typos and one inconsisent naming issue
  • Rename newVertexAiSessionService to newVertexAISessionService
  • Apply Gemini's suggestions
Fix

branch prefix checking (#228)

ngeorgy
5 months ago

Commit: 1aee1b5

Date: November 7, 2025 at 11:12 AM

  • Fix branch prefix checking
Fix

Add handling for nil Content (#216)

Karol Droste
5 months ago

Commit: 0e799ff

Date: November 6, 2025 at 10:52 AM

  • Added handling for nil Content
  • Minor fix

Commit: 4e3f8ef

Date: November 5, 2025 at 2:48 PM

  • Add args to CloudRun deployment for a2a agent card
  • minor fix
Fix

parallel agent data race (#203)

João Westerberg
5 months ago

Commit: 2ebcd61

Date: November 5, 2025 at 1:18 PM