Skip to content

Releases: polaris-smart/dsh-devices

v0.1.2 — One-command fleet join (一键舰队)

Choose a tag to compare

@polaris-smart polaris-smart released this 21 Aug 01:33

What's New

One-command fleet join (一键舰队)

Onboarding a new device in three commands — the invite code travels over WeChat/phone:

# Host
fleet8 invite <your-ip> --user <remote-user> --port 22

# New device
fleet8 join <invite-code>

# Host
fleet8 allow <device-id> "<public key>"

Verified end-to-end across real machines (HK ↔ Mac).

Fixes

  • mDNS identity version now read from package.json (was hardcoded to a stale 0.2.0)
  • repository field added for dshmarket 1.15.0+ download-count linking
  • fleet8 --help lists the three new commands
  • Internal codenames removed from README

Full Changelog: v0.1.1...v0.1.2

dsh-devices v0.1.1

Choose a tag to compare

@polaris-smart polaris-smart released this 20 Aug 15:41

dsh-devices v0.1.1(修复版)

  • 🔒 发布包内部代号清零:mDNS 服务类型与 SSH 密钥注释统一为 dsh-devices(协议级修复,v0.1.0 零用户窗口)
  • 📝 changelog 重构(v0.1.x 置顶 + 历史压缩)、npm description 修正(7 个工具)
  • 🧹 仓库卫生(构建产物不入库)

安装dsh plugin add dsh-devices 或下载 tgz
注意:mDNS 服务类型变更——升级请所有设备一起升(SSH 直连不受影响)

dsh-devices v0.1.0

Choose a tag to compare

@polaris-smart polaris-smart released this 20 Aug 12:06

dsh-devices v0.1.0

DSH(DeepSeek Harness)多设备组网插件:mDNS 同网发现 + 密钥配对 + SSH 跨网直连 + SFTP 文件传输。

安装dsh plugin add dsh-devices(npm 已发布)或下载本 Release 的 tgz 本地安装。

7 个工具:fleet_discover / fleet_pair / fleet_ssh_exec / fleet_workspace / fleet_upload / fleet_download / fleet_status

验证:92 测试 + 三平台实测(macOS / Ubuntu / Windows Server 2025)· 运行时零 npm 依赖 · MIT