@caupulican/pi-adaptative 0.80.50 → 0.80.51
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/CHANGELOG.md +2 -0
- package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
- package/dist/modes/interactive/interactive-mode.js +1 -1
- package/dist/modes/interactive/interactive-mode.js.map +1 -1
- package/examples/extensions/custom-provider-anthropic/package-lock.json +2 -2
- package/examples/extensions/custom-provider-anthropic/package.json +1 -1
- package/examples/extensions/custom-provider-gitlab-duo/package.json +1 -1
- package/examples/extensions/sandbox/package-lock.json +2 -2
- package/examples/extensions/sandbox/package.json +1 -1
- package/examples/extensions/with-deps/package-lock.json +2 -2
- package/examples/extensions/with-deps/package.json +1 -1
- package/npm-shrinkwrap.json +12 -12
- package/package.json +4 -4
|
@@ -7340,7 +7340,7 @@ export class InteractiveMode {
|
|
|
7340
7340
|
}
|
|
7341
7341
|
this.settingsManager.addTrustedResourceRoot(canonical, "global");
|
|
7342
7342
|
}
|
|
7343
|
-
const subdirs = ["skills", "extensions", "prompts", "themes", "profiles"];
|
|
7343
|
+
const subdirs = ["skills", "extensions", "prompts", "themes", "profiles", "agents"];
|
|
7344
7344
|
const stats = { installed: [], skipped: [] };
|
|
7345
7345
|
const userAgentDir = getAgentDir();
|
|
7346
7346
|
for (const sub of subdirs) {
|