Open
Conversation
Contributor
🧪 BenchmarkShould we run the Virtual MCP strategy benchmark for this PR? React with 👍 to run the benchmark.
Benchmark will run on the next push after you react. |
Contributor
Release OptionsShould a new version be published when this PR is merged? React with an emoji to vote on the release type:
Current version: Deployment
|
Contributor
There was a problem hiding this comment.
3 issues found across 5 files
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="apps/mesh/src/web/routes/orgs/agents.tsx">
<violation number="1" location="apps/mesh/src/web/routes/orgs/agents.tsx:769">
P2: Keep the selected tab in sync when the org has no agents. This initializer only runs once, so after deleting the last agent or switching to an empty org the page can stay on “My Agents” instead of defaulting to Templates.
(Based on your team's feedback about render-phase state reset for state derived from render conditions.) [FEEDBACK_USED]</violation>
</file>
<file name="apps/mesh/src/mcp-clients/virtual-mcp/passthrough-client.ts">
<violation number="1" location="apps/mesh/src/mcp-clients/virtual-mcp/passthrough-client.ts:661">
P2: These synthetic prompt names will still leak into the chat composer as `/__ice_breaker_n`, because prompt mentions render `prompt.name` rather than `title`. This doesn't satisfy the intended "not as __ice_breaker_0" behavior.</violation>
</file>
<file name="apps/mesh/src/constants/default-agents.ts">
<violation number="1" location="apps/mesh/src/constants/default-agents.ts:36">
P1: These built-in connection selections are never applied during install, so the affected templates are created without the tools they depend on.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| "Manages your Studio workspace: creates agents, configures connections, sets up projects, and manages API keys.", | ||
| iconIndex: 11, | ||
| requiredApps: [], | ||
| builtinConnections: [ |
Contributor
There was a problem hiding this comment.
P1: These built-in connection selections are never applied during install, so the affected templates are created without the tools they depend on.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At apps/mesh/src/constants/default-agents.ts, line 36:
<comment>These built-in connection selections are never applied during install, so the affected templates are created without the tools they depend on.</comment>
<file context>
@@ -0,0 +1,1091 @@
+ "Manages your Studio workspace: creates agents, configures connections, sets up projects, and manages API keys.",
+ iconIndex: 11,
+ requiredApps: [],
+ builtinConnections: [
+ {
+ key: "self",
</file context>
1550132 to
8200d7f
Compare
- Add 27 agent templates across 7 categories (Platform, E-Commerce, Content & SEO, Site Building, Marketing, Operations, Engineering) - Add Templates tab to agents page with search, category grouping, and detail dialogs - Default to Templates tab when org has no agents - Show required MCP icons with green/red ring for installed/missing status - Deep-link missing MCPs to Store for installation - Navigate to agent detail page after install - Add ice_breakers and required_apps to Virtual MCP metadata schema - Inject ice breakers as static prompts in PassthroughClient - Engineering agents inspired by gstack: Code Reviewer, Engineering Retro, Product Reviewer, Architecture Reviewer, Browser QA Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
8200d7f to
224e998
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Files changed
apps/mesh/src/constants/default-agents.ts— 27 agent template specsapps/mesh/src/web/components/agents/agent-templates.tsx— template browser UIapps/mesh/src/web/routes/orgs/agents.tsx— tabs + empty stateapps/mesh/src/mcp-clients/virtual-mcp/passthrough-client.ts— ice breaker injectionpackages/mesh-sdk/src/types/virtual-mcp.ts— metadata schema extensionTest plan
__ice_breaker_0)🤖 Generated with Claude Code
Summary by cubic
Adds a browsable catalog of 27 agent templates with a new Templates tab on the Agents page to quickly bootstrap agents. Templates show required MCP install status, deep-link to the Store, and install flows that create the agent with ice-breakers and navigate to its detail page.
New Features
Migration
metadata.ice_breakersandmetadata.required_appstoVirtualMCPschemas in@decocms/mesh-sdkconductor.jsonrun script todev:local:conductorWritten for commit 224e998. Summary will update on new commits.