@pi-unipi/unipi 2.0.11 → 2.0.13

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": "@pi-unipi/unipi",
3
- "version": "2.0.11",
3
+ "version": "2.0.13",
4
4
  "description": "All-in-one extension suite for Pi coding agent",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -65,26 +65,26 @@
65
65
  "typebox": "^1.1.38"
66
66
  },
67
67
  "dependencies": {
68
- "@pi-unipi/ask-user": "*",
69
- "@pi-unipi/btw": "*",
70
- "@pi-unipi/compactor": "*",
71
- "@pi-unipi/notify": "*",
72
- "@pi-unipi/command-enchantment": "*",
73
- "@pi-unipi/core": "*",
74
- "@pi-unipi/info-screen": "*",
75
- "@pi-unipi/mcp": "*",
76
- "@pi-unipi/memory": "*",
77
- "@pi-unipi/ralph": "*",
78
- "@pi-unipi/subagents": "*",
79
- "@pi-unipi/utility": "*",
80
- "@pi-unipi/milestone": "*",
81
- "@pi-unipi/kanboard": "*",
82
- "@pi-unipi/web-api": "*",
83
- "@pi-unipi/workflow": "*",
84
- "@pi-unipi/footer": "*",
85
- "@pi-unipi/updater": "*",
86
- "@pi-unipi/input-shortcuts": "*",
87
- "@pi-unipi/cocoindex": "*"
68
+ "@pi-unipi/ask-user": "2.0.13",
69
+ "@pi-unipi/btw": "2.0.13",
70
+ "@pi-unipi/compactor": "2.0.13",
71
+ "@pi-unipi/notify": "2.0.13",
72
+ "@pi-unipi/command-enchantment": "2.0.13",
73
+ "@pi-unipi/core": "2.0.13",
74
+ "@pi-unipi/info-screen": "2.0.13",
75
+ "@pi-unipi/mcp": "2.0.13",
76
+ "@pi-unipi/memory": "2.0.13",
77
+ "@pi-unipi/ralph": "2.0.13",
78
+ "@pi-unipi/subagents": "2.0.13",
79
+ "@pi-unipi/utility": "2.0.13",
80
+ "@pi-unipi/milestone": "2.0.13",
81
+ "@pi-unipi/kanboard": "2.0.13",
82
+ "@pi-unipi/web-api": "2.0.13",
83
+ "@pi-unipi/workflow": "2.0.13",
84
+ "@pi-unipi/footer": "2.0.13",
85
+ "@pi-unipi/updater": "2.0.13",
86
+ "@pi-unipi/input-shortcuts": "2.0.13",
87
+ "@pi-unipi/cocoindex": "2.0.13"
88
88
  },
89
89
  "devDependencies": {
90
90
  "@earendil-works/pi-agent-core": "^0.78.0",
@@ -20,13 +20,6 @@ import { registerAskUserCommands } from "./commands.js";
20
20
  const VERSION = getPackageVersion(new URL(".", import.meta.url).pathname);
21
21
 
22
22
  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
23
 
31
24
  // Register tools and commands
32
25
  registerAskUserTools(pi);
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-unipi/ask-user",
3
- "version": "2.0.11",
3
+ "version": "2.0.13",
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,7 +40,7 @@
40
40
  "access": "public"
41
41
  },
42
42
  "dependencies": {
43
- "@pi-unipi/core": "*"
43
+ "@pi-unipi/core": "2.0.13"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "@earendil-works/pi-coding-agent": "^0.78.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-unipi/command-enchantment",
3
- "version": "2.0.11",
3
+ "version": "2.0.13",
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",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-unipi/btw",
3
- "version": "2.0.11",
3
+ "version": "2.0.13",
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",
@@ -37,7 +37,7 @@
37
37
  "@earendil-works/pi-tui": "^0.78.0"
38
38
  },
39
39
  "dependencies": {
40
- "@pi-unipi/core": "*"
40
+ "@pi-unipi/core": "2.0.13"
41
41
  },
42
42
  "pi": {
43
43
  "extensions": [],
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-unipi/cocoindex",
3
- "version": "2.0.11",
3
+ "version": "2.0.13",
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",
@@ -25,7 +25,7 @@
25
25
  "typebox": "^1.1.38"
26
26
  },
27
27
  "dependencies": {
28
- "@pi-unipi/core": "*"
28
+ "@pi-unipi/core": "2.0.13"
29
29
  },
30
30
  "optionalDependencies": {
31
31
  "@lancedb/lancedb": "^0.21.0"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-unipi/compactor",
3
- "version": "2.0.11",
3
+ "version": "2.0.13",
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,8 +34,8 @@
34
34
  "access": "public"
35
35
  },
36
36
  "dependencies": {
37
- "@pi-unipi/core": "*",
38
- "@pi-unipi/info-screen": "*",
37
+ "@pi-unipi/core": "2.0.13",
38
+ "@pi-unipi/info-screen": "2.0.13",
39
39
  "@earendil-works/pi-agent-core": "^0.78.0"
40
40
  },
41
41
  "peerDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-unipi/core",
3
- "version": "2.0.11",
3
+ "version": "2.0.13",
4
4
  "description": "Shared utilities, event types, and constants for Unipi extension suite",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-unipi/footer",
3
- "version": "2.0.11",
3
+ "version": "2.0.13",
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,7 +32,7 @@
32
32
  "access": "public"
33
33
  },
34
34
  "dependencies": {
35
- "@pi-unipi/core": "*"
35
+ "@pi-unipi/core": "2.0.13"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "@earendil-works/pi-coding-agent": "^0.78.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-unipi/info-screen",
3
- "version": "2.0.11",
3
+ "version": "2.0.13",
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,7 +33,7 @@
33
33
  "access": "public"
34
34
  },
35
35
  "dependencies": {
36
- "@pi-unipi/core": "*"
36
+ "@pi-unipi/core": "2.0.13"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "@earendil-works/pi-coding-agent": "^0.78.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-unipi/input-shortcuts",
3
- "version": "2.0.11",
3
+ "version": "2.0.13",
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,7 +33,7 @@
33
33
  "access": "public"
34
34
  },
35
35
  "dependencies": {
36
- "@pi-unipi/core": "*"
36
+ "@pi-unipi/core": "2.0.13"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "@earendil-works/pi-coding-agent": "^0.78.0",
@@ -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.11",
3
+ "version": "2.0.13",
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,7 +39,7 @@
39
39
  "access": "public"
40
40
  },
41
41
  "dependencies": {
42
- "@pi-unipi/core": "*"
42
+ "@pi-unipi/core": "2.0.13"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "@earendil-works/pi-coding-agent": "^0.78.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-unipi/mcp",
3
- "version": "2.0.11",
3
+ "version": "2.0.13",
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,7 +27,7 @@
27
27
  "README.md"
28
28
  ],
29
29
  "dependencies": {
30
- "@pi-unipi/core": "*"
30
+ "@pi-unipi/core": "2.0.13"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "@earendil-works/pi-coding-agent": "^0.78.0",
@@ -36,13 +36,6 @@ function getRegistry(): ServerRegistry | null {
36
36
  }
37
37
 
38
38
  export default function (pi: ExtensionAPI) {
39
- // Register skills directory
40
- const skillsDir = new URL("../skills", import.meta.url).pathname;
41
- pi.on("resources_discover", async (_event, _ctx) => {
42
- return {
43
- skillPaths: [skillsDir],
44
- };
45
- });
46
39
 
47
40
  // Session start — load configs, start servers
48
41
  pi.on("session_start", async (_event, ctx) => {
@@ -51,14 +51,6 @@ export default function (pi: ExtensionAPI) {
51
51
  let recallDone = false;
52
52
  let storeDone = false;
53
53
 
54
- // Register skills directory
55
- const skillsDir = new URL("./skills", import.meta.url).pathname;
56
- pi.on("resources_discover", async (_event, _ctx) => {
57
- return {
58
- skillPaths: [skillsDir],
59
- };
60
- });
61
-
62
54
  // Register tools and commands
63
55
  registerMemoryTools(pi, getStorage, {
64
56
  onRecall: () => { recallDone = true; },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-unipi/memory",
3
- "version": "2.0.11",
3
+ "version": "2.0.13",
4
4
  "description": "Persistent cross-session memory with vector search for Pi coding agent",
5
5
  "type": "module",
6
6
  "main": "index.ts",
@@ -40,8 +40,8 @@
40
40
  "better-sqlite3": "^12.9.0",
41
41
  "sqlite-vec": "^0.1.9",
42
42
  "js-yaml": "^4.1.0",
43
- "@pi-unipi/core": "*",
44
- "@pi-unipi/info-screen": "*"
43
+ "@pi-unipi/core": "2.0.13",
44
+ "@pi-unipi/info-screen": "2.0.13"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "@earendil-works/pi-coding-agent": "^0.78.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-unipi/milestone",
3
- "version": "2.0.11",
3
+ "version": "2.0.13",
4
4
  "description": "Lifecycle layer for project-level goals \u2014 MILESTONES.md tracking, session hooks, auto-sync",
5
5
  "type": "module",
6
6
  "main": "index.ts",
@@ -29,7 +29,7 @@
29
29
  "access": "public"
30
30
  },
31
31
  "dependencies": {
32
- "@pi-unipi/core": "*"
32
+ "@pi-unipi/core": "2.0.13"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "@earendil-works/pi-coding-agent": "^0.78.0",
@@ -27,13 +27,6 @@ import {
27
27
  const VERSION = getPackageVersion(new URL(".", import.meta.url).pathname);
28
28
 
29
29
  export default function (pi: ExtensionAPI) {
30
- // Register skills directory
31
- const skillsDir = new URL("./skills", import.meta.url).pathname;
32
- pi.on("resources_discover", async () => {
33
- return {
34
- skillPaths: [skillsDir],
35
- };
36
- });
37
30
 
38
31
  // Register tools and commands
39
32
  registerNotifyTools(pi);
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-unipi/notify",
3
- "version": "2.0.11",
3
+ "version": "2.0.13",
4
4
  "description": "Cross-platform notification extension for Pi \u2014 native OS, Gotify, and Telegram notifications for agent lifecycle events",
5
5
  "type": "module",
6
6
  "main": "index.ts",
@@ -42,7 +42,7 @@
42
42
  "access": "public"
43
43
  },
44
44
  "dependencies": {
45
- "@pi-unipi/core": "*",
45
+ "@pi-unipi/core": "2.0.13",
46
46
  "node-notifier": "^10.0.1"
47
47
  },
48
48
  "peerDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-unipi/ralph",
3
- "version": "2.0.11",
3
+ "version": "2.0.13",
4
4
  "description": "Long-running iterative development loops for Pi coding agent",
5
5
  "type": "module",
6
6
  "main": "index.ts",
@@ -27,8 +27,8 @@
27
27
  "access": "public"
28
28
  },
29
29
  "dependencies": {
30
- "@pi-unipi/core": "^2.0.10",
31
- "@pi-unipi/info-screen": "*"
30
+ "@pi-unipi/core": "2.0.13",
31
+ "@pi-unipi/info-screen": "2.0.13"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "@earendil-works/pi-ai": "^0.78.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-unipi/subagents",
3
- "version": "2.0.11",
3
+ "version": "2.0.13",
4
4
  "description": "Subagents for UniPi \u2014 parallel execution, file locking, workflow integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -17,9 +17,9 @@
17
17
  "test": "node --test src/__tests__/*.test.ts"
18
18
  },
19
19
  "dependencies": {
20
- "@pi-unipi/core": "*",
21
- "@pi-unipi/workflow": "*",
22
- "@pi-unipi/info-screen": "*",
20
+ "@pi-unipi/core": "2.0.13",
21
+ "@pi-unipi/workflow": "2.0.13",
22
+ "@pi-unipi/info-screen": "2.0.13",
23
23
  "@earendil-works/pi-agent-core": "^0.78.0"
24
24
  },
25
25
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-unipi/updater",
3
- "version": "2.0.11",
3
+ "version": "2.0.13",
4
4
  "description": "Auto-updater, changelog browser, and readme browser for Unipi \u2014 checks npm registry, renders CHANGELOG.md and README.md files in TUI overlays",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
@@ -33,7 +33,7 @@
33
33
  "access": "public"
34
34
  },
35
35
  "dependencies": {
36
- "@pi-unipi/core": "*"
36
+ "@pi-unipi/core": "2.0.13"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "@earendil-works/pi-coding-agent": "^0.78.0",
@@ -28,13 +28,6 @@ import { renderUpdateOverlay } from "./tui/update-overlay.js";
28
28
  const VERSION = getPackageVersion(new URL("..", import.meta.url).pathname);
29
29
 
30
30
  export default function updaterExtension(pi: ExtensionAPI): void {
31
- // Register skills directory
32
- const skillsDir = new URL("../skills", import.meta.url).pathname;
33
- pi.on("resources_discover", async () => {
34
- return {
35
- skillPaths: [skillsDir],
36
- };
37
- });
38
31
 
39
32
  // Register commands
40
33
  registerCommands(pi);
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-unipi/utility",
3
- "version": "2.0.11",
3
+ "version": "2.0.13",
4
4
  "description": "Utility commands and tools for Pi coding agent \u2014 lifecycle, diagnostics, cache, analytics, display, batch execution",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
@@ -34,7 +34,7 @@
34
34
  "access": "public"
35
35
  },
36
36
  "dependencies": {
37
- "@pi-unipi/core": "*",
37
+ "@pi-unipi/core": "2.0.13",
38
38
  "diff": "^7.0.0",
39
39
  "@shikijs/cli": "^4.0.2"
40
40
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-unipi/web-api",
3
- "version": "2.0.11",
3
+ "version": "2.0.13",
4
4
  "description": "Web search, read, and summarize tools with provider-based backend selection for Pi coding agent",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
@@ -31,7 +31,7 @@
31
31
  "README.md"
32
32
  ],
33
33
  "dependencies": {
34
- "@pi-unipi/core": "*",
34
+ "@pi-unipi/core": "2.0.13",
35
35
  "defuddle": "^0.18.1",
36
36
  "linkedom": "^0.18.12",
37
37
  "lodash": "^4.17.21",
@@ -35,13 +35,6 @@ function getInfoRegistry() {
35
35
  }
36
36
 
37
37
  export default function (pi: ExtensionAPI) {
38
- // Register skills directory
39
- const skillsDir = new URL("../skills", import.meta.url).pathname;
40
- pi.on("resources_discover", async (_event, _ctx) => {
41
- return {
42
- skillPaths: [skillsDir],
43
- };
44
- });
45
38
 
46
39
  // Register tools and commands
47
40
  registerWebTools(pi);
@@ -39,13 +39,6 @@ let currentSandboxLevel: SandboxLevel | null = null;
39
39
  let currentSandboxTools: string[] | null = null;
40
40
 
41
41
  export default function (pi: ExtensionAPI) {
42
- // Register skills directory with pi's resource loader
43
- const skillsDir = new URL("./skills", import.meta.url).pathname;
44
- pi.on("resources_discover", async (_event, _ctx) => {
45
- return {
46
- skillPaths: [skillsDir],
47
- };
48
- });
49
42
 
50
43
  // Register all workflow commands
51
44
  registerWorkflowCommands(pi, {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-unipi/workflow",
3
- "version": "2.0.11",
3
+ "version": "2.0.13",
4
4
  "description": "Structured development workflow commands for Pi coding agent",
5
5
  "type": "module",
6
6
  "main": "index.ts",
@@ -26,7 +26,7 @@
26
26
  "access": "public"
27
27
  },
28
28
  "dependencies": {
29
- "@pi-unipi/core": "^2.0.10"
29
+ "@pi-unipi/core": "2.0.13"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "@earendil-works/pi-ai": "^0.78.0",