Skip to content

Conversation

@c1vk
Copy link

@c1vk c1vk commented Dec 26, 2025

Description

Renamed the extension title to "Fastly Domain Search (formerly Domainr)"
This change addresses the naming concern raised in #23973 and does not affect functionality or behavior of the extension.

Closes #23973

Screencast

Before

Title Page Before Main Page Before

After

Title Page After Main Page After

Checklist

@raycastbot raycastbot added extension fix / improvement Label for PRs with extension's fix improvements extension: domainr Issues related to the domainr extension platform: macOS platform: Windows labels Dec 26, 2025
@raycastbot
Copy link
Collaborator

raycastbot commented Dec 26, 2025

Thank you for your contribution! 🎉

🔔 @rawnly @xmok @chrismessina you might want to have a look.

You can use this guide to learn how to check out the Pull Request locally in order to test it.

📋 Quick checkout commands
BRANCH="ext/domainr"
FORK_URL="https://github.com/c1vk/raycast-extensions.git"
EXTENSION_NAME="domainr"
REPO_NAME="raycast-extensions"

git clone -n --depth=1 --filter=tree:0 -b $BRANCH $FORK_URL
cd $REPO_NAME
git sparse-checkout set --no-cone "extensions/$EXTENSION_NAME"
git checkout
cd "extensions/$EXTENSION_NAME"
npm install && npm run dev

Due to our current reduced availability, the initial review may take up to 10-15 business days.

@c1vk c1vk marked this pull request as ready for review December 26, 2025 17:19
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Dec 26, 2025

Greptile Summary

Updated extension title from "Domainr (Fastly Domain Search)" to "Fastly Domain Search (formerly Domainr)" to reflect Fastly's 2023 acquisition of Domainr. The change is purely cosmetic and affects the extension title and command subtitle in package.json.

  • Updated extension title field in package.json
  • Updated command subtitle field in package.json
  • Added PR author as contributor
  • Documented change in CHANGELOG.md with proper date placeholder

Confidence Score: 5/5

  • This PR is safe to merge with no risk - it's a simple branding/naming update
  • The changes are minimal and straightforward: only updating text strings for branding purposes. No functional code changes, no logic modifications, and proper changelog documentation. The PR addresses the issue as requested and follows all repository conventions.
  • No files require special attention

Important Files Changed

Filename Overview
extensions/domainr/package.json Updated extension title and command subtitle to reflect Fastly branding, added contributor
extensions/domainr/CHANGELOG.md Added unreleased entry documenting the title rename with proper date placeholder

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Dec 26, 2025

Greptile's behavior is changing!

From now on, if a review finishes with no comments, we will not post an additional "statistics" comment to confirm that our review found nothing to comment on. However, you can confirm that we reviewed your changes in the status check section.

This feature can be toggled off in your Code Review Settings by deselecting "Create a status check for each PR".


## [Unreleased] - {PR_MERGE_DATE}

- Renamed "Domainr (Fastly Domain Search)" to "Fastly Domain Search (formerly Domainr)"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please just use "Fastly Domain Search".

"$schema": "https://www.raycast.com/schemas/extension.json",
"name": "domainr",
"title": "Domainr (Fastly Domain Search)",
"title": "Fastly Domain Search (formerly Domainr)",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"title": "Fastly Domain Search (formerly Domainr)",
"title": "Fastly Domain Search",

"name": "domainr",
"title": "Search Domain",
"subtitle": "Domainr (Fastly Domain Search)",
"subtitle": "Fastly Domain Search (formerly Domainr)",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"subtitle": "Fastly Domain Search (formerly Domainr)",
"subtitle": "Fastly Domain Search",

@chrismessina
Copy link
Contributor

As mentioned here, let's move to the cleaner "Fastly Domain Search" everywhere; it's been three years since Fastly acquired Domainr.

@c1vk the README already clarifies that this extension was FKA as Domainr.

@c1vk
Copy link
Author

c1vk commented Dec 27, 2025

Sure @chrismessina — I’ll update the pull request with these changes.

@c1vk
Copy link
Author

c1vk commented Dec 27, 2025

Hi @chrismessina,
I’ve updated the name and PR as suggested and squashed the commits for easier merging, since this is a small change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

extension: domainr Issues related to the domainr extension extension fix / improvement Label for PRs with extension's fix improvements platform: macOS platform: Windows

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Domainr (Fastly Domain Search)] retitle as "Fastly Domain Search (formerly Domainr)"

4 participants