mirror of
https://github.com/openai/codex.git
synced 2026-05-05 22:01:37 +03:00
Removed the "remote_compaction" feature flag (#10840)
This feature is always on now
This commit is contained in:
@@ -25,7 +25,7 @@ impl SessionTask for CompactTask {
|
||||
_cancellation_token: CancellationToken,
|
||||
) -> Option<String> {
|
||||
let session = session.clone_session();
|
||||
if crate::compact::should_use_remote_compact_task(session.as_ref(), &ctx.provider) {
|
||||
if crate::compact::should_use_remote_compact_task(&ctx.provider) {
|
||||
let _ = session.services.otel_manager.counter(
|
||||
"codex.task.compact",
|
||||
1,
|
||||
|
||||
Reference in New Issue
Block a user