@knid/agentx 0.1.0 → 0.1.1

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1364,7 +1364,7 @@ async function publishAgent(agentDir, token) {
1364
1364
  formData.append("sha256", sha256);
1365
1365
  const client = createRegistryClient({ token });
1366
1366
  return client.put(
1367
- `/agents/${scope}/${manifest.name}`,
1367
+ `/agents`,
1368
1368
  formData
1369
1369
  );
1370
1370
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knid/agentx",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "The package manager for AI agents powered by Claude Code",
5
5
  "type": "module",
6
6
  "bin": {