@pi-unipi/unipi 2.0.10 → 2.0.11
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 +1 -1
- package/packages/ask-user/package.json +7 -1
- package/packages/autocomplete/package.json +7 -1
- package/packages/btw/package.json +7 -1
- package/packages/cocoindex/package.json +8 -2
- package/packages/compactor/package.json +7 -1
- package/packages/core/package.json +7 -1
- package/packages/footer/package.json +7 -1
- package/packages/info-screen/package.json +7 -1
- package/packages/input-shortcuts/package.json +7 -1
- package/packages/kanboard/package.json +7 -1
- package/packages/mcp/package.json +7 -1
- package/packages/memory/package.json +7 -1
- package/packages/milestone/package.json +7 -1
- package/packages/notify/package.json +7 -1
- package/packages/ralph/package.json +7 -1
- package/packages/subagents/package.json +7 -1
- package/packages/updater/package.json +7 -1
- package/packages/utility/package.json +7 -1
- package/packages/web-api/package.json +7 -1
- package/packages/workflow/package.json +7 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pi-unipi/ask-user",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.11",
|
|
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",
|
|
@@ -46,5 +46,11 @@
|
|
|
46
46
|
"@earendil-works/pi-coding-agent": "^0.78.0",
|
|
47
47
|
"@earendil-works/pi-tui": "^0.78.0",
|
|
48
48
|
"typebox": "^1.1.38"
|
|
49
|
+
},
|
|
50
|
+
"pi": {
|
|
51
|
+
"extensions": [],
|
|
52
|
+
"skills": [],
|
|
53
|
+
"prompts": [],
|
|
54
|
+
"themes": []
|
|
49
55
|
}
|
|
50
56
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pi-unipi/command-enchantment",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.11",
|
|
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",
|
|
@@ -36,5 +36,11 @@
|
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@types/node": "^25.6.0",
|
|
38
38
|
"vitest": "^4.1.5"
|
|
39
|
+
},
|
|
40
|
+
"pi": {
|
|
41
|
+
"extensions": [],
|
|
42
|
+
"skills": [],
|
|
43
|
+
"prompts": [],
|
|
44
|
+
"themes": []
|
|
39
45
|
}
|
|
40
46
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pi-unipi/btw",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.11",
|
|
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",
|
|
@@ -38,5 +38,11 @@
|
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@pi-unipi/core": "*"
|
|
41
|
+
},
|
|
42
|
+
"pi": {
|
|
43
|
+
"extensions": [],
|
|
44
|
+
"skills": [],
|
|
45
|
+
"prompts": [],
|
|
46
|
+
"themes": []
|
|
41
47
|
}
|
|
42
48
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pi-unipi/cocoindex",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.11",
|
|
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",
|
|
@@ -38,5 +38,11 @@
|
|
|
38
38
|
"commands.ts",
|
|
39
39
|
"skills/**/*",
|
|
40
40
|
"README.md"
|
|
41
|
-
]
|
|
41
|
+
],
|
|
42
|
+
"pi": {
|
|
43
|
+
"extensions": [],
|
|
44
|
+
"skills": [],
|
|
45
|
+
"prompts": [],
|
|
46
|
+
"themes": []
|
|
47
|
+
}
|
|
42
48
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pi-unipi/compactor",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.11",
|
|
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",
|
|
@@ -49,5 +49,11 @@
|
|
|
49
49
|
},
|
|
50
50
|
"optionalDependencies": {
|
|
51
51
|
"better-sqlite3": ">=11.0.0"
|
|
52
|
+
},
|
|
53
|
+
"pi": {
|
|
54
|
+
"extensions": [],
|
|
55
|
+
"skills": [],
|
|
56
|
+
"prompts": [],
|
|
57
|
+
"themes": []
|
|
52
58
|
}
|
|
53
59
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pi-unipi/core",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.11",
|
|
4
4
|
"description": "Shared utilities, event types, and constants for Unipi extension suite",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -30,5 +30,11 @@
|
|
|
30
30
|
"@earendil-works/pi-coding-agent": "^0.78.0",
|
|
31
31
|
"typebox": "^1.1.38",
|
|
32
32
|
"@types/node": "^22.0.0"
|
|
33
|
+
},
|
|
34
|
+
"pi": {
|
|
35
|
+
"extensions": [],
|
|
36
|
+
"skills": [],
|
|
37
|
+
"prompts": [],
|
|
38
|
+
"themes": []
|
|
33
39
|
}
|
|
34
40
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pi-unipi/footer",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.11",
|
|
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",
|
|
@@ -41,5 +41,11 @@
|
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@types/node": "^25.6.0",
|
|
43
43
|
"typescript": "^6.0.0"
|
|
44
|
+
},
|
|
45
|
+
"pi": {
|
|
46
|
+
"extensions": [],
|
|
47
|
+
"skills": [],
|
|
48
|
+
"prompts": [],
|
|
49
|
+
"themes": []
|
|
44
50
|
}
|
|
45
51
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pi-unipi/info-screen",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.11",
|
|
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",
|
|
@@ -42,5 +42,11 @@
|
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@types/node": "^25.6.0"
|
|
45
|
+
},
|
|
46
|
+
"pi": {
|
|
47
|
+
"extensions": [],
|
|
48
|
+
"skills": [],
|
|
49
|
+
"prompts": [],
|
|
50
|
+
"themes": []
|
|
45
51
|
}
|
|
46
52
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pi-unipi/input-shortcuts",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.11",
|
|
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",
|
|
@@ -42,5 +42,11 @@
|
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/node": "^25.6.0",
|
|
44
44
|
"typescript": "^6.0.0"
|
|
45
|
+
},
|
|
46
|
+
"pi": {
|
|
47
|
+
"extensions": [],
|
|
48
|
+
"skills": [],
|
|
49
|
+
"prompts": [],
|
|
50
|
+
"themes": []
|
|
45
51
|
}
|
|
46
52
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pi-unipi/kanboard",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.11",
|
|
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",
|
|
@@ -48,5 +48,11 @@
|
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@types/node": "^25.6.0",
|
|
50
50
|
"typescript": "^6.0.0"
|
|
51
|
+
},
|
|
52
|
+
"pi": {
|
|
53
|
+
"extensions": [],
|
|
54
|
+
"skills": [],
|
|
55
|
+
"prompts": [],
|
|
56
|
+
"themes": []
|
|
51
57
|
}
|
|
52
58
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pi-unipi/mcp",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.11",
|
|
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",
|
|
@@ -36,5 +36,11 @@
|
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@types/node": "^25.6.0"
|
|
39
|
+
},
|
|
40
|
+
"pi": {
|
|
41
|
+
"extensions": [],
|
|
42
|
+
"skills": [],
|
|
43
|
+
"prompts": [],
|
|
44
|
+
"themes": []
|
|
39
45
|
}
|
|
40
46
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pi-unipi/memory",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.11",
|
|
4
4
|
"description": "Persistent cross-session memory with vector search for Pi coding agent",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.ts",
|
|
@@ -51,5 +51,11 @@
|
|
|
51
51
|
"@types/better-sqlite3": "^7.6.0",
|
|
52
52
|
"@types/js-yaml": "^4.0.0",
|
|
53
53
|
"@types/node": "^25.6.0"
|
|
54
|
+
},
|
|
55
|
+
"pi": {
|
|
56
|
+
"extensions": [],
|
|
57
|
+
"skills": [],
|
|
58
|
+
"prompts": [],
|
|
59
|
+
"themes": []
|
|
54
60
|
}
|
|
55
61
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pi-unipi/milestone",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.11",
|
|
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",
|
|
@@ -39,5 +39,11 @@
|
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@types/node": "^25.6.0",
|
|
41
41
|
"typescript": "^6.0.0"
|
|
42
|
+
},
|
|
43
|
+
"pi": {
|
|
44
|
+
"extensions": [],
|
|
45
|
+
"skills": [],
|
|
46
|
+
"prompts": [],
|
|
47
|
+
"themes": []
|
|
42
48
|
}
|
|
43
49
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pi-unipi/notify",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.11",
|
|
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",
|
|
@@ -49,5 +49,11 @@
|
|
|
49
49
|
"@earendil-works/pi-coding-agent": "^0.78.0",
|
|
50
50
|
"@earendil-works/pi-tui": "^0.78.0",
|
|
51
51
|
"typebox": "^1.1.38"
|
|
52
|
+
},
|
|
53
|
+
"pi": {
|
|
54
|
+
"extensions": [],
|
|
55
|
+
"skills": [],
|
|
56
|
+
"prompts": [],
|
|
57
|
+
"themes": []
|
|
52
58
|
}
|
|
53
59
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pi-unipi/ralph",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.11",
|
|
4
4
|
"description": "Long-running iterative development loops for Pi coding agent",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.ts",
|
|
@@ -35,5 +35,11 @@
|
|
|
35
35
|
"@earendil-works/pi-coding-agent": "^0.78.0",
|
|
36
36
|
"@earendil-works/pi-tui": "^0.78.0",
|
|
37
37
|
"typebox": "^1.1.38"
|
|
38
|
+
},
|
|
39
|
+
"pi": {
|
|
40
|
+
"extensions": [],
|
|
41
|
+
"skills": [],
|
|
42
|
+
"prompts": [],
|
|
43
|
+
"themes": []
|
|
38
44
|
}
|
|
39
45
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pi-unipi/subagents",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.11",
|
|
4
4
|
"description": "Subagents for UniPi \u2014 parallel execution, file locking, workflow integration",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -29,5 +29,11 @@
|
|
|
29
29
|
"@earendil-works/pi-coding-agent": "^0.78.0",
|
|
30
30
|
"@earendil-works/pi-tui": "^0.78.0",
|
|
31
31
|
"typebox": "^1.1.38"
|
|
32
|
+
},
|
|
33
|
+
"pi": {
|
|
34
|
+
"extensions": [],
|
|
35
|
+
"skills": [],
|
|
36
|
+
"prompts": [],
|
|
37
|
+
"themes": []
|
|
32
38
|
}
|
|
33
39
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pi-unipi/updater",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.11",
|
|
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",
|
|
@@ -42,5 +42,11 @@
|
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/node": "^25.6.0",
|
|
44
44
|
"typescript": "^6.0.0"
|
|
45
|
+
},
|
|
46
|
+
"pi": {
|
|
47
|
+
"extensions": [],
|
|
48
|
+
"skills": [],
|
|
49
|
+
"prompts": [],
|
|
50
|
+
"themes": []
|
|
45
51
|
}
|
|
46
52
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pi-unipi/utility",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.11",
|
|
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",
|
|
@@ -47,5 +47,11 @@
|
|
|
47
47
|
},
|
|
48
48
|
"scripts": {
|
|
49
49
|
"test": "npx tsx --test tests/**/*.test.ts"
|
|
50
|
+
},
|
|
51
|
+
"pi": {
|
|
52
|
+
"extensions": [],
|
|
53
|
+
"skills": [],
|
|
54
|
+
"prompts": [],
|
|
55
|
+
"themes": []
|
|
50
56
|
}
|
|
51
57
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pi-unipi/web-api",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.11",
|
|
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",
|
|
@@ -47,5 +47,11 @@
|
|
|
47
47
|
"@types/lodash": "^4.17.24",
|
|
48
48
|
"@types/mime-types": "^3.0.1",
|
|
49
49
|
"@types/node": "^25.6.0"
|
|
50
|
+
},
|
|
51
|
+
"pi": {
|
|
52
|
+
"extensions": [],
|
|
53
|
+
"skills": [],
|
|
54
|
+
"prompts": [],
|
|
55
|
+
"themes": []
|
|
50
56
|
}
|
|
51
57
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pi-unipi/workflow",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.11",
|
|
4
4
|
"description": "Structured development workflow commands for Pi coding agent",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.ts",
|
|
@@ -33,5 +33,11 @@
|
|
|
33
33
|
"@earendil-works/pi-coding-agent": "^0.78.0",
|
|
34
34
|
"@earendil-works/pi-tui": "^0.78.0",
|
|
35
35
|
"typebox": "^1.1.38"
|
|
36
|
+
},
|
|
37
|
+
"pi": {
|
|
38
|
+
"extensions": [],
|
|
39
|
+
"skills": [],
|
|
40
|
+
"prompts": [],
|
|
41
|
+
"themes": []
|
|
36
42
|
}
|
|
37
43
|
}
|