mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-09-06 16:15:50 +08:00
- Bump plugin schema version to 5 and introduce `SchemaVersionStreamChunkOmitHistory`. - Omit `HistoryChunks` on payload stream chunks for schema version 5+ to avoid per-chunk cloning and serialization overhead. - Conditionally accumulate and clone history chunks only when legacy plugins with schema version < 5 are active. Closes: #5451