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 21:56:27 -06:00
committed by GitHub
Unverified
parent a3cd9f16f5
commit da616136cc
14 changed files with 958 additions and 0 deletions
+1
View File
@@ -22,6 +22,7 @@ pub type SharedTurnDiffTracker = Arc<Mutex<TurnDiffTracker>>;
pub enum ToolCallSource {
Direct,
JsRepl,
CodeMode,
}
#[derive(Clone)]