Point the repo and plugin id at the quicknode org - #1
Merged
Merged
Conversation
The repo moved to github.com/quicknode/quicknode-omarchy-plugin, so the install URL and the io.github.sbarrau-qn.quicknode namespace no longer match where it lives. Rename the id to io.github.quicknode.quicknode across the manifest, the QML modules, and the README. Existing installs need to move their plugin folder and update the "id" in ~/.config/omarchy/shell.json to match. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
rx294
approved these changes
Aug 31, 2026
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.
The repo moved from a personal account to
github.com/quicknode/quicknode-omarchy-plugin, so the install URL and theio.github.sbarrau-qn.quicknodenamespace no longer matched where it lives.idrenamed,authorset to Quicknode.moduleNameandipcTargetrenamed.New id:
io.github.quicknode.quicknode.Breaking change for existing installs
Anyone already running the plugin loses the widget until they:
~/.config/omarchy/plugins/io.github.sbarrau-qn.quicknode/to.../io.github.quicknode.quicknode/, and"id"on the widget's entry in~/.config/omarchy/shell.json.The stored API key lives on that
shell.jsonentry, so it survives step 2 as long as the entry is edited rather than recreated. Worth adding an "Upgrading" section to the README if the plugin has users beyond the author — happy to follow up.🤖 Generated with Claude Code