mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
Implement UX for running subagents in parallel (#287687)
* Support UX for parallel subagents Similar to thinking ux * Show prompt when expanded as well * Add ellipsis * Fix unit test * Get subagents working with tool streaming changes * Fixes * Just keep this the same, close enough
This commit is contained in:
@@ -997,7 +997,8 @@
|
||||
"--comment-thread-editor-font-weight",
|
||||
"--comment-thread-state-color",
|
||||
"--comment-thread-state-background-color",
|
||||
"--inline-edit-border-radius"
|
||||
"--inline-edit-border-radius",
|
||||
"--chat-subagent-last-item-height"
|
||||
],
|
||||
"sizes": [
|
||||
"--vscode-bodyFontSize",
|
||||
|
||||
Reference in New Issue
Block a user