magicOF2/dsh-autoload-history0

dsh-autoload-history

Automatically load the full conversation history when a session opens — no more clicking "Load earlier".

AI 분석

核心用途是实现历史消息的自动逐页静默加载。适合拥有长对话会话、希望一打开就能直接浏览完整历史记录而无需反复点击的用户。

패키지
dsh-autoload-history
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 18.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:magicOF2/dsh-autoload-history

使用 / Usage

零配置。安装后打开任意会话即自动生效: / No configuration. Open any session and it just works:

  • 自动逐页加载(每页 50 条)直到整个会话全部就绪; / Pages automatically (50 messages per page) until the entire history is loaded;
  • 切换会话自动跟随,互不干扰; / Follows session switches automatically;
  • 加载不打断正常聊天(翻页与实时追加互不冲突); / Loading never interrupts an active conversation;
  • 全程无 UI 痕迹(隐形挂载在会话底部官方槽位)。 / Fully invisible — mounted in an additive session slot.