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
/
core
/
turn.ts
Age
Commit message (
Expand
)
Author
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-26
Refactor(chat): Introduce custom Chat class for future modifications
Taylor Mullen
2025-05-22
Fix(server): Ensure debug responses are not recorded after cancellation (#491)
Allen Hutchison
2025-05-22
fix: synchronization between executed tools and turn loops (#488)
Brandon Keiji
2025-05-21
feat: useToolScheduler hook to manage parallel tool calls (#448)
Brandon Keiji
2025-05-14
refactor: break submitQuery into smaller functions (#350)
Brandon Keiji
2025-05-11
feat: Integrate centralized error reporting for API interactions
Taylor Mullen
2025-05-10
Enable tools to cancel active execution.
Taylor Mullen
2025-05-09
Make cancel not explode.
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-26
Prevent console.warn's for tool calls.
Taylor Mullen
2025-04-22
fix hanging tools
Jaana Dogan
2025-04-21
Remove redundant else branches (#86)
Jaana Dogan
2025-04-21
Fix confirmations.
Taylor Mullen
2025-04-21
Fix Gemini Code's (GC) smarts.
Taylor Mullen
2025-04-20
add linter for checking license headers (and eslint --fix target to match, an...
Tyler
2025-04-19
Starting to modularize into separate cli / server packages. (#55)
Evan Senter