@dyyz1993/pi-coding-agent 0.74.14 → 0.74.15

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
@@ -1,6 +1,6 @@
1
1
  # Changelog
2
2
 
3
- ## [Unreleased]
3
+ ## [0.74.15] - 2026-05-11
4
4
 
5
5
  ### Changed
6
6
 
@@ -8,9 +8,15 @@
8
8
  - Package source resolution (npm install / git clone) is now parallelized for remote sources. Local sources are resolved synchronously first, then remote sources resolve concurrently. Previously all sources were resolved sequentially.
9
9
  - Extension module loader now uses a shared `jiti` instance with `moduleCache: true` instead of creating a new instance per extension with `moduleCache: false`. This eliminates redundant TypeScript compilation across extensions.
10
10
 
11
+ ### Fixed
12
+
13
+ - `ExtensionContext.sessionDataDir`, `projectDataDir`, `cwdDataDir`, and `globalDataDir` are now correctly populated via storage functions instead of being hardcoded to empty strings. Extensions can now reliably persist data per-session, per-project, per-cwd, and globally.
14
+ - Extension shortcuts now receive correct `extensionName` and storage paths in their context, matching the extension that registered the shortcut.
15
+
11
16
  ### Added
12
17
 
13
18
  - Startup performance baseline test suite (`test/startup-performance.test.ts`) covering extension loading correctness, error handling, resource discovery, and timing measurements.
19
+ - `extensionName` field on `ExtensionShortcut` interface for per-shortcut extension identification.
14
20
 
15
21
  ## [0.74.12] - 2026-05-11
16
22