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