fix(extension): change Firefox add-on id to browser-agent@kilo.ai#4468
Open
iscekic wants to merge 1 commit into
Open
fix(extension): change Firefox add-on id to browser-agent@kilo.ai#4468iscekic wants to merge 1 commit into
iscekic wants to merge 1 commit into
Conversation
The gecko id kilo-extension@kilocode.ai collides on AMO, blocking Firefox store submission, and still used the old kilocode.ai domain. Rename to browser-agent@kilo.ai to match current kilo.ai branding. Chrome is unaffected: its id is derived from the Web Store upload and is not pinned in the manifest.
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Executive SummaryReviewed a two-file rename of the Firefox add-on id ( Files Reviewed (2 files)
Reviewed by claude-sonnet-5 · Input: 24 · Output: 3.1K · Cached: 438.2K Review guidance: REVIEW.md from base branch |
arkadiykondrashov
approved these changes
Jul 9, 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.
Why
Product can't submit the extension to the Firefox store: the current gecko id
kilo-extension@kilocode.aicollides on AMO. It also still uses the retiredkilocode.aidomain while the rest of the extension is onkilo.ai.What
browser-agent@kilo.aiinwxt.config.ts(source of truth for the manifest).Firefox add-on ids only need to be globally unique on AMO; the email form is a convention and the
@kilo.aipart doesn't need to be a real mailbox.Chrome
No change. Chrome's extension id is derived from the Web Store upload and isn't pinned via a
keyin the manifest, so there's nothing to rename and nothing collides.Safety
Firefox OAuth redirects use
browser.identity.getRedirectURL(), which is built from a per-install UUID — not the gecko id — so changing the id does not affect auth flows.Verification
pnpm --filter kilo-extension build:firefox→ generatedmanifest.jsonnow shows"id":"browser-agent@kilo.ai".