dsh-mixxed/dsh-client-ui-filesystem-manager0

@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.

包名
@dsh-mixxed/dsh-client-ui-filesystem-manager
版本
0.1.2
许可证
NOASSERTION
最近更新
2026年8月16日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:dsh-mixxed/dsh-client-ui-filesystem-manager

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.