You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
improvement(chat): stop loading a transcript the v2 route never reads
Nothing caps a chat transcript — no per-chat message limit on write, no
pruning — and the v2 route keys continuity by `chatId`, so it read the whole
thing on every resumed turn and dropped it. Opt out there. The load stays the
default because the copilot send path does consume it.
0 commit comments