feat: add qBraid branding system for white-labeling as CodeQ#2
Merged
Kenny-Heitritter merged 5 commits intodevfrom Jan 19, 2026
Merged
feat: add qBraid branding system for white-labeling as CodeQ#2Kenny-Heitritter merged 5 commits intodevfrom
Kenny-Heitritter merged 5 commits intodevfrom
Conversation
- Add branding/ directory with configuration-driven white-labeling - Support custom logos, binary names, env var prefixes, and models - Include qBraid/CodeQ configuration with purple Q in TUI - Replace Zen models with qBraid, Anthropic, OpenAI providers - Add documentation and safe testing workflow via git worktrees
|
Thanks for your contribution! This PR doesn't have a linked issue. All PRs must reference an existing issue. Please:
See CONTRIBUTING.md for details. |
Member
Author
- Update all system prompts to say 'CodeQ, built by qBraid - the leading quantum software company. You are the universe's most powerful coding agent.' - Add .txt files to processed extensions so prompts are branded - Replace all OpenCode references with CodeQ in prompts
e7cfc05 to
0c7ab9b
Compare
…ve mode - Clear BUILTIN plugin array when models.exclusive=true - Empty CUSTOM_LOADERS when in exclusive mode to prevent 'Provider does not exist' errors - Fix applyFileTransform to apply ALL matching transforms per file - Update qBraid models.json to only include qBraid provider with 4 models: claude-sonnet-4-5, claude-haiku-4-5, gemini-3-flash, grok-4.1-fast
- Create branding/qbraid/README.md with CodeQ user documentation - Fix inaccurate models description in branding/README.md
Builds CodeQ binaries for all platforms (linux, darwin, windows / x64, arm64) and uploads them to gs://qbraid-codeq bucket. Features: - Manual dispatch with optional version input - Builds all platform variants in parallel - Applies qBraid branding before build - Uploads versioned binaries to GCS - Creates manifest.json with download URLs - Updates 'latest' folder for release versions (v*)
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
Adds a configuration-driven branding system to white-label opencode as CodeQ for qBraid.
Features
opencode→codeqOPENCODE_*→CODEQ_*~/.local/share/opencode/→~/.local/share/codeq/Files Added
Usage
Design