Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 39 additions & 3 deletions .github/workflows/scheduled-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,20 @@ jobs:

- name: Validate URLs
id: validate
run: npm run test:urls
run: npm run test:urls 2>&1 | tee url-validation.log
continue-on-error: true
env:
NO_COLOR: '1'

- name: Create issue if URLs are broken
if: steps.validate.outcome == 'failure'
uses: actions/github-script@v8
with:
script: |
const fs = require('node:fs');
const title = '🔗 Broken URLs detected in manifests';
const output = fs.readFileSync('url-validation.log', 'utf8');
const excerpt = output.slice(-6000);
const body = `## Scheduled URL Validation Failed

The weekly URL validation check has detected broken or inaccessible URLs in the manifest files.
Expand All @@ -49,8 +54,10 @@ jobs:
- Update or remove broken URLs
- Consider if these tools/services have been discontinued

### Affected Files
Check the workflow logs for specific files and URLs that failed validation.
### Validation Output
\`\`\`text
${excerpt}
\`\`\`

---
*This issue was automatically created by the scheduled URL validation workflow.*`;
Expand Down Expand Up @@ -80,6 +87,35 @@ jobs:
});
}

- name: Close resolved URL validation issues
if: steps.validate.outcome == 'success'
uses: actions/github-script@v8
with:
script: |
const issues = await github.paginate(github.rest.issues.listForRepo, {
owner: context.repo.owner,
repo: context.repo.repo,
state: 'open',
labels: 'automated,url-validation',
per_page: 100
});

for (const issue of issues) {
await github.rest.issues.createComment({
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: issue.number,
body: `URL validation passed in ${context.serverUrl}/${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}. Closing this automated maintenance issue.`
});
await github.rest.issues.update({
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: issue.number,
state: 'closed',
state_reason: 'completed'
});
}

- name: Fail workflow after reporting broken URLs
if: steps.validate.outcome == 'failure'
run: exit 1
Expand Down
133 changes: 133 additions & 0 deletions data/changelogs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,139 @@
{
"version": 1,
"entries": [
{
"id": "2026-07-21-url-validation",
"date": "2026-07-21",
"summary": "Normalized and repaired manifest URLs flagged by scheduled validation",
"changes": [
{
"category": "clis",
"id": "amazon-q-developer-cli",
"change": "updated",
"fields": ["websiteUrl"]
},
{
"category": "clis",
"id": "deepv-code",
"change": "updated",
"fields": ["docsUrl", "websiteUrl"]
},
{
"category": "clis",
"id": "droid-cli",
"change": "updated",
"fields": ["resourceUrls"]
},
{
"category": "clis",
"id": "qoder-cli",
"change": "updated",
"fields": ["docsUrl"]
},
{
"category": "extensions",
"id": "gemini-code-assist",
"change": "updated",
"fields": ["communityUrls", "websiteUrl"]
},
{
"category": "ides",
"id": "air",
"change": "updated",
"fields": ["docsUrl", "resourceUrls", "websiteUrl"]
},
{
"category": "models",
"id": "gemini-3-1-pro-preview",
"change": "updated",
"fields": ["sources"]
},
{
"category": "models",
"id": "gemini-3-flash",
"change": "updated",
"fields": ["sources"]
},
{
"category": "models",
"id": "glm-4-6v",
"change": "updated",
"fields": ["websiteUrl"]
},
{
"category": "models",
"id": "gpt-5-2",
"change": "updated",
"fields": ["sources"]
},
{
"category": "models",
"id": "gpt-5-6-luna",
"change": "updated",
"fields": ["sources"]
},
{
"category": "models",
"id": "gpt-5-6-sol",
"change": "updated",
"fields": ["sources"]
},
{
"category": "models",
"id": "gpt-5-6-terra",
"change": "updated",
"fields": ["sources"]
},
{
"category": "providers",
"id": "alibaba",
"change": "updated",
"fields": ["communityUrls"]
},
{
"category": "providers",
"id": "anthropic",
"change": "updated",
"fields": ["applyKeyUrl", "sources"]
},
{
"category": "providers",
"id": "google",
"change": "updated",
"fields": ["sources"]
},
{
"category": "providers",
"id": "meta",
"change": "updated",
"fields": ["applyKeyUrl", "docsUrl"]
},
{
"category": "providers",
"id": "moonshot",
"change": "updated",
"fields": ["platformUrls"]
},
{
"category": "providers",
"id": "openai",
"change": "updated",
"fields": ["sources"]
},
{
"category": "vendors",
"id": "orionstar",
"change": "updated",
"fields": ["communityUrls"]
},
{
"category": "vendors",
"id": "tabnine",
"change": "updated",
"fields": ["communityUrls"]
}
]
},
{
"id": "2026-07-20-latest-models",
"date": "2026-07-20",
Expand Down
2 changes: 1 addition & 1 deletion manifests/clis/amazon-q-developer-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}
},
"verified": false,
"websiteUrl": "https://aws.amazon.com/q/developer/",
"websiteUrl": "https://aws.amazon.com/q/developer",
"docsUrl": "https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/command-line.html",
"vendor": "AWS",
"latestVersion": "v1.18.1",
Expand Down
4 changes: 2 additions & 2 deletions manifests/clis/deepv-code.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
}
},
"verified": false,
"websiteUrl": "https://dvcode.deepvlab.ai/",
"docsUrl": "https://deepvcode.com/guides/",
"websiteUrl": "https://dvcode.deepvlab.ai",
"docsUrl": "https://deepvcode.com/guides",
"vendor": "OrionStar",
"latestVersion": "0.1.0",
"githubUrl": "https://github.com/OrionStarAI/DeepVCode",
Expand Down
2 changes: 1 addition & 1 deletion manifests/clis/droid-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"download": "https://app.factory.ai/cli",
"changelog": null,
"pricing": "https://docs.factory.ai/pricing",
"mcp": "https://docs.factory.ai/cli/configuration/model-context-protocol",
"mcp": "https://docs.factory.ai/cli/configuration/mcp",
"issue": null
},
"communityUrls": {
Expand Down
2 changes: 1 addition & 1 deletion manifests/clis/qoder-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"verified": false,
"websiteUrl": "https://qoder.com/cli",
"docsUrl": "https://docs.qoder.com/cli/quick-start",
"docsUrl": "https://docs.qoder.com/en/cli/quick-start",
"vendor": "Alibaba",
"latestVersion": "Latest",
"githubUrl": null,
Expand Down
57 changes: 1 addition & 56 deletions manifests/collections.json
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,7 @@
}
},
"name": "Building with Claude Code",
"url": "https://www.anthropic.com/news/claude-code",
"url": "https://www.anthropic.com/news/claude-3-7-sonnet",
"description": "Introduction to Claude Code and its capabilities"
},
{
Expand Down Expand Up @@ -1233,61 +1233,6 @@
"name": "AI-Native Development",
"url": "https://lovable.dev/blog",
"description": "Building applications designed for AI-first workflows"
},
{
"translations": {
"en": {
"name": "The Coding Copilot Pattern",
"description": "Common patterns for effective AI pair programming"
},
"de": {
"name": "Das Coding-Copilot-Muster",
"description": "Gemeinsame Muster für effektives KI-Pair-Programming"
},
"es": {
"name": "El Patrón de Copiloto de Codificación",
"description": "Patrones comunes para programación en pareja IA efectiva"
},
"fr": {
"name": "Le Pattern Copilote de Codage",
"description": "Motifs courants pour la programmation en paire IA efficace"
},
"id": {
"name": "Pola Coding Copilot",
"description": "Pola umum untuk pair programming AI yang efektif"
},
"ja": {
"name": "コーディングコパイロットパターン",
"description": "効果的なAIペアプログラミングのための一般的なパターン"
},
"ko": {
"name": "코딩 코파일럿 패턴",
"description": "효과적인 AI 페어 프로그래밍을 위한 일반적인 패턴"
},
"pt": {
"name": "O Padrão Copiloto de Codificação",
"description": "Padrões comuns para programação em par AI eficaz"
},
"ru": {
"name": "Паттерн coding-копилота",
"description": "Общие паттерны для эффективной pair-программирования с ИИ"
},
"tr": {
"name": "Kodlama Copilot Pattern",
"description": "Etkili AI pair programming için yaygın patternlar"
},
"zh-Hans": {
"name": "编码副驾驶模式",
"description": "有效 AI 结对编程的常见模式"
},
"zh-Hant": {
"name": "編碼副駕駛員模式",
"description": "有效 AI 結對編程的常見模式"
}
},
"name": "The Coding Copilot Pattern",
"url": "https://lovable.dev/patterns",
"description": "Common patterns for effective AI pair programming"
}
]
}
Expand Down
4 changes: 2 additions & 2 deletions manifests/extensions/gemini-code-assist.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"lastVerifiedAt": "2026-07-19",
"verifiedBy": "codex-agent",
"confidence": "medium",
"websiteUrl": "https://codeassist.google/",
"websiteUrl": "https://codeassist.google",
"docsUrl": "https://docs.cloud.google.com/gemini/docs/codeassist/overview",
"vendor": "Google",
"latestVersion": "VS Code 2.87.0 / JetBrains 1.54.1",
Expand Down Expand Up @@ -114,7 +114,7 @@
"youtube": "https://www.youtube.com/@GoogleDevelopers",
"discord": null,
"reddit": null,
"blog": "https://developers.google.com/code-assist/blog"
"blog": null
},
"relatedProducts": [],
"supportedIdes": [
Expand Down
6 changes: 3 additions & 3 deletions manifests/ides/air.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
}
},
"verified": false,
"websiteUrl": "https://air.dev/",
"docsUrl": "https://www.jetbrains.com/help/air/",
"websiteUrl": "https://air.dev",
"docsUrl": "https://www.jetbrains.com/help/air",
"vendor": "JetBrains",
"latestVersion": "Preview",
"githubUrl": null,
Expand All @@ -55,7 +55,7 @@
}
],
"resourceUrls": {
"download": "https://air.dev/",
"download": "https://air.dev",
"changelog": null,
"pricing": null,
"mcp": null,
Expand Down
2 changes: 1 addition & 1 deletion manifests/models/gemini-3-1-pro-preview.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"fields": ["tokenPricing"]
},
{
"url": "https://blog.google/innovation-and-ai/models-and-research/gemini-models/gemini-3-1-pro/",
"url": "https://blog.google/innovation-and-ai/models-and-research/gemini-models/gemini-3-1-pro",
"title": "Gemini 3.1 Pro: A smarter model for your most complex tasks",
"fields": ["name", "description", "releaseDate", "lifecycle"]
}
Expand Down
2 changes: 1 addition & 1 deletion manifests/models/gemini-3-flash.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
]
},
{
"url": "https://blog.google/products-and-platforms/products/gemini/gemini-3-flash/",
"url": "https://blog.google/products-and-platforms/products/gemini/gemini-3-flash",
"title": "Introducing Gemini 3 Flash",
"fields": ["name", "description", "releaseDate"]
}
Expand Down
2 changes: 1 addition & 1 deletion manifests/models/glm-4-6v.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}
},
"verified": true,
"websiteUrl": "https://z.ai/",
"websiteUrl": "https://z.ai",
"docsUrl": "https://docs.z.ai/guides/vlm/glm-4.6v",
"vendor": "Z.ai",
"size": "108B",
Expand Down
2 changes: 1 addition & 1 deletion manifests/models/gpt-5-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
]
},
{
"url": "https://openai.com/index/introducing-gpt-5-2/",
"url": "https://openai.com/index/introducing-gpt-5-2",
"title": "Introducing GPT-5.2",
"fields": ["name", "description", "releaseDate"]
}
Expand Down
Loading
Loading