summaryrefslogtreecommitdiff
path: root/packages/server/src/tools
AgeCommit message (Expand)Author
2025-05-29Change Config to use named parameters. (#593)Jacob Richman
2025-05-28refactor: Extract MCP discovery from ToolRegistryTaylor Mullen
2025-05-28much improved support for background processes, avoiding termination (via SIG...Olcan
2025-05-27feat: Allow cancellation of in-progress Gemini requests and pre-execution checksTaylor Mullen
2025-05-27live output from shell tool (#573)Olcan
2025-05-27improve shell tool output when cancelled in debug mode (#571)Olcan
2025-05-26Chore(deps): Upgrade @google/genai to v1.0.1Taylor Mullen
2025-05-25Fix(diff): Hide whitespace changes in diffs with content changesTaylor Mullen
2025-05-25Fix(test): Improve write-file and editCorrector test suitesTaylor Mullen
2025-05-25Fix(write-file): Correct over-escaping and improve content generationTaylor Mullen
2025-05-25Correct edits even when auto-accept is enabled.Taylor Mullen
2025-05-23MCP SSE support (#511)cornmander
2025-05-22fix: forward entire tool call confirmation object through useToolScheduler (#...Brandon Keiji
2025-05-21feat: useToolScheduler hook to manage parallel tool calls (#448)Brandon Keiji
2025-05-21Remove unneeded linebreaks in tool description in read-many-files. (#476)Jacob Richman
2025-05-21Fix: Align WebSearchTool API key handling with GeminiClient (#474)Allen Hutchison
2025-05-21switch to spawn for shell mode (#467)Olcan
2025-05-21fix exit code for shell tool (#465)Olcan
2025-05-20Update docs and tool description for read-many-files. (#456)Jacob Richman
2025-05-20Support Images and PDFs (#447)Jacob Richman
2025-05-20Implementation of web search as a tool (#307)Allen Hutchison
2025-05-19fix SIGPIPE and race condition causing dropping of final output ( "command no...Olcan
2025-05-18fix(server): Use console.debug in GrepTool for less verbose loggingTaylor Mullen
2025-05-18fix(shell): Improve error reporting for shell command failuresTaylor Mullen
2025-05-18fix(glob): Improve glob tool accuracy and outputTaylor Mullen
2025-05-17refactor: Remove console.error from WriteFileToolTaylor Mullen
2025-05-17ability to override core system prompt (via .gemini/system.md) and specify co...Olcan
2025-05-17added timeout setting to mcp server config, also switched to custom config ty...Olcan
2025-05-17fix multiple mcp serversolcan
2025-05-17fix: Prevent WriteFileTool from writing to directory pathsTaylor Mullen
2025-05-16refactor: Unify file modification confirmation stateTaylor Mullen
2025-05-16Refactor: Use String.prototype.replaceAll() and update TS libTaylor Mullen
2025-05-16feat: Strip schema props from MCP tool definitionsTaylor Mullen
2025-05-16Avoid console.log for MCPTaylor Mullen
2025-05-16GC "add tool registry tests"Taylor Mullen
2025-05-16feat: Implement CLI and model memory management (#371)Allen Hutchison
2025-05-16improved mcp support, including standard "mcpServers" setting with multiple n...Olcan
2025-05-16fix: Ensure filename is available for diff rendering in write-fileTaylor Mullen
2025-05-15Fix(write-file): Ensure correct validation method is called in WriteFileToolTaylor Mullen
2025-05-14Improve read-many-files display messageSeth Troisi
2025-05-14This commit introduces the hierarchical memory feature, allowing GEMI… (#327)Allen Hutchison
2025-05-12feat: Enhance `replace` tool reliability with multi-stage edit correctionTaylor Mullen
2025-05-11Remove terminal tool and dependencies.Taylor Mullen
2025-05-10Enable tools to cancel active execution.Taylor Mullen
2025-05-09fix MCP under seatbelt, improve error handling (#301)Olcan
2025-05-08fix json import warning (#291)Olcan
2025-05-07 Update EditTool description for clarity and better parameter guidance.Taylor Mullen
2025-05-06drop restriction on whitespace in bash commands (#272)Olcan
2025-05-06use temp file instead of footer to allow arbitrary chunking of streams and ar...Olcan
2025-05-05added todo about removing mcp dependency once support is built into genai SDKolcan