@orchagent/cli 0.2.20 → 0.2.21

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.
@@ -9,7 +9,6 @@ const path_1 = __importDefault(require("path"));
9
9
  const errors_1 = require("../lib/errors");
10
10
  const MANIFEST_TEMPLATE = `{
11
11
  "name": "my-agent",
12
- "version": "v1",
13
12
  "description": "A simple AI agent",
14
13
  "type": "prompt",
15
14
  "tags": []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orchagent/cli",
3
- "version": "0.2.20",
3
+ "version": "0.2.21",
4
4
  "description": "Command-line interface for the OrchAgent AI agent marketplace",
5
5
  "license": "MIT",
6
6
  "author": "OrchAgent <hello@orchagent.io>",