dsh-github-sidebar — a GitHub info sidebar for DeepSeek Harness #5093
Olympianz
started this conversation in
Show Your Plugins!
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone! 👋
I built dsh-github-sidebar, a client plugin that adds a GitHub info sidebar to the DeepSeek Harness chat window's right details column.
What it does
Top pane — topic repos by stars
Lists repositories under a GitHub topic (default
dsh-plugin), sorted by stars descending, 10 per page with pagination. Uses the public GitHub REST Search API (no token needed).Bottom pane — discussions
Lists
deepseek-ai/deepseek-harnessdiscussions, sortable by newest / most comments / pinned first, 10 per page. Uses the GitHub GraphQL API (a GitHub token is required).Install
Then restart dsh (
dsh web).Links
Feedback and contributions welcome! 🙏
All reactions