@pi-unipi/unipi 2.2.6 → 2.2.7

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/CHANGELOG.md CHANGED
@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [2.2.7] — 2026-08-04
10
+
11
+ ### Fixed
12
+ - `ralph`/`subagents`/`memory`: these still pinned `@pi-unipi/info-screen@2.2.0`, so npm installed a second, **pre-fix** copy of the info-screen overlay nested under each of them — meaning the Escape-key fix released in 2.2.5 did not reach the info overlay for those install paths. Republished with the pin updated to `2.2.1`. No functional change to the packages themselves; this is purely a dependency-consistency fix.
13
+
9
14
  ## [2.2.6] — 2026-08-04
10
15
 
11
16
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-unipi/unipi",
3
- "version": "2.2.6",
3
+ "version": "2.2.7",
4
4
  "description": "All-in-one extension suite for Pi coding agent",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -75,9 +75,9 @@
75
75
  "@pi-unipi/core": "2.2.0",
76
76
  "@pi-unipi/info-screen": "2.2.1",
77
77
  "@pi-unipi/mcp": "2.2.0",
78
- "@pi-unipi/memory": "2.2.0",
79
- "@pi-unipi/ralph": "2.2.0",
80
- "@pi-unipi/subagents": "2.2.0",
78
+ "@pi-unipi/memory": "2.2.1",
79
+ "@pi-unipi/ralph": "2.2.1",
80
+ "@pi-unipi/subagents": "2.2.1",
81
81
  "@pi-unipi/utility": "2.2.0",
82
82
  "@pi-unipi/milestone": "2.2.0",
83
83
  "@pi-unipi/kanboard": "2.2.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-unipi/memory",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "Persistent cross-session memory with MemPalace backend (auto-installed) and SQLite fallback for Pi coding agent",
5
5
  "type": "module",
6
6
  "main": "index.ts",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-unipi/ralph",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "Long-running iterative development loops for Pi coding agent",
5
5
  "type": "module",
6
6
  "main": "index.ts",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-unipi/subagents",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "Subagents for UniPi — parallel execution, file locking, workflow integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",