summaryrefslogtreecommitdiff
path: root/packages/server/src
AgeCommit message (Expand)Author
2025-05-30disable markdown for discovered (mcp) tools (#630)Olcan
2025-05-30add flags for markdown rendering and live updating to Tool to avoid special-c...Olcan
2025-05-30feat: Implement retry with backoff for API calls (#613)N. Taylor Mullen
2025-05-30Change ReadFile to not have a result display.Taylor Mullen
2025-05-30feat(server): consolidate adjacent model content in chat historyTaylor Mullen
2025-05-30truncate (hide) tool output at the top, add some spacing, also fix shell outp...Olcan
2025-05-30tweaks to shell abort logic based on feedback (#618)Olcan
2025-05-30allow aborting of shell mode (!) commands, similar to shell tool commands. fi...Olcan
2025-05-30update shell output at an interval to reduce flicker (#614)Olcan
2025-05-29fix mcp tool names that are long or have invalid characters (based on 400 err...Olcan
2025-05-29Refactor read-file and support images. (#480)Jacob Richman
2025-05-29feat: Enhance web_fetch tool to process prompts with URLs using Gemini API (#...Allen Hutchison
2025-05-29improve read-many-files output (#596)Seth Troisi
2025-05-29Change Config to use named parameters. (#593)Jacob Richman
2025-05-28refactor: Extract MCP discovery from ToolRegistryTaylor Mullen
2025-05-28much improved support for background processes, avoiding termination (via SIG...Olcan
2025-05-27feat: Allow cancellation of in-progress Gemini requests and pre-execution checksTaylor Mullen
2025-05-27live output from shell tool (#573)Olcan
2025-05-27improve shell tool output when cancelled in debug mode (#571)Olcan
2025-05-27fix: default to Gemini API if GEMINI_API_KEY is set and when GOOGLE_GENAI_USE...sasha-gitg
2025-05-26feat: Replace SQLite with JSON logging for macOS sandbox compatibilityTaylor Mullen
2025-05-26Fix(chat): Finalize next speaker detection logicTaylor Mullen
2025-05-26Fix(chat): Ensure model responds when next speaker check indicatesTaylor Mullen
2025-05-26Fix(chat): Prevent empty model response after function callTaylor Mullen
2025-05-26Refactor(chat): Introduce custom Chat class for future modificationsTaylor Mullen
2025-05-26Chore(deps): Upgrade @google/genai to v1.0.1Taylor Mullen
2025-05-25Fix(diff): Hide whitespace changes in diffs with content changesTaylor Mullen
2025-05-25Fix(test): Improve write-file and editCorrector test suitesTaylor Mullen
2025-05-25Fix(write-file): Correct over-escaping and improve content generationTaylor Mullen
2025-05-25Ensure edit correction isn't re-done after confirm.Taylor Mullen
2025-05-25Correct edits even when auto-accept is enabled.Taylor Mullen
2025-05-25Trim edits if possible.Taylor Mullen
2025-05-25Upon finding > 1 occurrences do not attempt auto-correction.Taylor Mullen
2025-05-25refactor: Decouple new_string correction from old_stringTaylor Mullen
2025-05-25refactor: Correct Gemini's over-escaped new_string in replace toolTaylor Mullen
2025-05-25refactor: Improve editCorrector logic and type safetyTaylor Mullen
2025-05-23infra: emit errors on no-explicit-any eslint rule (#516)Brandon Keiji
2025-05-23fix: Update dependencies to resolve deprecation warningsTaylor Mullen
2025-05-23MCP SSE support (#511)cornmander
2025-05-23fix: do not retry cancelled tool calls (#504)Brandon Keiji
2025-05-23Mention Kotlin & Compose (Mutliplatform) in prompt.tsJordan Demeulenaere
2025-05-23Refactor(server): Centralize GEMINI.md discovery logic in server (#498)Allen Hutchison
2025-05-22Fix(server): Ensure debug responses are not recorded after cancellation (#491)Allen Hutchison
2025-05-22Refactor: Consolidate and clarify core mandates and guidelines (#482)N. Taylor Mullen
2025-05-22Fix: Prevent hang in large directories by using BFS for getFolderStru… (#470)Allen Hutchison
2025-05-22fix: synchronization between executed tools and turn loops (#488)Brandon Keiji
2025-05-21feat: Update feedback mechanism to use /bug commandTaylor Mullen
2025-05-22fix: forward entire tool call confirmation object through useToolScheduler (#...Brandon Keiji
2025-05-21feat: useToolScheduler hook to manage parallel tool calls (#448)Brandon Keiji
2025-05-21Remove unneeded linebreaks in tool description in read-many-files. (#476)Jacob Richman