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

@dsh-mixxed/dsh-client-ui-filesystem-manager

DSH 插件:在对话窗口中提供 'Files' 标签页,包含 VSCode 风格的文件树与查看器

AI 分析

在 DSH 界面内直接展示当前会话工作区的文件树并支持只读预览。适合需要在聊天时随时查看、核对工作区文件结构和代码内容的开发者。

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