summaryrefslogtreecommitdiff
path: root/packages/server/src
AgeCommit message (Expand)Author
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
2025-05-21Fix: Align WebSearchTool API key handling with GeminiClient (#474)Allen Hutchison
2025-05-21switch to spawn for shell mode (#467)Olcan
2025-05-21fix exit code for shell tool (#465)Olcan
2025-05-21Add Logger for command history (#435)Seth Troisi
2025-05-20Update docs and tool description for read-many-files. (#456)Jacob Richman
2025-05-20Support Images and PDFs (#447)Jacob Richman
2025-05-20Implementation of web search as a tool (#307)Allen Hutchison
2025-05-19ui tweaks (#442)Olcan
2025-05-19fix SIGPIPE and race condition causing dropping of final output ( "command no...Olcan
2025-05-19indicate system prompt override on bottom right; require GEMINI_SYSTEM_MD to ...Olcan
2025-05-19trim system prompt (#426)Olcan
2025-05-18fix(server): Use console.debug in GrepTool for less verbose loggingTaylor Mullen
2025-05-18fix(shell): Improve error reporting for shell command failuresTaylor Mullen
2025-05-18fix(glob): Improve glob tool accuracy and outputTaylor Mullen
2025-05-17refactor: Remove console.error from WriteFileToolTaylor Mullen