@pantheon.ai/agents 0.2.1 → 0.2.2

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -396,7 +396,7 @@ var require_cli_options = /* @__PURE__ */ __commonJSMin(((exports, module) => {
396
396
 
397
397
  //#endregion
398
398
  //#region package.json
399
- var version = "0.2.1";
399
+ var version = "0.2.2";
400
400
 
401
401
  //#endregion
402
402
  //#region src/db/tidb.ts
@@ -721,7 +721,7 @@ function normalizeSkills(value) {
721
721
  function buildConfigSetupStep(options) {
722
722
  const prototypeRepoUrl = normalizeRepoUrl(options.prototypeRepoUrl);
723
723
  const skillsArg = JSON.stringify(options.skills.join(","));
724
- return `Execute shell: https://${prototypeRepoUrl.replace("github.com", "raw.githubusercontent.com")}/refs/heads/main/scripts/setup-${options.executeAgent}-agent.sh '${options.role}' '${skillsArg}' '${prototypeRepoUrl}'`;
724
+ return `Execute shell: ${prototypeRepoUrl.replace("github.com", "raw.githubusercontent.com")}/refs/heads/main/scripts/setup-${options.executeAgent}-agent.sh '${options.role}' '${skillsArg}' '${prototypeRepoUrl}'`;
725
725
  }
726
726
 
727
727
  //#endregion
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pantheon.ai/agents",
3
3
  "type": "module",
4
- "version": "0.2.1",
4
+ "version": "0.2.2",
5
5
  "bin": {
6
6
  "pantheon-agents": "dist/index.js"
7
7
  },