yfzhou0904 / dsh-plugin-gallery

목록에 있음

A personal gallery of plugins for DeepSeek Harness

main기타 소스 보기

설치

npx -y @deepseek-ai/dsh plugin --profile web add github:yfzhou0904/dsh-plugin-gallery

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

README

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

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

A personal collection of plugins for DeepSeek Harness (DSH).

[!IMPORTANT] These plugins currently target DSH 0.1.0-rc.6. DSH is prerelease software, so extension APIs and page structure may change between versions.

PluginPackageRuntimeWhat it does
Mobile Sidebar@yfzhou/dsh-mobile-sidebarWeb clientRemoves the collapsed rail on small screens and adds a hamburger beside the conversation title.
Full-width Chat@yfzhou/dsh-full-width-chatWeb clientLets conversations use the full available content width.
Session Cost Statusline@yfzhou/dsh-session-cost-statuslineWeb clientAdds an estimated CNY cost before the standard session statistics.
Touch Tooltips@yfzhou/dsh-touch-tooltipsWeb clientSuppresses tooltip bubbles on touch devices, where a tap would otherwise leave them stuck on screen.
Codex Moot Escalation@yfzhou/dsh-codex-moot-escalationHostRemoves impossible escalation arguments for Codex sessions already running with unrestricted sandbox access.
Codex Subscription@yfzhou/dsh-llm-codex-subscriptionHostAdds a Codex provider that reuses the local Codex CLI login for ChatGPT subscription models.
Codex Usage@yfzhou/dsh-codex-usageHost + Web clientShows manual Codex subscription usage and reset time inside Codex conversations.

Installation

Install a plugin into a DSH profile using the DSH plugin command:

dsh plugin --profile web add @yfzhou/dsh-mobile-sidebar

Every gallery package is a self-contained DSH bundle. The command installs the dependency and automatically adds its cordis.bundle.yml patch to the profile's dsh.profile.bundles stack. Do not add a duplicate row to cordis.patch.yml.

For local development, pass the plugin directory instead:

dsh plugin --profile web add ./plugins/mobile-sidebar

Upgrade installed plugins with dsh plugin --profile web update. Restart a persistent DSH service after changing its profile. Browser plugins also require a page refresh after first installation or upgrade.

Personal presets

Version-controlled personal agent compositions live under presets/. They are separate from publishable plugins because DSH discovers them as complete directories under $DSH_HOME/.agent-presets. See presets/README.md for the local symlink setup and portability notes.

Development

This is a pnpm workspace with one independently publishable package per directory.

pnpm check
pnpm pack:dry-run

The repository contains prebuilt plain-JavaScript client modules because DSH loads browser plugin entry points directly. There is no TypeScript or bundling step in this repository.

Publishing status

The packages are prepared for npm publication but are not necessarily published yet. Pin exact versions in production profiles once releases exist.

License

MIT

프로젝트 파일 및 신호

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

테스트감지됨

저장소 정보

언어
JavaScript
라이선스
MIT
마지막 업데이트
2026. 8. 18. 오후 3:04

신중하게 설치하기

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