Skip to content

DeepSeek Harness Code (DHSC) 0.1.0-BETA5

Choose a tag to compare

@github-actions github-actions released this 27 Aug 06:26
· 6 commits to main since this release
80a1138

DeepSeek Harness Code 0.1.0-BETA5

DeepSeek Harness Code is a community distribution, not an official DeepSeek product.

What changed

  • Fixes the in-app update panel overflowing the viewport when a release has long notes.
  • Bounds the update panel to the available window size with a responsive maximum width and height.
  • Makes the release-notes area independently scrollable, including long unbroken text.
  • Keeps the download, restart, close actions, and live download progress in a fixed bottom area.
  • Adds a dialog accessibility role and stable labelled content/action regions for the update surface.

Update from an earlier DHSC release

Open Settings → General → Check for updates in an earlier DeepSeek Harness Code build. The app reads the GitHub Latest update-manifest.json, offers 0.1.0-BETA5 when it is newer, asks before replacing the app, and verifies the selected asset's byte size and SHA-256 first.

The release publishes Universal macOS DMG/ZIP, Windows x64/arm64 NSIS, Linux x64/arm64 AppImage/deb, and update-manifest.json. The tag workflow completes native install/runtime/no-Node validation before GitHub creates the Release and moves Latest.

Requirements and known limit

  • Node.js ^22.19.0 || >=24.0.0 is required; Node 23 is unsupported. The app detects common official and version-manager installation locations but does not silently install Node.
  • macOS remains ad-hoc signed and not Apple-notarized. Use the app-scoped unsigned installation instructions; do not disable Gatekeeper globally.