@joeybuilt/plexo-sdk 0.2.0 → 0.2.1

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.
@@ -101,6 +101,12 @@ interface AiCompleteOptions {
101
101
  interface ChatOptions {
102
102
  message: string;
103
103
  sessionId?: string;
104
+ /** Optional channel ref for cross-channel session continuity. */
105
+ channelRef?: {
106
+ channel: string;
107
+ channelId: string;
108
+ chatId: string;
109
+ };
104
110
  sessionContext?: {
105
111
  activeView?: {
106
112
  type: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@joeybuilt/plexo-sdk",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {