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
{{ message }}
This repository was archived by the owner on May 24, 2026. It is now read-only.
SDK v0.2.2 added HistoryApi.TruncateAsync(sessionId, cancellationToken) to truncate session history. Also HistoryApi.CompactAsync() replaced the removed CompactionApi.
Opportunity
Could enable a "Clear history" or "Reset conversation" feature in the session context menu. Currently the only way to reset history is to create a new session.
Current State
Auto-compaction is adopted via InfiniteSessions { Enabled = true }
Manual compaction (CompactAsync) is not used
No truncation capability exists in the UI
Priority
Low — nice-to-have UX improvement, no pressing user need.
Context
SDK v0.2.2 added
HistoryApi.TruncateAsync(sessionId, cancellationToken)to truncate session history. AlsoHistoryApi.CompactAsync()replaced the removedCompactionApi.Opportunity
Could enable a "Clear history" or "Reset conversation" feature in the session context menu. Currently the only way to reset history is to create a new session.
Current State
InfiniteSessions { Enabled = true }CompactAsync) is not usedPriority
Low — nice-to-have UX improvement, no pressing user need.