summaryrefslogtreecommitdiff
path: root/packages/server/src
AgeCommit message (Expand)Author
2025-05-23infra: emit errors on no-explicit-any eslint rule (#516)Brandon Keiji
2025-05-23fix: Update dependencies to resolve deprecation warningsTaylor Mullen
2025-05-23MCP SSE support (#511)cornmander
2025-05-23fix: do not retry cancelled tool calls (#504)Brandon Keiji
2025-05-23Mention Kotlin & Compose (Mutliplatform) in prompt.tsJordan Demeulenaere
2025-05-23Refactor(server): Centralize GEMINI.md discovery logic in server (#498)Allen Hutchison
2025-05-22Fix(server): Ensure debug responses are not recorded after cancellation (#491)Allen Hutchison
2025-05-22Refactor: Consolidate and clarify core mandates and guidelines (#482)N. Taylor Mullen
2025-05-22Fix: Prevent hang in large directories by using BFS for getFolderStru… (#470)Allen Hutchison
2025-05-22fix: synchronization between executed tools and turn loops (#488)Brandon Keiji
2025-05-21feat: Update feedback mechanism to use /bug commandTaylor Mullen
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-21Add Logger for command history (#435)Seth Troisi
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-19ui tweaks (#442)Olcan
2025-05-19fix SIGPIPE and race condition causing dropping of final output ( "command no...Olcan
2025-05-19indicate system prompt override on bottom right; require GEMINI_SYSTEM_MD to ...Olcan
2025-05-19trim system prompt (#426)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 write system prompt to file (#414)Olcan
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-16feat: Add support for Vertex AI and Vertex express mode (#380)sasha-gitg
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-14Add UI memory indicator. (#348)Allen Hutchison
2025-05-14refactor: break submitQuery into smaller functions (#350)Brandon Keiji
2025-05-14This commit introduces the hierarchical memory feature, allowing GEMI… (#327)Allen Hutchison
2025-05-13fall back to ~/.env if .env is not found in current directory or any ancestor...Olcan
2025-05-13mention `git diff --staged` for partial commits (#336)Olcan