fix(agent-presets): declare the selected event on the unified session types entrypoint

The persistence catalog recognizes augmentations of
'@deepseek-ai/dsh-session/types' alone, so the old root-specifier
declaration compiled but silently vanished from the generated catalog; the
Agent Note also drops its internal repository link for the public-links
gate, and the persistence catalog pair re-records with the restored
agent-preset section.
This commit is contained in:
Yichen Jiang
2026-08-09 23:18:05 +08:00
parent d5af34b022
commit feac8ab1ac
4 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@
import type { SessionEvent, SessionHeader } from '@deepseek-ai/dsh-session'
declare module '@deepseek-ai/dsh-session' {
declare module '@deepseek-ai/dsh-session/types' {
interface SessionEventMap {
/**
* The session's agent preset was chosen after creation, while the session