Support chat participants in agent mode (#256113)

* Allow participants in any mode
Fix #255921

* Get rid of unneeded context keys

* Preserve modes for default agents

* Fix tests

* Fix test
This commit is contained in:
Rob Lourens
2025-07-15 15:37:20 -07:00
committed by GitHub
parent 9abb71c178
commit d8af289890
7 changed files with 19 additions and 19 deletions

View File

@@ -75,6 +75,9 @@
"name": "hello",
"description": "Hello"
}
],
"modes": [
"agent", "ask", "edit"
]
},
{