Abhi
|
12c7c9cc42
|
feat(core,cli): enforce mandatory MessageBus injection (Phase 3 Hard Migration) (#15776)
|
2026-01-04 22:11:43 +00:00 |
|
Abhi
|
90be9c3587
|
feat(core): Standardize Tool and Agent Invocation constructors (Phase 2) (#15775)
|
2026-01-04 20:51:23 +00:00 |
|
Jacob Richman
|
e64146914a
|
fix(policy): fix bug where accepting-edits continued after it was turned off (#15351)
|
2025-12-20 01:09:43 +00:00 |
|
Allen Hutchison
|
5f298c17d7
|
feat: Persistent "Always Allow" policies with granular shell & MCP support (#14737)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-12-12 21:45:39 +00:00 |
|
matt korwel
|
dd3fd73ffe
|
fix(core): improve API response error handling and retry logic (#14563)
|
2025-12-05 17:49:08 +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 |
|
joshualitt
|
a4415f15d3
|
feat(core): Migrate generateContent to model configs. (#12834)
|
2025-11-11 16:10:50 +00:00 |
|
Allen Hutchison
|
ffc5e4d048
|
Refactor PolicyEngine to Core Package (#12325)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-11-03 23:41:00 +00:00 |
|
Allen Hutchison
|
9d642f3bb1
|
refactor(core): improve error handling for setGlobalProxy (#12437)
|
2025-11-03 18:13:52 +00:00 |
|
Allen Hutchison
|
b188a51c32
|
feat(core): Introduce message bus for tool execution confirmation (#11544)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-10-24 20:04:40 +00:00 |
|
Abhi
|
b364f37655
|
refactor(logging): Centralize console logging with debugLogger (#11590)
|
2025-10-21 20:35:22 +00:00 |
|
Shreya Keshive
|
e72c00cf9a
|
fix(proxy): Add error handling to proxy agent creation (#11538)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-10-21 19:43:37 +00:00 |
|
Allen Hutchison
|
bf80263bd6
|
feat: Implement message bus and policy engine (#11523)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-10-21 18:45:33 +00:00 |
|
Abhi
|
7dd2d8f794
|
fix(tools): restore static tool names to fix configuration exclusions (#11551)
|
2025-10-21 02:35:35 +00:00 |
|
Abhi
|
c8518d6a63
|
refactor(tools): Move all tool names into tool-names.ts (#11493)
|
2025-10-20 00:53:53 +00:00 |
|
shrutip90
|
98eef9ba0c
|
fix: Update web_fetch tool definition to instruct the model to provid… (#11252)
|
2025-10-19 20:12:15 +00:00 |
|
Abhi
|
05930d5e25
|
fix(web-fetch): respect Content-Type header in fallback mechanism (#11284)
|
2025-10-16 18:16:24 +00:00 |
|
Abhi
|
c9c633be62
|
refactor: move web_fetch tool name to tool-names.ts (#11174)
|
2025-10-16 02:48:12 +00:00 |
|
Allen Hutchison
|
b8df8b2ab8
|
feat(core): wire up UI for ASK_USER policy decisions in message bus (#10630)
|
2025-10-15 16:39:41 +00:00 |
|
Abhi
|
6f0107e7b7
|
fix(core): implement robust URL validation in web_fetch tool (#10834)
|
2025-10-14 20:53:22 +00:00 |
|
Abhi
|
70610c740e
|
feat(telemetry): Add telemetry for web_fetch fallback attempts (#10749)
|
2025-10-09 17:01:17 +00:00 |
|
Abhi
|
5bac855697
|
refactor(core): Require model for utility calls (#7566)
|
2025-09-02 00:28:54 +00:00 |
|
Abhi
|
bfdddcbd99
|
feat(commands): Enable @file processing in TOML commands (#6716)
|
2025-08-28 03:22:21 +00:00 |
|
Pascal Birchler
|
0f031a7f89
|
Explict imports & exports with type modifier (#3774)
|
2025-08-25 22:04:53 +00:00 |
|
joshualitt
|
ec41b8db8e
|
feat(core): Annotate remaining error paths in tools with type. (#6699)
|
2025-08-21 21:40:18 +00:00 |
|
joshualitt
|
b9cece767d
|
feat(core): Cleanup after migrating tools. (#6199)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-19 20:55:06 +00:00 |
|
Richie Foreman
|
a90aeb3d8f
|
chore(build/compiler): Enable a bunch of strict TS compiler options. (#6138)
|
2025-08-13 20:17:38 +00:00 |
|
joshualitt
|
c0c0e9b7a0
|
feat(core): Migrate read_many_files, shell, and web_fetch. (#6167)
|
2025-08-13 19:27:09 +00:00 |
|
Agus Zubiaga
|
d3fda9dafb
|
Zed integration schema upgrade (#5536)
Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
Co-authored-by: Ben Brandt <benjamin@zed.dev>
|
2025-08-13 15:58:26 +00:00 |
|
Wanlin Du
|
d9fb08c9da
|
feat: migrate tools to use parametersJsonSchema. (#5330)
|
2025-08-11 23:12:41 +00:00 |
|
Conrad Irwin
|
761ffc6338
|
Zed integration (#4266)
Co-authored-by: Agus Zubiaga <agus@zed.dev>
Co-authored-by: Ben Brandt <benjamin.j.brandt@gmail.com>
Co-authored-by: mkorwel <matt.korwel@gmail.com>
|
2025-07-17 22:25:23 +00:00 |
|
warjiang
|
606a7702de
|
feat(cli): add explicit proxy option in cli (#2526)
Co-authored-by: Dcatfly <dcatfly@gmail.com>
|
2025-07-17 18:57:37 +00:00 |
|
Tommaso Sciortino
|
4dab31f1c8
|
Improve Function Call argument validation and typing (#2881)
Co-authored-by: N. Taylor Mullen <ntaylormullen@google.com>
|
2025-07-08 06:48:44 +00:00 |
|
Noritaka Kobayashi
|
9ae2595bfd
|
refactor: remove unnecessary assertion (#2579)
|
2025-06-29 19:06:03 +00:00 |
|
Allen Hutchison
|
31b28ade01
|
Improvements to web-fetch tool (#1030)
|
2025-06-13 17:44:14 -07:00 |
|
Scott Densmore
|
e428707e07
|
Refactor: Centralize GeminiClient in Config (#693)
Co-authored-by: N. Taylor Mullen <ntaylormullen@google.com>
|
2025-06-02 14:55:51 -07:00 |
|
Tommaso Sciortino
|
21fba832d1
|
Rename server->core (#638)
|
2025-05-30 18:25:47 -07:00 |
|