feat(core): Enable model steering in workspace. (#20343)

This commit is contained in:
joshualitt
2026-02-25 13:18:40 -08:00
committed by GitHub
parent 4aec3cdb24
commit 189ab6c637

View File

@@ -1,7 +1,8 @@
{ {
"experimental": { "experimental": {
"plan": true, "plan": true,
"extensionReloading": true "extensionReloading": true,
"modelSteering": true
}, },
"general": { "general": {
"devtools": true "devtools": true