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
/
edit.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
Correct edits even when auto-accept is enabled.
Taylor Mullen
2025-05-22
fix: forward entire tool call confirmation object through useToolScheduler (#...
Brandon Keiji
2025-05-16
refactor: Unify file modification confirmation state
Taylor Mullen
2025-05-16
Refactor: Use String.prototype.replaceAll() and update TS lib
Taylor Mullen
2025-05-16
fix: Ensure filename is available for diff rendering in write-file
Taylor Mullen
2025-05-12
feat: Enhance `replace` tool reliability with multi-stage edit correction
Taylor Mullen
2025-05-10
Enable tools to cancel active execution.
Taylor Mullen
2025-05-07
Update EditTool description for clarity and better parameter guidance.
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