Skip to content

v0.2.1

Choose a tag to compare

@cursor cursor released this 19 Aug 14:21
· 4 commits to main since this release
07b200e

v0.2.1 — 移动远程界面体验重构

安装

dsh plugin --profile web add dsh-coding-remote-kit@0.2.1

或从本 Release 附件安装 tarball(勿放在 git checkout 根目录再 pnpm add):

mkdir -p "$HOME/.dsh/packages"
curl -fsSL -o "$HOME/.dsh/packages/dsh-coding-remote-kit-0.2.1.tgz" \
  https://github.com/lninghaha/dsh-coding-remote-kit/releases/download/v0.2.1/dsh-coding-remote-kit-0.2.1.tgz
dsh plugin --profile web add "$HOME/.dsh/packages/dsh-coding-remote-kit-0.2.1.tgz"

安装后由操作者在自己的时间窗重启 dsh web,再打开 设置 → 移动远程 验证。

npm: https://www.npmjs.com/package/dsh-coding-remote-kit/v/0.2.1

Changed

  • 桌面设置:数据面状态条、二维码白底 quiet zone、PIN 复制、过期进度条、通道错误就地显示、设备在线/吊销徽标与解除确认
  • 手机配对:结构化 notice/pair 卡片、PIN 自动格式化与满 8 位提交、断线重试 / 换码 / 清除本机配对
  • 手机会话:角色气泡、块级代码、运行中才显示停止、会话信息浮层、审批带工作区/任务上下文、搜索防抖
  • package.json 增加 remote keyword(awesome-dsh 列表)

Documentation

  • 九语 README 社区翻译与语言切换行对齐