AnakinWu/DSH-plugin--packages-dsh-archive-finder0

dsh-archive-finder

Find and restore archived sessions, and auto-archive idle ones after 3 days.

AI Analysis

核心用途是自动化管理历史会话。适合需要自动清理闲置会话以保持界面整洁,同时又需要随时检索和恢复已归档会话的用户。

Package
dsh-archive-finder
Version
1.4.0
License
MIT
Last updated
Aug 30, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:AnakinWu/DSH-plugin#9d7d7aa630f4ac5b958012b5ac5c3b8bbfc42fe2&path:packages/dsh-archive-finder

Configuration (environment variables)

VariableDefaultMeaning
DSH_ARCHIVE_FINDER_AGE_DAYS3Idle days before a session is auto-archived.
DSH_ARCHIVE_FINDER_AUTOonSet off to disable auto-archive sweeps.
DSH_ARCHIVE_FINDER_INTERVAL_HOURS-Hours between auto-archive sweeps.
DSH_ARCHIVE_FINDER_FIRST_DELAY_S-Delay in seconds before the first sweep.