mirror of
https://github.com/openai/codex.git
synced 2026-05-04 05:11:37 +03:00
add js_repl polling and reuse unified_exec managed process substrate
This commit is contained in:
@@ -87,6 +87,8 @@ pub enum Feature {
|
||||
JsRepl,
|
||||
/// Enable a minimal JavaScript mode backed by Node's built-in vm runtime.
|
||||
CodeMode,
|
||||
/// Enable js_repl polling helpers and tool.
|
||||
JsReplPolling,
|
||||
/// Only expose js_repl tools directly to the model.
|
||||
JsReplToolsOnly,
|
||||
/// Use the single unified PTY-backed exec tool.
|
||||
@@ -558,6 +560,12 @@ pub const FEATURES: &[FeatureSpec] = &[
|
||||
stage: Stage::UnderDevelopment,
|
||||
default_enabled: false,
|
||||
},
|
||||
FeatureSpec {
|
||||
id: Feature::JsReplPolling,
|
||||
key: "js_repl_polling",
|
||||
stage: Stage::UnderDevelopment,
|
||||
default_enabled: false,
|
||||
},
|
||||
FeatureSpec {
|
||||
id: Feature::JsReplToolsOnly,
|
||||
key: "js_repl_tools_only",
|
||||
|
||||
Reference in New Issue
Block a user