@rahularya01/pi-cursor 1.4.25 → 1.4.26
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 +6 -0
- package/dist/index.js +33 -33
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.4.26] - 2026-08-21
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
|
|
7
|
+
- **`/cursor.usage` duplicated the dashboard and corrupted fullscreen TUI.** Command handlers notified Pi's UI and also wrote to stdout, so fullscreen mode painted the dashboard twice over the editor and footer. `/cursor.models` and `/cursor.doctor` used the same dual path. Output now goes through `notify` when a UI is present, otherwise stdout/stderr. Fixes [#12](https://github.com/Rahularya01/pi-cursor/issues/12).
|
|
8
|
+
|
|
3
9
|
## [1.4.25] - 2026-08-20
|
|
4
10
|
|
|
5
11
|
### Fixed
|