Skip to content

Releases: socai-io/dsh-socai

dsh-socai v0.1.1

Choose a tag to compare

@IRONICBo IRONICBo released this 02 Sep 07:23

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.git

Or install the attached precompiled artifact:

dsh plugin --profile web add https://github.com/socai-io/dsh-socai/releases/download/v0.1.1/dsh-socai.tgz

Validation

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

Choose a tag to compare

@IRONICBo IRONICBo released this 01 Sep 17:34

First standalone release of the SocAI plugin for DeepSeek Harness.

Included

  • socai_xhs_search for Xiaohongshu discovery and focused search
  • socai_xhs_author for author and competitor research
  • socai_xhs_get_notes for targeted note reading
  • bundled socai-xhs-research Skill and model routing guidance
  • structured SocAI CLI results with a campaign-tagged socai.io link

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.2 or 0.1.2-alpha.2
  • SocAI CLI 0.4.12+

Install

dsh plugin --profile web add git+https://github.com/socai-io/dsh-socai.git

The 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.