AnakinWu/DSH-plugin--packages-dsh-archive-finder ↗★ 0
dsh-archive-finder
Find and restore archived sessions, and auto-archive idle ones after 3 days.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:AnakinWu/DSH-plugin#9d7d7aa630f4ac5b958012b5ac5c3b8bbfc42fe2&path:packages/dsh-archive-finder说明文档
阅读完整 README ↗Configuration (environment variables)
| Variable | Default | Meaning |
|---|---|---|
DSH_ARCHIVE_FINDER_AGE_DAYS | 3 | Idle days before a session is auto-archived. |
DSH_ARCHIVE_FINDER_AUTO | on | Set 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. |