This commit is contained in:
Owen Lin
2026-05-06 17:30:02 -07:00
parent 9cd26d6fa1
commit 8e9fa727bf

View File

@@ -940,7 +940,7 @@ async fn cli_main(arg0_paths: Arg0DispatchPaths) -> anyhow::Result<()> {
codex_config::LoaderOverrides::default(),
/*default_analytics_enabled*/ false,
codex_app_server::AppServerTransport::Off,
codex_protocol::protocol::SessionSource::VSCode,
codex_protocol::protocol::SessionSource::Cli,
codex_app_server::AppServerWebsocketAuthSettings::default(),
)
.await?;