core: unify item metadata feature flag with legacy alias

This commit is contained in:
Roy Han
2026-03-16 11:20:50 -07:00
parent 322991227f
commit d4bae810db
7 changed files with 34 additions and 12 deletions

View File

@@ -407,6 +407,9 @@
"include_apply_patch_tool": {
"type": "boolean"
},
"item_metadata": {
"type": "boolean"
},
"js_repl": {
"type": "boolean"
},
@@ -1962,6 +1965,9 @@
"include_apply_patch_tool": {
"type": "boolean"
},
"item_metadata": {
"type": "boolean"
},
"js_repl": {
"type": "boolean"
},