Skip to content

Commit 2f2301c

Browse files
ericyangpanclaude
andcommitted
feat(ide): add Air IDE manifest
Add manifest for Air IDE from JetBrains. Air is an agentic development environment that helps developers delegate complex coding tasks to AI agents that work in parallel. Currently in preview, it's free to use and requires an Anthropic subscription. - Vendor: JetBrains - Version: Preview - Pricing: Free (Preview) - Platform: macOS - License: Proprietary 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 1ad411e commit 2f2301c

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

manifests/ides/air.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"$schema": "../$schemas/ide.schema.json",
3+
"id": "air",
4+
"name": "Air",
5+
"description": "An agentic development environment that helps developers delegate complex coding tasks to AI agents that work in parallel. Requires an Anthropic subscription.",
6+
"translations": {},
7+
"verified": false,
8+
"websiteUrl": "https://air.dev/",
9+
"docsUrl": "https://www.jetbrains.com/help/air/",
10+
"vendor": "JetBrains",
11+
"latestVersion": "Preview",
12+
"githubUrl": null,
13+
"license": "Proprietary",
14+
"pricing": [
15+
{
16+
"name": "Preview",
17+
"value": 0,
18+
"currency": null,
19+
"per": null,
20+
"category": "Individual"
21+
}
22+
],
23+
"resourceUrls": {
24+
"download": "https://air.dev/",
25+
"changelog": null,
26+
"pricing": null,
27+
"mcp": null,
28+
"issue": "https://youtrack.jetbrains.com/projects/AIR"
29+
},
30+
"communityUrls": {
31+
"linkedin": "https://www.linkedin.com/company/jetbrains",
32+
"twitter": "https://x.com/getsome_air",
33+
"github": null,
34+
"youtube": null,
35+
"discord": "https://discord.com/invite/jetbrains",
36+
"reddit": null,
37+
"blog": null
38+
},
39+
"relatedProducts": [],
40+
"platforms": [
41+
{
42+
"os": "macOS",
43+
"installPath": "/Applications/Air.app",
44+
"installCommand": null,
45+
"launchCommand": "open -a \"Air\""
46+
}
47+
]
48+
}

0 commit comments

Comments
 (0)