feat(plugins): add Context7 plugin for DeepSeek Harness - #3033
Open
fahreddinozcan wants to merge 5 commits into
Open
feat(plugins): add Context7 plugin for DeepSeek Harness#3033fahreddinozcan wants to merge 5 commits into
fahreddinozcan wants to merge 5 commits into
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
fahreddinozcan
marked this pull request as ready for review
August 14, 2026 09:35
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@upstash/context7-deepseek-harnessbundle with nativeresolve-library-idandquery-docstoolsCONTEXT7_API_KEYthrough the Harness credential provider on every request so credential changes apply immediatelynpx ctx7 setup --deepseek [profile]to install the plugin and securely update$DSH_HOME/.credentials.yamlValidation
pnpm --filter @upstash/context7-deepseek-harness typecheckpnpm --filter @upstash/context7-deepseek-harness lint:checkpnpm --filter @upstash/context7-deepseek-harness format:checkpnpm --filter @upstash/context7-deepseek-harness test(6 tests)pnpm --filter @upstash/context7-deepseek-harness buildpnpm --filter ctx7 typecheckpnpm --filter ctx7 lint:checkpnpm --filter ctx7 format:checkpnpm --filter ctx7 test(266 tests)pnpm --filter ctx7 buildEnd-to-end
Packed the plugin and installed its tarball into a fresh isolated
dsh@0.1.0-rc.6headless profile. Both DeepSeek and Context7 keys were stored only in$DSH_HOME/.credentials.yaml, then removed from the launching environment. The composed config contained no credential values. A live Harness turn invoked bothresolve-library-idandquery-docs, returned current Next.js middleware matcher documentation, and exited successfully. The compressed session log records both tool calls.