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
/
useReactToolScheduler.ts
Age
Commit message (
Expand
)
Author
2025-08-21
Reuse CoreToolScheduler for nonInteractiveToolExecutor (#6714)
Tommaso Sciortino
2025-08-15
Revert #6088 (#6328)
Gal Zahavi
2025-08-14
feat(core): refactor shell execution to use node-pty (#6088)
Gal Zahavi
2025-08-08
Add a request queue to the tool scheduler (#5845)
Jacob MacDonald
2025-08-06
feat(core): Introduce `DeclarativeTool` and `ToolInvocation`. (#5613)
joshualitt
2025-08-05
fix(core): prevent UI shift after vim edit (#5315)
Gal Zahavi
2025-07-27
fix: yolo mode not respected (#4972)
Leeroy Ding
2025-06-27
Upgrade to Ink 6 and React 19 (#2096)
Sandy Tao
2025-06-25
fix: prepublish changes to package names (#1420)
Brandon Keiji
2025-06-12
telemetry: include user decisions in tool call logs (#966)
Jerop Kipruto
2025-06-11
feat: External editor settings (#882)
Leo
2025-06-11
feat: Add exit UI w/ stats (#924)
Abhi
2025-06-11
refactor(telemetry): pass config object to telemetry functions
jerop
2025-06-08
fix mcp timeouts and missing description on mcp errors (#868)
Olcan
2025-06-08
fix(tool-scheduler): Correctly pipe cancellation signal to tool calls (#852)
N. Taylor Mullen
2025-06-07
refactor: rename gemini-code to gemini-cli (#822)
cperry-goog
2025-06-05
refactor: remove unnecessary useRefs (#780)
Brandon Keiji
2025-06-05
OpenTelemetry Integration & Telemetry Control Flag (#762)
Jerop Kipruto
2025-06-02
feat: Add --yolo mode that automatically accepts all tools executions (#695)
Tolik Malibroda
2025-06-01
refactor: Centralize tool scheduling logic and simplify React hook (#670)
N. Taylor Mullen