summaryrefslogtreecommitdiff
path: root/packages/server/src/core/client.ts
AgeCommit message (Expand)Author
2025-05-27fix: default to Gemini API if GEMINI_API_KEY is set and when GOOGLE_GENAI_USE...sasha-gitg
2025-05-26Fix(chat): Ensure model responds when next speaker check indicatesTaylor Mullen
2025-05-26Refactor(chat): Introduce custom Chat class for future modificationsTaylor Mullen
2025-05-22fix: synchronization between executed tools and turn loops (#488)Brandon Keiji
2025-05-21feat: useToolScheduler hook to manage parallel tool calls (#448)Brandon Keiji
2025-05-16feat: Add support for Vertex AI and Vertex express mode (#380)sasha-gitg
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-12When an error occurs stop processing.Taylor Mullen
2025-05-11feat: Add User-Agent to API requestsTaylor Mullen
2025-05-10Log server information on error.Taylor Mullen
2025-05-10Don't prematurely end convo w/ Gemini.Taylor Mullen
2025-05-10Enable tools to cancel active execution.Taylor Mullen
2025-05-07Continue to work through 429/500s.Taylor Mullen
2025-05-02Cleanup low value comments. (#248)Jacob Richman
2025-05-02Use parameter properties where possible. (#242)Jacob Richman
2025-04-26Prevent console.warn's for tool calls.Taylor Mullen
2025-04-24Adding a full_context command line argument. (#158)Allen Hutchison
2025-04-24general rules should apply to whole project (#159)Olcan
2025-04-23Refactor: Remove GEMINI.md memory and refactor system promptTaylor Mullen
2025-04-22Initiate the GeminiClient with a configJaana Dogan
2025-04-21Simplify GeminiClient (#101)Jaana Dogan