@caupulican/pi-adaptative 0.80.90 → 0.80.91

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 (31) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/core/agent-session.d.ts.map +1 -1
  3. package/dist/core/agent-session.js +1 -0
  4. package/dist/core/agent-session.js.map +1 -1
  5. package/dist/core/context/context-composition.d.ts +2 -0
  6. package/dist/core/context/context-composition.d.ts.map +1 -1
  7. package/dist/core/context/context-composition.js +1 -1
  8. package/dist/core/context/context-composition.js.map +1 -1
  9. package/dist/core/profile-resource-selection.d.ts.map +1 -1
  10. package/dist/core/profile-resource-selection.js +19 -6
  11. package/dist/core/profile-resource-selection.js.map +1 -1
  12. package/dist/core/resource-loader.d.ts +22 -0
  13. package/dist/core/resource-loader.d.ts.map +1 -1
  14. package/dist/core/resource-loader.js +54 -0
  15. package/dist/core/resource-loader.js.map +1 -1
  16. package/dist/modes/interactive/components/profile-resource-editor.d.ts.map +1 -1
  17. package/dist/modes/interactive/components/profile-resource-editor.js +11 -4
  18. package/dist/modes/interactive/components/profile-resource-editor.js.map +1 -1
  19. package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
  20. package/dist/modes/interactive/interactive-mode.js +65 -14
  21. package/dist/modes/interactive/interactive-mode.js.map +1 -1
  22. package/examples/extensions/custom-provider-anthropic/package-lock.json +2 -2
  23. package/examples/extensions/custom-provider-anthropic/package.json +1 -1
  24. package/examples/extensions/custom-provider-gitlab-duo/package.json +1 -1
  25. package/examples/extensions/sandbox/package-lock.json +2 -2
  26. package/examples/extensions/sandbox/package.json +1 -1
  27. package/examples/extensions/with-deps/package-lock.json +2 -2
  28. package/examples/extensions/with-deps/package.json +1 -1
  29. package/examples/sdk/12-full-control.ts +4 -0
  30. package/npm-shrinkwrap.json +12 -12
  31. package/package.json +4 -4
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "pi-extension-custom-provider",
3
- "version": "0.80.87",
3
+ "version": "0.80.88",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "pi-extension-custom-provider",
9
- "version": "0.80.87",
9
+ "version": "0.80.88",
10
10
  "dependencies": {
11
11
  "@anthropic-ai/sdk": "^0.52.0"
12
12
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pi-extension-custom-provider-anthropic",
3
3
  "private": true,
4
- "version": "0.80.87",
4
+ "version": "0.80.88",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "clean": "echo 'nothing to clean'",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pi-extension-custom-provider-gitlab-duo",
3
3
  "private": true,
4
- "version": "0.80.87",
4
+ "version": "0.80.88",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "clean": "echo 'nothing to clean'",
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "pi-extension-sandbox",
3
- "version": "0.80.87",
3
+ "version": "0.80.88",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "pi-extension-sandbox",
9
- "version": "0.80.87",
9
+ "version": "0.80.88",
10
10
  "dependencies": {
11
11
  "@anthropic-ai/sandbox-runtime": "^0.0.26"
12
12
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pi-extension-sandbox",
3
3
  "private": true,
4
- "version": "0.80.87",
4
+ "version": "0.80.88",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "clean": "echo 'nothing to clean'",
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "pi-extension-with-deps",
3
- "version": "0.80.87",
3
+ "version": "0.80.88",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "pi-extension-with-deps",
9
- "version": "0.80.87",
9
+ "version": "0.80.88",
10
10
  "dependencies": {
11
11
  "ms": "^2.1.3"
12
12
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pi-extension-with-deps",
3
3
  "private": true,
4
- "version": "0.80.87",
4
+ "version": "0.80.88",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "clean": "echo 'nothing to clean'",
@@ -55,6 +55,10 @@ Available: read, bash. Be concise.`,
55
55
  extendResources: () => {},
56
56
  reload: async () => {},
57
57
  getDiscoverableExtensionPaths: async () => [],
58
+ getAgentsDiagnostics: () => [],
59
+ getDiscoverableSkillPaths: () => [],
60
+ getDiscoverablePromptPaths: () => [],
61
+ getDiscoverableAgentsFilePaths: () => [],
58
62
  };
59
63
 
60
64
  const { session } = await createAgentSession({
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@caupulican/pi-adaptative",
3
- "version": "0.80.90",
3
+ "version": "0.80.91",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@caupulican/pi-adaptative",
9
- "version": "0.80.90",
9
+ "version": "0.80.91",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
- "@caupulican/pi-agent-core": "^0.80.90",
13
- "@caupulican/pi-ai": "^0.80.90",
14
- "@caupulican/pi-tui": "^0.80.90",
12
+ "@caupulican/pi-agent-core": "^0.80.91",
13
+ "@caupulican/pi-ai": "^0.80.91",
14
+ "@caupulican/pi-tui": "^0.80.91",
15
15
  "@ff-labs/fff-node": "0.9.6",
16
16
  "@silvia-odwyer/photon-node": "0.3.4",
17
17
  "chalk": "5.6.2",
@@ -475,11 +475,11 @@
475
475
  }
476
476
  },
477
477
  "node_modules/@caupulican/pi-agent-core": {
478
- "version": "0.80.90",
479
- "resolved": "https://registry.npmjs.org/@caupulican/pi-agent-core/-/pi-agent-core-0.80.90.tgz",
478
+ "version": "0.80.91",
479
+ "resolved": "https://registry.npmjs.org/@caupulican/pi-agent-core/-/pi-agent-core-0.80.91.tgz",
480
480
  "license": "MIT",
481
481
  "dependencies": {
482
- "@caupulican/pi-ai": "^0.80.90",
482
+ "@caupulican/pi-ai": "^0.80.91",
483
483
  "ignore": "7.0.5",
484
484
  "typebox": "1.1.38",
485
485
  "yaml": "2.9.0"
@@ -489,8 +489,8 @@
489
489
  }
490
490
  },
491
491
  "node_modules/@caupulican/pi-ai": {
492
- "version": "0.80.90",
493
- "resolved": "https://registry.npmjs.org/@caupulican/pi-ai/-/pi-ai-0.80.90.tgz",
492
+ "version": "0.80.91",
493
+ "resolved": "https://registry.npmjs.org/@caupulican/pi-ai/-/pi-ai-0.80.91.tgz",
494
494
  "license": "MIT",
495
495
  "dependencies": {
496
496
  "@anthropic-ai/sdk": "0.91.1",
@@ -512,8 +512,8 @@
512
512
  }
513
513
  },
514
514
  "node_modules/@caupulican/pi-tui": {
515
- "version": "0.80.90",
516
- "resolved": "https://registry.npmjs.org/@caupulican/pi-tui/-/pi-tui-0.80.90.tgz",
515
+ "version": "0.80.91",
516
+ "resolved": "https://registry.npmjs.org/@caupulican/pi-tui/-/pi-tui-0.80.91.tgz",
517
517
  "license": "MIT",
518
518
  "dependencies": {
519
519
  "get-east-asian-width": "1.6.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caupulican/pi-adaptative",
3
- "version": "0.80.90",
3
+ "version": "0.80.91",
4
4
  "description": "Adaptive fork of Pi coding agent for self-evolving agent harness experiments",
5
5
  "type": "module",
6
6
  "piConfig": {
@@ -41,9 +41,9 @@
41
41
  "prepublishOnly": "npm run clean && npm run build && npm run shrinkwrap"
42
42
  },
43
43
  "dependencies": {
44
- "@caupulican/pi-agent-core": "^0.80.90",
45
- "@caupulican/pi-ai": "^0.80.90",
46
- "@caupulican/pi-tui": "^0.80.90",
44
+ "@caupulican/pi-agent-core": "^0.80.91",
45
+ "@caupulican/pi-ai": "^0.80.91",
46
+ "@caupulican/pi-tui": "^0.80.91",
47
47
  "@ff-labs/fff-node": "0.9.6",
48
48
  "@silvia-odwyer/photon-node": "0.3.4",
49
49
  "chalk": "5.6.2",