@stigmer/react 3.1.7 → 3.1.9
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/agent/AgentDetailView.d.ts +9 -1
- package/agent/AgentDetailView.d.ts.map +1 -1
- package/agent/AgentDetailView.js +15 -4
- package/agent/AgentDetailView.js.map +1 -1
- package/environment/EnvironmentListPanel.d.ts.map +1 -1
- package/environment/EnvironmentListPanel.js +11 -3
- package/environment/EnvironmentListPanel.js.map +1 -1
- package/environment/EnvironmentPicker.d.ts +17 -1
- package/environment/EnvironmentPicker.d.ts.map +1 -1
- package/environment/EnvironmentPicker.js +3 -2
- package/environment/EnvironmentPicker.js.map +1 -1
- package/environment/EnvironmentVariableEditor.d.ts.map +1 -1
- package/environment/EnvironmentVariableEditor.js +9 -3
- package/environment/EnvironmentVariableEditor.js.map +1 -1
- package/environment/index.d.ts +1 -0
- package/environment/index.d.ts.map +1 -1
- package/environment/index.js +1 -0
- package/environment/index.js.map +1 -1
- package/environment/shareRestriction.d.ts +13 -0
- package/environment/shareRestriction.d.ts.map +1 -0
- package/environment/shareRestriction.js +15 -0
- package/environment/shareRestriction.js.map +1 -0
- package/execution/ToolCallItem.d.ts.map +1 -1
- package/execution/ToolCallItem.js +12 -0
- package/execution/ToolCallItem.js.map +1 -1
- package/execution/ToolRunGroup.js +4 -0
- package/execution/ToolRunGroup.js.map +1 -1
- package/execution/WriteBackCard.d.ts +14 -5
- package/execution/WriteBackCard.d.ts.map +1 -1
- package/execution/WriteBackCard.js +103 -32
- package/execution/WriteBackCard.js.map +1 -1
- package/execution/WriteBacksWidget.d.ts +1 -1
- package/execution/WriteBacksWidget.js +2 -2
- package/execution/WriteBacksWidget.js.map +1 -1
- package/execution/index.d.ts +2 -0
- package/execution/index.d.ts.map +1 -1
- package/execution/index.js +1 -0
- package/execution/index.js.map +1 -1
- package/execution/write-back-utils.d.ts +57 -0
- package/execution/write-back-utils.d.ts.map +1 -0
- package/execution/write-back-utils.js +81 -0
- package/execution/write-back-utils.js.map +1 -0
- package/index.d.ts +6 -2
- package/index.d.ts.map +1 -1
- package/index.js +6 -1
- package/index.js.map +1 -1
- package/internal/dev/dom-counter.d.ts.map +1 -1
- package/internal/dev/dom-counter.js +2 -2
- package/internal/dev/dom-counter.js.map +1 -1
- package/internal/dev/enabled.d.ts +7 -0
- package/internal/dev/enabled.d.ts.map +1 -0
- package/internal/dev/enabled.js +38 -0
- package/internal/dev/enabled.js.map +1 -0
- package/internal/dev/profiler-wrapper.d.ts +3 -3
- package/internal/dev/profiler-wrapper.d.ts.map +1 -1
- package/internal/dev/profiler-wrapper.js +5 -5
- package/internal/dev/profiler-wrapper.js.map +1 -1
- package/internal/dev/use-key-stability.d.ts.map +1 -1
- package/internal/dev/use-key-stability.js +2 -2
- package/internal/dev/use-key-stability.js.map +1 -1
- package/internal/dev/use-render-tracer.d.ts +2 -2
- package/internal/dev/use-render-tracer.d.ts.map +1 -1
- package/internal/dev/use-render-tracer.js +4 -4
- package/internal/dev/use-render-tracer.js.map +1 -1
- package/internal/dev/use-stream-rate.d.ts +2 -1
- package/internal/dev/use-stream-rate.d.ts.map +1 -1
- package/internal/dev/use-stream-rate.js +4 -3
- package/internal/dev/use-stream-rate.js.map +1 -1
- package/library/ResourceVisibilityControl.d.ts +3 -0
- package/library/ResourceVisibilityControl.d.ts.map +1 -1
- package/library/ResourceVisibilityControl.js +22 -8
- package/library/ResourceVisibilityControl.js.map +1 -1
- package/library/useUpdateVisibility.d.ts +5 -3
- package/library/useUpdateVisibility.d.ts.map +1 -1
- package/library/useUpdateVisibility.js +7 -2
- package/library/useUpdateVisibility.js.map +1 -1
- package/library/visibilityLevels.d.ts +17 -0
- package/library/visibilityLevels.d.ts.map +1 -1
- package/library/visibilityLevels.js +32 -0
- package/library/visibilityLevels.js.map +1 -1
- package/package.json +4 -4
- package/session/NewSessionViewer.d.ts +11 -1
- package/session/NewSessionViewer.d.ts.map +1 -1
- package/session/NewSessionViewer.js +28 -8
- package/session/NewSessionViewer.js.map +1 -1
- package/session/SessionViewer.d.ts +9 -2
- package/session/SessionViewer.d.ts.map +1 -1
- package/session/SessionViewer.js +26 -12
- package/session/SessionViewer.js.map +1 -1
- package/session/audience.d.ts +12 -4
- package/session/audience.d.ts.map +1 -1
- package/session/facets/ChangesTab.d.ts.map +1 -1
- package/session/facets/ChangesTab.js +3 -1
- package/session/facets/ChangesTab.js.map +1 -1
- package/session/useNewSessionFlow.d.ts +12 -0
- package/session/useNewSessionFlow.d.ts.map +1 -1
- package/session/useNewSessionFlow.js +13 -1
- package/session/useNewSessionFlow.js.map +1 -1
- package/session/useSessionPageFlow.d.ts +13 -0
- package/session/useSessionPageFlow.d.ts.map +1 -1
- package/session/useSessionPageFlow.js +7 -2
- package/session/useSessionPageFlow.js.map +1 -1
- package/sharing/ShareAgentDialog.d.ts +57 -0
- package/sharing/ShareAgentDialog.d.ts.map +1 -0
- package/sharing/ShareAgentDialog.js +478 -0
- package/sharing/ShareAgentDialog.js.map +1 -0
- package/sharing/SharedAgentChat.d.ts +84 -0
- package/sharing/SharedAgentChat.d.ts.map +1 -0
- package/sharing/SharedAgentChat.js +80 -0
- package/sharing/SharedAgentChat.js.map +1 -0
- package/sharing/index.d.ts +18 -0
- package/sharing/index.d.ts.map +1 -0
- package/sharing/index.js +12 -0
- package/sharing/index.js.map +1 -0
- package/sharing/useAgentShare.d.ts +43 -0
- package/sharing/useAgentShare.d.ts.map +1 -0
- package/sharing/useAgentShare.js +54 -0
- package/sharing/useAgentShare.js.map +1 -0
- package/sharing/useRotateShareLink.d.ts +45 -0
- package/sharing/useRotateShareLink.d.ts.map +1 -0
- package/sharing/useRotateShareLink.js +58 -0
- package/sharing/useRotateShareLink.js.map +1 -0
- package/sharing/useSaveAgentShare.d.ts +105 -0
- package/sharing/useSaveAgentShare.d.ts.map +1 -0
- package/sharing/useSaveAgentShare.js +97 -0
- package/sharing/useSaveAgentShare.js.map +1 -0
- package/sharing/useShareAgent.d.ts +69 -0
- package/sharing/useShareAgent.d.ts.map +1 -0
- package/sharing/useShareAgent.js +42 -0
- package/sharing/useShareAgent.js.map +1 -0
- package/sharing/useShareToolReadiness.d.ts +52 -0
- package/sharing/useShareToolReadiness.d.ts.map +1 -0
- package/sharing/useShareToolReadiness.js +89 -0
- package/sharing/useShareToolReadiness.js.map +1 -0
- package/sharing/useSharedAgentProfile.d.ts +85 -0
- package/sharing/useSharedAgentProfile.d.ts.map +1 -0
- package/sharing/useSharedAgentProfile.js +73 -0
- package/sharing/useSharedAgentProfile.js.map +1 -0
- package/src/agent/AgentDetailView.tsx +28 -3
- package/src/environment/EnvironmentListPanel.tsx +47 -18
- package/src/environment/EnvironmentPicker.tsx +23 -2
- package/src/environment/EnvironmentVariableEditor.tsx +27 -17
- package/src/environment/__tests__/shareRestriction.test.ts +35 -0
- package/src/environment/index.ts +5 -0
- package/src/environment/shareRestriction.ts +22 -0
- package/src/execution/ToolCallItem.tsx +19 -1
- package/src/execution/ToolRunGroup.tsx +4 -0
- package/src/execution/WriteBackCard.tsx +285 -88
- package/src/execution/WriteBacksWidget.tsx +5 -5
- package/src/execution/__tests__/ToolCallItem.test.tsx +51 -0
- package/src/execution/__tests__/ToolRunGroup.test.tsx +22 -0
- package/src/execution/__tests__/WriteBackCard.test.tsx +64 -10
- package/src/execution/__tests__/write-back-utils.test.ts +135 -0
- package/src/execution/index.ts +7 -0
- package/src/execution/write-back-utils.ts +107 -0
- package/src/index.ts +38 -0
- package/src/internal/dev/__tests__/use-key-stability.test.ts +4 -0
- package/src/internal/dev/__tests__/use-render-tracer.test.ts +4 -0
- package/src/internal/dev/dom-counter.ts +2 -3
- package/src/internal/dev/enabled.ts +39 -0
- package/src/internal/dev/profiler-wrapper.tsx +5 -6
- package/src/internal/dev/use-key-stability.ts +2 -3
- package/src/internal/dev/use-render-tracer.ts +4 -5
- package/src/internal/dev/use-stream-rate.ts +4 -4
- package/src/library/ResourceVisibilityControl.tsx +23 -7
- package/src/library/__tests__/visibilityLevels.test.ts +33 -0
- package/src/library/useUpdateVisibility.ts +9 -3
- package/src/library/visibilityLevels.ts +36 -0
- package/src/session/NewSessionViewer.tsx +67 -31
- package/src/session/SessionViewer.tsx +67 -36
- package/src/session/__tests__/audienceWiring.test.tsx +99 -0
- package/src/session/__tests__/useNewSessionFlow.test.tsx +75 -1
- package/src/session/__tests__/useSessionPageFlow.guest.test.tsx +112 -0
- package/src/session/audience.ts +12 -4
- package/src/session/facets/ChangesTab.tsx +6 -4
- package/src/session/useNewSessionFlow.ts +26 -1
- package/src/session/useSessionPageFlow.ts +24 -2
- package/src/sharing/ShareAgentDialog.tsx +1489 -0
- package/src/sharing/SharedAgentChat.tsx +283 -0
- package/src/sharing/__tests__/ShareAgentDialog.test.tsx +926 -0
- package/src/sharing/__tests__/SharedAgentChat.test.tsx +222 -0
- package/src/sharing/__tests__/useAgentShare.test.tsx +149 -0
- package/src/sharing/__tests__/useRotateShareLink.test.tsx +96 -0
- package/src/sharing/__tests__/useSaveAgentShare.test.tsx +241 -0
- package/src/sharing/__tests__/useShareAgent.test.tsx +131 -0
- package/src/sharing/__tests__/useShareToolReadiness.test.tsx +219 -0
- package/src/sharing/__tests__/useSharedAgentProfile.test.tsx +201 -0
- package/src/sharing/index.ts +32 -0
- package/src/sharing/useAgentShare.ts +91 -0
- package/src/sharing/useRotateShareLink.ts +81 -0
- package/src/sharing/useSaveAgentShare.ts +186 -0
- package/src/sharing/useShareAgent.tsx +107 -0
- package/src/sharing/useShareToolReadiness.ts +131 -0
- package/src/sharing/useSharedAgentProfile.ts +132 -0
- package/src/switch/Switch.tsx +97 -0
- package/src/switch/__tests__/Switch.test.tsx +107 -0
- package/src/switch/index.ts +2 -0
- package/styles.css +1 -1
- package/switch/Switch.d.ts +47 -0
- package/switch/Switch.d.ts.map +1 -0
- package/switch/Switch.js +41 -0
- package/switch/Switch.js.map +1 -0
- package/switch/index.d.ts +3 -0
- package/switch/index.d.ts.map +1 -0
- package/switch/index.js +2 -0
- package/switch/index.js.map +1 -0
|
@@ -0,0 +1,478 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
3
|
+
import { useCallback, useMemo, useRef, useState } from "react";
|
|
4
|
+
import { cn } from "@stigmer/theme";
|
|
5
|
+
import { MAX_ALLOWED_ORIGINS, appendLinkToken, buildEmbedSnippet, chatPath, getUserMessage, validateOrigin, } from "@stigmer/sdk";
|
|
6
|
+
import { ApiResourceVisibility } from "@stigmer/protos/ai/stigmer/commons/apiresource/enum_pb";
|
|
7
|
+
import { Switch } from "../switch/Switch.js";
|
|
8
|
+
import { Tabs } from "../tabs/Tabs.js";
|
|
9
|
+
import { toast } from "../feedback/toast.js";
|
|
10
|
+
import { useCopyResource } from "../resource-detail/useCopyResource.js";
|
|
11
|
+
import { useDeploymentMode } from "../deployment-mode.js";
|
|
12
|
+
import { useBillingAccount } from "../billing/useBillingAccount.js";
|
|
13
|
+
import { formatCreditBalance } from "../billing/format.js";
|
|
14
|
+
import { EnvironmentPicker } from "../environment/EnvironmentPicker.js";
|
|
15
|
+
import { useAgentShare } from "./useAgentShare.js";
|
|
16
|
+
import { sharingAudienceFromProto, useSaveAgentShare, } from "./useSaveAgentShare.js";
|
|
17
|
+
import { useRotateShareLink } from "./useRotateShareLink.js";
|
|
18
|
+
import { useShareToolReadiness } from "./useShareToolReadiness.js";
|
|
19
|
+
/** Maximum length of each visitor message (proto: `string.max_len = 300`). */
|
|
20
|
+
const MAX_MESSAGE_LENGTH = 300;
|
|
21
|
+
const SHARE_TABS = [
|
|
22
|
+
{ id: "link", label: "Link" },
|
|
23
|
+
{ id: "embed", label: "Embed" },
|
|
24
|
+
{ id: "developer", label: "Developer" },
|
|
25
|
+
];
|
|
26
|
+
const PLATFORM_CLIENT_DOCS_URL = "https://docs.stigmer.ai/guides/authentication/platform-client/overview";
|
|
27
|
+
/**
|
|
28
|
+
* The Share dialog for an agent: toggle sharing, copy the hosted chat
|
|
29
|
+
* link, copy an embeddable snippet, manage allowed embed origins, bind
|
|
30
|
+
* tool credentials for visitors, customize visitor refusal messages,
|
|
31
|
+
* and discover the PlatformClient SDK path.
|
|
32
|
+
*
|
|
33
|
+
* Sharing is a distinct consent from marketplace visibility: visibility
|
|
34
|
+
* governs who can *read* the blueprint; sharing governs who can *chat*
|
|
35
|
+
* with the running agent — billed to the owning org. The dialog states
|
|
36
|
+
* who pays next to the toggle so enabling sharing never surprises.
|
|
37
|
+
*
|
|
38
|
+
* Sharing lives in its own **AgentShare resource** (decision 011), so
|
|
39
|
+
* the dialog loads the agent's canonical share when it opens and every
|
|
40
|
+
* save is an idempotent `apply` of the complete configuration — the
|
|
41
|
+
* first enable creates the share, later edits update it, one code path
|
|
42
|
+
* (see {@link useSaveAgentShare}). The local draft is refreshed from
|
|
43
|
+
* every returned share, so the dialog never drifts from the server.
|
|
44
|
+
*
|
|
45
|
+
* Built on the native `<dialog>` element for focus trapping and escape
|
|
46
|
+
* handling, matching the SDK's modal convention ({@link ManageAccessDialog}).
|
|
47
|
+
* All visual properties flow through `--stgm-*` design tokens.
|
|
48
|
+
*
|
|
49
|
+
* Most hosts mount it via {@link useShareAgent} (a kebab-menu action).
|
|
50
|
+
* Render it directly only when you own the open-state.
|
|
51
|
+
*/
|
|
52
|
+
export function ShareAgentDialog({ open, onOpenChange, agent, buildShareUrl, onSharingChanged, modal = true, }) {
|
|
53
|
+
const dialogRef = useRef(null);
|
|
54
|
+
const handleClose = useCallback(() => {
|
|
55
|
+
dialogRef.current?.close();
|
|
56
|
+
onOpenChange(false);
|
|
57
|
+
}, [onOpenChange]);
|
|
58
|
+
// Sync native dialog open state (matches the SDK dialog convention).
|
|
59
|
+
// Non-modal hosts pass `open` as a plain attribute instead — the dialog
|
|
60
|
+
// renders in-flow with no top layer to manage.
|
|
61
|
+
const prevOpenRef = useRef(false);
|
|
62
|
+
if (modal && open !== prevOpenRef.current) {
|
|
63
|
+
prevOpenRef.current = open;
|
|
64
|
+
if (open) {
|
|
65
|
+
requestAnimationFrame(() => {
|
|
66
|
+
if (dialogRef.current && !dialogRef.current.open) {
|
|
67
|
+
dialogRef.current.showModal();
|
|
68
|
+
}
|
|
69
|
+
});
|
|
70
|
+
}
|
|
71
|
+
else if (dialogRef.current?.open) {
|
|
72
|
+
dialogRef.current.close();
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
return (_jsx("dialog", { ref: dialogRef, open: modal ? undefined : open, onClose: handleClose, className: cn("w-full max-w-lg rounded-xl border border-border bg-popover p-0 shadow-xl", modal ? "fixed inset-0 m-auto backdrop:bg-black/50" : "relative"), "aria-labelledby": "share-agent-title", children: open && (_jsx(ShareAgentDialogBody, { agent: agent, buildShareUrl: buildShareUrl, onSharingChanged: onSharingChanged, onClose: handleClose })) }));
|
|
76
|
+
}
|
|
77
|
+
// ---------------------------------------------------------------------------
|
|
78
|
+
// Dialog body — resolves the canonical share, then hands off to the form
|
|
79
|
+
// ---------------------------------------------------------------------------
|
|
80
|
+
/**
|
|
81
|
+
* Loads the agent's canonical share and mounts the form once resolved.
|
|
82
|
+
* The split keeps the form's draft seeding synchronous (`useState`
|
|
83
|
+
* initializer from the loaded share) — no hydrate-on-effect, no window
|
|
84
|
+
* where the switch shows a state the server never had.
|
|
85
|
+
*/
|
|
86
|
+
function ShareAgentDialogBody({ agent, buildShareUrl, onSharingChanged, onClose, }) {
|
|
87
|
+
const { share, isLoading, error, refetch } = useAgentShare(agent);
|
|
88
|
+
return (_jsxs("div", { className: "flex flex-col", children: [_jsxs("div", { className: "flex items-start justify-between border-b border-border px-6 py-4", children: [_jsxs("div", { className: "min-w-0", children: [_jsx("h2", { id: "share-agent-title", className: "text-base font-semibold text-foreground", children: "Share" }), _jsx("p", { className: "mt-0.5 truncate text-xs text-muted-foreground", children: agent.metadata?.name || agent.metadata?.slug })] }), _jsx("button", { type: "button", onClick: onClose, "aria-label": "Close", className: cn("rounded-md p-1 text-muted-foreground", "hover:text-foreground hover:bg-accent-hover", "focus:outline-none focus:ring-2 focus:ring-ring"), children: _jsx(CloseIcon, {}) })] }), isLoading ? (_jsxs("div", { className: "px-6 py-10 text-center", "aria-busy": "true", "aria-label": "Loading sharing settings", children: [_jsx("div", { className: "mx-auto h-4 w-2/3 animate-pulse rounded bg-muted" }), _jsx("div", { className: "mx-auto mt-2 h-3 w-1/2 animate-pulse rounded bg-muted" })] })) : error ? (_jsxs("div", { className: "px-6 py-8 text-center", role: "alert", children: [_jsx("p", { className: "text-sm text-foreground", children: "Couldn't load this agent's sharing settings." }), _jsx("p", { className: "mt-1 text-xs text-muted-foreground", children: getUserMessage(error) }), _jsx("button", { type: "button", onClick: refetch, className: cn("mt-3 rounded-md px-3 py-1.5 text-xs font-medium", "border border-border text-foreground hover:bg-accent-hover", "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring"), children: "Try again" })] })) : (_jsx(ShareAgentForm, { agent: agent, initialShare: share, buildShareUrl: buildShareUrl, onSharingChanged: onSharingChanged })), _jsx("div", { className: "flex items-center justify-end border-t border-border px-6 py-3", children: _jsx("button", { type: "button", onClick: onClose, className: cn("rounded-md px-3 py-1.5 text-sm font-medium", "bg-primary text-primary-foreground hover:bg-primary-hover", "focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2"), children: "Done" }) })] }));
|
|
89
|
+
}
|
|
90
|
+
// ---------------------------------------------------------------------------
|
|
91
|
+
// Form — owns the share draft for the session
|
|
92
|
+
// ---------------------------------------------------------------------------
|
|
93
|
+
/**
|
|
94
|
+
* The dialog's editable projection of a share. `null` (never shared)
|
|
95
|
+
* seeds the same defaults the server would apply on first create, so
|
|
96
|
+
* the form needs no "no share yet" special case beyond the disabled
|
|
97
|
+
* copy fields that `enabled: false` already produces.
|
|
98
|
+
*/
|
|
99
|
+
function draftFromShare(share) {
|
|
100
|
+
const spec = share?.spec;
|
|
101
|
+
return {
|
|
102
|
+
enabled: spec?.enabled ?? false,
|
|
103
|
+
audience: sharingAudienceFromProto(spec?.audience),
|
|
104
|
+
allowedOrigins: spec?.allowedOrigins ?? [],
|
|
105
|
+
messages: {
|
|
106
|
+
rateLimited: spec?.messages?.rateLimited ?? "",
|
|
107
|
+
unavailable: spec?.messages?.unavailable ?? "",
|
|
108
|
+
conversationEnded: spec?.messages?.conversationEnded ?? "",
|
|
109
|
+
},
|
|
110
|
+
environmentRefs: (spec?.environmentRefs ?? []).map((ref) => ({
|
|
111
|
+
org: ref.org,
|
|
112
|
+
slug: ref.slug,
|
|
113
|
+
})),
|
|
114
|
+
};
|
|
115
|
+
}
|
|
116
|
+
function ShareAgentForm({ agent, initialShare, buildShareUrl, onSharingChanged, }) {
|
|
117
|
+
const agentName = agent.metadata?.name || (agent.metadata?.slug ?? "");
|
|
118
|
+
// The latest server share is the single baseline: the draft, the link
|
|
119
|
+
// token, and the share id for rotation all derive from it. `null`
|
|
120
|
+
// until the first save creates the share.
|
|
121
|
+
const [share, setShare] = useState(initialShare);
|
|
122
|
+
const [draft, setDraft] = useState(() => draftFromShare(initialShare));
|
|
123
|
+
const [activeTab, setActiveTab] = useState("link");
|
|
124
|
+
const { save, isPending } = useSaveAgentShare(agent);
|
|
125
|
+
const { rotateShareLink, isPending: isRotating } = useRotateShareLink(share?.metadata?.id ?? null);
|
|
126
|
+
// The share's own org/slug form the hosted URL. Before the first save
|
|
127
|
+
// the agent's stand in — exactly the identity the server will assign
|
|
128
|
+
// on create (D2: share slug defaults to the agent's).
|
|
129
|
+
const org = share?.metadata?.org || (agent.metadata?.org ?? "");
|
|
130
|
+
const slug = share?.metadata?.slug || (agent.metadata?.slug ?? "");
|
|
131
|
+
const linkToken = share?.status?.shareLinkToken ?? "";
|
|
132
|
+
// Single commit path: apply the complete draft, adopt the server's
|
|
133
|
+
// returned share as the new baseline, notify the host.
|
|
134
|
+
const commit = useCallback(async (next, successMessage) => {
|
|
135
|
+
try {
|
|
136
|
+
const persisted = await save(next, share);
|
|
137
|
+
if (persisted) {
|
|
138
|
+
setShare(persisted);
|
|
139
|
+
setDraft(draftFromShare(persisted));
|
|
140
|
+
}
|
|
141
|
+
else {
|
|
142
|
+
setDraft(next);
|
|
143
|
+
}
|
|
144
|
+
toast.success(successMessage);
|
|
145
|
+
onSharingChanged?.();
|
|
146
|
+
return true;
|
|
147
|
+
}
|
|
148
|
+
catch (err) {
|
|
149
|
+
toast.error(getUserMessage(err));
|
|
150
|
+
return false;
|
|
151
|
+
}
|
|
152
|
+
}, [save, share, onSharingChanged]);
|
|
153
|
+
const handleRotateLink = useCallback(async () => {
|
|
154
|
+
try {
|
|
155
|
+
const updated = await rotateShareLink();
|
|
156
|
+
if (updated) {
|
|
157
|
+
setShare(updated);
|
|
158
|
+
}
|
|
159
|
+
toast.success("Link reset — the old link no longer works");
|
|
160
|
+
onSharingChanged?.();
|
|
161
|
+
}
|
|
162
|
+
catch (err) {
|
|
163
|
+
toast.error(getUserMessage(err));
|
|
164
|
+
}
|
|
165
|
+
}, [rotateShareLink, onSharingChanged]);
|
|
166
|
+
const handleToggle = useCallback((enabled) => {
|
|
167
|
+
void commit({ ...draft, enabled }, enabled ? "Sharing enabled" : "Sharing disabled");
|
|
168
|
+
}, [commit, draft]);
|
|
169
|
+
const handleAudienceChange = useCallback((audience) => {
|
|
170
|
+
if (audience === draft.audience)
|
|
171
|
+
return;
|
|
172
|
+
// Credential bindings are public-audience only (the proto CEL rule
|
|
173
|
+
// rejects them on org shares — decision 011 addendum), so switching
|
|
174
|
+
// to org drops them, and the toast says so: silent config loss is
|
|
175
|
+
// worse than a wordier confirmation.
|
|
176
|
+
const dropsBindings = audience === "org" && draft.environmentRefs.length > 0;
|
|
177
|
+
void commit({
|
|
178
|
+
...draft,
|
|
179
|
+
audience,
|
|
180
|
+
environmentRefs: dropsBindings ? [] : draft.environmentRefs,
|
|
181
|
+
}, audience === "org"
|
|
182
|
+
? dropsBindings
|
|
183
|
+
? "Only organization members can chat now — tool credential bindings were removed (they apply to public links only)"
|
|
184
|
+
: "Only organization members can chat now"
|
|
185
|
+
: "Anyone with the link can chat now");
|
|
186
|
+
}, [commit, draft]);
|
|
187
|
+
const isOrgAudience = draft.audience === "org";
|
|
188
|
+
// Hosts build the base URL; the token rides it only on public shares
|
|
189
|
+
// (org-audience access is gated by membership, not the link token).
|
|
190
|
+
const baseShareUrl = buildShareUrl
|
|
191
|
+
? buildShareUrl(org, slug)
|
|
192
|
+
: chatPath(org, slug);
|
|
193
|
+
const shareUrl = isOrgAudience
|
|
194
|
+
? baseShareUrl
|
|
195
|
+
: appendLinkToken(baseShareUrl, linkToken);
|
|
196
|
+
return (_jsxs(_Fragment, { children: [_jsxs("div", { className: "border-b border-border px-6 py-4", children: [_jsxs("div", { className: "flex items-start justify-between gap-4", children: [_jsxs("div", { className: "min-w-0", children: [_jsx("span", { id: "share-enabled-label", className: "text-sm font-medium text-foreground", children: isOrgAudience
|
|
197
|
+
? "Organization members can chat"
|
|
198
|
+
: "Anyone with the link can chat" }), _jsx(WhoPaysLine, { org: org, audience: draft.audience })] }), _jsx(Switch, { checked: draft.enabled, onCheckedChange: handleToggle, disabled: isPending, "aria-labelledby": "share-enabled-label" })] }), _jsx(AudienceSelector, { audience: draft.audience, onChange: handleAudienceChange, disabled: isPending }), _jsx(ToolReadinessHint, { agent: agent, draft: draft })] }), _jsx("div", { className: "px-6 pb-2 pt-3", children: _jsx(Tabs, { tabs: SHARE_TABS, activeTab: activeTab, onTabChange: setActiveTab, "aria-label": "Sharing options", children: _jsxs("div", { className: "pt-4", children: [activeTab === "link" && (_jsx(LinkTab, { shareUrl: shareUrl, org: org, agent: agent, enabled: draft.enabled, draft: draft, isPending: isPending, commit: commit, hasLinkToken: linkToken !== "", isRotating: isRotating, onResetLink: handleRotateLink })), activeTab === "embed" && (_jsx(EmbedTab, { shareUrl: shareUrl, org: org, slug: slug, agentName: agentName, linkToken: linkToken, enabled: draft.enabled, draft: draft, isPending: isPending, commit: commit })), activeTab === "developer" && _jsx(DeveloperTab, { org: org, slug: slug })] }) }) })] }));
|
|
199
|
+
}
|
|
200
|
+
// ---------------------------------------------------------------------------
|
|
201
|
+
// Tool readiness — visitors' tool use needs credentials bound to the share
|
|
202
|
+
// ---------------------------------------------------------------------------
|
|
203
|
+
/**
|
|
204
|
+
* Pre-flight hint for tool-using agents: visitors' chats receive
|
|
205
|
+
* credentials only from the share's own environment bindings, so a
|
|
206
|
+
* tool-using agent with no bindings (`needs-credentials`) or a binding
|
|
207
|
+
* that is still private (`blocked`) will fail at the visitor's first
|
|
208
|
+
* message. Renders nothing when there is nothing to fix — sharing stays
|
|
209
|
+
* one toggle; this only catches the misconfiguration at share time.
|
|
210
|
+
*/
|
|
211
|
+
function ToolReadinessHint({ agent, draft, }) {
|
|
212
|
+
const readiness = useShareToolReadiness(agent, draft);
|
|
213
|
+
if (readiness.status === "needs-credentials") {
|
|
214
|
+
return (_jsxs("p", { className: "mt-2 text-xs text-warning", role: "status", children: ["Visitors' chats can't use this agent's tools yet: no credentials are bound to this share. Bind an org-shared environment under ", _jsx("span", { className: "font-medium", children: "Tool credentials" }), " in the Link tab below."] }));
|
|
215
|
+
}
|
|
216
|
+
if (readiness.status !== "blocked") {
|
|
217
|
+
return null;
|
|
218
|
+
}
|
|
219
|
+
const envList = readiness.privateEnvironments.join(", ");
|
|
220
|
+
const plural = readiness.privateEnvironments.length > 1;
|
|
221
|
+
return (_jsxs("p", { className: "mt-2 text-xs text-warning", role: "status", children: ["Visitors' chats can't use this agent's tools yet: the environment", plural ? "s" : "", " ", _jsx("span", { className: "font-medium", children: envList }), " ", plural ? "are" : "is", " private. Share ", plural ? "them" : "it", " with your organization (Settings \u2192 Environments) so visitor runs can use the credentials. Secret values stay hidden either way."] }));
|
|
222
|
+
}
|
|
223
|
+
// ---------------------------------------------------------------------------
|
|
224
|
+
// Audience — who can chat over the hosted link
|
|
225
|
+
// ---------------------------------------------------------------------------
|
|
226
|
+
const AUDIENCE_OPTIONS = [
|
|
227
|
+
{ value: "public", label: "Public link" },
|
|
228
|
+
{ value: "org", label: "Org members" },
|
|
229
|
+
];
|
|
230
|
+
/**
|
|
231
|
+
* Segmented control choosing between the two sharing audiences. Mutually
|
|
232
|
+
* exclusive by nature, so a radio group (not toggles); the master switch
|
|
233
|
+
* above stays the single on/off.
|
|
234
|
+
*/
|
|
235
|
+
function AudienceSelector({ audience, onChange, disabled, }) {
|
|
236
|
+
return (_jsx("div", { role: "radiogroup", "aria-label": "Who can chat", className: "mt-3 inline-flex rounded-md border border-border p-0.5", children: AUDIENCE_OPTIONS.map(({ value, label }) => {
|
|
237
|
+
const selected = audience === value;
|
|
238
|
+
return (_jsx("button", { type: "button", role: "radio", "aria-checked": selected, onClick: () => onChange(value), disabled: disabled, className: cn("rounded px-2.5 py-1 text-xs font-medium", "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring", "disabled:pointer-events-none disabled:opacity-50", selected
|
|
239
|
+
? "bg-primary text-primary-foreground"
|
|
240
|
+
: "text-muted-foreground hover:text-foreground"), children: label }, value));
|
|
241
|
+
}) }));
|
|
242
|
+
}
|
|
243
|
+
// ---------------------------------------------------------------------------
|
|
244
|
+
// Who pays — cost attribution is always the org in the share URL
|
|
245
|
+
// ---------------------------------------------------------------------------
|
|
246
|
+
function WhoPaysLine({ org, audience, }) {
|
|
247
|
+
const mode = useDeploymentMode();
|
|
248
|
+
// An Organization's id equals its slug (see ApiResourceMetadata.id), so
|
|
249
|
+
// the share's org reference is directly usable as the billing org id.
|
|
250
|
+
// Cloud-only: local mode has no billing accounts.
|
|
251
|
+
const { account } = useBillingAccount(mode === "cloud" ? org : null);
|
|
252
|
+
const balance = account?.balance !== undefined
|
|
253
|
+
? formatCreditBalance(account.balance?.availableMicros)
|
|
254
|
+
: null;
|
|
255
|
+
return (_jsxs("p", { className: "mt-0.5 text-xs text-muted-foreground", children: [audience === "org" ? "Members" : "Visitors", " chat on", " ", _jsx("span", { className: "font-medium", children: org }), "'s credits", balance !== null && _jsxs(_Fragment, { children: [" (", balance, " available)"] }), "."] }));
|
|
256
|
+
}
|
|
257
|
+
// ---------------------------------------------------------------------------
|
|
258
|
+
// Link tab
|
|
259
|
+
// ---------------------------------------------------------------------------
|
|
260
|
+
/**
|
|
261
|
+
* Names the reason the copy fields above are grayed out: sharing is off, so
|
|
262
|
+
* the link/embed would lead to NOT_FOUND (the fields stay disabled — handing
|
|
263
|
+
* out a dead link is worse than a disabled button). Points at the master
|
|
264
|
+
* switch as the remedy.
|
|
265
|
+
*/
|
|
266
|
+
function SharingOffHint({ subject }) {
|
|
267
|
+
return (_jsxs("p", { className: "text-xs text-muted-foreground", role: "status", children: ["Sharing is off, so ", subject, " doesn't work yet \u2014 turn on the switch above to activate it."] }));
|
|
268
|
+
}
|
|
269
|
+
function LinkTab({ shareUrl, org, agent, enabled, draft, isPending, commit, hasLinkToken, isRotating, onResetLink, }) {
|
|
270
|
+
const isOrgAudience = draft.audience === "org";
|
|
271
|
+
return (_jsxs("div", { className: "flex flex-col gap-4", children: [_jsx(CopyField, { label: isOrgAudience ? "Member chat link" : "Public chat link", value: shareUrl, copyLabel: "Link", disabled: !enabled, openHref: enabled ? shareUrl : undefined }), !enabled && _jsx(SharingOffHint, { subject: "this link" }), isOrgAudience ? (_jsxs("p", { className: "text-xs text-muted-foreground", children: ["Only signed-in members of ", _jsx("span", { className: "font-medium", children: org }), " ", "can chat. Access is checked on every message, so it ends the moment someone leaves the organization. The link is safe to forward \u2014 it shows nothing to anyone else."] })) : (_jsx("p", { className: "text-xs text-warning", children: "Public links can be forwarded and indexed by search engines. Don't share agents that know internal or confidential information \u2014 or switch the audience to org members." })), !isOrgAudience && (_jsx(ResetLinkControl, { enabled: enabled, hasLinkToken: hasLinkToken, isRotating: isRotating, onResetLink: onResetLink })), !isOrgAudience && (_jsx(ToolCredentialsSection, { org: org, agent: agent, draft: draft, isPending: isPending, commit: commit })), _jsx(MessagesEditor, { draft: draft, isPending: isPending, commit: commit })] }));
|
|
272
|
+
}
|
|
273
|
+
/**
|
|
274
|
+
* The "kill a leaked link" lever: rotating generates a fresh `?k=` token
|
|
275
|
+
* so the old URL stops working immediately — sharing stays on, the agent
|
|
276
|
+
* keeps its name. Public audience only; org shares revoke via membership.
|
|
277
|
+
*/
|
|
278
|
+
function ResetLinkControl({ enabled, hasLinkToken, isRotating, onResetLink, }) {
|
|
279
|
+
return (_jsx("section", { className: cn(!enabled && "opacity-50"), children: _jsxs("div", { className: "flex items-start justify-between gap-4", children: [_jsxs("div", { className: "min-w-0", children: [_jsx("h3", { className: "text-xs font-medium text-muted-foreground", children: "Reset link" }), _jsx("p", { className: "mt-0.5 text-[0.65rem] text-muted-foreground", children: hasLinkToken
|
|
280
|
+
? "Generates a new link and kills the current one immediately — even mid-conversation. Re-share the new link with the people who should keep access."
|
|
281
|
+
: "Got forwarded further than you wanted? Resetting locks the link behind a secret and kills the plain address immediately." })] }), _jsx("button", { type: "button", onClick: onResetLink, disabled: !enabled || isRotating, className: cn("shrink-0 rounded-md px-2.5 py-1.5 text-xs font-medium", "border border-border text-foreground hover:bg-accent-hover", "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring", "disabled:pointer-events-none disabled:opacity-50"), children: isRotating ? "Resetting…" : "Reset link" })] }) }));
|
|
282
|
+
}
|
|
283
|
+
// ---------------------------------------------------------------------------
|
|
284
|
+
// Tool credentials — org-shared environments bound to the share for visitors
|
|
285
|
+
// ---------------------------------------------------------------------------
|
|
286
|
+
/**
|
|
287
|
+
* Binds org-shared environments to the share's `environment_refs` — the
|
|
288
|
+
* consent act that makes a tool-using agent work for visitors (decision
|
|
289
|
+
* 011: credentials belong to the channel, never to the agent's pristine
|
|
290
|
+
* default instance). Public audience only; the section disappears for
|
|
291
|
+
* org shares, whose member sessions carry no share linkage in Phase A.
|
|
292
|
+
*
|
|
293
|
+
* Expanded by default when the agent uses MCP tools — for those agents
|
|
294
|
+
* this is essential configuration, not an advanced option.
|
|
295
|
+
*/
|
|
296
|
+
function ToolCredentialsSection({ org, agent, draft, isPending, commit, }) {
|
|
297
|
+
const hasMcpTools = (agent.spec?.mcpServerUsages?.length ?? 0) > 0;
|
|
298
|
+
const [expanded, setExpanded] = useState(hasMcpTools || draft.environmentRefs.length > 0);
|
|
299
|
+
const handleChange = useCallback((refs) => {
|
|
300
|
+
const added = refs.length > draft.environmentRefs.length;
|
|
301
|
+
void commit({ ...draft, environmentRefs: refs }, added ? "Credentials bound" : "Credential bindings updated");
|
|
302
|
+
}, [commit, draft]);
|
|
303
|
+
// Only org-shared environments are guest-usable (the runtime merge
|
|
304
|
+
// skips private ones — decision 006), so offering others would bind
|
|
305
|
+
// credentials that silently never apply.
|
|
306
|
+
const onlyOrgShared = useCallback((env) => env.metadata?.visibility === ApiResourceVisibility.visibility_org, []);
|
|
307
|
+
return (_jsxs("section", { children: [_jsxs("button", { type: "button", onClick: () => setExpanded((v) => !v), "aria-expanded": expanded, className: cn("inline-flex items-center gap-1 text-xs font-medium text-muted-foreground", "hover:text-foreground", "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring rounded"), children: [_jsx(ChevronIcon, { className: cn("size-3 transition-transform", expanded && "rotate-90") }), "Tool credentials"] }), expanded && (_jsxs("div", { className: "mt-2 flex flex-col gap-2", children: [_jsx("p", { className: "text-[0.65rem] text-muted-foreground", children: "Environments whose values visitors' chats can use \u2014 bind one holding the credentials this agent's tools need (a read-only token is safest). Only environments shared with your organization can be bound; share one first in Settings \u2192 Environments. Secret values stay hidden from visitors either way." }), _jsx(EnvironmentPicker, { org: org, value: draft.environmentRefs, onChange: handleChange, disabled: isPending, filterEnvironment: onlyOrgShared })] }))] }));
|
|
308
|
+
}
|
|
309
|
+
// ---------------------------------------------------------------------------
|
|
310
|
+
// Embed tab
|
|
311
|
+
// ---------------------------------------------------------------------------
|
|
312
|
+
/**
|
|
313
|
+
* The app origin the loader is served from — derived from the share URL
|
|
314
|
+
* the host built. Empty when the host never wired `buildShareUrl` (a
|
|
315
|
+
* relative share URL), which degrades {@link buildEmbedSnippet} to a
|
|
316
|
+
* relative `/embed.js` — same degradation as the relative link itself.
|
|
317
|
+
*/
|
|
318
|
+
function appOriginFrom(shareUrl) {
|
|
319
|
+
try {
|
|
320
|
+
return new URL(shareUrl).origin;
|
|
321
|
+
}
|
|
322
|
+
catch {
|
|
323
|
+
return "";
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
/** The no-JavaScript alternative: a plain iframe onto the hosted page. */
|
|
327
|
+
function buildIframeSnippet(shareUrl, agentName) {
|
|
328
|
+
return [
|
|
329
|
+
`<iframe`,
|
|
330
|
+
` src="${shareUrl}"`,
|
|
331
|
+
` title="${agentName}"`,
|
|
332
|
+
` width="400"`,
|
|
333
|
+
` height="600"`,
|
|
334
|
+
` style="border: 0; border-radius: 12px;"`,
|
|
335
|
+
`></iframe>`,
|
|
336
|
+
].join("\n");
|
|
337
|
+
}
|
|
338
|
+
function EmbedTab({ shareUrl, org, slug, agentName, linkToken, enabled, draft, isPending, commit, }) {
|
|
339
|
+
const scriptSnippet = useMemo(() => buildEmbedSnippet(appOriginFrom(shareUrl), org, slug, linkToken || undefined), [shareUrl, org, slug, linkToken]);
|
|
340
|
+
// Embedding serves anonymous visitors via guest tokens, which an
|
|
341
|
+
// org-audience share refuses by design — a sign-in flow inside a
|
|
342
|
+
// third-party iframe is its own project. Say so instead of showing
|
|
343
|
+
// snippets that would render nothing.
|
|
344
|
+
if (draft.audience === "org") {
|
|
345
|
+
return (_jsxs("p", { className: "text-xs text-muted-foreground", role: "status", children: ["Embedding isn't available for org-members-only sharing: embeds serve anonymous visitors, and this agent requires a signed-in organization member. Switch the audience to", " ", _jsx("span", { className: "font-medium", children: "Public link" }), " to embed it on a site."] }));
|
|
346
|
+
}
|
|
347
|
+
return (_jsxs("div", { className: "flex flex-col gap-4", children: [_jsx(CopyField, { label: "Embed on your site", value: scriptSnippet, copyLabel: "Embed code", disabled: !enabled, multiline: true }), !enabled && _jsx(SharingOffHint, { subject: "this embed" }), _jsx("p", { className: "text-xs text-muted-foreground", children: "The widget hides itself on sites that aren't allowed to embed this agent. Free embeds show a \"Powered by Stigmer\" badge." }), _jsx(OriginsEditor, { draft: draft, isPending: isPending, commit: commit }), _jsx(IframeAlternative, { shareUrl: shareUrl, agentName: agentName, enabled: enabled })] }));
|
|
348
|
+
}
|
|
349
|
+
/**
|
|
350
|
+
* Collapsible fallback for hosts that cannot run scripts (locked-down CMSes,
|
|
351
|
+
* strict sanitizers). Same widget, same origin enforcement — minus the
|
|
352
|
+
* hide-on-refusal behavior the loader provides.
|
|
353
|
+
*/
|
|
354
|
+
function IframeAlternative({ shareUrl, agentName, enabled, }) {
|
|
355
|
+
const [expanded, setExpanded] = useState(false);
|
|
356
|
+
const snippet = useMemo(() => buildIframeSnippet(shareUrl, agentName), [shareUrl, agentName]);
|
|
357
|
+
return (_jsxs("section", { children: [_jsxs("button", { type: "button", onClick: () => setExpanded((v) => !v), "aria-expanded": expanded, className: cn("inline-flex items-center gap-1 text-xs font-medium text-muted-foreground", "hover:text-foreground", "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring rounded"), children: [_jsx(ChevronIcon, { className: cn("size-3 transition-transform", expanded && "rotate-90") }), "No-JavaScript alternative"] }), expanded && (_jsxs("div", { className: "mt-2 flex flex-col gap-2", children: [_jsx("p", { className: "text-[0.65rem] text-muted-foreground", children: "For sites that can't run scripts. A blocked embed shows an empty frame instead of hiding." }), _jsx(CopyField, { label: "Iframe embed", value: snippet, copyLabel: "Iframe code", disabled: !enabled, multiline: true })] }))] }));
|
|
358
|
+
}
|
|
359
|
+
// ---------------------------------------------------------------------------
|
|
360
|
+
// Allowed origins editor
|
|
361
|
+
// ---------------------------------------------------------------------------
|
|
362
|
+
function OriginsEditor({ draft, isPending, commit, }) {
|
|
363
|
+
const [newOrigin, setNewOrigin] = useState("");
|
|
364
|
+
const [inputError, setInputError] = useState(null);
|
|
365
|
+
const handleAdd = useCallback(async () => {
|
|
366
|
+
const value = newOrigin.trim();
|
|
367
|
+
const validationError = validateOrigin(value);
|
|
368
|
+
if (validationError) {
|
|
369
|
+
setInputError(validationError);
|
|
370
|
+
return;
|
|
371
|
+
}
|
|
372
|
+
if (draft.allowedOrigins.includes(value)) {
|
|
373
|
+
setInputError("That origin is already in the list");
|
|
374
|
+
return;
|
|
375
|
+
}
|
|
376
|
+
if (draft.allowedOrigins.length >= MAX_ALLOWED_ORIGINS) {
|
|
377
|
+
setInputError(`At most ${MAX_ALLOWED_ORIGINS} origins are allowed`);
|
|
378
|
+
return;
|
|
379
|
+
}
|
|
380
|
+
setInputError(null);
|
|
381
|
+
const ok = await commit({ ...draft, allowedOrigins: [...draft.allowedOrigins, value] }, "Origin added");
|
|
382
|
+
if (ok)
|
|
383
|
+
setNewOrigin("");
|
|
384
|
+
}, [newOrigin, draft, commit]);
|
|
385
|
+
const handleRemove = useCallback((origin) => {
|
|
386
|
+
void commit({
|
|
387
|
+
...draft,
|
|
388
|
+
allowedOrigins: draft.allowedOrigins.filter((o) => o !== origin),
|
|
389
|
+
}, "Origin removed");
|
|
390
|
+
}, [draft, commit]);
|
|
391
|
+
return (_jsxs("section", { children: [_jsx("h3", { className: "text-xs font-medium text-muted-foreground", children: "Allowed embed origins" }), _jsx("p", { className: "mt-0.5 text-[0.65rem] text-muted-foreground", children: "Sites allowed to embed this agent. An empty list allows any site; adding origins restricts embedding to those sites. The hosted link works either way." }), draft.allowedOrigins.length > 0 && (_jsx("ul", { className: "mt-2 flex flex-col divide-y divide-border rounded-md border border-border", children: draft.allowedOrigins.map((origin) => (_jsxs("li", { className: "flex items-center justify-between gap-2 px-2.5 py-1.5", children: [_jsx("code", { className: "truncate font-mono text-xs text-foreground", children: origin }), _jsx("button", { type: "button", onClick: () => handleRemove(origin), disabled: isPending, "aria-label": `Remove ${origin}`, className: cn("inline-flex size-5 shrink-0 items-center justify-center rounded text-muted-foreground", "hover:bg-destructive-subtle hover:text-destructive", "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring", "disabled:pointer-events-none disabled:opacity-50"), children: _jsx(RemoveIcon, {}) })] }, origin))) })), _jsxs("div", { className: "mt-2 flex items-start gap-1.5", children: [_jsxs("div", { className: "min-w-0 flex-1", children: [_jsx("input", { type: "text", value: newOrigin, onChange: (e) => {
|
|
392
|
+
setNewOrigin(e.target.value);
|
|
393
|
+
if (inputError)
|
|
394
|
+
setInputError(null);
|
|
395
|
+
}, onKeyDown: (e) => {
|
|
396
|
+
if (e.key === "Enter") {
|
|
397
|
+
e.preventDefault();
|
|
398
|
+
void handleAdd();
|
|
399
|
+
}
|
|
400
|
+
}, placeholder: "https://example.com", "aria-label": "Add allowed origin", "aria-invalid": inputError != null, className: cn("w-full rounded-md border border-border bg-input-bg px-2 py-1.5 font-mono text-xs text-foreground", "focus:outline-none focus:ring-2 focus:ring-ring") }), inputError && (_jsx("p", { role: "alert", className: "mt-1 text-xs text-destructive", children: inputError }))] }), _jsx("button", { type: "button", onClick: () => void handleAdd(), disabled: isPending || !newOrigin.trim(), className: cn("shrink-0 rounded-md px-2.5 py-1.5 text-xs font-medium", "border border-border text-foreground hover:bg-accent-hover", "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring", "disabled:pointer-events-none disabled:opacity-50"), children: "Add" })] })] }));
|
|
401
|
+
}
|
|
402
|
+
// ---------------------------------------------------------------------------
|
|
403
|
+
// Visitor messages editor (collapsible)
|
|
404
|
+
// ---------------------------------------------------------------------------
|
|
405
|
+
const MESSAGE_FIELDS = [
|
|
406
|
+
{
|
|
407
|
+
key: "rateLimited",
|
|
408
|
+
label: "Rate limited",
|
|
409
|
+
placeholder: "Shown when a visitor sends messages too quickly",
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
key: "unavailable",
|
|
413
|
+
label: "Unavailable",
|
|
414
|
+
placeholder: "Shown when the agent is temporarily unavailable",
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
key: "conversationEnded",
|
|
418
|
+
label: "Conversation ended",
|
|
419
|
+
placeholder: "Shown when a conversation reaches its limit",
|
|
420
|
+
},
|
|
421
|
+
];
|
|
422
|
+
function MessagesEditor({ draft, isPending, commit, }) {
|
|
423
|
+
const [expanded, setExpanded] = useState(false);
|
|
424
|
+
const [localMessages, setLocalMessages] = useState(draft.messages);
|
|
425
|
+
const isDirty = localMessages.rateLimited !== draft.messages.rateLimited ||
|
|
426
|
+
localMessages.unavailable !== draft.messages.unavailable ||
|
|
427
|
+
localMessages.conversationEnded !== draft.messages.conversationEnded;
|
|
428
|
+
const handleSave = useCallback(() => {
|
|
429
|
+
void commit({ ...draft, messages: localMessages }, "Messages saved");
|
|
430
|
+
}, [commit, draft, localMessages]);
|
|
431
|
+
return (_jsxs("section", { children: [_jsxs("button", { type: "button", onClick: () => setExpanded((v) => !v), "aria-expanded": expanded, className: cn("inline-flex items-center gap-1 text-xs font-medium text-muted-foreground", "hover:text-foreground", "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring rounded"), children: [_jsx(ChevronIcon, { className: cn("size-3 transition-transform", expanded && "rotate-90") }), "Customize visitor messages"] }), expanded && (_jsxs("div", { className: "mt-2 flex flex-col gap-3", children: [_jsx("p", { className: "text-[0.65rem] text-muted-foreground", children: "Shown to visitors when a limit is reached. Leave empty to use the platform defaults." }), MESSAGE_FIELDS.map(({ key, label, placeholder }) => (_jsx(MessageField, { label: label, placeholder: placeholder, value: localMessages[key], onChange: (value) => setLocalMessages((prev) => ({ ...prev, [key]: value })) }, key))), isDirty && (_jsxs("div", { className: "flex items-center justify-end gap-1.5", children: [_jsx("button", { type: "button", onClick: () => setLocalMessages(draft.messages), disabled: isPending, className: cn("rounded-md px-2.5 py-1 text-xs font-medium", "border border-border text-foreground hover:bg-accent-hover", "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring"), children: "Reset" }), _jsx("button", { type: "button", onClick: handleSave, disabled: isPending, className: cn("rounded-md px-2.5 py-1 text-xs font-medium", "bg-primary text-primary-foreground hover:bg-primary-hover", "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring", "disabled:pointer-events-none disabled:opacity-50"), children: "Save messages" })] }))] }))] }));
|
|
432
|
+
}
|
|
433
|
+
function MessageField({ label, placeholder, value, onChange, }) {
|
|
434
|
+
return (_jsxs("label", { className: "flex flex-col gap-1", children: [_jsxs("span", { className: "flex items-center justify-between text-xs font-medium text-muted-foreground", children: [label, _jsxs("span", { className: "tabular-nums text-[0.65rem]", children: [value.length, "/", MAX_MESSAGE_LENGTH] })] }), _jsx("textarea", { value: value, onChange: (e) => onChange(e.target.value.slice(0, MAX_MESSAGE_LENGTH)), placeholder: placeholder, rows: 2, maxLength: MAX_MESSAGE_LENGTH, className: cn("w-full resize-y rounded-md border border-border bg-input-bg px-2 py-1.5 text-xs text-foreground", "focus:outline-none focus:ring-2 focus:ring-ring") })] }));
|
|
435
|
+
}
|
|
436
|
+
// ---------------------------------------------------------------------------
|
|
437
|
+
// Developer tab — the graduation ladder to the full SDK
|
|
438
|
+
// ---------------------------------------------------------------------------
|
|
439
|
+
function buildDeveloperSnippet(org, slug) {
|
|
440
|
+
return [
|
|
441
|
+
`import { createPlatformClientAuth } from "@stigmer/sdk/node";`,
|
|
442
|
+
``,
|
|
443
|
+
`const auth = createPlatformClientAuth({`,
|
|
444
|
+
` baseUrl: "https://api.stigmer.ai",`,
|
|
445
|
+
` clientId: process.env.STIGMER_CLIENT_ID,`,
|
|
446
|
+
` clientSecret: process.env.STIGMER_CLIENT_SECRET,`,
|
|
447
|
+
`});`,
|
|
448
|
+
``,
|
|
449
|
+
`// Mint tokens for your own users, then chat with ${org}/${slug}`,
|
|
450
|
+
`const { accessToken } = await auth.mintUserToken({`,
|
|
451
|
+
` userId: "user-123",`,
|
|
452
|
+
`});`,
|
|
453
|
+
].join("\n");
|
|
454
|
+
}
|
|
455
|
+
function DeveloperTab({ org, slug, }) {
|
|
456
|
+
const snippet = useMemo(() => buildDeveloperSnippet(org, slug), [org, slug]);
|
|
457
|
+
return (_jsxs("div", { className: "flex flex-col gap-3", children: [_jsx("p", { className: "text-xs text-muted-foreground", children: "Need your own auth, branding, or UI? Create a platform client and integrate this agent with the Stigmer SDK \u2014 the same runtime, full control." }), _jsx(CopyField, { label: "Platform client integration", value: snippet, copyLabel: "Code", multiline: true }), _jsx("a", { href: PLATFORM_CLIENT_DOCS_URL, target: "_blank", rel: "noreferrer", className: cn("text-xs font-medium text-primary hover:text-primary-muted", "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring rounded"), children: "Read the platform client guide \u2192" })] }));
|
|
458
|
+
}
|
|
459
|
+
// ---------------------------------------------------------------------------
|
|
460
|
+
// Copy field — labeled value with copy (and optional open) affordances
|
|
461
|
+
// ---------------------------------------------------------------------------
|
|
462
|
+
function CopyField({ label, value, copyLabel, disabled, multiline, openHref, }) {
|
|
463
|
+
const { copy } = useCopyResource();
|
|
464
|
+
return (_jsxs("section", { className: cn(disabled && "opacity-50"), children: [_jsx("h3", { className: "text-xs font-medium text-muted-foreground", children: label }), _jsxs("div", { className: "mt-1.5 flex items-start gap-1.5", children: [multiline ? (_jsx("pre", { className: cn("min-w-0 flex-1 overflow-x-auto rounded-md border border-border bg-muted-subtle px-2.5 py-2", "font-mono text-xs leading-relaxed text-foreground"), children: value })) : (_jsx("code", { className: cn("min-w-0 flex-1 truncate rounded-md border border-border bg-muted-subtle px-2.5 py-1.5", "font-mono text-xs text-foreground"), title: value, children: value })), _jsxs("div", { className: "flex shrink-0 flex-col gap-1.5", children: [_jsx("button", { type: "button", onClick: () => void copy(value, copyLabel), disabled: disabled, className: cn("rounded-md px-2.5 py-1.5 text-xs font-medium", "border border-border text-foreground hover:bg-accent-hover", "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring", "disabled:pointer-events-none disabled:opacity-50"), children: "Copy" }), openHref && (_jsx("a", { href: openHref, target: "_blank", rel: "noreferrer", className: cn("rounded-md px-2.5 py-1.5 text-center text-xs font-medium", "border border-border text-foreground hover:bg-accent-hover", "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring"), children: "Open" }))] })] })] }));
|
|
465
|
+
}
|
|
466
|
+
// ---------------------------------------------------------------------------
|
|
467
|
+
// Icons — inline SVGs following the SDK pattern (no icon library dependency)
|
|
468
|
+
// ---------------------------------------------------------------------------
|
|
469
|
+
function CloseIcon() {
|
|
470
|
+
return (_jsx("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", "aria-hidden": "true", children: _jsx("path", { d: "M4 4l8 8M12 4l-8 8", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }) }));
|
|
471
|
+
}
|
|
472
|
+
function RemoveIcon() {
|
|
473
|
+
return (_jsx("svg", { width: "12", height: "12", viewBox: "0 0 16 16", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", "aria-hidden": "true", children: _jsx("path", { d: "m4 4 8 8M12 4l-8 8" }) }));
|
|
474
|
+
}
|
|
475
|
+
function ChevronIcon({ className }) {
|
|
476
|
+
return (_jsx("svg", { className: className, viewBox: "0 0 16 16", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", "aria-hidden": "true", children: _jsx("path", { d: "m6 3 5 5-5 5" }) }));
|
|
477
|
+
}
|
|
478
|
+
//# sourceMappingURL=ShareAgentDialog.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShareAgentDialog.js","sourceRoot":"","sources":["../../src/sharing/ShareAgentDialog.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import type { SharingAudience } from "./useSaveAgentShare.js";
|
|
2
|
+
/** Props for {@link SharedAgentChat}. */
|
|
3
|
+
export interface SharedAgentChatProps {
|
|
4
|
+
/** Organization slug from the share URL. */
|
|
5
|
+
readonly org: string;
|
|
6
|
+
/** Agent slug from the share URL. */
|
|
7
|
+
readonly slug: string;
|
|
8
|
+
/**
|
|
9
|
+
* Heading above the composer before the first message.
|
|
10
|
+
* Defaults to a prompt built from the agent's name.
|
|
11
|
+
*/
|
|
12
|
+
readonly heading?: string;
|
|
13
|
+
/** Placeholder for the composer textarea. */
|
|
14
|
+
readonly placeholder?: string;
|
|
15
|
+
/**
|
|
16
|
+
* Render the "Powered by Stigmer" footer.
|
|
17
|
+
*
|
|
18
|
+
* @default true
|
|
19
|
+
*/
|
|
20
|
+
readonly showPoweredBy?: boolean;
|
|
21
|
+
/**
|
|
22
|
+
* Called after the visitor's session and first execution are
|
|
23
|
+
* created — e.g. to reflect the session in the host page's URL.
|
|
24
|
+
*/
|
|
25
|
+
readonly onSessionCreated?: (sessionId: string) => void;
|
|
26
|
+
/**
|
|
27
|
+
* Which sharing audience this surface serves. Selects the profile
|
|
28
|
+
* resolution path: `"public"` uses the anonymous `getSharedProfile`
|
|
29
|
+
* RPC (pair with `createGuestAuth`); `"org"` uses the authenticated
|
|
30
|
+
* `getSharedProfileForMember` RPC and requires a `StigmerProvider`
|
|
31
|
+
* whose client carries a signed-in org member's token. The chat
|
|
32
|
+
* presentation is identical either way.
|
|
33
|
+
*
|
|
34
|
+
* @default "public"
|
|
35
|
+
*/
|
|
36
|
+
readonly sharingAudience?: SharingAudience;
|
|
37
|
+
/**
|
|
38
|
+
* Share-link token from the URL's `?k=` parameter (public audience
|
|
39
|
+
* only). Required when the share link has been locked with a
|
|
40
|
+
* rotatable token; harmless on plain links. Pair it with the same
|
|
41
|
+
* `linkToken` on `createGuestAuth` so profile resolution and token
|
|
42
|
+
* minting present the same credentialing.
|
|
43
|
+
*/
|
|
44
|
+
readonly linkToken?: string;
|
|
45
|
+
/** Additional CSS class names for the root container. */
|
|
46
|
+
readonly className?: string;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* The complete shared-agent chat experience for anonymous visitors —
|
|
50
|
+
* the organism behind a shared agent's hosted page and embeds.
|
|
51
|
+
*
|
|
52
|
+
* Resolves the agent's public profile (name, description, icon, and
|
|
53
|
+
* the pinned deployment) via {@link useSharedAgentProfile}, then
|
|
54
|
+
* renders the session organisms with `audience="guest"`: a pure chat
|
|
55
|
+
* surface with no configuration pickers, pinned to the shared agent's
|
|
56
|
+
* default instance so the session binds synchronously on mount.
|
|
57
|
+
*
|
|
58
|
+
* Handles all states: loading, unavailable (the agent does not exist
|
|
59
|
+
* or is not shared — indistinguishable by design), transient errors
|
|
60
|
+
* (with retry), and the live chat.
|
|
61
|
+
*
|
|
62
|
+
* **Auth contract:** requires a `StigmerProvider` whose client can
|
|
63
|
+
* chat with this agent. For public shares (the default), pair with
|
|
64
|
+
* `createGuestAuth({ baseUrl, org, slug })` from `@stigmer/sdk` —
|
|
65
|
+
* the profile fetch is public and sessions use the guest token the
|
|
66
|
+
* provider mints on demand. For org-members-only shares, pass
|
|
67
|
+
* `sharingAudience="org"` and a client carrying the signed-in
|
|
68
|
+
* member's own token; the presentation stays the same pure chat.
|
|
69
|
+
*
|
|
70
|
+
* @example
|
|
71
|
+
* ```tsx
|
|
72
|
+
* const guestAuth = createGuestAuth({ baseUrl, org, slug });
|
|
73
|
+
* const client = useMemo(
|
|
74
|
+
* () => new Stigmer({ baseUrl, getAccessToken: guestAuth.getAccessToken }),
|
|
75
|
+
* [guestAuth],
|
|
76
|
+
* );
|
|
77
|
+
*
|
|
78
|
+
* <StigmerProvider client={client} colorMode="system">
|
|
79
|
+
* <SharedAgentChat org={org} slug={slug} />
|
|
80
|
+
* </StigmerProvider>
|
|
81
|
+
* ```
|
|
82
|
+
*/
|
|
83
|
+
export declare function SharedAgentChat({ org, slug, heading, placeholder, showPoweredBy, onSessionCreated, sharingAudience, linkToken, className, }: SharedAgentChatProps): import("react/jsx-runtime").JSX.Element;
|
|
84
|
+
//# sourceMappingURL=SharedAgentChat.d.ts.map
|