fix(client): address conversation assembly review

This commit is contained in:
imccyu
2026-08-09 20:08:37 +08:00
parent 126ad5bb02
commit fcbc97a88d
19 changed files with 102 additions and 23 deletions

View File

@@ -9,9 +9,9 @@
import type { ContentBlock, TokenUsage } from '@deepseek-ai/dsh-llm'
import type { CommandId } from '@deepseek-ai/dsh-commands/brand'
import { CompactionId } from './brand.ts'
import type { CompactionId } from './brand.ts'
export { CompactionId }
export type { CompactionId }
declare module '@deepseek-ai/dsh-session/types' {
interface SessionEventMap {