@pi-unipi/unipi 2.0.12 → 2.1.0

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 (166) hide show
  1. package/LICENSE +0 -0
  2. package/package.json +28 -28
  3. package/packages/ask-user/handoff.ts +0 -0
  4. package/packages/ask-user/index.ts +3 -8
  5. package/packages/ask-user/launcher-ui.ts +0 -0
  6. package/packages/ask-user/package.json +4 -4
  7. package/packages/ask-user/tools.ts +0 -0
  8. package/packages/autocomplete/README.md +0 -0
  9. package/packages/autocomplete/package.json +3 -3
  10. package/packages/autocomplete/src/__tests__/command-registry.audit.test.ts +0 -0
  11. package/packages/autocomplete/src/__tests__/provider.sorting.test.ts +0 -0
  12. package/packages/autocomplete/src/constants.ts +0 -0
  13. package/packages/autocomplete/src/provider.ts +0 -0
  14. package/packages/autocomplete/src/sorting.ts +0 -0
  15. package/packages/btw/package.json +5 -5
  16. package/packages/cocoindex/README.md +0 -0
  17. package/packages/cocoindex/bridge.ts +0 -0
  18. package/packages/cocoindex/commands.ts +0 -0
  19. package/packages/cocoindex/index.ts +0 -0
  20. package/packages/cocoindex/installer.ts +0 -0
  21. package/packages/cocoindex/package.json +5 -5
  22. package/packages/cocoindex/skills/cocoindex/SKILL.md +0 -0
  23. package/packages/cocoindex/tools.ts +0 -0
  24. package/packages/compactor/package.json +6 -6
  25. package/packages/compactor/src/commands/index.ts +0 -0
  26. package/packages/compactor/src/compaction/auto-trigger.ts +0 -0
  27. package/packages/compactor/src/compaction/hooks.ts +0 -0
  28. package/packages/compactor/src/config/manager.ts +0 -0
  29. package/packages/compactor/src/config/presets.ts +0 -0
  30. package/packages/compactor/src/config/schema.ts +0 -0
  31. package/packages/compactor/src/display/diff-presentation.ts +0 -0
  32. package/packages/compactor/src/display/diff-renderer.ts +0 -0
  33. package/packages/compactor/src/display/diff-width-safety.ts +0 -0
  34. package/packages/compactor/src/display/line-width-safety.ts +0 -0
  35. package/packages/compactor/src/index.ts +0 -0
  36. package/packages/compactor/src/info-screen.ts +0 -0
  37. package/packages/compactor/src/session/analytics.ts +0 -0
  38. package/packages/compactor/src/session/db.ts +0 -0
  39. package/packages/compactor/src/session/recall-blocks.ts +0 -0
  40. package/packages/compactor/src/tools/ctx-batch-execute.ts +0 -0
  41. package/packages/compactor/src/tools/ctx-doctor.ts +0 -0
  42. package/packages/compactor/src/tools/ctx-stats.ts +0 -0
  43. package/packages/compactor/src/tools/register.ts +0 -0
  44. package/packages/compactor/src/tui/settings-overlay.ts +0 -0
  45. package/packages/compactor/src/types.ts +0 -0
  46. package/packages/core/constants.ts +0 -0
  47. package/packages/core/events.ts +0 -0
  48. package/packages/core/global-types.ts +0 -0
  49. package/packages/core/global.d.ts +0 -0
  50. package/packages/core/package.json +3 -3
  51. package/packages/core/sandbox.ts +0 -0
  52. package/packages/footer/README.md +0 -0
  53. package/packages/footer/index.ts +0 -0
  54. package/packages/footer/package.json +4 -4
  55. package/packages/footer/src/commands.ts +0 -0
  56. package/packages/footer/src/config.ts +0 -0
  57. package/packages/footer/src/events.ts +0 -0
  58. package/packages/footer/src/help.ts +0 -0
  59. package/packages/footer/src/index.ts +0 -0
  60. package/packages/footer/src/presets.ts +0 -0
  61. package/packages/footer/src/registry/index.ts +0 -0
  62. package/packages/footer/src/rendering/icons.ts +0 -0
  63. package/packages/footer/src/rendering/renderer.ts +0 -0
  64. package/packages/footer/src/rendering/separators.ts +0 -0
  65. package/packages/footer/src/rendering/theme.ts +0 -0
  66. package/packages/footer/src/segments/compactor.ts +0 -0
  67. package/packages/footer/src/segments/core.ts +0 -0
  68. package/packages/footer/src/segments/kanboard.ts +0 -0
  69. package/packages/footer/src/segments/mcp.ts +0 -0
  70. package/packages/footer/src/segments/memory.ts +0 -0
  71. package/packages/footer/src/segments/notify.ts +0 -0
  72. package/packages/footer/src/segments/ralph.ts +0 -0
  73. package/packages/footer/src/segments/status-ext.ts +0 -0
  74. package/packages/footer/src/segments/workflow.ts +0 -0
  75. package/packages/footer/src/tps-tracker.ts +0 -0
  76. package/packages/footer/src/tui/settings-tui.ts +0 -0
  77. package/packages/footer/src/types.ts +0 -0
  78. package/packages/footer/types.ts +0 -0
  79. package/packages/info-screen/index.ts +3 -1
  80. package/packages/info-screen/package.json +4 -4
  81. package/packages/input-shortcuts/README.md +0 -0
  82. package/packages/input-shortcuts/index.ts +0 -0
  83. package/packages/input-shortcuts/package.json +4 -4
  84. package/packages/input-shortcuts/src/chord-overlay.ts +0 -0
  85. package/packages/input-shortcuts/src/clipboard.ts +0 -0
  86. package/packages/input-shortcuts/src/index.ts +0 -0
  87. package/packages/input-shortcuts/src/registers.ts +0 -0
  88. package/packages/input-shortcuts/src/settings-overlay.ts +0 -0
  89. package/packages/input-shortcuts/src/status.ts +0 -0
  90. package/packages/input-shortcuts/src/types.ts +0 -0
  91. package/packages/input-shortcuts/src/undo-redo.ts +0 -0
  92. package/packages/kanboard/index.ts +0 -8
  93. package/packages/kanboard/package.json +4 -4
  94. package/packages/mcp/package.json +4 -4
  95. package/packages/mcp/src/index.ts +3 -8
  96. package/packages/mcp/src/tui/settings-overlay.ts +0 -0
  97. package/packages/memory/README.md +51 -7
  98. package/packages/memory/index.ts +7 -12
  99. package/packages/memory/mempalace.ts +232 -0
  100. package/packages/memory/package.json +8 -5
  101. package/packages/memory/storage.ts +237 -22
  102. package/packages/memory/tools.ts +0 -0
  103. package/packages/milestone/commands.ts +3 -2
  104. package/packages/milestone/package.json +4 -4
  105. package/packages/notify/ask-user-prompt-message.ts +0 -0
  106. package/packages/notify/commands.ts +0 -0
  107. package/packages/notify/events.ts +0 -0
  108. package/packages/notify/index.ts +3 -8
  109. package/packages/notify/ntfy-config.ts +0 -0
  110. package/packages/notify/package.json +8 -6
  111. package/packages/notify/platforms/focus-win.ts +0 -0
  112. package/packages/notify/platforms/focus.ts +0 -0
  113. package/packages/notify/platforms/native.ts +0 -0
  114. package/packages/notify/settings.ts +0 -0
  115. package/packages/notify/src/__tests__/ask-user-prompt-message.test.ts +0 -0
  116. package/packages/notify/src/__tests__/event-bus.test.ts +0 -0
  117. package/packages/notify/tui/settings-overlay.ts +0 -0
  118. package/packages/notify/types.ts +0 -0
  119. package/packages/ralph/index.ts +3 -1
  120. package/packages/ralph/package.json +6 -6
  121. package/packages/subagents/package.json +7 -7
  122. package/packages/unipi/index.ts +0 -0
  123. package/packages/updater/README.md +0 -0
  124. package/packages/updater/index.ts +0 -0
  125. package/packages/updater/package.json +4 -4
  126. package/packages/updater/skills/configure-updater/SKILL.md +0 -0
  127. package/packages/updater/src/cache.ts +0 -0
  128. package/packages/updater/src/changelog.ts +0 -0
  129. package/packages/updater/src/checker.ts +0 -0
  130. package/packages/updater/src/commands.ts +0 -0
  131. package/packages/updater/src/index.ts +0 -7
  132. package/packages/updater/src/installer.ts +0 -0
  133. package/packages/updater/src/markdown.ts +0 -0
  134. package/packages/updater/src/readme.ts +3 -1
  135. package/packages/updater/src/settings.ts +0 -0
  136. package/packages/updater/src/tui/changelog-overlay.ts +0 -0
  137. package/packages/updater/src/tui/readme-overlay.ts +0 -0
  138. package/packages/updater/src/tui/settings-overlay.ts +0 -0
  139. package/packages/updater/src/tui/update-overlay.ts +0 -0
  140. package/packages/updater/src/version.ts +0 -0
  141. package/packages/updater/types.ts +0 -0
  142. package/packages/utility/package.json +3 -3
  143. package/packages/utility/src/diff/renderer.ts +0 -0
  144. package/packages/utility/src/diff/theme.ts +0 -0
  145. package/packages/utility/src/diff/wrapper.ts +0 -0
  146. package/packages/utility/src/display/capabilities.ts +0 -0
  147. package/packages/utility/src/index.ts +3 -1
  148. package/packages/web-api/package.json +4 -4
  149. package/packages/web-api/skills/web/SKILL.md +0 -0
  150. package/packages/web-api/src/engine/constants.ts +0 -0
  151. package/packages/web-api/src/engine/dependencies.ts +0 -0
  152. package/packages/web-api/src/engine/dom.ts +0 -0
  153. package/packages/web-api/src/engine/extract.ts +0 -0
  154. package/packages/web-api/src/engine/format.ts +0 -0
  155. package/packages/web-api/src/engine/profiles.ts +0 -0
  156. package/packages/web-api/src/engine/types.ts +0 -0
  157. package/packages/web-api/src/index.ts +3 -8
  158. package/packages/web-api/src/providers/base.ts +0 -0
  159. package/packages/web-api/src/settings.ts +0 -0
  160. package/packages/web-api/src/tools.ts +0 -0
  161. package/packages/web-api/src/tui/progress.ts +0 -0
  162. package/packages/web-api/src/tui/result.ts +0 -0
  163. package/packages/web-api/src/tui/settings-dialog.ts +0 -0
  164. package/packages/workflow/commands.ts +0 -0
  165. package/packages/workflow/index.ts +3 -8
  166. package/packages/workflow/package.json +5 -5
package/LICENSE CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-unipi/unipi",
3
- "version": "2.0.12",
3
+ "version": "2.1.0",
4
4
  "description": "All-in-one extension suite for Pi coding agent",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -59,38 +59,38 @@
59
59
  ]
60
60
  },
61
61
  "peerDependencies": {
62
- "@earendil-works/pi-ai": "^0.78.0",
63
- "@earendil-works/pi-coding-agent": "^0.78.0",
64
- "@earendil-works/pi-tui": "^0.78.0",
62
+ "@earendil-works/pi-ai": "^0.80.0",
63
+ "@earendil-works/pi-coding-agent": "^0.80.0",
64
+ "@earendil-works/pi-tui": "^0.80.0",
65
65
  "typebox": "^1.1.38"
66
66
  },
67
67
  "dependencies": {
68
- "@pi-unipi/ask-user": "2.0.12",
69
- "@pi-unipi/btw": "2.0.12",
70
- "@pi-unipi/compactor": "2.0.12",
71
- "@pi-unipi/notify": "2.0.12",
72
- "@pi-unipi/command-enchantment": "2.0.12",
73
- "@pi-unipi/core": "2.0.12",
74
- "@pi-unipi/info-screen": "2.0.12",
75
- "@pi-unipi/mcp": "2.0.12",
76
- "@pi-unipi/memory": "2.0.12",
77
- "@pi-unipi/ralph": "2.0.12",
78
- "@pi-unipi/subagents": "2.0.12",
79
- "@pi-unipi/utility": "2.0.12",
80
- "@pi-unipi/milestone": "2.0.12",
81
- "@pi-unipi/kanboard": "2.0.12",
82
- "@pi-unipi/web-api": "2.0.12",
83
- "@pi-unipi/workflow": "2.0.12",
84
- "@pi-unipi/footer": "2.0.12",
85
- "@pi-unipi/updater": "2.0.12",
86
- "@pi-unipi/input-shortcuts": "2.0.12",
87
- "@pi-unipi/cocoindex": "2.0.12"
68
+ "@pi-unipi/ask-user": "2.1.0",
69
+ "@pi-unipi/btw": "2.1.0",
70
+ "@pi-unipi/compactor": "2.1.0",
71
+ "@pi-unipi/notify": "2.1.0",
72
+ "@pi-unipi/command-enchantment": "2.1.0",
73
+ "@pi-unipi/core": "2.1.0",
74
+ "@pi-unipi/info-screen": "2.1.0",
75
+ "@pi-unipi/mcp": "2.1.0",
76
+ "@pi-unipi/memory": "2.1.0",
77
+ "@pi-unipi/ralph": "2.1.0",
78
+ "@pi-unipi/subagents": "2.1.0",
79
+ "@pi-unipi/utility": "2.1.0",
80
+ "@pi-unipi/milestone": "2.1.0",
81
+ "@pi-unipi/kanboard": "2.1.0",
82
+ "@pi-unipi/web-api": "2.1.0",
83
+ "@pi-unipi/workflow": "2.1.0",
84
+ "@pi-unipi/footer": "2.1.0",
85
+ "@pi-unipi/updater": "2.1.0",
86
+ "@pi-unipi/input-shortcuts": "2.1.0",
87
+ "@pi-unipi/cocoindex": "2.1.0"
88
88
  },
89
89
  "devDependencies": {
90
- "@earendil-works/pi-agent-core": "^0.78.0",
91
- "@earendil-works/pi-ai": "^0.78.0",
92
- "@earendil-works/pi-coding-agent": "^0.78.0",
93
- "@earendil-works/pi-tui": "^0.78.0",
90
+ "@earendil-works/pi-agent-core": "^0.80.0",
91
+ "@earendil-works/pi-ai": "^0.80.0",
92
+ "@earendil-works/pi-coding-agent": "^0.80.0",
93
+ "@earendil-works/pi-tui": "^0.80.0",
94
94
  "@types/node": "^25.6.0",
95
95
  "tsx": "^4.21.0",
96
96
  "typescript": "^6.0.0"
File without changes
@@ -5,6 +5,8 @@
5
5
  * multi-select, and freeform modes. Includes bundled skill for agent guidance.
6
6
  */
7
7
 
8
+ import { dirname } from "node:path";
9
+ import { fileURLToPath } from "node:url";
8
10
  import type { ExtensionAPI } from "@earendil-works/pi-coding-agent";
9
11
  import {
10
12
  UNIPI_EVENTS,
@@ -17,16 +19,9 @@ import { registerAskUserTools } from "./tools.js";
17
19
  import { registerAskUserCommands } from "./commands.js";
18
20
 
19
21
  /** Package version */
20
- const VERSION = getPackageVersion(new URL(".", import.meta.url).pathname);
22
+ const VERSION = getPackageVersion(dirname(fileURLToPath(import.meta.url)));
21
23
 
22
24
  export default function (pi: ExtensionAPI) {
23
- // Register skills directory
24
- const skillsDir = new URL("./skills", import.meta.url).pathname;
25
- pi.on("resources_discover", async () => {
26
- return {
27
- skillPaths: [skillsDir],
28
- };
29
- });
30
25
 
31
26
  // Register tools and commands
32
27
  registerAskUserTools(pi);
File without changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-unipi/ask-user",
3
- "version": "2.0.12",
3
+ "version": "2.1.0",
4
4
  "description": "Structured user input tool for Pi coding agent \u2014 single-select, multi-select, freeform",
5
5
  "type": "module",
6
6
  "main": "index.ts",
@@ -40,11 +40,11 @@
40
40
  "access": "public"
41
41
  },
42
42
  "dependencies": {
43
- "@pi-unipi/core": "2.0.12"
43
+ "@pi-unipi/core": "2.1.0"
44
44
  },
45
45
  "peerDependencies": {
46
- "@earendil-works/pi-coding-agent": "^0.78.0",
47
- "@earendil-works/pi-tui": "^0.78.0",
46
+ "@earendil-works/pi-coding-agent": "^0.80.0",
47
+ "@earendil-works/pi-tui": "^0.80.0",
48
48
  "typebox": "^1.1.38"
49
49
  },
50
50
  "pi": {
File without changes
File without changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-unipi/command-enchantment",
3
- "version": "2.0.12",
3
+ "version": "2.1.0",
4
4
  "description": "Enhanced TUI autocomplete for /unipi:* commands \u2014 colored, sorted, and grouped by package",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
@@ -27,8 +27,8 @@
27
27
  "README.md"
28
28
  ],
29
29
  "peerDependencies": {
30
- "@earendil-works/pi-coding-agent": "^0.78.0",
31
- "@earendil-works/pi-tui": "^0.78.0"
30
+ "@earendil-works/pi-coding-agent": "^0.80.0",
31
+ "@earendil-works/pi-tui": "^0.80.0"
32
32
  },
33
33
  "scripts": {
34
34
  "test": "vitest run"
File without changes
File without changes
File without changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-unipi/btw",
3
- "version": "2.0.12",
3
+ "version": "2.1.0",
4
4
  "description": "A pi extension for parallel side conversations with /unipi:btw \u2014 part of the Unipi suite",
5
5
  "type": "module",
6
6
  "main": "extensions/btw.ts",
@@ -32,12 +32,12 @@
32
32
  "access": "public"
33
33
  },
34
34
  "peerDependencies": {
35
- "@earendil-works/pi-ai": "^0.78.0",
36
- "@earendil-works/pi-coding-agent": "^0.78.0",
37
- "@earendil-works/pi-tui": "^0.78.0"
35
+ "@earendil-works/pi-ai": "^0.80.0",
36
+ "@earendil-works/pi-coding-agent": "^0.80.0",
37
+ "@earendil-works/pi-tui": "^0.80.0"
38
38
  },
39
39
  "dependencies": {
40
- "@pi-unipi/core": "2.0.12"
40
+ "@pi-unipi/core": "2.1.0"
41
41
  },
42
42
  "pi": {
43
43
  "extensions": [],
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-unipi/cocoindex",
3
- "version": "2.0.12",
3
+ "version": "2.1.0",
4
4
  "description": "CocoIndex integration for Pi \u2014 AST-aware content indexing, semantic vector search, and incremental pipeline management",
5
5
  "type": "module",
6
6
  "main": "index.ts",
@@ -19,13 +19,13 @@
19
19
  "typecheck": "tsc --noEmit"
20
20
  },
21
21
  "peerDependencies": {
22
- "@earendil-works/pi-coding-agent": "^0.78.0",
23
- "@earendil-works/pi-ai": "^0.78.0",
24
- "@earendil-works/pi-tui": "^0.78.0",
22
+ "@earendil-works/pi-coding-agent": "^0.80.0",
23
+ "@earendil-works/pi-ai": "^0.80.0",
24
+ "@earendil-works/pi-tui": "^0.80.0",
25
25
  "typebox": "^1.1.38"
26
26
  },
27
27
  "dependencies": {
28
- "@pi-unipi/core": "2.0.12"
28
+ "@pi-unipi/core": "2.1.0"
29
29
  },
30
30
  "optionalDependencies": {
31
31
  "@lancedb/lancedb": "^0.21.0"
File without changes
File without changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-unipi/compactor",
3
- "version": "2.0.12",
3
+ "version": "2.1.0",
4
4
  "description": "Context engine for Pi \u2014 zero-LLM compaction, session continuity, sandbox execution, and tool display optimization",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
@@ -34,13 +34,13 @@
34
34
  "access": "public"
35
35
  },
36
36
  "dependencies": {
37
- "@pi-unipi/core": "2.0.12",
38
- "@pi-unipi/info-screen": "2.0.12",
39
- "@earendil-works/pi-agent-core": "^0.78.0"
37
+ "@pi-unipi/core": "2.1.0",
38
+ "@pi-unipi/info-screen": "2.1.0",
39
+ "@earendil-works/pi-agent-core": "^0.80.0"
40
40
  },
41
41
  "peerDependencies": {
42
- "@earendil-works/pi-coding-agent": "^0.78.0",
43
- "@earendil-works/pi-tui": "^0.78.0",
42
+ "@earendil-works/pi-coding-agent": "^0.80.0",
43
+ "@earendil-works/pi-tui": "^0.80.0",
44
44
  "typebox": "^1.1.38"
45
45
  },
46
46
  "devDependencies": {
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-unipi/core",
3
- "version": "2.0.12",
3
+ "version": "2.1.0",
4
4
  "description": "Shared utilities, event types, and constants for Unipi extension suite",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -23,11 +23,11 @@
23
23
  "access": "public"
24
24
  },
25
25
  "peerDependencies": {
26
- "@earendil-works/pi-coding-agent": "^0.78.0",
26
+ "@earendil-works/pi-coding-agent": "^0.80.0",
27
27
  "typebox": "^1.1.38"
28
28
  },
29
29
  "devDependencies": {
30
- "@earendil-works/pi-coding-agent": "^0.78.0",
30
+ "@earendil-works/pi-coding-agent": "^0.80.0",
31
31
  "typebox": "^1.1.38",
32
32
  "@types/node": "^22.0.0"
33
33
  },
File without changes
File without changes
File without changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-unipi/footer",
3
- "version": "2.0.12",
3
+ "version": "2.1.0",
4
4
  "description": "Persistent status bar for Unipi \u2014 subscribes to UNIPI_EVENTS and renders key stats from all unipi packages",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
@@ -32,11 +32,11 @@
32
32
  "access": "public"
33
33
  },
34
34
  "dependencies": {
35
- "@pi-unipi/core": "2.0.12"
35
+ "@pi-unipi/core": "2.1.0"
36
36
  },
37
37
  "peerDependencies": {
38
- "@earendil-works/pi-coding-agent": "^0.78.0",
39
- "@earendil-works/pi-tui": "^0.78.0"
38
+ "@earendil-works/pi-coding-agent": "^0.80.0",
39
+ "@earendil-works/pi-tui": "^0.80.0"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/node": "^25.6.0",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -9,6 +9,8 @@
9
9
  * /unipi:info-settings - Configure info display
10
10
  */
11
11
 
12
+ import { dirname } from "node:path";
13
+ import { fileURLToPath } from "node:url";
12
14
  import type { ExtensionAPI, ExtensionContext } from "@earendil-works/pi-coding-agent";
13
15
  import { UNIPI_EVENTS, MODULES, UNIPI_PREFIX, emitEvent, getPackageVersion, type UnipiModuleEvent, type UnipiInfoGroupEvent } from "@pi-unipi/core";
14
16
  import { infoRegistry } from "./registry.js";
@@ -21,7 +23,7 @@ import { InfoOverlay } from "./tui/info-overlay.js";
21
23
  import { SettingsOverlay } from "./settings/settings-tui.js";
22
24
 
23
25
  /** Package version */
24
- const VERSION = getPackageVersion(new URL(".", import.meta.url).pathname);
26
+ const VERSION = getPackageVersion(dirname(fileURLToPath(import.meta.url)));
25
27
 
26
28
  export default function (pi: ExtensionAPI) {
27
29
  setPiApi(pi);
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-unipi/info-screen",
3
- "version": "2.0.12",
3
+ "version": "2.1.0",
4
4
  "description": "Dashboard and module registry for Unipi \u2014 configurable info overlay with tabbed groups",
5
5
  "type": "module",
6
6
  "main": "index.ts",
@@ -33,11 +33,11 @@
33
33
  "access": "public"
34
34
  },
35
35
  "dependencies": {
36
- "@pi-unipi/core": "2.0.12"
36
+ "@pi-unipi/core": "2.1.0"
37
37
  },
38
38
  "peerDependencies": {
39
- "@earendil-works/pi-coding-agent": "^0.78.0",
40
- "@earendil-works/pi-tui": "^0.78.0",
39
+ "@earendil-works/pi-coding-agent": "^0.80.0",
40
+ "@earendil-works/pi-tui": "^0.80.0",
41
41
  "typebox": "^1.1.38"
42
42
  },
43
43
  "devDependencies": {
File without changes
File without changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-unipi/input-shortcuts",
3
- "version": "2.0.12",
3
+ "version": "2.1.0",
4
4
  "description": "Keyboard shortcuts for stash/restore, undo/redo, clipboard, and thinking toggle \u2014 chord-based overlay system",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
@@ -33,11 +33,11 @@
33
33
  "access": "public"
34
34
  },
35
35
  "dependencies": {
36
- "@pi-unipi/core": "2.0.12"
36
+ "@pi-unipi/core": "2.1.0"
37
37
  },
38
38
  "peerDependencies": {
39
- "@earendil-works/pi-coding-agent": "^0.78.0",
40
- "@earendil-works/pi-tui": "^0.78.0"
39
+ "@earendil-works/pi-coding-agent": "^0.80.0",
40
+ "@earendil-works/pi-tui": "^0.80.0"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/node": "^25.6.0",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -13,14 +13,6 @@ import { registerCommands } from "./commands.js";
13
13
  const VERSION = "0.1.0";
14
14
 
15
15
  export default function (pi: ExtensionAPI): void {
16
- // Register skills directory
17
- const skillsDir = new URL("./skills", import.meta.url).pathname;
18
-
19
- pi.on("resources_discover", async () => {
20
- return {
21
- skillPaths: [skillsDir],
22
- };
23
- });
24
16
 
25
17
  // Register commands
26
18
  registerCommands(pi);
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-unipi/kanboard",
3
- "version": "2.0.12",
3
+ "version": "2.1.0",
4
4
  "description": "Visualization layer for unipi workflow \u2014 HTTP server with htmx/Alpine.js UI, modular parsers, TUI overlay, and kanban board",
5
5
  "type": "module",
6
6
  "main": "index.ts",
@@ -39,11 +39,11 @@
39
39
  "access": "public"
40
40
  },
41
41
  "dependencies": {
42
- "@pi-unipi/core": "2.0.12"
42
+ "@pi-unipi/core": "2.1.0"
43
43
  },
44
44
  "peerDependencies": {
45
- "@earendil-works/pi-coding-agent": "^0.78.0",
46
- "@earendil-works/pi-tui": "^0.78.0"
45
+ "@earendil-works/pi-coding-agent": "^0.80.0",
46
+ "@earendil-works/pi-tui": "^0.80.0"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/node": "^25.6.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-unipi/mcp",
3
- "version": "2.0.12",
3
+ "version": "2.1.0",
4
4
  "description": "MCP server management extension for Pi coding agent \u2014 browse, add, configure, and use MCP servers",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
@@ -27,11 +27,11 @@
27
27
  "README.md"
28
28
  ],
29
29
  "dependencies": {
30
- "@pi-unipi/core": "2.0.12"
30
+ "@pi-unipi/core": "2.1.0"
31
31
  },
32
32
  "peerDependencies": {
33
- "@earendil-works/pi-coding-agent": "^0.78.0",
34
- "@earendil-works/pi-tui": "^0.78.0",
33
+ "@earendil-works/pi-coding-agent": "^0.80.0",
34
+ "@earendil-works/pi-tui": "^0.80.0",
35
35
  "typebox": "^1.1.38"
36
36
  },
37
37
  "devDependencies": {