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
Age
Commit message (
Expand
)
Author
2025-05-30
feat: Implement retry with backoff for API calls (#613)
N. Taylor Mullen
2025-05-30
feat(server): consolidate adjacent model content in chat history
Taylor Mullen
2025-05-29
Refactor read-file and support images. (#480)
Jacob Richman
2025-05-27
feat: Allow cancellation of in-progress Gemini requests and pre-execution checks
Taylor Mullen
2025-05-27
fix: default to Gemini API if GEMINI_API_KEY is set and when GOOGLE_GENAI_USE...
sasha-gitg
2025-05-26
feat: Replace SQLite with JSON logging for macOS sandbox compatibility
Taylor Mullen
2025-05-26
Fix(chat): Ensure model responds when next speaker check indicates
Taylor Mullen
2025-05-26
Fix(chat): Prevent empty model response after function call
Taylor Mullen
2025-05-26
Refactor(chat): Introduce custom Chat class for future modifications
Taylor Mullen
2025-05-23
fix: do not retry cancelled tool calls (#504)
Brandon Keiji
2025-05-23
Mention Kotlin & Compose (Mutliplatform) in prompt.ts
Jordan Demeulenaere
2025-05-22
Fix(server): Ensure debug responses are not recorded after cancellation (#491)
Allen Hutchison
2025-05-22
Refactor: Consolidate and clarify core mandates and guidelines (#482)
N. Taylor Mullen
2025-05-22
fix: synchronization between executed tools and turn loops (#488)
Brandon Keiji
2025-05-21
feat: Update feedback mechanism to use /bug command
Taylor Mullen
2025-05-21
feat: useToolScheduler hook to manage parallel tool calls (#448)
Brandon Keiji
2025-05-21
Add Logger for command history (#435)
Seth Troisi
2025-05-20
Support Images and PDFs (#447)
Jacob Richman
2025-05-19
indicate system prompt override on bottom right; require GEMINI_SYSTEM_MD to ...
Olcan
2025-05-19
trim system prompt (#426)
Olcan
2025-05-17
ability to write system prompt to file (#414)
Olcan
2025-05-17
ability to override core system prompt (via .gemini/system.md) and specify co...
Olcan
2025-05-16
feat: Implement CLI and model memory management (#371)
Allen Hutchison
2025-05-16
feat: Add support for Vertex AI and Vertex express mode (#380)
sasha-gitg
2025-05-14
refactor: break submitQuery into smaller functions (#350)
Brandon Keiji
2025-05-14
This commit introduces the hierarchical memory feature, allowing GEMI⦠(#327)
Allen Hutchison
2025-05-13
mention `git diff --staged` for partial commits (#336)
Olcan
2025-05-13
use git diff HEAD instead of git diff && git diff --staged (#333)
Olcan
2025-05-12
Encourage utilization of `git diff --staged` for commit message writing.
Taylor Mullen
2025-05-12
feat: Enhance `replace` tool reliability with multi-stage edit correction
Taylor Mullen
2025-05-12
ensure no 'undefined' in system prompt (#322)
Olcan
2025-05-12
system prompt for working with git (#321)
Olcan
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-11
feat: Integrate centralized error reporting for API interactions
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-09
Make cancel not explode.
Taylor Mullen
2025-05-09
sandbox/seatbelt-aware system prompt, support for custom seatbelt profiles un...
Olcan
2025-05-07
Continue to work through 429/500s.
Taylor Mullen
2025-05-06
fix: use flat config for react eslint plugin (#265)
Brandon Keiji
2025-05-05
Add vibe coding instructions for 0->game.
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-28
switch to shell tool, deprecating terminal (#203)
Olcan
2025-04-27
Refactor: Update core system prompt with new application workflow and improve...
Taylor Mullen
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
[next]