@pluno/product-agent-web 0.1.79 → 0.1.80

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/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export type ProductAgentModel = "gpt-5.4-nano" | "gpt-5.4-mini" | "gpt-5.4" | "gpt-5.6-terra";
1
+ export type ProductAgentModel = "gpt-5.4-nano" | "gpt-5.4-mini" | "gpt-5.4" | "gpt-5.6-terra" | "gpt-5.6-sol";
2
2
  export type ProductAgentUser = {
3
3
  id: string;
4
4
  email?: string | null;
@@ -399,7 +399,7 @@ function we() {
399
399
  }
400
400
  };
401
401
  }
402
- const st = '.pluno-pa-widget-host[data-pluno-product-agent-ui="widget"]', Ie = '.pluno-pa-widget[data-pluno-product-agent-ui-root="widget"]', Ae = ".pluno-pa-widget__panel", Se = ".pluno-pa-widget__timeline", yt = `${st}[data-pluno-sdk-preview-channel]`, ke = "https://app.pluno.ai", Ee = "gpt-5.6-terra", Re = 2e4, Ce = 1e4, _e = 1e4, be = 1e4, Me = 1e4, Pe = 1e3, Tt = 3e4, wt = 0.2, It = 6e4, Ue = 15e3, D = 3, De = 2e3, Ne = 15e3, ve = 1e3, Oe = 100, Le = 8e3, Be = 15e3, At = 3, xe = [300, 1e3], ut = 64e3, J = 4e3, dt = 30, qe = 2e3, He = 1e3, Fe = 200 * 1024 * 1024, We = "Image is too large for model vision input.", je = 100, Lt = "pluno.productAgent.state.", nt = "pluno.productAgent.pendingEvents.", W = "pluno.productAgent.activeToolCalls.", $e = 100;
402
+ const st = '.pluno-pa-widget-host[data-pluno-product-agent-ui="widget"]', Ie = '.pluno-pa-widget[data-pluno-product-agent-ui-root="widget"]', Ae = ".pluno-pa-widget__panel", Se = ".pluno-pa-widget__timeline", yt = `${st}[data-pluno-sdk-preview-channel]`, ke = "https://app.pluno.ai", Ee = "gpt-5.6-sol", Re = 2e4, Ce = 1e4, _e = 1e4, be = 1e4, Me = 1e4, Pe = 1e3, Tt = 3e4, wt = 0.2, It = 6e4, Ue = 15e3, D = 3, De = 2e3, Ne = 15e3, ve = 1e3, Oe = 100, Le = 8e3, Be = 15e3, At = 3, xe = [300, 1e3], ut = 64e3, J = 4e3, dt = 30, qe = 2e3, He = 1e3, Fe = 200 * 1024 * 1024, We = "Image is too large for model vision input.", je = 100, Lt = "pluno.productAgent.state.", nt = "pluno.productAgent.pendingEvents.", W = "pluno.productAgent.activeToolCalls.", $e = 100;
403
403
  function N(e, t = 0) {
404
404
  return Math.max(t, De * 4 ** e);
405
405
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pluno/product-agent-web",
3
- "version": "0.1.79",
3
+ "version": "0.1.80",
4
4
  "description": "Browser SDK and default widget for embedding Pluno Product Agent into customer web apps.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",