Releases: socai-io/dsh-socai
Release list
dsh-socai v0.1.1
Documentation and branding refresh for the standalone SocAI plugin.
Updated
- new SocAI-aligned repository banner and primary hero image
- rewritten README with a clearer tools overview, architecture, installation paths, example prompts, configuration reference, safety boundary, and compatibility evidence
- cleaner standalone integration language throughout the repository
The plugin runtime and three-tool contract are unchanged from v0.1.0.
Install
dsh plugin --profile web add git+https://github.com/socai-io/dsh-socai.gitOr install the attached precompiled artifact:
dsh plugin --profile web add https://github.com/socai-io/dsh-socai/releases/download/v0.1.1/dsh-socai.tgzValidation
Both supported DSH revisions pass build, strict typecheck, the 19-test matrix, and package validation. The release tarball contains only runtime and package documentation assets; repository artwork is not shipped into the runtime package.
dsh-socai v0.1.0
First standalone release of the SocAI plugin for DeepSeek Harness.
Included
socai_xhs_searchfor Xiaohongshu discovery and focused searchsocai_xhs_authorfor author and competitor researchsocai_xhs_get_notesfor targeted note reading- bundled
socai-xhs-researchSkill and model routing guidance - structured SocAI CLI results with a campaign-tagged
socai.iolink
The plugin uses the local SocAI CLI and the user's existing Chrome profile. It does not provide hosted remote execution or bypass platform authentication.
Requirements
- Node.js 22+
- DeepSeek Harness
0.1.1-rc.2or0.1.2-alpha.2 - SocAI CLI
0.4.12+
Install
dsh plugin --profile web add git+https://github.com/socai-io/dsh-socai.gitThe attached dsh-socai.tgz contains the same precompiled runtime files and can be used as a pinned release artifact.
Validation
Both supported DSH revisions pass build, strict typecheck, and the 19-test matrix in CI. Remote Git installation, profile composition, and DSH Web boot were also verified before release.