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.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:dsh-mixxed/dsh-client-ui-filesystem-manager说明文档
阅读完整 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.