summaryrefslogtreecommitdiff
path: root/packages/server/src/tools/write-file.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-25Fix(write-file): Correct over-escaping and improve content generationTaylor Mullen
2025-05-22fix: forward entire tool call confirmation object through useToolScheduler (#...Brandon Keiji
2025-05-17refactor: Remove console.error from WriteFileToolTaylor Mullen
2025-05-17fix: Prevent WriteFileTool from writing to directory pathsTaylor Mullen
2025-05-16refactor: Unify file modification confirmation stateTaylor Mullen
2025-05-16fix: Ensure filename is available for diff rendering in write-fileTaylor Mullen
2025-05-15Fix(write-file): Ensure correct validation method is called in WriteFileToolTaylor Mullen
2025-05-10Enable tools to cancel active execution.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