@caupulican/pi-adaptative 0.80.93 → 0.80.94
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 +12 -0
- package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
- package/dist/modes/interactive/interactive-mode.js +17 -10
- package/dist/modes/interactive/interactive-mode.js.map +1 -1
- package/examples/extensions/custom-provider-anthropic/package-lock.json +2 -2
- package/examples/extensions/custom-provider-anthropic/package.json +1 -1
- package/examples/extensions/custom-provider-gitlab-duo/package.json +1 -1
- package/examples/extensions/sandbox/package-lock.json +2 -2
- package/examples/extensions/sandbox/package.json +1 -1
- package/examples/extensions/with-deps/package-lock.json +2 -2
- package/examples/extensions/with-deps/package.json +1 -1
- package/npm-shrinkwrap.json +12 -12
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [0.80.94] - 2026-07-02
|
|
2
|
+
|
|
3
|
+
### Fixed
|
|
4
|
+
|
|
5
|
+
- Fixed pi crashing with an uncaught ReferenceError when opening Manage Library: the profile
|
|
6
|
+
editor's universe builder referenced a helper before its initialization (TDZ). The editor path
|
|
7
|
+
is now covered by a regression test that executes it end to end.
|
|
8
|
+
- Fixed the selected profile not surviving pi restarts: /profiles selection was applied
|
|
9
|
+
runtime-only, so every new session started with no profile. Selecting a profile now persists it
|
|
10
|
+
to global settings (like model/theme selections), and selecting "(none)" persists the clear so
|
|
11
|
+
the old selection cannot resurrect on restart.
|
|
12
|
+
|
|
1
13
|
## [0.80.93] - 2026-07-02
|
|
2
14
|
|
|
3
15
|
## [0.80.92] - 2026-07-02
|