Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/upgrade-dsh-rc1.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/orbis-remote-dsh/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @orbisapp/remote-dsh

## 0.3.0

### 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.

## 0.2.9

### Upgrade Notes
Expand Down
2 changes: 1 addition & 1 deletion packages/orbis-remote-dsh/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbisapp/remote-dsh",
"version": "0.2.9",
"version": "0.3.0",
"description": "Orbis remote plugin for DeepSeek Harness",
"keywords": [
"deepseek-harness",
Expand Down
Loading