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
feat(kap-server): purge deleted sessions from the global search index
Deleting a session removed the core session and its session-index
entry but left its prompt and assistant text in the search MiniDb
until a later writer sync happened to re-scan, so a search right after
a permanent deletion could still return the deleted content. The
delete route now purges the session's documents immediately through a
new IGlobalSearchService.deleteSession, wired through the inline
backend and the search worker protocol, with failures logged rather
than failing the delete.
Also classify the changeset as minor (new user-visible capability) and
drop a redundant undefined union from the kimi-inspect callback type.
Co-authored-by: qer <wbxl2000@outlook.com>
0 commit comments