Add code_mode experimental feature (#13418)

A much narrower and more isolated (no node features) version of js_repl
This commit is contained in:
pakrym-oai
2026-03-09 20:56:27 -07:00
committed by GitHub
parent a3cd9f16f5
commit da616136cc
14 changed files with 958 additions and 0 deletions
+6
View File
@@ -326,6 +326,9 @@
"child_agents_md": {
"type": "boolean"
},
"code_mode": {
"type": "boolean"
},
"codex_git_commit": {
"type": "boolean"
},
@@ -1806,6 +1809,9 @@
"child_agents_md": {
"type": "boolean"
},
"code_mode": {
"type": "boolean"
},
"codex_git_commit": {
"type": "boolean"
},