index
:
dev/gemini-cli
devel
jcarr
main
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
cli
/
src
/
ui
/
hooks
/
useToolScheduler.ts
Age
Commit message (
Expand
)
Author
2025-06-01
refactor: Centralize tool scheduling logic and simplify React hook (#670)
N. Taylor Mullen
2025-05-30
Rename server->core (#638)
Tommaso Sciortino
2025-05-30
add flags for markdown rendering and live updating to Tool to avoid special-c...
Olcan
2025-05-30
disable markdown rendering of shell tool output (#625)
Olcan
2025-05-30
update shell output at an interval to reduce flicker (#614)
Olcan
2025-05-29
Refactor read-file and support images. (#480)
Jacob Richman
2025-05-27
feat: Allow cancellation of in-progress Gemini requests and pre-execution checks
Taylor Mullen
2025-05-27
live output from shell tool (#573)
Olcan
2025-05-27
fix tool cancellation while executing (#575)
Olcan
2025-05-25
Fix(cli): Prevent premature input box reactivation during tool confirmation
Taylor Mullen
2025-05-23
feat: add emphasis to tool confirmations (#502)
Brandon Keiji
2025-05-22
fix: cancel parallel tool calls mid-execution (#489)
Brandon Keiji
2025-05-22
fix: synchronization between executed tools and turn loops (#488)
Brandon Keiji
2025-05-22
fix: forward entire tool call confirmation object through useToolScheduler (#...
Brandon Keiji
2025-05-21
feat: create tool scheduler hook (#468)
Brandon Keiji