@pi-unipi/unipi 2.0.9 → 2.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-unipi/unipi",
3
- "version": "2.0.9",
3
+ "version": "2.0.10",
4
4
  "description": "All-in-one extension suite for Pi coding agent",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -59,9 +59,9 @@
59
59
  ]
60
60
  },
61
61
  "peerDependencies": {
62
- "@earendil-works/pi-ai": "^0.75.5",
63
- "@earendil-works/pi-coding-agent": "^0.75.5",
64
- "@earendil-works/pi-tui": "^0.75.5",
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",
65
65
  "typebox": "^1.1.38"
66
66
  },
67
67
  "dependencies": {
@@ -87,6 +87,10 @@
87
87
  "@pi-unipi/cocoindex": "*"
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
94
  "@types/node": "^25.6.0",
91
95
  "tsx": "^4.21.0",
92
96
  "typescript": "^6.0.0"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pi-unipi/ask-user",
3
- "version": "2.0.9",
4
- "description": "Structured user input tool for Pi coding agent single-select, multi-select, freeform",
3
+ "version": "2.0.10",
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",
7
7
  "license": "MIT",
@@ -36,14 +36,6 @@
36
36
  "scripts": {
37
37
  "test": "node --experimental-strip-types --test tests/**/*.test.ts"
38
38
  },
39
- "pi": {
40
- "extensions": [
41
- "index.ts"
42
- ],
43
- "skills": [
44
- "skills"
45
- ]
46
- },
47
39
  "publishConfig": {
48
40
  "access": "public"
49
41
  },
@@ -51,8 +43,8 @@
51
43
  "@pi-unipi/core": "*"
52
44
  },
53
45
  "peerDependencies": {
54
- "@earendil-works/pi-coding-agent": "^0.75.5",
55
- "@earendil-works/pi-tui": "^0.75.5",
46
+ "@earendil-works/pi-coding-agent": "^0.78.0",
47
+ "@earendil-works/pi-tui": "^0.78.0",
56
48
  "typebox": "^1.1.38"
57
49
  }
58
50
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pi-unipi/command-enchantment",
3
- "version": "2.0.9",
4
- "description": "Enhanced TUI autocomplete for /unipi:* commands colored, sorted, and grouped by package",
3
+ "version": "2.0.10",
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",
7
7
  "license": "MIT",
@@ -22,18 +22,13 @@
22
22
  "unipi",
23
23
  "autocomplete"
24
24
  ],
25
- "pi": {
26
- "extensions": [
27
- "src/index.ts"
28
- ]
29
- },
30
25
  "files": [
31
26
  "src/**/*.ts",
32
27
  "README.md"
33
28
  ],
34
29
  "peerDependencies": {
35
- "@earendil-works/pi-coding-agent": "^0.75.5",
36
- "@earendil-works/pi-tui": "^0.75.5"
30
+ "@earendil-works/pi-coding-agent": "^0.78.0",
31
+ "@earendil-works/pi-tui": "^0.78.0"
37
32
  },
38
33
  "scripts": {
39
34
  "test": "vitest run"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pi-unipi/btw",
3
- "version": "2.0.9",
4
- "description": "A pi extension for parallel side conversations with /unipi:btw part of the Unipi suite",
3
+ "version": "2.0.10",
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",
7
7
  "license": "MIT",
@@ -31,18 +31,10 @@
31
31
  "publishConfig": {
32
32
  "access": "public"
33
33
  },
34
- "pi": {
35
- "extensions": [
36
- "./extensions/btw.ts"
37
- ],
38
- "skills": [
39
- "./skills"
40
- ]
41
- },
42
34
  "peerDependencies": {
43
- "@earendil-works/pi-ai": "^0.75.5",
44
- "@earendil-works/pi-coding-agent": "^0.75.5",
45
- "@earendil-works/pi-tui": "^0.75.5"
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"
46
38
  },
47
39
  "dependencies": {
48
40
  "@pi-unipi/core": "*"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pi-unipi/cocoindex",
3
- "version": "2.0.9",
4
- "description": "CocoIndex integration for Pi AST-aware content indexing, semantic vector search, and incremental pipeline management",
3
+ "version": "2.0.10",
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",
7
7
  "types": "index.ts",
@@ -19,9 +19,9 @@
19
19
  "typecheck": "tsc --noEmit"
20
20
  },
21
21
  "peerDependencies": {
22
- "@earendil-works/pi-coding-agent": "^0.75.5",
23
- "@earendil-works/pi-ai": "^0.75.5",
24
- "@earendil-works/pi-tui": "^0.75.5",
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",
25
25
  "typebox": "^1.1.38"
26
26
  },
27
27
  "dependencies": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pi-unipi/compactor",
3
- "version": "2.0.9",
4
- "description": "Context engine for Pi zero-LLM compaction, session continuity, sandbox execution, and tool display optimization",
3
+ "version": "2.0.10",
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",
7
7
  "license": "MIT",
@@ -30,25 +30,17 @@
30
30
  "skills/**/*",
31
31
  "README.md"
32
32
  ],
33
- "pi": {
34
- "extensions": [
35
- "src/index.ts"
36
- ],
37
- "skills": [
38
- "skills"
39
- ]
40
- },
41
33
  "publishConfig": {
42
34
  "access": "public"
43
35
  },
44
36
  "dependencies": {
45
37
  "@pi-unipi/core": "*",
46
38
  "@pi-unipi/info-screen": "*",
47
- "@earendil-works/pi-agent-core": "^0.75.5"
39
+ "@earendil-works/pi-agent-core": "^0.78.0"
48
40
  },
49
41
  "peerDependencies": {
50
- "@earendil-works/pi-coding-agent": "^0.75.5",
51
- "@earendil-works/pi-tui": "^0.75.5",
42
+ "@earendil-works/pi-coding-agent": "^0.78.0",
43
+ "@earendil-works/pi-tui": "^0.78.0",
52
44
  "typebox": "^1.1.38"
53
45
  },
54
46
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-unipi/core",
3
- "version": "2.0.9",
3
+ "version": "2.0.10",
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.75.5",
26
+ "@earendil-works/pi-coding-agent": "^0.78.0",
27
27
  "typebox": "^1.1.38"
28
28
  },
29
29
  "devDependencies": {
30
- "@earendil-works/pi-coding-agent": "^0.75.5",
30
+ "@earendil-works/pi-coding-agent": "^0.78.0",
31
31
  "typebox": "^1.1.38",
32
32
  "@types/node": "^22.0.0"
33
33
  }
@@ -148,12 +148,28 @@ export function getPackageVersion(packageDir: string): string {
148
148
  */
149
149
  export function findPackageRoot(startDir: string, packageName: string, maxSteps = 10): string | null {
150
150
  let dir = path.resolve(startDir);
151
+ const visited = new Set<string>();
152
+
151
153
  for (let i = 0; i < maxSteps; i++) {
154
+ visited.add(dir);
152
155
  const pkgPath = path.join(dir, "package.json");
153
156
  const pkg = readJson<{ name?: string }>(pkgPath);
154
157
  if (pkg?.name === packageName) {
155
158
  return dir;
156
159
  }
160
+
161
+ const nodeModulesIndex = dir.lastIndexOf(`${path.sep}node_modules${path.sep}`);
162
+ if (nodeModulesIndex >= 0) {
163
+ const nodeModulesDir = dir.slice(0, nodeModulesIndex + `${path.sep}node_modules`.length);
164
+ const siblingPackageDir = path.join(nodeModulesDir, packageName);
165
+ if (!visited.has(siblingPackageDir)) {
166
+ const siblingPkg = readJson<{ name?: string }>(path.join(siblingPackageDir, "package.json"));
167
+ if (siblingPkg?.name === packageName) {
168
+ return siblingPackageDir;
169
+ }
170
+ }
171
+ }
172
+
157
173
  const parent = path.dirname(dir);
158
174
  if (parent === dir) break; // filesystem root
159
175
  dir = parent;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pi-unipi/footer",
3
- "version": "2.0.9",
4
- "description": "Persistent status bar for Unipi subscribes to UNIPI_EVENTS and renders key stats from all unipi packages",
3
+ "version": "2.0.10",
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",
7
7
  "license": "MIT",
@@ -25,14 +25,6 @@
25
25
  "skills/**/*",
26
26
  "README.md"
27
27
  ],
28
- "pi": {
29
- "extensions": [
30
- "src/index.ts"
31
- ],
32
- "skills": [
33
- "skills"
34
- ]
35
- },
36
28
  "scripts": {
37
29
  "test": "node --experimental-strip-types --test tests/**/*.test.ts"
38
30
  },
@@ -43,8 +35,8 @@
43
35
  "@pi-unipi/core": "*"
44
36
  },
45
37
  "peerDependencies": {
46
- "@earendil-works/pi-coding-agent": "^0.75.5",
47
- "@earendil-works/pi-tui": "^0.75.5"
38
+ "@earendil-works/pi-coding-agent": "^0.78.0",
39
+ "@earendil-works/pi-tui": "^0.78.0"
48
40
  },
49
41
  "devDependencies": {
50
42
  "@types/node": "^25.6.0",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pi-unipi/info-screen",
3
- "version": "2.0.9",
4
- "description": "Dashboard and module registry for Unipi configurable info overlay with tabbed groups",
3
+ "version": "2.0.10",
4
+ "description": "Dashboard and module registry for Unipi \u2014 configurable info overlay with tabbed groups",
5
5
  "type": "module",
6
6
  "main": "index.ts",
7
7
  "license": "MIT",
@@ -23,11 +23,6 @@
23
23
  "info-screen",
24
24
  "dashboard"
25
25
  ],
26
- "pi": {
27
- "extensions": [
28
- "index.ts"
29
- ]
30
- },
31
26
  "files": [
32
27
  "*.ts",
33
28
  "tui/*.ts",
@@ -41,8 +36,8 @@
41
36
  "@pi-unipi/core": "*"
42
37
  },
43
38
  "peerDependencies": {
44
- "@earendil-works/pi-coding-agent": "^0.75.5",
45
- "@earendil-works/pi-tui": "^0.75.5",
39
+ "@earendil-works/pi-coding-agent": "^0.78.0",
40
+ "@earendil-works/pi-tui": "^0.78.0",
46
41
  "typebox": "^1.1.38"
47
42
  },
48
43
  "devDependencies": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pi-unipi/input-shortcuts",
3
- "version": "2.0.9",
4
- "description": "Keyboard shortcuts for stash/restore, undo/redo, clipboard, and thinking toggle chord-based overlay system",
3
+ "version": "2.0.10",
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",
7
7
  "license": "MIT",
@@ -26,11 +26,6 @@
26
26
  "src/**/*.ts",
27
27
  "README.md"
28
28
  ],
29
- "pi": {
30
- "extensions": [
31
- "src/index.ts"
32
- ]
33
- },
34
29
  "scripts": {
35
30
  "test": "node --experimental-strip-types --test tests/**/*.test.ts"
36
31
  },
@@ -41,8 +36,8 @@
41
36
  "@pi-unipi/core": "*"
42
37
  },
43
38
  "peerDependencies": {
44
- "@earendil-works/pi-coding-agent": "^0.75.5",
45
- "@earendil-works/pi-tui": "^0.75.5"
39
+ "@earendil-works/pi-coding-agent": "^0.78.0",
40
+ "@earendil-works/pi-tui": "^0.78.0"
46
41
  },
47
42
  "devDependencies": {
48
43
  "@types/node": "^25.6.0",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pi-unipi/kanboard",
3
- "version": "2.0.9",
4
- "description": "Visualization layer for unipi workflow HTTP server with htmx/Alpine.js UI, modular parsers, TUI overlay, and kanban board",
3
+ "version": "2.0.10",
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",
7
7
  "license": "MIT",
@@ -35,14 +35,6 @@
35
35
  "skills/**/*",
36
36
  "README.md"
37
37
  ],
38
- "pi": {
39
- "extensions": [
40
- "index.ts"
41
- ],
42
- "skills": [
43
- "skills"
44
- ]
45
- },
46
38
  "publishConfig": {
47
39
  "access": "public"
48
40
  },
@@ -50,8 +42,8 @@
50
42
  "@pi-unipi/core": "*"
51
43
  },
52
44
  "peerDependencies": {
53
- "@earendil-works/pi-coding-agent": "^0.75.5",
54
- "@earendil-works/pi-tui": "^0.75.5"
45
+ "@earendil-works/pi-coding-agent": "^0.78.0",
46
+ "@earendil-works/pi-tui": "^0.78.0"
55
47
  },
56
48
  "devDependencies": {
57
49
  "@types/node": "^25.6.0",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pi-unipi/mcp",
3
- "version": "2.0.9",
4
- "description": "MCP server management extension for Pi coding agent browse, add, configure, and use MCP servers",
3
+ "version": "2.0.10",
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",
7
7
  "license": "MIT",
@@ -20,14 +20,6 @@
20
20
  "model-context-protocol",
21
21
  "tools"
22
22
  ],
23
- "pi": {
24
- "extensions": [
25
- "src/index.ts"
26
- ],
27
- "skills": [
28
- "skills"
29
- ]
30
- },
31
23
  "files": [
32
24
  "src/**/*.ts",
33
25
  "data/**/*",
@@ -38,8 +30,8 @@
38
30
  "@pi-unipi/core": "*"
39
31
  },
40
32
  "peerDependencies": {
41
- "@earendil-works/pi-coding-agent": "^0.75.5",
42
- "@earendil-works/pi-tui": "^0.75.5",
33
+ "@earendil-works/pi-coding-agent": "^0.78.0",
34
+ "@earendil-works/pi-tui": "^0.78.0",
43
35
  "typebox": "^1.1.38"
44
36
  },
45
37
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-unipi/memory",
3
- "version": "2.0.9",
3
+ "version": "2.0.10",
4
4
  "description": "Persistent cross-session memory with vector search for Pi coding agent",
5
5
  "type": "module",
6
6
  "main": "index.ts",
@@ -24,14 +24,6 @@
24
24
  "vector-search",
25
25
  "sqlite-vec"
26
26
  ],
27
- "pi": {
28
- "extensions": [
29
- "index.ts"
30
- ],
31
- "skills": [
32
- "skills"
33
- ]
34
- },
35
27
  "files": [
36
28
  "index.ts",
37
29
  "storage.ts",
@@ -52,7 +44,7 @@
52
44
  "@pi-unipi/info-screen": "*"
53
45
  },
54
46
  "peerDependencies": {
55
- "@earendil-works/pi-coding-agent": "^0.75.5",
47
+ "@earendil-works/pi-coding-agent": "^0.78.0",
56
48
  "typebox": "^1.1.38"
57
49
  },
58
50
  "devDependencies": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pi-unipi/milestone",
3
- "version": "2.0.9",
4
- "description": "Lifecycle layer for project-level goals MILESTONES.md tracking, session hooks, auto-sync",
3
+ "version": "2.0.10",
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",
7
7
  "license": "MIT",
@@ -25,14 +25,6 @@
25
25
  "skills/**/*",
26
26
  "README.md"
27
27
  ],
28
- "pi": {
29
- "extensions": [
30
- "index.ts"
31
- ],
32
- "skills": [
33
- "skills"
34
- ]
35
- },
36
28
  "publishConfig": {
37
29
  "access": "public"
38
30
  },
@@ -40,8 +32,8 @@
40
32
  "@pi-unipi/core": "*"
41
33
  },
42
34
  "peerDependencies": {
43
- "@earendil-works/pi-coding-agent": "^0.75.5",
44
- "@earendil-works/pi-tui": "^0.75.5",
35
+ "@earendil-works/pi-coding-agent": "^0.78.0",
36
+ "@earendil-works/pi-tui": "^0.78.0",
45
37
  "typebox": "^1.1.38"
46
38
  },
47
39
  "devDependencies": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pi-unipi/notify",
3
- "version": "2.0.9",
4
- "description": "Cross-platform notification extension for Pi native OS, Gotify, and Telegram notifications for agent lifecycle events",
3
+ "version": "2.0.10",
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",
7
7
  "license": "MIT",
@@ -38,14 +38,6 @@
38
38
  "skills/**/*",
39
39
  "README.md"
40
40
  ],
41
- "pi": {
42
- "extensions": [
43
- "index.ts"
44
- ],
45
- "skills": [
46
- "skills"
47
- ]
48
- },
49
41
  "publishConfig": {
50
42
  "access": "public"
51
43
  },
@@ -54,8 +46,8 @@
54
46
  "node-notifier": "^10.0.1"
55
47
  },
56
48
  "peerDependencies": {
57
- "@earendil-works/pi-coding-agent": "^0.75.5",
58
- "@earendil-works/pi-tui": "^0.75.5",
49
+ "@earendil-works/pi-coding-agent": "^0.78.0",
50
+ "@earendil-works/pi-tui": "^0.78.0",
59
51
  "typebox": "^1.1.38"
60
52
  }
61
53
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-unipi/ralph",
3
- "version": "2.0.9",
3
+ "version": "2.0.10",
4
4
  "description": "Long-running iterative development loops for Pi coding agent",
5
5
  "type": "module",
6
6
  "main": "index.ts",
@@ -23,25 +23,17 @@
23
23
  "SKILL.md",
24
24
  "README.md"
25
25
  ],
26
- "pi": {
27
- "extensions": [
28
- "./index.ts"
29
- ],
30
- "skills": [
31
- "./SKILL.md"
32
- ]
33
- },
34
26
  "publishConfig": {
35
27
  "access": "public"
36
28
  },
37
29
  "dependencies": {
38
- "@pi-unipi/core": "^2.0.0",
30
+ "@pi-unipi/core": "^2.0.10",
39
31
  "@pi-unipi/info-screen": "*"
40
32
  },
41
33
  "peerDependencies": {
42
- "@earendil-works/pi-ai": "^0.75.5",
43
- "@earendil-works/pi-coding-agent": "^0.75.5",
44
- "@earendil-works/pi-tui": "^0.75.5",
34
+ "@earendil-works/pi-ai": "^0.78.0",
35
+ "@earendil-works/pi-coding-agent": "^0.78.0",
36
+ "@earendil-works/pi-tui": "^0.78.0",
45
37
  "typebox": "^1.1.38"
46
38
  }
47
39
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pi-unipi/subagents",
3
- "version": "2.0.9",
4
- "description": "Subagents for UniPi parallel execution, file locking, workflow integration",
3
+ "version": "2.0.10",
4
+ "description": "Subagents for UniPi \u2014 parallel execution, file locking, workflow integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -20,14 +20,14 @@
20
20
  "@pi-unipi/core": "*",
21
21
  "@pi-unipi/workflow": "*",
22
22
  "@pi-unipi/info-screen": "*",
23
- "@earendil-works/pi-agent-core": "^0.75.5"
23
+ "@earendil-works/pi-agent-core": "^0.78.0"
24
24
  },
25
25
  "devDependencies": {
26
26
  "typescript": "^5.8.3"
27
27
  },
28
28
  "peerDependencies": {
29
- "@earendil-works/pi-coding-agent": "^0.75.5",
30
- "@earendil-works/pi-tui": "^0.75.5",
29
+ "@earendil-works/pi-coding-agent": "^0.78.0",
30
+ "@earendil-works/pi-tui": "^0.78.0",
31
31
  "typebox": "^1.1.38"
32
32
  }
33
33
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pi-unipi/updater",
3
- "version": "2.0.9",
4
- "description": "Auto-updater, changelog browser, and readme browser for Unipi checks npm registry, renders CHANGELOG.md and README.md files in TUI overlays",
3
+ "version": "2.0.10",
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",
7
7
  "license": "MIT",
@@ -26,14 +26,6 @@
26
26
  "skills/**/*",
27
27
  "README.md"
28
28
  ],
29
- "pi": {
30
- "extensions": [
31
- "src/index.ts"
32
- ],
33
- "skills": [
34
- "skills"
35
- ]
36
- },
37
29
  "scripts": {
38
30
  "test": "node --experimental-strip-types --test tests/**/*.test.ts"
39
31
  },
@@ -44,8 +36,8 @@
44
36
  "@pi-unipi/core": "*"
45
37
  },
46
38
  "peerDependencies": {
47
- "@earendil-works/pi-coding-agent": "^0.75.5",
48
- "@earendil-works/pi-tui": "^0.75.5"
39
+ "@earendil-works/pi-coding-agent": "^0.78.0",
40
+ "@earendil-works/pi-tui": "^0.78.0"
49
41
  },
50
42
  "devDependencies": {
51
43
  "@types/node": "^25.6.0",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pi-unipi/utility",
3
- "version": "2.0.9",
4
- "description": "Utility commands and tools for Pi coding agent lifecycle, diagnostics, cache, analytics, display, batch execution",
3
+ "version": "2.0.10",
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",
7
7
  "license": "MIT",
@@ -30,11 +30,6 @@
30
30
  "README.md",
31
31
  "skills/**/*.md"
32
32
  ],
33
- "pi": {
34
- "extensions": [
35
- "src/index.ts"
36
- ]
37
- },
38
33
  "publishConfig": {
39
34
  "access": "public"
40
35
  },
@@ -47,7 +42,7 @@
47
42
  "@types/diff": "^7.0.2"
48
43
  },
49
44
  "peerDependencies": {
50
- "@earendil-works/pi-coding-agent": "^0.75.5",
45
+ "@earendil-works/pi-coding-agent": "^0.78.0",
51
46
  "typebox": "^1.1.38"
52
47
  },
53
48
  "scripts": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-unipi/web-api",
3
- "version": "2.0.9",
3
+ "version": "2.0.10",
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",
@@ -25,14 +25,6 @@
25
25
  "read",
26
26
  "summarize"
27
27
  ],
28
- "pi": {
29
- "extensions": [
30
- "src/index.ts"
31
- ],
32
- "skills": [
33
- "skills"
34
- ]
35
- },
36
28
  "files": [
37
29
  "src/**/*.ts",
38
30
  "skills/**/*",
@@ -47,8 +39,8 @@
47
39
  "wreq-js": "^2.3.0"
48
40
  },
49
41
  "peerDependencies": {
50
- "@earendil-works/pi-coding-agent": "^0.75.5",
51
- "@earendil-works/pi-tui": "^0.75.5",
42
+ "@earendil-works/pi-coding-agent": "^0.78.0",
43
+ "@earendil-works/pi-tui": "^0.78.0",
52
44
  "typebox": "^1.1.38"
53
45
  },
54
46
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-unipi/workflow",
3
- "version": "2.0.9",
3
+ "version": "2.0.10",
4
4
  "description": "Structured development workflow commands for Pi coding agent",
5
5
  "type": "module",
6
6
  "main": "index.ts",
@@ -22,24 +22,16 @@
22
22
  "skills/**/*",
23
23
  "README.md"
24
24
  ],
25
- "pi": {
26
- "extensions": [
27
- "./index.ts"
28
- ],
29
- "skills": [
30
- "./skills"
31
- ]
32
- },
33
25
  "publishConfig": {
34
26
  "access": "public"
35
27
  },
36
28
  "dependencies": {
37
- "@pi-unipi/core": "^2.0.0"
29
+ "@pi-unipi/core": "^2.0.10"
38
30
  },
39
31
  "peerDependencies": {
40
- "@earendil-works/pi-ai": "^0.75.5",
41
- "@earendil-works/pi-coding-agent": "^0.75.5",
42
- "@earendil-works/pi-tui": "^0.75.5",
32
+ "@earendil-works/pi-ai": "^0.78.0",
33
+ "@earendil-works/pi-coding-agent": "^0.78.0",
34
+ "@earendil-works/pi-tui": "^0.78.0",
43
35
  "typebox": "^1.1.38"
44
36
  }
45
37
  }