pi-extmgr 0.2.0 → 0.2.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/package.json +3 -3
  2. package/src/index.ts +0 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-extmgr",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Enhanced UX for managing local Pi extensions and community packages",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -49,8 +49,8 @@
49
49
  },
50
50
  "devDependencies": {
51
51
  "@biomejs/biome": "^2.4.9",
52
- "@mariozechner/pi-coding-agent": "^0.63.1",
53
- "@mariozechner/pi-tui": "^0.63.1",
52
+ "@mariozechner/pi-coding-agent": "^0.70.6",
53
+ "@mariozechner/pi-tui": "^0.70.6",
54
54
  "@release-it/conventional-changelog": "^10.0.5",
55
55
  "@types/node": "^22.19.10",
56
56
  "husky": "^9.1.7",
package/src/index.ts CHANGED
@@ -94,10 +94,6 @@ export default function extensionsManager(pi: ExtensionAPI) {
94
94
  await bootstrapSession(ctx);
95
95
  });
96
96
 
97
- pi.on("session_switch", async (_event, ctx) => {
98
- await bootstrapSession(ctx);
99
- });
100
-
101
97
  pi.on("session_shutdown", () => {
102
98
  stopAutoUpdateTimer();
103
99
  });