mattismegevand / dsh-open

목록에 있음

A Codex-style workspace Open menu for DeepSeek Harness Web

main도구 소스 보기

설치

npx -y @deepseek-ai/dsh plugin --profile web add github:mattismegevand/dsh-open

이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.

README

유지 관리자가 작성한 문서 스냅샷입니다.

GitHub에서 보기 ↗
커밋 2d529d8동기화 2026. 8. 18.

dsh-open

English | 中文

A standalone DeepSeek Harness Web plugin that adds a compact split Open action to each conversation header, listing dock panels, the platform file manager, and your editors.

MIT License dsh-plugin

Open menu in a Harness session header

What it does

  • The main icon opens the last selected available target.
  • The chevron lists registered dock panels, the platform file manager, and editors selected by $VISUAL and $EDITOR.
  • With one available target, the control collapses to one button.
  • Internal tools use ctx.dock.open(panelId) and appear only while their panel is registered.
  • Native actions are resolved on the Host. The browser sends only a session id and a closed action id; it cannot choose a filesystem path or executable.
  • Same-origin checks, bounded request bodies, environment scrubbing, and a launch timeout protect native invocation.

Install

Requires dsh-dock, the dsh CLI (Node.js 22.19+ or 24), and pnpm 10+.

From npm

dsh plugin --profile web add @mattismegevand/dsh-open

From GitHub

dsh plugin --profile web add github:mattismegevand/dsh-open

Git installs fetch sources, so pnpm runs the package's prepare build on first add. pnpm ≥10 refuses that until you allow it: copy the exact package key pnpm printed into the profile's pnpm-workspace.yaml allowBuilds entry, then re-run the same add.

Develop locally

git clone https://github.com/mattismegevand/dsh-open.git
cd dsh-open
corepack pnpm install
corepack pnpm check:all
dsh plugin --profile web add .

The shipped patch inserts the Host row automatically.

Configuration

- id: open
  name: '@mattismegevand/dsh-open'
  config:
    preferredAction: visual
    terminalPanelId: terminal
    maxRequestBytes: 8192
    launchTimeoutMs: 10000

The configured action is the initial preference for a fresh browser profile. Menu selection updates a browser-local preference. $VISUAL and $EDITOR are resolved on PATH and deduplicated. The file-manager action uses Finder on macOS, File Explorer on Windows, and the system opener on Linux.

  • dsh-dock — the docking system that registers the internal panel targets.
  • dsh-terminal — VS Code-style Ghostty terminal panel.
  • dsh-git — session-scoped working-tree Review panel.

Model experience

Workspace Open UI

What the model sees

Nothing. The plugin launches UI panels or native applications from a human-operated browser control and registers no prompt, tool schema, or model-visible message.

Token effect

Zero tokens are added to model requests or responses.

KV Cache effect

None. Selecting or launching an Open target does not alter the model input prefix.

Known limitations

  • Native capability discovery runs when the client store loads and is not refreshed while that store remains mounted.
  • Native launch failures are surfaced as concise errors; platform-specific recovery actions such as revealing Finder permission settings are not implemented.
  • Internal targets depend on live dock registrations, and native targets remain local-host only.

License

MIT

프로젝트 파일 및 신호

표시된 항목은 디렉터리 스냅샷에서 감지된 공개 저장소 신호입니다.

테스트감지됨

저장소 정보

언어
TypeScript
라이선스
MIT
마지막 업데이트
2026. 8. 16. 오후 2:30

신중하게 설치하기

소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.