We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9eb2be commit af85eb3Copy full SHA for af85eb3
1 file changed
backend/src/templates/agent-registry.ts
@@ -77,7 +77,7 @@ async function fetchAgentFromDatabase(parsedAgentId: {
77
78
// Validate the raw agent data with the original agentId (not full identifier)
79
const validationResult = validateSingleAgent(
80
- { ...rawAgentData, id: agentId },
+ { ...rawAgentData, id: agentId, version: agentConfig.version },
81
{
82
filePath: `${publisherId}/${agentId}@${agentConfig.version}`,
83
},
0 commit comments