fengb3/dsh-session-icons0

dsh-session-icons

DSH 会话标题图标:模型生成会话标题时,让小模型顺手画一枚 24x24 单色 SVG 隐喻图标,注入到左侧会话列表每行标题左侧。带磁盘缓存,重启不丢。

AI Analysis

用于在左侧会话列表中为每个标题自动配上由模型生成的单色 SVG 隐喻图标。适合希望通过视觉图标快速区分和检索不同历史会话的用户。

Package
dsh-session-icons
Version
0.1.0
License
MIT
Last updated
Aug 22, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:fengb3/dsh-session-icons

配置

默认配置开箱即用。要覆盖时,在 ~/.dsh/profiles/web/cordis.patch.yml 里给同 id 行写 config

- id: dsh-session-icons
  config:
    maxCachedIcons: 500
    timeoutMs: 45000
默认说明
maxCachedIcons500图标缓存上限(内存与磁盘同步裁剪)
timeoutMs45000单枚图标生成超时
iconProvider / iconModel'' / ''可选固定路由;须成对设置,留空 = 跟随最近一次标题调用的路由