orbis-remote-dsh/packages/orbis-remote-dsh

9Star0Fork0Issue0Watching
机审证据安装命令仓库已核验dsh-plugin Topic许可证READMEAI 百科

此插件是大仓库 icodesign/orbis 的子包,星数与活跃度统计的是整个仓库。

语言
TypeScript
License
Apache-2.0
分支
main
dsh-plugin

安装

$ dsh plugin --profile web add @orbisapp/remote-dsh

在终端中运行以上命令,通过 dsh CLI 安装此插件。可在右上角切换 Profile。 第一次用 dsh?看这篇新手教程

对话式安装

帮我安装 DeepSeek Harness 插件 icodesign/orbis/packages/orbis-remote-dsh:先查看仓库 https://github.com/icodesign/orbis 确认安全性,然后执行安装命令并验证插件加载成功。

把这段指令粘贴给 DSH Web GUI 里的助手,由它代你完成安装与验证。

English | 简体中文

Orbis is a remote control client for Deepseek Harness (DSH).

The Orbis plugin provides device pairing, end-to-end encrypted transport, and real-time updates across multiple devices.

Screenshots

Getting Started

  1. Download the Orbis app. It is currently in beta. iOS: Join TesFlight. Android: Working in progress.
  2. Install the Orbis plugin into DSH.
npx @deepseek-ai/dsh plugin --profile web add @orbisapp/remote-dsh@latest
  1. Configure the plugin and pair your device from the DSH web plugin page (Settings - Plugins - Orbis tab).

Development

Install dependencies at the repository root, then use a single command to build the plugin, install it into your local DSH Web profile, and start the test page:

pnpm install
pnpm run serve:dsh

The page is served at http://127.0.0.1:3080 by default. Pass flags to change the port or point at a specific test directory:

pnpm run serve:dsh --port 3090
pnpm run serve:dsh --workspace-root /path/to/workspace
pnpm run serve:dsh --help

Testing

pnpm run check:core   # typecheck + tests for everything that builds from this repository alone
pnpm run check:dsh    # typechecks and tests the plugin and client entry points against the public DSH SDK

CI runs check:core on every push and every pull request, and again before a release. check:dsh uses the public @deepseek-ai/* SDK packages installed by the workspace.

Releasing

Releases are driven by Changesets. Ship every user-visible change with a changeset and commit it alongside the change:

pnpm changeset

The five workspace packages form one fixed version group, because @orbisapp/remote-dsh inlines the other four at build time. A changeset for any of them versions and releases all five together. Only @orbisapp/remote-dsh is published to npm; the rest are private and are versioned only.

Every push to main runs the tests and then opens or updates a Version packages pull request that applies the pending changesets and writes the changelogs. Merging that pull request builds the bundle and publishes @orbisapp/remote-dsh to npm.

To release by hand from a clean checkout of main:

pnpm install
pnpm run version:packages   # apply changesets, then commit the result
pnpm run release            # build the bundle and publish to npm

License

Apache-2.0

收录徽章

Listed on deepseek-plugin.org
[![Listed on deepseek-plugin.org](https://img.shields.io/badge/listed_on-deepseek--plugin.org-007EC6)](https://deepseek-plugin.org/plugins/icodesign/orbis/packages/orbis-remote-dsh)

把这段 markdown 粘贴到你的 GitHub README,链接回本插件详情页。徽章只声明已被本站收录,不代表安全认证。

返回插件目录
orbis-remote-dsh/packages/orbis-remote-dsh — DeepSeek Harness 插件 | deepseek-plugin.org