@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.
- package/dist/index.js +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.
|
|
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:
|
|
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
|