Skip to content

Add registry URL to facet whoami output#342

Merged
eXamadeus merged 1 commit into
mainfrom
julian/06-15-add_julian_review-openspec-design_facet_and_show_registry_url_in_whoami_output
Jun 15, 2026
Merged

Add registry URL to facet whoami output#342
eXamadeus merged 1 commit into
mainfrom
julian/06-15-add_julian_review-openspec-design_facet_and_show_registry_url_in_whoami_output

Conversation

@eXamadeus

Copy link
Copy Markdown
Member

Why

Users running facet whoami had no way to see which registry URL their CLI was pointed at, making it harder to debug configuration issues or confirm they're talking to the right environment.

Details

The registry line is printed using getRegistryBaseUrl(), which falls back to https://api.facet.cafe when FACET_REGISTRY_URL is not set. A new test covers this fallback behavior explicitly.

Verification

New tests added for both the case where FACET_REGISTRY_URL is set and where it falls back to the default. CI covers it.

Copilot AI review requested due to automatic review settings June 15, 2026 15:05
@changeset-bot

changeset-bot Bot commented Jun 15, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 7069445

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
agent-facets Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Copy Markdown
Member Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 7069445aee

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread facets.json
"viper-plans": "0.2.0",
"cowsay": "0.2.0"
"cowsay": "0.2.0",
"@julian/review-openspec-design": "1.0.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Remove the unrelated facet from the manifest

This adds @julian/review-openspec-design to the repo's project-level facets.json even though the reviewed change is only about facet whoami output. Any checkout that runs facet install will treat this manifest entry, plus the new lockfile entry, as desired project tooling and materialize the extra review-openspec-design skill, silently changing contributors' installed facets. Please drop the manifest/lockfile edits unless this new facet is an intentional repo dependency.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Member Author

Merge activity

  • Jun 15, 5:59 PM UTC: A user started a stack merge that includes this pull request via Graphite.

@eXamadeus eXamadeus merged commit 3314057 into main Jun 15, 2026
5 of 6 checks passed
@eXamadeus eXamadeus deleted the julian/06-15-add_julian_review-openspec-design_facet_and_show_registry_url_in_whoami_output branch June 15, 2026 17:59
eXamadeus pushed a commit that referenced this pull request Jun 15, 2026
This PR was auto-generated by the release workflow. When you're ready to
do a release, you can merge this and the packages will be published to
npm automatically. If you're not ready to do a release yet, that's fine,
whenever you add more changesets to main, this PR will be updated.

# Releases
## agent-facets@0.21.1

### Patch Changes

- [#342](#342)
[`3314057`](3314057)
Thanks [@eXamadeus](https://github.com/eXamadeus)! - Add in registry URL
to `facet whoami`

Co-authored-by: the-faceter[bot] <272408671+the-faceter[bot]@users.noreply.github.com>
eXamadeus pushed a commit that referenced this pull request Jun 15, 2026
This PR was auto-generated by the release workflow. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

# Releases
## agent-facets@0.21.1

### Patch Changes

- [#342](#342) [`3314057`](3314057) Thanks [@eXamadeus](https://github.com/eXamadeus)! - Add in registry URL to `facet whoami`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants