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.

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.