@volter-ai-dev/supercode-ui 0.1.22 → 0.1.24

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/README.md CHANGED
@@ -132,6 +132,15 @@ inventing fallback prompt text. The composer bounds images to four supported bro
132
132
  messages, retry, edit, and new-chat recovery. The host still chooses how explicit file selection
133
133
  is exposed and must revalidate every returned item.
134
134
 
135
+ Transcript images with a browser-safe URL open in a keyboard-accessible, viewport-bounded viewer;
136
+ remote images expose copy-link and open-original actions, while local data images can be downloaded.
137
+ `createClientProjection` keeps large historical data URLs in a projection-scoped host registry and
138
+ puts only stable metadata plus an opaque `reference` in `SupercodeUiState`. An embedding host may
139
+ implement `adapter.resolveImage` to fetch that reference only after a click and return a bounded
140
+ `Blob`; the viewer owns and revokes the resulting object URL and presents loading, failure, and
141
+ retry states. Without that adapter—or when native data is incomplete—the attachment remains an
142
+ honest unavailable-preview state rather than a broken thumbnail or deceptive action.
143
+
135
144
  An embedding product such as Vibewaiting should therefore be small: Lucarne owns its iframe and
136
145
  launcher lifecycle, Supercode owns this UI and the controller semantics, and Vibewaiting only
137
146
  bridges state/intents plus host-specific theme and persistence policy.
package/components.d.ts CHANGED
@@ -5,7 +5,9 @@ export {
5
5
  ContinuationBar,
6
6
  Conversation,
7
7
  HarnessLogo,
8
+ ImageViewer,
8
9
  LoadingStatus,
10
+ MessageImages,
9
11
  RequestCard,
10
12
  SessionDetails,
11
13
  SessionList,