@m6d/cortex-cli 1.3.0 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m6d/cortex-cli",
3
- "version": "1.3.0",
3
+ "version": "1.4.0",
4
4
  "description": "Scaffold and operate Cortex servers",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -132,7 +132,6 @@ export const runtimeAgentConfigSchema = z.object({
132
132
  agentId: agentSlugSchema,
133
133
  systemPrompt: z.string(),
134
134
  promptVariables: z.array(z.enum(PROMPT_VARIABLES)),
135
- catalogBlurb: z.string(),
136
135
  defaultLocale: localeSchema,
137
136
  metaTools: z.object({
138
137
  searchKnowledge: z.boolean(),