@sentiolabs/pi-scriptable-statusline 0.1.0 → 0.2.0
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 +19 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.2.0](https://github.com/SentioLabs/pi-nexus/compare/pi-scriptable-statusline-v0.1.0...pi-scriptable-statusline-v0.2.0) (2026-05-14)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **statusline:** add package foundation contracts ([bca31aa](https://github.com/SentioLabs/pi-nexus/commit/bca31aaf9c2bc69be8be9af1cfbdce2f45eda029))
|
|
9
|
+
* **statusline:** implement runtime extension ([7210b95](https://github.com/SentioLabs/pi-nexus/commit/7210b95350ade28e89690abfab7913aaa419de80))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **statusline:** add production fallback ([f29cc91](https://github.com/SentioLabs/pi-nexus/commit/f29cc91cb123fb36fa91a0ba1c5f846ff25b93ac))
|
|
15
|
+
* **statusline:** align runtime with pi api semantics ([4760658](https://github.com/SentioLabs/pi-nexus/commit/47606588481e9fd5e9c8446ff7ea6b5dcf9c7bf5))
|
|
16
|
+
* **statusline:** delegate natural-language statusline requests ([cf5363b](https://github.com/SentioLabs/pi-nexus/commit/cf5363ba8c86817fe2b12ff9a744a95c9792f67e))
|
|
17
|
+
* **statusline:** narrow extension manifest entrypoint ([2a39c70](https://github.com/SentioLabs/pi-nexus/commit/2a39c70d9c46eb418c8c9581ccecc69c50c5b579))
|
|
18
|
+
* **statusline:** require sendUserMessage delegation ([c5c0b66](https://github.com/SentioLabs/pi-nexus/commit/c5c0b666bbd1a6166f7152b448938c836e6bdaf1))
|
|
19
|
+
* **statusline:** return Pi UI components ([72f82cc](https://github.com/SentioLabs/pi-nexus/commit/72f82cc04bba68b78e87ce94fdc5a23d9bf15077))
|
|
20
|
+
* **statusline:** use Pi TUI snapshot helpers ([c8c5211](https://github.com/SentioLabs/pi-nexus/commit/c8c52110c7a116dac989713e03ea10bc089c05f2))
|
|
21
|
+
|
|
3
22
|
## 0.1.0
|
|
4
23
|
|
|
5
24
|
- Initial package skeleton for `@sentiolabs/pi-scriptable-statusline`.
|