Skip to content

Releases: icodesign/orbis

@orbisapp/remote-dsh@0.3.0

Choose a tag to compare

@github-actions github-actions released this 10 Sep 08:46
48732f9

Minor Changes

  • 65d2666: Support DeepSeek Harness 0.1.5-rc.1, including its new session format and streaming API. Preserve streamed responses across retries and reconnects, restore system messages from session history, and update event replay for the new format.

    Requires DeepSeek Harness 0.1.5-rc.1 or newer within the supported 0.1 release line. Earlier DSH versions are no longer supported by this plugin release.

@orbisapp/remote-dsh@0.2.9

Choose a tag to compare

@github-actions github-actions released this 03 Sep 07:17
929900f

Upgrade Notes

The version only supports DeepSeek Harness 0.1.2-rc.1+ and iOS app 0.1.0 (Build 25+).

Patch Changes

  • c0a5281: Show why Orbis could not start instead of blaming the network. The settings page rendered a fixed "check the network connection" message for every access failure, so an incompatible DSH build reported itself as a network problem and retrying could never help. The status banner and the turn on/off actions now surface the real reason, keeping the generic wording only for a failure that carries no message.
  • 78cff32: Support DeepSeek Harness 0.1.2-rc.1. Upstream published rc.1 as a version bump of 0.1.2-alpha.5 with no functional change, so this moves the dependency graph, the reviewed acceptance pin, and the documented compatibility gate onto rc.1.

@orbisapp/remote-dsh@0.2.8

Choose a tag to compare

@github-actions github-actions released this 03 Sep 03:43
c733fa9

Upgrade Notes

The version only supports DeepSeek Harness 0.1.2-alpha.5+ and iOS app 0.1.0 (Build 25+).

New Features

  • Support DeepSeek Harness 0.1.2-alpha.5.

Patch Changes

  • 2ed4730: Support DeepSeek Harness 0.1.2-alpha.5. The Session log is now read through snapshotEvents() and eventAt() after alpha.4 removed the events getter, and the durable projection cache is consulted with the lineage cut its identity is bound to.

    Run the complete real-profile prompt, durable-usage, reconnect, and restart acceptance without provider credentials through DSH's official deterministic LLM replay adapter, while preserving the credentialed live-provider canary.

@orbisapp/remote-dsh@0.2.7

Choose a tag to compare

@github-actions github-actions released this 01 Sep 05:34
cf5d35c

Upgrade Notes

The version only supports DeepSeek Harness 0.1.2-alpha.2+ and iOS app 0.1.0 (Build 25+).

New Features

  • Support DeepSeek Harness 0.1.2-alpha.2 and 0.1.2-alpha.3.
  • Add support-safe Remote Diagnostics export.

Patch Changes

  • 448e7ae: Start Orbis remote access on first install with the system host name and default port, without requiring an initial settings save.

    Show a temporary checkmark and copied label on the pairing-link button after copying succeeds.

  • 8c09dab: Add a one-click, support-safe diagnostics export to the DSH plugin settings page. Correlate recent
    Remote requests and original DSH failures by request ID while omitting credentials, endpoints,
    pairing material, prompts, transcripts, tool payloads, and raw event recordings.

  • 448e7ae: Avoid advertising unreachable WSL NAT addresses in pairing links. The plugin settings page now shows the host machine, WSL networking mode, reachable phone routes, and a localized link to the English or Simplified Chinese WSL connection guide.

  • 8c09dab: Fix Remote DSH startup on Windows by avoiding POSIX group and other permission checks against Node's synthesized Windows file mode.

  • 448e7ae: Support DeepSeek Harness 0.1.2-alpha.3 across the Host session, permission, error, client slot, and prompt-reference contracts.

    Run the complete real-profile prompt, durable-usage, reconnect, and restart acceptance without provider credentials through DSH's official deterministic LLM replay adapter, while preserving the credentialed live-provider canary.

@orbisapp/remote-dsh@0.2.6

Choose a tag to compare

@github-actions github-actions released this 25 Aug 13:39
8602620

Patch Changes

  • 6bf755a: feat: add prompt reference token support for dsh
  • f37bf3d: fix(perf): improved performance when opening and streaming sessions