app-server: remove dead api version handling from bespoke events (#20291)

Remove ApiVersion::V1
This commit is contained in:
pakrym-oai
2026-04-29 18:55:44 -07:00
committed by GitHub
parent bb536d65bd
commit 4e677d62da
3 changed files with 722 additions and 1120 deletions

View File

@@ -22,10 +22,7 @@ use tokio::sync::oneshot;
use tokio::sync::watch;
use tracing::error;
type PendingInterruptQueue = Vec<(
ConnectionRequestId,
crate::codex_message_processor::ApiVersion,
)>;
type PendingInterruptQueue = Vec<ConnectionRequestId>;
pub(crate) struct PendingThreadResumeRequest {
pub(crate) request_id: ConnectionRequestId,