@llblab/pi-telegram 0.45.10 → 0.45.11
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 +4 -0
- package/docs/ui-style.md +0 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,10 @@
|
|
|
4
4
|
|
|
5
5
|
## Unreleased
|
|
6
6
|
|
|
7
|
+
## 0.45.11: Consumer-owned companion semantics
|
|
8
|
+
|
|
9
|
+
- `Extension boundaries`: Removes consumer-specific state-scope emoji from the Telegram UI registry. The bridge continues to own generic Rich Message headings and inspection semantics, while companion extensions independently own their domain labels, composition rules, and presentation through the public section API.
|
|
10
|
+
|
|
7
11
|
## 0.45.10: Rich headings and state-scope markers
|
|
8
12
|
|
|
9
13
|
- `Rich section headings`: Public Rich Message block types now include native headings, allowing companion sections to place a fixed title above sibling disclosures instead of wrapping the entire view in another collapsible block.
|
package/docs/ui-style.md
CHANGED
|
@@ -37,10 +37,6 @@ Use emoji as stable semantic markers, not decoration. Emoji carry transportable
|
|
|
37
37
|
| `🧠` | Model thinking controls | Thinking menus and status rows | Thinking activity quotes omit this icon and their header entirely to minimize chat height. |
|
|
38
38
|
| `📎` | Attachment | Attachment summaries, queue rows for attachment-only turns | Not for thread binding. |
|
|
39
39
|
| `👁` | Read-only inspection | State/detail viewers and inspection entrypoints | Opens evidence without mutating the inspected object; do not use for edit or refresh actions. |
|
|
40
|
-
| `🌐` | Global state scope | State-scope chooser and selected-scope heading | Cross-project memory composed first. |
|
|
41
|
-
| `📂` | Current-working-directory state scope | State-scope chooser and selected-scope heading | Project-local memory composed after Global. |
|
|
42
|
-
| `💬` | Session state scope | State-scope chooser and selected-scope heading | Conversation-branch memory composed after CWD. |
|
|
43
|
-
| `🧬` | Effective composed state | State-scope chooser and selected-scope heading | The resulting Global → CWD → Session projection. |
|
|
44
40
|
|
|
45
41
|
### Command And Control Actions
|
|
46
42
|
|