Skip to content

Conversation

@devin-ai-integration
Copy link
Contributor

@devin-ai-integration devin-ai-integration bot commented Nov 26, 2025

Fixes FER-

Short description of the changes made

Removes the llms-txt-disabled edge config flag to enable llms.txt for all domains by default. This removes:

  • isLlmsTxtDisabled from the EdgeFlags interface and defaults
  • The flag from the EDGE_FLAGS array in edge config
  • The 404 check in the llms.txt route handler that blocked disabled domains

What was the motivation & context behind this PR?

Per request from kenny, we want to enable llms.txt for everyone rather than having a blocklist. The edge config entry "llms-txt-disabled": ["composio"] will no longer be read by the code.

How has this PR been tested?

  • Lint checks pass (pnpm lint:biome)
  • Existing tests updated to remove the flag reference

Human review checklist

  • Confirm enabling llms.txt for all domains is the intended behavior
  • Note: The Promise.all in route.ts still calls getEdgeFlags(domain) but no longer uses the result - this keeps the auth config call but could be cleaned up in a follow-up if desired

Link to Devin run: https://app.devin.ai/sessions/1c546fd2276448c7b31941f5035496e6
Requested by: kenny@buildwithfern.com

Co-Authored-By: kenny@buildwithfern.com <kenny@buildwithfern.com>
@devin-ai-integration
Copy link
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@vercel
Copy link
Contributor

vercel bot commented Nov 26, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Updated (UTC)
dev.ferndocs.com Ready Ready Preview Nov 26, 2025 5:01pm
fern-dashboard Ready Ready Preview Nov 26, 2025 5:01pm
fern-dashboard-dev Ready Ready Preview Nov 26, 2025 5:01pm
prod-assets.ferndocs.com Ready Ready Preview Nov 26, 2025 5:01pm
prod.ferndocs.com Ready Ready Preview Nov 26, 2025 5:01pm
1 Skipped Deployment
Project Deployment Preview Updated (UTC)
fern-platform Ignored Ignored Nov 26, 2025 5:01pm

@github-actions
Copy link
Contributor

🌱 Smoke Test Preview

Testing branch changes with smoke test content:

🕷️ Smoke Test Crawler Results

Pages crawled: 33
Successful: 33 ✅
With errors: 0

🎉 All pages loaded successfully with no errors!

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.

1 participant