summaryrefslogtreecommitdiff
path: root/packages/server/src/tools
AgeCommit message (Expand)Author
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
2025-05-05extra spacing in discovered tool descriptionsolcan
2025-05-05support for mcp toolsolcan
2025-05-05support for discovered tools using project settings for discovery and call co...olcan
2025-05-02Cleanup low value comments. (#248)Jacob Richman
2025-05-02Use parameter properties where possible. (#242)Jacob Richman
2025-04-30simplify directory display in shell tool description (#230)Olcan
2025-04-29do not prepend ./ to absolute paths or . (#220)Olcan
2025-04-28switch to shell tool, deprecating terminal (#203)Olcan
2025-04-28do not prepend ./ unless missing (#200)Olcan
2025-04-28rename dev image with -dev suffix (#195)Olcan
2025-04-28shell tool tweaks (#194)Olcan
2025-04-27minimal shell tool (#191)Olcan
2025-04-27don't confirm invalid params in terminal tool, or in general (added comments ...Olcan
2025-04-25more consistent confirmations, TODO to improve write confirmations, drop "des...Olcan
2025-04-24enable json imports (#165)Olcan
2025-04-24shell bones (#160)Olcan
2025-04-24general rules should apply to whole project (#159)Olcan
2025-04-24remove dead code (+ dont reset shellReady unless restarting) (#156)Olcan
2025-04-24rename read_many_files (#153)Olcan