Adam Weidman
|
daf00efe52
|
refactor(a2a): remove legacy CoreToolScheduler (#21955)
|
2026-03-11 02:38:38 +00:00 |
|
joshualitt
|
4ec6a7e9d1
|
feat(core): Thread AgentLoopContext through core. (#21944)
|
2026-03-11 01:12:59 +00:00 |
|
Coco Sheng
|
2b05c71c74
|
feat(a2a): switch from callback-based to event-driven tool scheduler (#21467)
Co-authored-by: Abhi <abhipatel@google.com>
Co-authored-by: Adam Weidman <adamfweidman@google.com>
|
2026-03-10 19:36:17 +00:00 |
|
Christian Gunderman
|
d8e8afd0c3
|
Disallow underspecified types (#21485)
|
2026-03-07 21:05:38 +00:00 |
|
Gal Zahavi
|
79178ecd7b
|
fix(extensions): preserve symlinks in extension source path while enforcing folder trust (#20867)
|
2026-03-05 00:06:19 +00:00 |
|
Christian Gunderman
|
b738c14ddc
|
Subagent activity UX. (#17570)
|
2026-03-02 21:04:31 +00:00 |
|
nityam
|
cbe118e2cd
|
fix: merge duplicate imports in a2a-server package (2/4) (#19781)
|
2026-02-27 21:13:30 +00:00 |
|
nityam
|
a2d14312db
|
fix(a2a-server): Remove unsafe type assertions in agent (#19723)
|
2026-02-23 22:40:55 +00:00 |
|
owenofbrien
|
30efb33396
|
Fix for silent failures in non-interactive mode (#19905)
|
2026-02-23 17:35:13 +00:00 |
|
Abhi
|
deb202e185
|
chore(lint): fix lint errors seen when running npm run lint (#19844)
|
2026-02-21 18:33:25 +00:00 |
|
Christian Gunderman
|
c369147b32
|
Disallow unsafe type assertions (#18688)
|
2026-02-10 00:10:15 +00:00 |
|
Coco Sheng
|
ac1be69a80
|
[A2A] Disable checkpointing if git is not installed (#16896)
|
2026-01-20 16:38:38 +00:00 |
|
Abhi
|
fe06034e99
|
feat(scheduler): add types needed for event driven scheduler (#16641)
|
2026-01-14 22:22:44 +00:00 |
|
Emily Hedlund
|
0048a76a87
|
fix(a2a): Don't throw errors for GeminiEventType Retry and InvalidStream. (#16541)
Co-authored-by: Gal Zahavi <38544478+galz10@users.noreply.github.com>
|
2026-01-14 17:04:51 +00:00 |
|
Christian Gunderman
|
d2f8673c01
|
Disallow unnecessary awaits. (#15172)
|
2025-12-17 05:28:18 +00:00 |
|
Christian Gunderman
|
bce7cd8bb3
|
Disallow redundant typecasts. (#15030)
|
2025-12-13 01:43:43 +00:00 |
|
Coco Sheng
|
f20b21f024
|
feat(a2a): Introduce /init command for a2a server (#13419)
|
2025-12-12 17:09:04 +00:00 |
|
David Pierce
|
06ea37d4fd
|
allow final:true to be returned on a2a server edit calls. (#14747)
|
2025-12-09 15:30:50 +00:00 |
|
Coco Sheng
|
91f08e6e29
|
feat(a2a): Introduce restore command for a2a server (#13015)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Shreya Keshive <shreyakeshive@google.com>
|
2025-12-09 15:08:23 +00:00 |
|
Paweł Dec
|
5f4e1640e6
|
Add prompt_id propagation in a2a-server task (#14581)
|
2025-12-08 15:12:47 +00:00 |
|
Christian Gunderman
|
69ae42bb1f
|
Disallow floating promises. (#14605)
|
2025-12-06 00:12:49 +00:00 |
|
CHAEWAN KIM
|
c9d6331901
|
refactor(editor): use const assertion for editor types with single source of truth (#8604)
|
2025-12-03 06:16:19 +00:00 |
|
Brian de Alwis
|
b4b3d3675e
|
chore(logging): log the problematic event for #12122 (#14092)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-12-01 21:42:44 +00:00 |
|
Coco Sheng
|
60ca80bb47
|
feat(a2a): Urgent fix - Process modelInfo agent message (#14315)
|
2025-12-01 20:09:02 +00:00 |
|
fancivez
|
df1ffff691
|
docs: fix typos in source code and documentation (#13577)
|
2025-11-21 14:59:42 +00:00 |
|
Jacob Richman
|
9409be8e1b
|
Protect stdout and stderr so JavaScript code can't accidentally write to stdout corrupting ink rendering (#13247)
Bypassing rules as link checker failure is spurious.
|
2025-11-20 10:44:02 -08:00 |
|
Jacob MacDonald
|
e1614fc362
|
Extensions MCP refactor (#12413)
|
2025-11-04 15:51:18 +00:00 |
|
Alisa
|
46e10bfd9d
|
Implementing support for recitations events in responses from A2A Server (#12067)
Co-authored-by: Alisa Novikova <alisanovikova@google.com>
|
2025-10-27 18:56:08 +00:00 |
|
joshualitt
|
2cb02da5b2
|
feat(core, cli): Implement sequential approval. (#11593)
|
2025-10-27 16:59:08 +00:00 |
|
Paweł Dec
|
6653162156
|
feat: Propagate traceId from code assist to response metadata (Fixes … (#11360)
Co-authored-by: owenofbrien <86964623+owenofbrien@users.noreply.github.com>
|
2025-10-20 20:00:24 +00:00 |
|
Keith Schaab
|
003dd33abc
|
Fix: A2A server - add liveOutput and response resultsDisplay to the serialized tool call result (closes #9520) (#9788)
Co-authored-by: anthony bushong <agmsb@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-09-30 15:26:51 +00:00 |
|
fuyou
|
331fcfa893
|
Fix dollar sign replacement bug in file editing (#7871)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-09-13 06:05:43 +00:00 |
|
Gal Zahavi
|
dc7656af8c
|
feat(shell): enable interactive commands with virtual terminal (#6694)
|
2025-09-11 20:27:27 +00:00 |
|
Abhi
|
431bf4c273
|
feat(routing): Initialize model routing architecture (#8153)
|
2025-09-11 17:38:50 +00:00 |
|
Abhi
|
bb2c912bd9
|
refactor: Centralize and improve model fallback handling (#7634)
|
2025-09-08 20:19:52 +00:00 |
|
Tommaso Sciortino
|
271e54623d
|
Pull contentGenerator out of GeminiClient and into Config. (#7825)
|
2025-09-07 20:00:03 +00:00 |
|
Gal Zahavi
|
ce485f213a
|
Revert "Fix dollar sign replacement bug in file editing (#7703)" (#7823)
|
2025-09-05 20:34:02 +00:00 |
|
fuyou
|
e2746f955c
|
Fix dollar sign replacement bug in file editing (#7703)
|
2025-09-05 02:12:57 +00:00 |
|
Sam McCauley
|
ab751618f4
|
chore(a2a-server): refactor a2a-server src directory (#7593)
|
2025-09-03 14:24:48 +00:00 |
|