mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-18 14:19:42 +01:00
b3868ec970
* stub out new participant for replay * add debugger to step through replay file * parse and debug json replay * make edits from the replay * create absolute path * update for the latest json format * show tool calls with tool call renderer * use singleton object for response queue * cleanup * formatting * baseline update * baseline update again * just disable tool from normal agent calls * reverting stest changes * nes: clean up enforcing minimum response delay and cancellation handling (#746) * nes: do not enforce minimum response delay for NES in 2 cases (#748) * nes: clean up enforcing minimum response delay and cancellation handling * nes: do not enforce minimum response delay for NES in 2 cases 1. for NES that's a subsequent edit (ie non-first edit in a set of multiple edits that come from a single model request) 2. for NES that was cached and is returned again after rebasing on user edits * Move to latest completion core (#749) * update baseline * use existing util --------- Co-authored-by: Ulugbek Abdullaev <ulugbekna@gmail.com> Co-authored-by: Dirk Bäumer <dirkb@microsoft.com>