Releases: Xliecc/dsh-session-theme
Releases · Xliecc/dsh-session-theme
Release list
v0.2.1
Bilingual README
- README.md now in English (primary) with a link to the Chinese version
- Added README.zh-CN.md (简体中文)
- Plugin manifest description in English
- Published to npm as dsh-session-theme@0.2.1
Install: dsh plugin add dsh-session-theme or from the GitHub repo.
v0.2.0
会话主题直显
DSH web 插件:打开页面时左侧边栏直接显示每个会话的主题,无需点进会话。
解决的问题:侧边栏会话列表里,没点开过的会话不显示主题,只显示工作区文件夹名。
原理:启动时预热会话投影缓存(coldSnapshot),让 session.list 为冷会话补全 title 投影,侧边栏原生显示每个会话的真实主题。
- 只处理本进程未打开过的冷会话;逐个会话 fail-soft;写回幂等
- 零外部依赖,host 侧纯逻辑;client 侧为占位
安装:
git clone https://github.com/Xliecc/dsh-session-theme.git 后,dsh plugin --profile web add link:<克隆路径>/dsh-session-theme。