diff --git a/README.i18n.yaml b/README.i18n.yaml index 21853871d3..41a7a06404 100644 --- a/README.i18n.yaml +++ b/README.i18n.yaml @@ -2,5 +2,5 @@ # side as of the last confirmed-consistent state. Both languages carry equal authority; # after editing either side, bring the other along and re-record with: # pnpm run verify-translation-pairing --write -README.md: 366bea0b6d68b7eca9f53581d3bb727574adb5ef -README.zh.md: d5a631843dafaf9ff608f639cd8fc4c7d2c4d546 +README.md: 27774fd3e0ffc821e7287f6153906a5d21530dc2 +README.zh.md: b7d08f2bc948d0a6d388dd672c5a702bc7da6f6f diff --git a/README.md b/README.md index 366bea0b6d..27774fd3e0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ English | [中文](README.zh.md) -DeepSeek Harness (`dsh`) is an open-source coding agent built on the DeepSeek Harness SDK, where **everything is a plugin**. +DeepSeek Harness (`dsh`) is an open-source coding agent built on the DeepSeek Harness SDK. + +It uses an architecture where **everything is a plugin**. ## Install diff --git a/README.zh.md b/README.zh.md index d5a631843d..b7d08f2bc9 100644 --- a/README.zh.md +++ b/README.zh.md @@ -2,7 +2,9 @@ [English](README.md) | 中文 -DeepSeek Harness(`dsh`)是一款基于 DeepSeek Harness SDK 构建的开源 coding agent(编程智能体),**一切皆插件**。 +DeepSeek Harness(`dsh`)是一款基于 DeepSeek Harness SDK 构建的开源 coding agent(编程智能体)。 + +它采用了**一切皆插件**的架构。 ## 安装