dsh-mixxed/dsh-client-ui-filesystem-manager ↗★ 0
@dsh-mixxed/dsh-client-ui-filesystem-manager
Out-of-tree dsh plugin: a 'Files' tab in the conversation window with a VSCode-style file tree and viewer over the session workspace.
AI Analysis
在 DSH 界面内直接展示当前会话工作区的文件树并支持只读预览。适合需要在聊天时随时查看、核对工作区文件结构和代码内容的开发者。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:dsh-mixxed/dsh-client-ui-filesystem-managerREADME
Read the full README ↗Usage notes (harness behavior, accepted as-is)
- The tree always shows the current session's workspace; switching workspace/session rebuilds the tree.
- Listings and contents are cached for the session — file changes on disk appear after a manual refresh (tree header or viewer toolbar).
- Files larger than the text cap (512 KiB by default) are not streamed into the viewer; use "open in system app" instead.
- Viewing is read-only: no edit/write/rename/delete, no code indexing or search.