@webless/agent 0.10.3 → 0.11.0

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/react.js CHANGED
@@ -27,7 +27,7 @@ import {
27
27
  sendAgentAnswerFeedback,
28
28
  useAgentChat,
29
29
  useAgentColorScheme
30
- } from "./chunk-74CSWSC5.js";
30
+ } from "./chunk-NW37MHU7.js";
31
31
 
32
32
  // src/react/components/AgentTranscript/AgentTranscript.tsx
33
33
  import { Fragment as Fragment2 } from "react";
@@ -143,6 +143,8 @@ type PersistedAgentSession = {
143
143
  lastMessage?: string;
144
144
  };
145
145
  type AgentClientOptions = {
146
+ /** Advertise a client that renders and resolves precise-location consent. */
147
+ locationConsent?: boolean;
146
148
  /** Index id sent as `indexId` query param to the runtime. */
147
149
  indexId: string;
148
150
  /** Selects the published index by default, or its unpublished preview. */
@@ -143,6 +143,8 @@ type PersistedAgentSession = {
143
143
  lastMessage?: string;
144
144
  };
145
145
  type AgentClientOptions = {
146
+ /** Advertise a client that renders and resolves precise-location consent. */
147
+ locationConsent?: boolean;
146
148
  /** Index id sent as `indexId` query param to the runtime. */
147
149
  indexId: string;
148
150
  /** Selects the published index by default, or its unpublished preview. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webless/agent",
3
- "version": "0.10.3",
3
+ "version": "0.11.0",
4
4
  "description": "Webless Agent SDK — Eve runtime client, React UI, and embed bundle.",
5
5
  "type": "module",
6
6
  "license": "MIT",