Context
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.