index
:
dev/gemini-cli
devel
jcarr
main
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
core
/
src
/
tools
/
tool-registry.ts
Age
Commit message (
Expand
)
Author
2025-08-21
feat(core): Annotate remaining error paths in tools with type. (#6699)
joshualitt
2025-08-20
return the JSON stringified parameters from getDescription for MCP tools and ...
Jacob MacDonald
2025-08-19
feat: restart MCP servers on /mcp refresh (#5479)
Ramón Medrano Llamas
2025-08-14
feat(core): Migrate web-search, write-file, and discovered-tool. (#6188)
joshualitt
2025-08-13
chore(build/compiler): Enable a bunch of strict TS compiler options. (#6138)
Richie Foreman
2025-08-13
fix: Prevent duplicate or inactive tools/prompts after server refresh (#5850)
Harold Mciver
2025-08-13
Zed integration schema upgrade (#5536)
Agus Zubiaga
2025-08-11
feat: migrate tools to use parametersJsonSchema. (#5330)
Wanlin Du
2025-08-08
Add MCP Roots support (#5856)
Jacob MacDonald
2025-08-07
feat(agent): Introduce Foundational Subagent Architecture (#1805)
Abhi
2025-08-06
feat(core): Introduce `DeclarativeTool` and `ToolInvocation`. (#5613)
joshualitt
2025-08-05
fix(mcp): clear prompt registry on refresh to prevent duplicates (#5385)
Ramón Medrano Llamas
2025-07-25
Load and use MCP server prompts as slash commands in the CLI (#4828)
christine betts
2025-07-25
feat: add /mcp refresh command (#4566)
Ramón Medrano Llamas
2025-07-22
MCP OAuth Part 2 - MCP Client Integration (#4318)
Brian Ray
2025-07-18
Use simple name for MCP tools where possible. (#4459)
Tommaso Sciortino
2025-07-17
Zed integration (#4266)
Conrad Irwin
2025-07-15
feat(tool): sort tool list alphabetically for deterministic output (#3095)
Sambhav Khanna
2025-07-14
Show stderr output from mcp servers in debug mode (#4049)
Billy Biggs
2025-07-13
feat(tools): Centralize shell tool summarization (#4009)
N. Taylor Mullen
2025-07-11
Summarize tool call outputs using tool specific summarizers (#3745)
anj-s
2025-07-07
Initialize MCP tools once at start up instead of every time we auth. (#3483)
Tommaso Sciortino
2025-07-07
Remove unneeded code. (#3467)
Tommaso Sciortino
2025-07-05
fix(core): Sanitize tool parameters to fix 400 API errors (#3300)
BigUncle
2025-06-05
Jacob314/memory fixes (#754)
Jacob Richman
2025-06-03
Fix: Ensure MCP tools are discovered from slow-starting servers (#717)
N. Taylor Mullen
2025-06-02
refactor: maintain 1 GeminiChat per GeminiClient (#710)
Brandon Keiji
2025-06-02
allow toolDiscoveryCommand to return function declarations with or without a ...
Olcan
2025-06-02
refactor: Update MCP tool discovery to use @google/genai - Also fixes JSON sc...
N. Taylor Mullen
2025-06-02
enable async tool discovery by making the registry accessor async; remove cal...
Olcan
2025-05-30
Rename server->core (#638)
Tommaso Sciortino