Add use_agent_identity feature flag (#17385)

This commit is contained in:
Adrian
2026-04-11 09:52:06 -07:00
committed by GitHub
parent 51d58c56d5
commit 39cc85310f
5 changed files with 37 additions and 2 deletions

View File

@@ -503,6 +503,9 @@
"unified_exec": {
"type": "boolean"
},
"use_agent_identity": {
"type": "boolean"
},
"use_legacy_landlock": {
"type": "boolean"
},
@@ -2349,6 +2352,9 @@
"unified_exec": {
"type": "boolean"
},
"use_agent_identity": {
"type": "boolean"
},
"use_legacy_landlock": {
"type": "boolean"
},