dsh-plugin-genshin-startup ๐Ÿš€โœจ

August 14, 2026 ยท View on GitHub

An official-architecture startup plugin for DeepSeek Harness (dsh).

When opening the dsh web interface, it directly autoplays the Genshin Impact Launch ("ๅŽŸ็ฅž๏ผŒๅฏๅŠจ๏ผ") opening video, perfectly centered without stretching, and fills all surrounding letterbox/pillarbox space with pure white (#ffffff), before seamlessly dissolving into the main DeepSeek Harness workspace.

DeepSeek Harness Genshin Startup Preview


โœจ Features

  • ๐ŸŽฌ Direct Autoplay: Plays immediately upon opening the web interface without requiring extra clicks.
  • โšช Pure White Fill: Clean white background (#ffffff) fills the entire surrounding viewport around the video.
  • ๐Ÿ“ Centered & Non-Stretching: Preserves native aspect ratio with object-fit: contain without distortion or forced fullscreen requests.
  • ๐Ÿšซ Zero Dialogs / Clean View: No popup prompts, skip banners, or intrusive overlays.
  • โœจ Seamless Transition: Automatically fades out over 800ms into the DeepSeek Harness interface upon completion (or on keypress/click).
  • ๐Ÿงฉ Native DSH Plugin: Built with DSH dsh.bundle patch layer and lazy CJS dsh.client architecture.

๐Ÿ› ๏ธ Installation

Install and enable the plugin in your DeepSeek Harness web profile via the official CLI:

dsh plugin --profile web add allen546/dsh-plugin-genshin-startup

๐Ÿš€ Usage

Launch the DeepSeek Harness Web UI:

npx @deepseek-ai/dsh web

Or if you have dsh installed globally:

dsh web

Open http://127.0.0.1:3080 in your browser. The opening video will play smoothly before transitioning into your agent workspace!


โš ๏ธ Disclaimer

This project is an independent open-source plugin and is not affiliated with, endorsed by, sponsored by, or associated with miHoYo Co., Ltd. or HoYoverse.

All trademarks, logos, audio-visual materials, and intellectual property relating to Genshin Impact and miHoYo / HoYoverse belong to their respective copyright holders.


๐Ÿ“ฆ Project Structure

.
โ”œโ”€โ”€ cordis.patch.yml          # DSH profile bundle patch layer
โ”œโ”€โ”€ lib/
โ”‚   โ”œโ”€โ”€ index.js              # Host-side plugin entry
โ”‚   โ””โ”€โ”€ client.js             # DSH lazy CJS browser client module
โ”œโ”€โ”€ assets/
โ”‚   โ”œโ”€โ”€ preview.png           # UI Preview screenshot
โ”‚   โ”œโ”€โ”€ genshin-launch.mp4    # Fast-start optimized video asset
โ”‚   โ”œโ”€โ”€ genshin-launch.js     # Standalone injector runtime
โ”‚   โ””โ”€โ”€ genshin-launch.css    # Full-viewport overlay & white-fill styling
โ”œโ”€โ”€ demo.html                 # Standalone preview page
โ”œโ”€โ”€ package.json
โ””โ”€โ”€ README.md

๐Ÿ“œ License

MIT License ยฉ 2026 Allen Sun