pi-sdk-web 0.4.9 → 0.4.10

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.
@@ -443,7 +443,7 @@ class PiWebClient {
443
443
  sections.push(this.resourceSection('Prompts', groups.prompt.map((c) => c.name)));
444
444
  }
445
445
  if (groups.extension.length > 0) {
446
- sections.push(this.resourceSection('Extensions', groups.extension.map((c) => c.name)));
446
+ sections.push(this.resourceSection('Extension Cmds', groups.extension.map((c) => c.name)));
447
447
  }
448
448
  body.innerHTML = sections.join('');
449
449
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-sdk-web",
3
- "version": "0.4.9",
3
+ "version": "0.4.10",
4
4
  "description": "Browser Web access for Pi (AI coding agent) via the Pi SDK - standalone module, zero modification to Pi itself",
5
5
  "type": "module",
6
6
  "bin": {