AgentTeams v0.1.15
The default install now supports DeepSeek Harness 0.1.2-alpha.2.
This release publishes to npm latest and is the latest GitHub release.
It replaces the opt-in-only release policy of 0.1.15-alpha.1, with no plugin
runtime changes.
Install / upgrade
Use the current supported Harness developer preview and the latest plugin:
npm install --global @deepseek-ai/dsh@0.1.2-alpha.2
dsh --version
dsh plugin --profile web add @nanmicoder/dsh-agent-teams@latestUse @0.1.15 instead of @latest to pin this release. Restart Harness and
refresh the browser after updating. The host's Alpha.2 version does not
require a separate Alpha plugin channel.
Older hosts
If Harness must stay on 0.1.0-rc.8, install the historical plugin explicitly:
dsh plugin --profile web add @nanmicoder/dsh-agent-teams@0.1.14Other older hosts should likewise pin their known-working plugin version;
they must not follow @latest. There is no dual-version adapter. Updating
the plugin does not update the running host, including a source-built host.
See the README for source-build and rollback instructions.
Included fixes and validation
- Alpha.2 Web client activation using current conversation, session and store APIs.
- Host authentication and Host/Origin checks on raw state, plan, halt and artwork routes.
- The same runtime previously exercised with real DeepSeek API calls, three-member
order-settlement delivery, and human UI review in/tmp. - Rebuild, full automated verification and runtime-payload comparison for this
release. This publication-policy change does not claim a second full business run.
See the real API / UI acceptance record
for the recovered model mistakes, screenshots methodology and environment limits.
中文说明
默认最新插件 0.1.15 适配 Harness 0.1.2-alpha.2,发布到 latest。
Harness 本身处于开发者预览阶段,插件默认发行跟进当前已适配的新宿主;
不再因为宿主带 Alpha 名称,就把适配放到必须主动选择的插件 Alpha 渠道。
新宿主使用插件 @latest(当前为 0.1.15);旧宿主应安装明确兼容的固定版本,
例如 Harness 0.1.0-rc.8 使用插件 @0.1.14。没有更新 Harness 源码或安装版本的用户,
不要只把插件更新到 latest。中英文 README 已给出完整操作方法。
本次调整版本、发行渠道和文档,运行时代码与此前真实业务 / UI 验收的 Alpha.2 适配一致。