You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
data: reorganize agent entries and enhance workflow documentation
This commit removes the existing entries for Bolt.new and Lovable from the Agents and Apps sections in data.toml and adds them to a new [[hosted-agents]] section. This change reflects the transition of these agents to a cloud-only model. Additionally, the workflow documentation in claude-issue.yml has been updated to include a new guideline for adding cloud-only agents, ensuring contributors provide the corresponding TOML entries in their submissions.
Changes made:
- Moved Bolt.new and Lovable entries to [[hosted-agents]] in data.toml.
- Updated claude-issue.yml to include a new step for showing TOML entries for added agents.
No functional code changes were made.
Copy file name to clipboardExpand all lines: .github/workflows/claude-issue.yml
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -146,6 +146,7 @@ jobs:
146
146
* new agent interface
147
147
* new workflow
148
148
* new tool
149
+
* new cloud-only agent (ALWAYS maps to `[[hosted-agents]]` section)
149
150
* Or any other template - category will be auto-determined
150
151
151
152
2. **Parse the issue**:
@@ -249,7 +250,9 @@ jobs:
249
250
250
251
**DO NOT SKIP THIS STEP. Creating the PR is the primary goal of this workflow.**
251
252
252
-
10. **Labels & lifecycle**:
253
+
10. **Show the TOML entry**: For every valid entry that you add to data.toml, always include a code block in your response showing the exact TOML entry you've added. This helps contributors see exactly what was added to the repository.
254
+
255
+
11. **Labels & lifecycle**:
253
256
254
257
* On success: add `accepted` to the issue, reference the PR.
255
258
* On missing info: add `needs-info`; do **not** open PR.
Copy file name to clipboardExpand all lines: data.toml
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -33,13 +33,6 @@ summary = "Open source AI coding agent for VS Code with autonomous capabilities
33
33
detail = "Cline operates as a VS Code extension with autonomous file editing, terminal command execution, and browser automation capabilities. Features client-side architecture for security, supports multiple AI providers including Claude and Gemini, and offers transparent AI decision-making with human approval workflows."
34
34
category = "Open source"
35
35
36
-
[[agents]]
37
-
name = "Bolt.new"
38
-
website = "https://bolt.new/"
39
-
open_source = false
40
-
summary = "Cloud-based AI coding agent for building and deploying full-stack web applications through conversational prompts."
41
-
detail = "Bolt.new provides a complete browser-based development environment with AI-powered code generation, supporting React, Vue, Next.js, and other modern frameworks. Features full npm ecosystem access, integrated terminal, automatic deployment to .bolt.host domains, and AI control over the entire development environment including filesystem and package management."
42
-
43
36
[[agents]]
44
37
name = "Claude Code"
45
38
website = "https://www.anthropic.com/claude-code"
@@ -108,14 +101,6 @@ summary = "AI-powered IDE with spec-driven development and autonomous task execu
108
101
detail = "Kiro transforms prompts into structured requirements and implementation tasks, supporting multimodal inputs and agent hooks for automated background workflows with Claude Sonnet integration."
109
102
hot = true
110
103
111
-
[[apps]]
112
-
name = "Lovable"
113
-
website = "https://lovable.dev/"
114
-
repo = ""
115
-
open_source = false
116
-
summary = "AI-powered web development platform for creating apps and websites through conversational interaction."
117
-
detail = "Lovable enables users to create applications and websites by chatting with AI, offering collaborative workspaces, GitHub sync, and Supabase integrations. The platform supports various project types from prototypes to production apps with deployment options and MCP server capabilities for enhanced AI development workflows."
118
-
119
104
[[interfaces]]
120
105
name = "claude-frontend"
121
106
website = ""
@@ -228,5 +213,20 @@ open_source = true
228
213
summary = "AI-driven agile development framework with specialized agent orchestration and context engineering."
229
214
detail = "BMAD-METHOD combines agentic planning with context-engineered development, using specialized AI agents (Analyst, Product Manager, Architect, Scrum Master) to create detailed PRDs and hyper-detailed development stories that embed full implementation context and architectural guidance directly in story files."
230
215
216
+
[[hosted-agents]]
217
+
name = "Bolt.new"
218
+
website = "https://bolt.new/"
219
+
open_source = false
220
+
summary = "Cloud-based AI coding agent for building and deploying full-stack web applications through conversational prompts."
221
+
detail = "Bolt.new provides a complete browser-based development environment with AI-powered code generation, supporting React, Vue, Next.js, and other modern frameworks. Features full npm ecosystem access, integrated terminal, automatic deployment to .bolt.host domains, and AI control over the entire development environment including filesystem and package management."
222
+
223
+
[[hosted-agents]]
224
+
name = "Lovable"
225
+
website = "https://lovable.dev/"
226
+
repo = ""
227
+
open_source = false
228
+
summary = "AI-powered web development platform for creating apps and websites through conversational interaction."
229
+
detail = "Lovable enables users to create applications and websites by chatting with AI, offering collaborative workspaces, GitHub sync, and Supabase integrations. The platform supports various project types from prototypes to production apps with deployment options and MCP server capabilities for enhanced AI development workflows."
0 commit comments