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