Abhi
1c4335686f
feat(a2a): switch from callback-based to event-driven tool scheduler
...
This change transitions packages/a2a-server to use the event-driven
Scheduler by default. It replaces the legacy direct callback mechanism
with a MessageBus listener in the Task class to handle tool status
updates, live output, and confirmations.
- Added experimental.enableEventDrivenScheduler setting (defaults to true).
- Refactored Task.ts to support both legacy and event-driven schedulers.
- Implemented bus-based tool confirmation responses using correlationId.
- Exported Scheduler from packages/core.
- Added unit tests for the event-driven flow in A2A.
2026-01-20 15:50:00 -05:00
Coco Sheng
79076d1d52
[A2A] Disable checkpointing if git is not installed ( #16896 )
2026-01-20 16:38:38 +00:00
Adam Weidman
a76946189a
chore: remove a2a-adapter and bump @a2a-js/sdk to 0.3.8 ( #16800 )
2026-01-17 01:01:39 +00:00
Coco Sheng
5ba6e243b5
Restricting to localhost ( #16548 )
...
Co-authored-by: Adam Weidman <adamfweidman@google.com >
2026-01-15 18:59:34 +00:00
gemini-cli-robot
b0c9db7b33
chore/release: bump version to 0.26.0-nightly.20260115.6cb3ae4e0 ( #16738 )
...
Co-authored-by: Sehoon Shon <sshon@google.com >
2026-01-15 08:24:47 +00:00
Abhi
6021e4c3ba
feat(scheduler): add types needed for event driven scheduler ( #16641 )
2026-01-14 22:22:44 +00:00
Emily Hedlund
764016bca7
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
gemini-cli-robot
a1cbe85da3
chore(release): bump version to 0.26.0-nightly.20260114.bb6c57414 ( #16604 )
2026-01-14 13:37:32 +00:00
Coco Sheng
d7bff8610f
feat(a2a): Introduce /memory command for a2a server ( #14456 )
...
Co-authored-by: Shreya Keshive <shreyakeshive@google.com >
2026-01-12 21:46:42 +00:00
wszqkzqk
84710b1953
test(command-registry): increase initialization test timeout ( #15979 )
...
Signed-off-by: Zhou Qiankang <wszqkzqk@qq.com >
Co-authored-by: Tommaso Sciortino <sciortino@gmail.com >
2026-01-08 23:46:29 +00:00
David Pierce
cf021ccae4
enableInteractiveShell for external tooling relying on a2a server ( #16080 )
2026-01-08 17:03:30 +00:00
Abhi
5fe5d1da46
policy: extract legacy policy from core tool scheduler to policy engine ( #15902 )
2026-01-07 04:28:06 +00:00
N. Taylor Mullen
7956eb239e
Introduce GEMINI_CLI_HOME for strict test isolation ( #15907 )
2026-01-07 04:09:39 +00:00
gemini-cli-robot
b54215f0a5
chore(release): bump version to 0.25.0-nightly.20260107.59a18e710 ( #16048 )
2026-01-07 02:25:28 +00:00
Abhi
eec5d5ebf8
feat(core): restore MessageBus optionality for soft migration (Phase 1) ( #15774 )
2026-01-04 19:59:35 +00:00
Adib234
10ae84869a
Migrate console to coreEvents.emitFeedback or debugLogger ( #15219 )
2025-12-29 20:46:10 +00:00
Abhi
dcd2449b1a
refactor: deprecate legacy confirmation settings and enforce Policy Engine ( #15626 )
2025-12-29 19:22:42 +00:00
gemini-cli-robot
a3d214f8d7
chore/release: bump version to 0.24.0-nightly.20251227.37be16243 ( #15612 )
2025-12-27 05:29:40 +00:00
Gal Zahavi
65e2144b3d
Manual nightly version bump to 0.24.0-nightly.20251226.546baf993 ( #15594 )
2025-12-26 19:40:46 +00:00
Adam Weidman
02a36afc38
feat: Add A2A Client Manager and tests ( #15485 )
2025-12-23 20:27:16 +00:00
gemini-cli-robot
8643d60b88
chore/release: bump version to 0.21.0-nightly.20251220.41a1a3eed ( #15352 )
2025-12-21 03:59:46 +00:00
gemini-cli-robot
3c92bdb1ad
chore/release: bump version to 0.21.0-nightly.20251219.70696e364 ( #15301 )
2025-12-19 16:17:12 +00:00
gemini-cli-robot
124a6da743
chore/release: bump version to 0.21.0-nightly.20251218.739c02bd6 ( #15231 )
2025-12-17 16:54:26 -08:00
Adam Weidman
948401a450
chore: update a2a-js to 0.3.7 ( #15197 )
2025-12-17 18:07:52 +00:00
Christian Gunderman
7f2d33458a
Disallow unnecessary awaits. ( #15172 )
2025-12-17 05:28:18 +00:00
gemini-cli-robot
e79b149985
chore/release: bump version to 0.21.0-nightly.20251216.bb0c0d8ee ( #15121 )
2025-12-16 17:46:42 +00:00
Sehoon Shon
2995af6a21
use previewFeatures to determine which pro model to use for A2A ( #15131 )
2025-12-16 03:51:23 +00:00
Mayur Vaid
0c3eb82671
fix: Mark A2A requests as interactive ( #15108 )
2025-12-16 02:54:41 +00:00
Abhi
d236df5b21
Fix tool output fragmentation by encapsulating content in functionResponse ( #13082 )
2025-12-15 20:36:34 +00:00
Mayur Vaid
217e2b0eb4
fix: similar to policy-engine, throw error in case of requiring tool execution confirmation for non-interactive mode ( #14702 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-12-15 18:34:27 +00:00
Christian Gunderman
942bcfc61e
Disallow redundant typecasts. ( #15030 )
2025-12-13 01:43:43 +00:00
gemini-cli-robot
fcc3b2b5ec
chore/release: bump version to 0.21.0-nightly.20251213.977248e09 ( #15029 )
2025-12-12 17:30:29 -08:00
gemini-cli-robot
5b56920f0a
chore/release: bump version to 0.21.0-nightly.20251212.54de67536 ( #14969 )
2025-12-12 14:34:18 -08:00
Coco Sheng
299cc9bebf
feat(a2a): Introduce /init command for a2a server ( #13419 )
2025-12-12 17:09:04 +00:00
Shreya Keshive
a02abcf578
Revert "chore(deps): bump express from 5.1.0 to 5.2.0" ( #14998 )
2025-12-12 16:49:45 +00:00
gemini-cli-robot
24fca1b745
chore/release: bump version to 0.21.0-nightly.20251211.8c83e1ea9 ( #14924 )
2025-12-11 04:24:47 +00:00
dependabot[bot]
364b12e2fa
chore(deps): bump express from 5.1.0 to 5.2.0 ( #14325 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tommaso Sciortino <sciortino@gmail.com >
2025-12-09 19:34:56 +00:00
David Pierce
674494e80b
allow final:true to be returned on a2a server edit calls. ( #14747 )
2025-12-09 15:30:50 +00:00
Coco Sheng
1f813f6a06
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
gemini-cli-robot
720b31cb8b
chore/release: bump version to 0.21.0-nightly.20251209.ec9a8c7a7 ( #14751 )
2025-12-09 01:58:12 +00:00
Paweł Dec
6e51bbc215
Add prompt_id propagation in a2a-server task ( #14581 )
2025-12-08 15:12:47 +00:00
gemini-cli-robot
7a72037572
chore/release: bump version to 0.21.0-nightly.20251207.025e450ac ( #14662 )
2025-12-07 01:34:24 +00:00
Christian Gunderman
025e450ac2
Disallow floating promises. ( #14605 )
2025-12-06 00:12:49 +00:00
Sehoon Shon
2c4ec31ed1
expose previewFeatures flag in a2a ( #14550 )
2025-12-05 18:28:52 +00:00
gemini-cli-robot
8341256d1e
chore/release: bump version to 0.21.0-nightly.20251204.3da4fd5f7 ( #14476 )
2025-12-05 15:52:09 +00:00
CHAEWAN KIM
0857345945
refactor(editor): use const assertion for editor types with single source of truth ( #8604 )
2025-12-03 06:16:19 +00:00
gemini-cli-robot
ed10edbf0d
chore(release): bump version to 0.21.0-nightly.20251202.2d935b379 ( #14409 )
2025-12-02 23:39:40 +00:00
CHAEWAN KIM
f4babf172b
fix(async): prevent missed async errors from bypassing catch handlers ( #13714 )
...
Co-authored-by: Tommaso Sciortino <sciortino@gmail.com >
2025-12-01 22:11:40 +00:00
Brian de Alwis
fcb85e612f
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
806cd112ac
feat(a2a): Urgent fix - Process modelInfo agent message ( #14315 )
2025-12-01 20:09:02 +00:00