Skip to content

Releases: NOirBRight/dsh-external-agents

v0.2.5: drop stale defaultAdapter on boot

Choose a tag to compare

@NOirBRight NOirBRight released this 04 Sep 13:17

Fixes

  • Booting with persisted settings that disable every Adapter no longer crashes the host. YAML defaultAdapter: codex is dropped on merge when that Adapter is not enabled, matching the Save/RPC path in 0.2.4.

Install

dsh plugin --profile web add --force \
  https://github.com/NOirBRight/dsh-external-agents/releases/download/v0.2.5/dsh-external-agents-0.2.5.tgz

v0.2.4: Explicit Save and Default Adapter fix

Choose a tag to compare

@NOirBRight NOirBRight released this 04 Sep 06:47

Fixes

  • Settings page now uses an explicit Save button (top of page, next to Rescan). Edits stay in draft until saved; success/failure feedback is shown.
  • Disabling an Adapter — including the last enabled one — no longer auto-saves and can no longer produce an invalid config. A stale defaultAdapter naming a disabled Adapter is cleared on Save (client) and at the RPC boundary (host).
  • Reopening settings shows persisted state.

Notes

  • delegate_worker without an explicit adapter routes to the first enabled Adapter when no default is set (documented in ADR 0002 and the section intro).
  • Version bumped 0.2.3 → 0.2.4 to bust client bundle caching.

v0.2.3

Choose a tag to compare

@NOirBRight NOirBRight released this 03 Sep 11:41

RC.1 compatibility release. Preserves the Alpha.4 floor and verifies DSH 0.1.2-rc.1 with Cordis 4.x.

dsh-external-agents 0.2.2

Choose a tag to compare

@NOirBRight NOirBRight released this 02 Sep 16:58

Alpha.4 release / Alpha.4 发布

仅兼容 DeepSeek Harness dsh-v0.1.2-alpha.4(官方 commit 4e84901e6471b79ec0338099867ebb4606d12bb5)。Alpha.1–Alpha.3 不兼容。旧用户请继续使用与现有 Runtime 匹配的历史插件版本。

This release targets DeepSeek Harness dsh-v0.1.2-alpha.4 only (official commit 4e84901e6471b79ec0338099867ebb4606d12bb5). Alpha.1–Alpha.3 are incompatible; legacy users should keep the plugin version matching their existing runtime.

NOirBRight/dsh-external-agents v0.2.1

Choose a tag to compare

@NOirBRight NOirBRight released this 01 Sep 14:27
3208fc3

正式版本 v0.2.1,包含 alpha.1 解耦重构与已验证的发布资产。安装请参阅 README 的 Latest 与固定版本命令。