index
:
dev/gemini-cli
devel
jcarr
main
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
server
/
src
/
tools
/
write-file.ts
Age
Commit message (
Expand
)
Author
2025-05-30
Rename server->core (#638)
Tommaso Sciortino
2025-05-27
feat: Allow cancellation of in-progress Gemini requests and pre-execution checks
Taylor Mullen
2025-05-25
Fix(diff): Hide whitespace changes in diffs with content changes
Taylor Mullen
2025-05-25
Fix(write-file): Correct over-escaping and improve content generation
Taylor Mullen
2025-05-22
fix: forward entire tool call confirmation object through useToolScheduler (#...
Brandon Keiji
2025-05-17
refactor: Remove console.error from WriteFileTool
Taylor Mullen
2025-05-17
fix: Prevent WriteFileTool from writing to directory paths
Taylor Mullen
2025-05-16
refactor: Unify file modification confirmation state
Taylor Mullen
2025-05-16
fix: Ensure filename is available for diff rendering in write-file
Taylor Mullen
2025-05-15
Fix(write-file): Ensure correct validation method is called in WriteFileTool
Taylor Mullen
2025-05-10
Enable tools to cancel active execution.
Taylor Mullen
2025-05-02
Cleanup low value comments. (#248)
Jacob Richman
2025-05-02
Use parameter properties where possible. (#242)
Jacob Richman
2025-04-21
Fix Gemini Code's (GC) smarts.
Taylor Mullen
2025-04-19
Starting to modularize into separate cli / server packages. (#55)
Evan Senter