@yeaft/webchat-agent 1.0.233 → 1.0.235

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/index.js CHANGED
@@ -128,7 +128,7 @@ async function detectCapabilities() {
128
128
  // agent build can speak plaintext WS frames. New servers see this and
129
129
  // flip `agent.encryptOutbound = false`, stopping outbound encryption
130
130
  // to this peer. Old servers ignore the unknown capability token.
131
- const capabilities = ['background_tasks', 'file_editor', 'ping_session', 'plaintext-ok', 'work_center', 'session_history_search', 'session_history_outline'];
131
+ const capabilities = ['background_tasks', 'file_editor', 'ping_session', 'plaintext-ok', 'work_center', 'session_history_search', 'session_history_outline', 'session_history_window_prefetch'];
132
132
  if (process.platform === 'linux') capabilities.push('work_item_attachments');
133
133
  const pty = await loadNodePty();
134
134
  if (pty) capabilities.push('terminal');
@@ -1 +1 @@
1
- {"version":"1.0.233"}
1
+ {"version":"1.0.235"}