system-prompts-and-models-o.../api/tools/xcode.json
Sahiix@1 13254d7cbf feat: Add metadata system, REST API, examples, and CI/CD pipeline
- Added 32 JSON metadata files for all AI coding tools
- Generated 39 REST API endpoints for programmatic access
- Created working examples in Python, JavaScript, and PowerShell
- Set up GitHub Actions workflow for automated deployment
- Enhanced README with comprehensive feature documentation
- Added version comparison and automation tools
- Updated 20+ documentation files
- Ready for GitHub Pages deployment
2025-10-02 22:23:26 +04:00

60 lines
1.1 KiB
JSON

{
"version": {
"current": "1.0",
"lastUpdated": "2025-01-02",
"history": [
{
"version": "1.0",
"date": "2025-01-02",
"changes": "Version tracked"
}
]
},
"generated": "2025-10-02T21:58:35.557871",
"name": "Xcode",
"slug": "xcode",
"type": "IDE Plugin",
"status": "active",
"description": "AI coding assistant - Xcode",
"pricing": {
"model": "unknown",
"tiers": []
},
"models": {
"primary": "Unknown",
"supported": [],
"customizable": false
},
"features": {},
"platforms": {
"vscode": false,
"jetbrains": false,
"web": false,
"cli": false,
"standalone": false
},
"patterns": {},
"documentation": {
"folder": "Xcode",
"files": {
"systemPrompt": null,
"tools": null,
"readme": null
},
"hasMultipleVersions": false,
"versions": [
"1.0"
]
},
"links": {
"website": null,
"docs": null,
"github": null,
"pricing": null
},
"tags": [
"IDE Plugin",
"AI Coding"
],
"metrics": {}
}