-
Notifications
You must be signed in to change notification settings - Fork 2.6k
chore(repo): fix ai config #33115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
chore(repo): fix ai config #33115
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
💡 Enable Vercel Agent with $100 free credit for automated AI reviews |
View your CI Pipeline Execution ↗ for commit a83315a
☁️ Nx Cloud last updated this comment at |
✅ Deploy Preview for nx-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
df57233
to
6570b0b
Compare
6570b0b
to
e5ed5c4
Compare
d87c609
to
e5ed5c4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nx Cloud is proposing a fix for your failed CI:
We've fixed the malformed JSON syntax in both .gemini/settings.json
and .mcp.json
. The changes removed trailing commas and added missing closing braces to make the JSON valid and pass the format check.
We verified this fix by re-running nx-cloud record -- nx format:check
.
diff --git a/.gemini/settings.json b/.gemini/settings.json
index 49c38d4054..156f7652aa 100644
--- a/.gemini/settings.json
+++ b/.gemini/settings.json
@@ -5,5 +5,5 @@
"command": "npx",
"args": ["nx", "mcp"]
}
- },
+ }
}
diff --git a/.mcp.json b/.mcp.json
index b515074ccd..156f7652aa 100644
--- a/.mcp.json
+++ b/.mcp.json
@@ -6,3 +6,4 @@
"args": ["nx", "mcp"]
}
}
+}
🤖 The fix was applied automatically after verification.
🎓 To learn more about Self Healing CI, please visit nx.dev
…ntax error during format validation
Current Behavior
The AI config is out of date.
Expected Behavior
The AI config is up to date
Related Issue(s)
Fixes #