@webless/agent 0.13.0 → 0.13.2
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/README.md +2 -2
- package/dist/{chunk-WUUGIP4Y.js → chunk-P6ZM4BIU.js} +526 -228
- package/dist/chunk-P6ZM4BIU.js.map +1 -0
- package/dist/embed.cjs +569 -271
- package/dist/embed.cjs.map +1 -1
- package/dist/embed.css +427 -112
- package/dist/embed.css.map +1 -1
- package/dist/embed.js +1 -1
- package/dist/react.cjs +571 -273
- package/dist/react.cjs.map +1 -1
- package/dist/react.css +427 -112
- package/dist/react.css.map +1 -1
- package/dist/react.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-WUUGIP4Y.js.map +0 -1
package/README.md
CHANGED
|
@@ -31,9 +31,9 @@ Paste it into your site's HTML, before the closing `</body>` tag. That's the ful
|
|
|
31
31
|
- A collapsible Agent panel on your site.
|
|
32
32
|
- Edge tab launcher, positioned where you configure it in Agent Studio.
|
|
33
33
|
- Session continuity for returning visitors.
|
|
34
|
-
- Search & Discovery answers offer **
|
|
34
|
+
- Search & Discovery answers offer **Explore More**, expanding an inline list of page titles and domains beneath the answer with links in new tabs. Sources stay attached to their answer in browser session history. Sources without a usable web URL stay readable; unavailable action links are omitted. Call-to-action links remain beneath the answer.
|
|
35
35
|
- Set `branding.showLearnMore` and `branding.showSources` independently to `false` to hide these controls in an embed. Both default to enabled. React `AgentRail` accepts the same props.
|
|
36
|
-
- **Learn more** shows up to three distinct suggested questions below the latest completed answer. Selecting a question starts the next chat turn. Suggestions are hidden while a turn is running or a human owns the conversation, and are restored with the answer after reload.
|
|
36
|
+
- **Learn more** shows up to three distinct suggested questions below the latest completed answer, expanded by default and collapsible. Selecting a question starts the next chat turn. Suggestions are hidden while a turn is running or a human owns the conversation, and are restored with the answer after reload.
|
|
37
37
|
- Connected actions show task-focused progress and confirmed results. Receipts stay with the answer in the conversation.
|
|
38
38
|
- Long answers keep their beginning visible; source links are collapsed until opened.
|
|
39
39
|
- When a question needs location, the agent can pause and show a precise-location consent toggle above the composer. Location is shared only after browser permission; visitors can continue without it.
|