summaryrefslogtreecommitdiff
path: root/packages/server/src/tools/edit.ts
AgeCommit message (Expand)Author
2025-05-30Rename server->core (#638)Tommaso Sciortino
2025-05-27feat: Allow cancellation of in-progress Gemini requests and pre-execution checksTaylor Mullen
2025-05-25Fix(diff): Hide whitespace changes in diffs with content changesTaylor Mullen
2025-05-25Correct edits even when auto-accept is enabled.Taylor Mullen
2025-05-22fix: forward entire tool call confirmation object through useToolScheduler (#...Brandon Keiji
2025-05-16refactor: Unify file modification confirmation stateTaylor Mullen
2025-05-16Refactor: Use String.prototype.replaceAll() and update TS libTaylor Mullen
2025-05-16fix: Ensure filename is available for diff rendering in write-fileTaylor Mullen
2025-05-12feat: Enhance `replace` tool reliability with multi-stage edit correctionTaylor Mullen
2025-05-10Enable tools to cancel active execution.Taylor Mullen
2025-05-07 Update EditTool description for clarity and better parameter guidance.Taylor Mullen
2025-05-02Cleanup low value comments. (#248)Jacob Richman
2025-05-02Use parameter properties where possible. (#242)Jacob Richman
2025-04-21Fix Gemini Code's (GC) smarts.Taylor Mullen
2025-04-19Starting to modularize into separate cli / server packages. (#55)Evan Senter