Skip to content

Update docs domain to agentrelay.com & cleanups#693

Merged
willwashburn merged 2 commits into
mainfrom
domain-change
Apr 7, 2026
Merged

Update docs domain to agentrelay.com & cleanups#693
willwashburn merged 2 commits into
mainfrom
domain-change

Conversation

@willwashburn
Copy link
Copy Markdown
Member

@willwashburn willwashburn commented Apr 7, 2026

Replace agentrelay.dev with agentrelay.com across docs, skills, plugins, and runtime messages; update author/contact emails and default cloud API URL. Also standardize string quotes and small formatting/whitespace fixes in TypeScript files (types, SDK, workflows, config, telemetry), tidy JSON/TOML array formatting, and minor test expectation updates. Added new web app files (blog opengraph, feed route, BlogTableOfContents, site lib) and other UI/content adjustments.


Open with Devin

Replace agentrelay.dev with agentrelay.com across docs, skills, plugins, and runtime messages; update author/contact emails and default cloud API URL. Also standardize string quotes and small formatting/whitespace fixes in TypeScript files (types, SDK, workflows, config, telemetry), tidy JSON/TOML array formatting, and minor test expectation updates. Added new web app files (blog opengraph, feed route, BlogTableOfContents, site lib) and other UI/content adjustments.
@willwashburn willwashburn requested a review from khaliqgant as a code owner April 7, 2026 18:54
console.log = (...args: unknown[]) => {
const str = String(args[0] ?? '');
if (str.includes('Observer:') || str.includes('agentrelay.dev') || str.includes('Channel: wf-')) {
if (str.includes('Observer:') || str.includes('agentrelay.com') || str.includes('Channel: wf-')) {
const str = String(args[0] ?? '');
// Always show the observer URL and channel so users can follow the run
if (str.includes('Observer:') || str.includes('agentrelay.dev') || str.includes('Channel: wf-')) {
if (str.includes('Observer:') || str.includes('agentrelay.com') || str.includes('Channel: wf-')) {
devin-ai-integration[bot]

This comment was marked as resolved.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 7, 2026

Preview deployed!

Environment URL
Web https://pr-693.agentrelay.net

This preview will be cleaned up when the PR is merged or closed.

Stop injecting `components` into the `evaluate` options and instead pass `mdxComponents` directly to the rendered `MDXContent` component in web/app/blog/[slug]/page.tsx. This ensures the custom MDX components are applied at render time and fixes issues with component resolution during rendering.
@willwashburn willwashburn merged commit cbe0d4f into main Apr 7, 2026
45 of 46 checks passed
@willwashburn willwashburn deleted the domain-change branch April 7, 2026 20:19
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