docs: follow-up README wording and community section flattening

Reorder the Cordis attribution clause, shorten the install lead-in, and
flatten the community section into a single list; sync README.zh.md and
the pairing record.
This commit is contained in:
Tianyi Cui
2026-08-13 12:12:13 +08:00
parent a2de7703d7
commit 2af84c9a2c
3 changed files with 6 additions and 16 deletions

View File

@@ -4,7 +4,7 @@ English | [中文](README.zh.md)
DeepSeek Harness (`dsh`) is an open-source agent harness developed by [DeepSeek AI](https://deepseek.com).
It is powered by [Cordis](https://github.com/cordiverse/cordis) and uses an architecture where **everything is a plugin**.
It uses an architecture where **everything is a plugin**, and is powered by [Cordis](https://github.com/cordiverse/cordis).
## Developer preview
@@ -12,7 +12,7 @@ DeepSeek Harness is currently in _developer preview_ and is iterating rapidly. *
## Run from `npm`
Install `Node.js`, then run the published package:
Install `Node.js`, then run:
```sh
npx @deepseek-ai/dsh web
@@ -34,12 +34,7 @@ pnpm dsh web
## Community and support
### Report bugs and suggest improvements
- Feel free to submit feedback or bug reports through [GitHub Discussions](https://github.com/deepseek-ai/deepseek-harness/discussions).
### Share a plugin
- Add the [`dsh-plugin`](https://github.com/topics/dsh-plugin) topic to your plugin repository for discoverability.
## Contributing