mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-12-17 05:55:11 +00:00
- 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
59 lines
1.0 KiB
JSON
59 lines
1.0 KiB
JSON
{
|
|
"name": "Xcode",
|
|
"slug": "xcode",
|
|
"type": "IDE Plugin",
|
|
"status": "active",
|
|
"description": "AI coding assistant - Xcode",
|
|
"version": {
|
|
"current": "1.0",
|
|
"lastUpdated": "2025-01-02",
|
|
"history": [
|
|
{
|
|
"version": "1.0",
|
|
"date": "2025-01-02",
|
|
"changes": "Version tracked"
|
|
}
|
|
]
|
|
},
|
|
"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": {}
|
|
} |