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