@trim21/personal-pi-extensions 0.1.497 → 0.1.498

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trim21/personal-pi-extensions",
3
- "version": "0.1.497",
3
+ "version": "0.1.498",
4
4
  "type": "module",
5
5
  "description": "Custom pi coding-agent extensions: bwrap sandbox, workspace guard, opencode edit, and more",
6
6
  "keywords": [
@@ -563,6 +563,7 @@ export default function spawnAgent(pi: ExtensionAPI) {
563
563
  details: {
564
564
  ...result,
565
565
  pendant: {
566
+ subtitle: result.agent,
566
567
  markdown: formatPendantMarkdown(params.task, message),
567
568
  } satisfies ToolPendant,
568
569
  },
@@ -580,6 +581,7 @@ export default function spawnAgent(pi: ExtensionAPI) {
580
581
  details: {
581
582
  ...result,
582
583
  pendant: {
584
+ subtitle: result.agent,
583
585
  markdown: formatPendantMarkdown(params.task, text),
584
586
  } satisfies ToolPendant,
585
587
  },