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
/
config
/
config.ts
Age
Commit message (
Expand
)
Author
2025-05-29
feat: Enhance web_fetch tool to process prompts with URLs using Gemini API (#...
Allen Hutchison
2025-05-29
Change Config to use named parameters. (#593)
Jacob Richman
2025-05-27
fix: default to Gemini API if GEMINI_API_KEY is set and when GOOGLE_GENAI_USE...
sasha-gitg
2025-05-23
MCP SSE support (#511)
cornmander
2025-05-20
Implementation of web search as a tool (#307)
Allen Hutchison
2025-05-17
ability to override core system prompt (via .gemini/system.md) and specify co...
Olcan
2025-05-17
added timeout setting to mcp server config, also switched to custom config ty...
Olcan
2025-05-16
refactor: Unify file modification confirmation state
Taylor Mullen
2025-05-16
feat: Implement CLI and model memory management (#371)
Allen Hutchison
2025-05-16
improved mcp support, including standard "mcpServers" setting with multiple n...
Olcan
2025-05-14
Add UI memory indicator. (#348)
Allen Hutchison
2025-05-14
This commit introduces the hierarchical memory feature, allowing GEMI⦠(#327)
Allen Hutchison
2025-05-13
fall back to ~/.env if .env is not found in current directory or any ancestor...
Olcan
2025-05-12
feat: Enhance `replace` tool reliability with multi-stage edit correction
Taylor Mullen
2025-05-11
feat: Add User-Agent to API requests
Taylor Mullen
2025-05-11
Remove terminal tool and dependencies.
Taylor Mullen
2025-05-05
support for mcp tools
olcan
2025-05-05
support for discovered tools using project settings for discovery and call co...
olcan
2025-05-05
Remove passthroughCommands (#252)
Seth Troisi
2025-05-02
Use parameter properties for constructor parameters in config.ts (#245)
Jacob Richman
2025-05-02
sandbox setting and argument (#243)
Olcan
2025-04-28
switch to shell tool, deprecating terminal (#203)
Olcan
2025-04-25
more consistent confirmations, TODO to improve write confirmations, drop "des...
Olcan
2025-04-24
shell bones (#160)
Olcan
2025-04-24
Adding a full_context command line argument. (#158)
Allen Hutchison
2025-04-23
Add concatenation tool (#130)
Allen Hutchison
2025-04-22
Question flag (#125)
Allen Hutchison
2025-04-21
Remove duplicate CLI tools module, remove the global tool registry (#89)
Jaana Dogan
2025-04-20
Adds shell command allowlist (#68)
Juliette Love
2025-04-20
Simple debug mode for CLI side (#66)
Juliette Love
2025-04-19
Starting to modularize into separate cli / server packages. (#55)
Evan Senter