summaryrefslogtreecommitdiff
path: root/packages/server/src/utils
AgeCommit message (Expand)Author
2025-05-29Refactor read-file and support images. (#480)Jacob Richman
2025-05-27feat: Allow cancellation of in-progress Gemini requests and pre-execution checksTaylor Mullen
2025-05-26Fix(chat): Finalize next speaker detection logicTaylor Mullen
2025-05-26Fix(chat): Prevent empty model response after function callTaylor Mullen
2025-05-26Refactor(chat): Introduce custom Chat class for future modificationsTaylor 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-25Ensure edit correction isn't re-done after confirm.Taylor Mullen
2025-05-25Trim edits if possible.Taylor Mullen
2025-05-25Upon finding > 1 occurrences do not attempt auto-correction.Taylor Mullen
2025-05-25refactor: Decouple new_string correction from old_stringTaylor Mullen
2025-05-25refactor: Correct Gemini's over-escaped new_string in replace toolTaylor Mullen
2025-05-25refactor: Improve editCorrector logic and type safetyTaylor Mullen
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-23Refactor(server): Centralize GEMINI.md discovery logic in server (#498)Allen Hutchison
2025-05-22Fix: Prevent hang in large directories by using BFS for getFolderStru… (#470)Allen Hutchison
2025-05-22fix: forward entire tool call confirmation object through useToolScheduler (#...Brandon Keiji
2025-05-19ui tweaks (#442)Olcan
2025-05-12feat: Enhance `replace` tool reliability with multi-stage edit correctionTaylor Mullen
2025-05-11Workaround model bug where it returns invalid history items.Taylor Mullen
2025-05-11Remove terminal tool and dependencies.Taylor Mullen
2025-05-10Log server information on error.Taylor Mullen
2025-05-10Don't prematurely end convo w/ Gemini.Taylor Mullen
2025-05-02Cleanup low value comments. (#248)Jacob Richman
2025-05-01Support escaping spaces in file paths. (#241)Jacob Richman
2025-04-26Prevent console.warn's for tool calls.Taylor Mullen
2025-04-23remove dead code (#131)Olcan
2025-04-22Initiate the GeminiClient with a configJaana Dogan
2025-04-21Simplify GeminiClient (#101)Jaana Dogan
2025-04-21fix: remove circular dependency in background terminal analyzer (#94)Brandon Keiji
2025-04-21Remove duplicate CLI tools module, remove the global tool registry (#89)Jaana Dogan
2025-04-21Remove redundant else branches (#86)Jaana Dogan
2025-04-21Fix Gemini Code's (GC) smarts.Taylor Mullen
2025-04-19Starting to modularize into separate cli / server packages. (#55)Evan Senter