We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 560ca94 commit 3694076Copy full SHA for 3694076
1 file changed
packages/spec/src/stack.zod.ts
@@ -103,9 +103,9 @@ export const ObjectStackDefinitionSchema = z.object({
103
104
/**
105
* Plugins: External Capabilities
106
- * List of plugins to load. Can be a Manifest object or a package name string.
+ * List of plugins to load. Can be a Manifest object, a package name string, or a Runtime Plugin instance.
107
*/
108
- plugins: z.array(z.union([ManifestSchema, z.string()])).optional().describe('Plugins to load'),
+ plugins: z.array(z.any()).optional().describe('Plugins to load'),
109
110
111
* DevPlugins: Development Capabilities
0 commit comments