@yeaft/webchat-agent 1.0.234 → 1.0.236
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 +1 -1
- package/local-runtime/version.json +1 -1
- package/local-runtime/web/app.bundle.js +106 -105
- package/local-runtime/web/app.bundle.js.gz +0 -0
- package/local-runtime/web/index.html +2 -2
- package/local-runtime/web/style.bundle.css +1 -1
- package/local-runtime/web/style.bundle.css.gz +0 -0
- package/package.json +1 -1
- package/yeaft/web-bridge.js +7 -4
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.
|
|
1
|
+
{"version":"1.0.236"}
|