index
:
dev/gemini-cli
devel
jcarr
main
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
server
/
src
/
core
/
client.ts
Age
Commit message (
Expand
)
Author
2025-05-27
fix: default to Gemini API if GEMINI_API_KEY is set and when GOOGLE_GENAI_USE...
sasha-gitg
2025-05-26
Fix(chat): Ensure model responds when next speaker check indicates
Taylor Mullen
2025-05-26
Refactor(chat): Introduce custom Chat class for future modifications
Taylor Mullen
2025-05-22
fix: synchronization between executed tools and turn loops (#488)
Brandon Keiji
2025-05-21
feat: useToolScheduler hook to manage parallel tool calls (#448)
Brandon Keiji
2025-05-16
feat: Add support for Vertex AI and Vertex express mode (#380)
sasha-gitg
2025-05-14
This commit introduces the hierarchical memory feature, allowing GEMI⦠(#327)
Allen Hutchison
2025-05-12
feat: Enhance `replace` tool reliability with multi-stage edit correction
Taylor Mullen
2025-05-12
When an error occurs stop processing.
Taylor Mullen
2025-05-11
feat: Add User-Agent to API requests
Taylor Mullen
2025-05-10
Log server information on error.
Taylor Mullen
2025-05-10
Don't prematurely end convo w/ Gemini.
Taylor Mullen
2025-05-10
Enable tools to cancel active execution.
Taylor Mullen
2025-05-07
Continue to work through 429/500s.
Taylor Mullen
2025-05-02
Cleanup low value comments. (#248)
Jacob Richman
2025-05-02
Use parameter properties where possible. (#242)
Jacob Richman
2025-04-26
Prevent console.warn's for tool calls.
Taylor Mullen
2025-04-24
Adding a full_context command line argument. (#158)
Allen Hutchison
2025-04-24
general rules should apply to whole project (#159)
Olcan
2025-04-23
Refactor: Remove GEMINI.md memory and refactor system prompt
Taylor Mullen
2025-04-22
Initiate the GeminiClient with a config
Jaana Dogan
2025-04-21
Simplify GeminiClient (#101)
Jaana Dogan