Skip to content

release: validate DSH 0.1.1 compatibility - #8

Merged
lonelymoon87 merged 1 commit into
mainfrom
feature/dsh-0.1.1-compat
Aug 21, 2026
Merged

release: validate DSH 0.1.1 compatibility#8
lonelymoon87 merged 1 commit into
mainfrom
feature/dsh-0.1.1-compat

Conversation

@lonelymoon87

Copy link
Copy Markdown
Owner

Summary

  • upgrade development fixtures to DSH 0.1.1-rc.1
  • test packed installs against rc.8, latest, and next
  • document local index, optional embedding data flow, and v0.1.3 compatibility
  • prepare the public npm package metadata

Validation

  • corepack pnpm@11.7.0 run check
  • clean profile installs with @deepseek-ai/dsh@0.1.0-rc.8, @latest, and @next

@lonelymoon87
lonelymoon87 marked this pull request as ready for review August 21, 2026 08:44
@lonelymoon87
lonelymoon87 merged commit cab10fd into main Aug 21, 2026
5 checks passed
@lonelymoon87
lonelymoon87 deleted the feature/dsh-0.1.1-compat branch August 21, 2026 08:44

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: f40d5b1387

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread package.json
Comment on lines +73 to +77
"@deepseek-ai/dsh-credentials": "0.1.1-rc.1",
"@deepseek-ai/dsh-fs": "0.1.1-rc.1",
"@deepseek-ai/dsh-jobs": "0.1.1-rc.1",
"@deepseek-ai/dsh-system-prompt": "0.1.1-rc.1",
"@deepseek-ai/dsh-tools": "0.1.1-rc.1",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Include the tested 0.1.1 prerelease in the peer ranges

When the host provides the newly tested DSH 0.1.1-rc.1 packages, these dependencies do not satisfy the unchanged >=0.1.0-rc.6 <0.2.0 peer ranges on lines 64–68: under standard semver prerelease rules, a prerelease with the 0.1.1 tuple is excluded when the range only names a 0.1.0 prerelease. The published package therefore reports incompatible peers, causing strict peer installs to reject this supported configuration and lenient installs to warn or potentially resolve unwanted copies; explicitly include the 0.1.1 prerelease line in each affected peer range.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant