OpenViking
volcengine
Self-evolving Context Database for AI Agents. Unify Agent Memory, Knowledge RAG and Skills.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:lwklbb/dsh-archived-sessions
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
DSH Web 本地归档会话管理插件。安装后,左侧栏会多一个「归档会话」入口,可以集中查看已归档会话和未归档会话,支持归档、移出归档、搜索、批量操作、查看详情、打开记录文件夹和删除本地记录。
| 归档会话面板 | 选中后的操作栏 |
|---|---|
![]() |
![]() |
| 详情展开 | 删除确认 |
|---|---|
![]() |
![]() |
面板顶部有两个标签页:
顶部统计会显示:
列表中每个会话会显示标题、记录大小、最近更新时间。搜索框支持按标题或会话 ID 过滤。
点击行尾箭头可以展开详情。详情中会显示:
pwsh、grep、write、read;插件宿主端使用 /archived/api/* 接口,只接受本机同源的 POST 请求。归档、移出归档、删除、打开文件夹等操作都在本机 DSH Web 进程内完成。
GitHub 仓库地址:lwklbb/dsh-archived-sessions
dsh plugin --profile web add https://codeload.github.com/lwklbb/dsh-archived-sessions/tar.gz/refs/heads/main
如果 pnpm 拦截构建脚本,可以加上 --ignore-scripts:
dsh plugin --profile web add https://codeload.github.com/lwklbb/dsh-archived-sessions/tar.gz/refs/heads/main --ignore-scripts
本地开发安装:
dsh plugin --profile web add . --ignore-scripts
安装后重启 DSH Web。
dsh-archived-sessions/
package.json
cordis.patch.yml
lib/index.js
lib/client.js
docs/screenshots/
CHANGELOG.md
LICENSE
SECURITY.md
README.md
lib/client.js 负责左侧栏入口和管理面板。lib/index.js 负责宿主端接口,包括列表、详情、归档、移出归档、删除、删除文件、打开记录文件夹。$DSH_HOME/sessions 布局。npm pack --dry-run
node --check lib/index.js
node --check lib/client.js
MIT。见 LICENSE。更新记录见 CHANGELOG.md,安全说明见 SECURITY.md。
A local archived-session manager for DSH Web. It adds an Archived sessions entry to the left sidebar and opens a management panel for archived and active local sessions.
| Archived sessions panel | Selected actions |
|---|---|
![]() |
![]() |
| Expanded details | Delete confirmation |
|---|---|
![]() |
![]() |
/archived/api/*.dsh plugin --profile web add https://codeload.github.com/lwklbb/dsh-archived-sessions/tar.gz/refs/heads/main
If pnpm blocks build scripts:
dsh plugin --profile web add https://codeload.github.com/lwklbb/dsh-archived-sessions/tar.gz/refs/heads/main --ignore-scripts
Local development install:
dsh plugin --profile web add . --ignore-scripts
Restart DSH Web after installation.
dsh-archived-sessions/
package.json
cordis.patch.yml
lib/index.js
lib/client.js
docs/screenshots/
CHANGELOG.md
LICENSE
SECURITY.md
README.md
lib/client.js renders the sidebar entry and the management panel.lib/index.js provides the host endpoints for list, details, archive, unarchive, delete, delete-file, and open-folder.$DSH_HOME/sessions as the fallback layout.npm pack --dry-run
node --check lib/index.js
node --check lib/client.js
MIT. See LICENSE. See CHANGELOG.md and SECURITY.md for project notes.
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: archived-sessions。