@korso/shepherd-ui 0.8.0 → 0.9.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/components/Chat.js +4 -1
- package/dist/config/ConnectAgent.js +31 -8
- package/dist/lib/{Dashboard-D7tbhMwK.js → Dashboard-BSGZuM-A.js} +216 -199
- package/dist/lib/index.d.ts +5 -0
- package/dist/lib/index.js +235 -214
- package/dist/lib/selfhost.js +1 -1
- package/dist/selfhost/assets/{index--_PPE03M.js → index-Sqcr2ekx.js} +7 -7
- package/dist/selfhost/index.html +1 -1
- package/package.json +1 -1
package/dist/lib/index.js
CHANGED
|
@@ -1,83 +1,83 @@
|
|
|
1
|
-
import { u as
|
|
2
|
-
import { E as ve, a as fe, c as ye } from "./Dashboard-
|
|
3
|
-
import { jsxs as
|
|
1
|
+
import { u as D, d as x, S as J, f as B, D as Y } from "./Dashboard-BSGZuM-A.js";
|
|
2
|
+
import { E as ve, a as fe, c as ye } from "./Dashboard-BSGZuM-A.js";
|
|
3
|
+
import { jsxs as t, jsx as e, Fragment as F } from "react/jsx-runtime";
|
|
4
4
|
import { useId as $, useRef as W, useState as i, useEffect as A, useCallback as M } from "react";
|
|
5
|
-
function
|
|
6
|
-
return (
|
|
5
|
+
function H(n) {
|
|
6
|
+
return (n.trim()[0] ?? "?").toUpperCase();
|
|
7
7
|
}
|
|
8
8
|
function V({
|
|
9
|
-
workspaces:
|
|
9
|
+
workspaces: n,
|
|
10
10
|
selected: a,
|
|
11
11
|
onSelect: o,
|
|
12
12
|
onChanged: h,
|
|
13
|
-
onMembersChanged:
|
|
13
|
+
onMembersChanged: s
|
|
14
14
|
}) {
|
|
15
|
-
const p =
|
|
16
|
-
function
|
|
17
|
-
y(!1), f("menu"), k(""),
|
|
15
|
+
const p = D(), c = $(), b = W(null), [r, y] = i(!1), [v, f] = i("menu"), [N, k] = i(""), [m, _] = i(""), [E, l] = i(null), [g, S] = i(!1);
|
|
16
|
+
function C() {
|
|
17
|
+
y(!1), f("menu"), k(""), _(""), l(null);
|
|
18
18
|
}
|
|
19
19
|
A(() => {
|
|
20
|
-
if (!
|
|
21
|
-
function d(
|
|
22
|
-
b.current && !b.current.contains(
|
|
20
|
+
if (!r) return;
|
|
21
|
+
function d(O) {
|
|
22
|
+
b.current && !b.current.contains(O.target) && C();
|
|
23
23
|
}
|
|
24
|
-
function R(
|
|
25
|
-
|
|
24
|
+
function R(O) {
|
|
25
|
+
O.key === "Escape" && C();
|
|
26
26
|
}
|
|
27
27
|
return document.addEventListener("mousedown", d), document.addEventListener("keydown", R), () => {
|
|
28
28
|
document.removeEventListener("mousedown", d), document.removeEventListener("keydown", R);
|
|
29
29
|
};
|
|
30
|
-
}, [
|
|
30
|
+
}, [r]);
|
|
31
31
|
async function I() {
|
|
32
32
|
if (!(!N.trim() || g)) {
|
|
33
|
-
|
|
33
|
+
S(!0), l(null);
|
|
34
34
|
try {
|
|
35
35
|
const d = await p.createWorkspace({ name: N.trim() });
|
|
36
|
-
o(d.id), h(),
|
|
36
|
+
o(d.id), h(), C();
|
|
37
37
|
} catch (d) {
|
|
38
|
-
l(
|
|
38
|
+
l(x(d));
|
|
39
39
|
} finally {
|
|
40
|
-
|
|
40
|
+
S(!1);
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
async function T() {
|
|
45
45
|
if (!(!m.trim() || g)) {
|
|
46
|
-
|
|
46
|
+
S(!0), l(null);
|
|
47
47
|
try {
|
|
48
48
|
const d = await p.redeemInvite(m.trim());
|
|
49
|
-
o(d.workspace.id), h(),
|
|
49
|
+
o(d.workspace.id), h(), s == null || s(), C();
|
|
50
50
|
} catch (d) {
|
|
51
|
-
l(
|
|
51
|
+
l(x(d));
|
|
52
52
|
} finally {
|
|
53
|
-
|
|
53
|
+
S(!1);
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
57
|
const w = a !== null, L = a ? a.name : "Get started";
|
|
58
|
-
return /* @__PURE__ */
|
|
59
|
-
/* @__PURE__ */
|
|
58
|
+
return /* @__PURE__ */ t("div", { className: "ws-switcher", ref: b, children: [
|
|
59
|
+
/* @__PURE__ */ t(
|
|
60
60
|
"button",
|
|
61
61
|
{
|
|
62
62
|
type: "button",
|
|
63
63
|
className: "ws-trig" + (w ? "" : " ws-trig--empty"),
|
|
64
64
|
"aria-haspopup": "menu",
|
|
65
|
-
"aria-expanded":
|
|
66
|
-
"aria-controls":
|
|
67
|
-
onClick: () =>
|
|
65
|
+
"aria-expanded": r,
|
|
66
|
+
"aria-controls": r ? c : void 0,
|
|
67
|
+
onClick: () => r ? C() : y(!0),
|
|
68
68
|
children: [
|
|
69
|
-
w ? /* @__PURE__ */ e("span", { className: "ws-avatar", "aria-hidden": "true", children:
|
|
69
|
+
w ? /* @__PURE__ */ e("span", { className: "ws-avatar", "aria-hidden": "true", children: H(L) }) : /* @__PURE__ */ e("span", { className: "ws-plus", "aria-hidden": "true", children: "+" }),
|
|
70
70
|
/* @__PURE__ */ e("span", { className: "ws-name", children: L }),
|
|
71
71
|
/* @__PURE__ */ e("span", { className: "ws-caret", "aria-hidden": "true", children: "▾" })
|
|
72
72
|
]
|
|
73
73
|
}
|
|
74
74
|
),
|
|
75
|
-
|
|
76
|
-
v === "menu" && /* @__PURE__ */
|
|
75
|
+
r && /* @__PURE__ */ t("div", { className: "ws-menu", id: c, role: "menu", children: [
|
|
76
|
+
v === "menu" && /* @__PURE__ */ t(F, { children: [
|
|
77
77
|
/* @__PURE__ */ e("p", { className: "ws-menu__head", children: w ? "Switch workspace" : "Your workspaces" }),
|
|
78
|
-
|
|
78
|
+
n.length === 0 ? /* @__PURE__ */ e("p", { className: "ws-menu__none", children: "None yet" }) : /* @__PURE__ */ e("ul", { className: "ws-menu__list", children: n.map((d) => {
|
|
79
79
|
const R = d.id === (a == null ? void 0 : a.id);
|
|
80
|
-
return /* @__PURE__ */ e("li", { children: /* @__PURE__ */
|
|
80
|
+
return /* @__PURE__ */ e("li", { children: /* @__PURE__ */ t(
|
|
81
81
|
"button",
|
|
82
82
|
{
|
|
83
83
|
type: "button",
|
|
@@ -85,17 +85,17 @@ function V({
|
|
|
85
85
|
"aria-checked": R,
|
|
86
86
|
className: "ws-mi" + (R ? " ws-mi--on" : ""),
|
|
87
87
|
onClick: () => {
|
|
88
|
-
o(d.id),
|
|
88
|
+
o(d.id), C();
|
|
89
89
|
},
|
|
90
90
|
children: [
|
|
91
|
-
/* @__PURE__ */ e("span", { className: "ws-avatar ws-avatar--sm", "aria-hidden": "true", children:
|
|
91
|
+
/* @__PURE__ */ e("span", { className: "ws-avatar ws-avatar--sm", "aria-hidden": "true", children: H(d.name) }),
|
|
92
92
|
/* @__PURE__ */ e("span", { className: "ws-mi__name", children: d.name }),
|
|
93
93
|
R && /* @__PURE__ */ e("span", { className: "ws-mi__check", "aria-hidden": "true", children: "✓" })
|
|
94
94
|
]
|
|
95
95
|
}
|
|
96
96
|
) }, d.id);
|
|
97
97
|
}) }),
|
|
98
|
-
/* @__PURE__ */
|
|
98
|
+
/* @__PURE__ */ t("div", { className: "ws-menu__actions", children: [
|
|
99
99
|
/* @__PURE__ */ e(
|
|
100
100
|
"button",
|
|
101
101
|
{
|
|
@@ -122,7 +122,7 @@ function V({
|
|
|
122
122
|
)
|
|
123
123
|
] })
|
|
124
124
|
] }),
|
|
125
|
-
v === "create" && /* @__PURE__ */
|
|
125
|
+
v === "create" && /* @__PURE__ */ t(
|
|
126
126
|
"form",
|
|
127
127
|
{
|
|
128
128
|
className: "ws-form",
|
|
@@ -142,14 +142,14 @@ function V({
|
|
|
142
142
|
onChange: (d) => k(d.target.value)
|
|
143
143
|
}
|
|
144
144
|
),
|
|
145
|
-
/* @__PURE__ */
|
|
145
|
+
/* @__PURE__ */ t("div", { className: "ws-form__row", children: [
|
|
146
146
|
/* @__PURE__ */ e("button", { type: "button", className: "ws-form__back", onClick: () => f("menu"), children: "Back" }),
|
|
147
147
|
/* @__PURE__ */ e("button", { type: "submit", disabled: g || !N.trim(), children: "Create" })
|
|
148
148
|
] })
|
|
149
149
|
]
|
|
150
150
|
}
|
|
151
151
|
),
|
|
152
|
-
v === "join" && /* @__PURE__ */
|
|
152
|
+
v === "join" && /* @__PURE__ */ t(
|
|
153
153
|
"form",
|
|
154
154
|
{
|
|
155
155
|
className: "ws-form",
|
|
@@ -166,10 +166,10 @@ function V({
|
|
|
166
166
|
placeholder: "Paste an invite code",
|
|
167
167
|
value: m,
|
|
168
168
|
autoFocus: !0,
|
|
169
|
-
onChange: (d) =>
|
|
169
|
+
onChange: (d) => _(d.target.value)
|
|
170
170
|
}
|
|
171
171
|
),
|
|
172
|
-
/* @__PURE__ */
|
|
172
|
+
/* @__PURE__ */ t("div", { className: "ws-form__row", children: [
|
|
173
173
|
/* @__PURE__ */ e("button", { type: "button", className: "ws-form__back", onClick: () => f("menu"), children: "Back" }),
|
|
174
174
|
/* @__PURE__ */ e("button", { type: "submit", disabled: g || !m.trim(), children: "Join" })
|
|
175
175
|
] })
|
|
@@ -180,32 +180,32 @@ function V({
|
|
|
180
180
|
] })
|
|
181
181
|
] });
|
|
182
182
|
}
|
|
183
|
-
function
|
|
184
|
-
workspaceName:
|
|
183
|
+
function q({
|
|
184
|
+
workspaceName: n,
|
|
185
185
|
busy: a,
|
|
186
186
|
error: o,
|
|
187
187
|
onConfirm: h,
|
|
188
|
-
onCancel:
|
|
188
|
+
onCancel: s
|
|
189
189
|
}) {
|
|
190
|
-
const p = $(), c = $(), [b,
|
|
190
|
+
const p = $(), c = $(), [b, r] = i(""), y = W(null);
|
|
191
191
|
A(() => {
|
|
192
192
|
var f;
|
|
193
193
|
(f = y.current) == null || f.focus();
|
|
194
194
|
}, []), A(() => {
|
|
195
195
|
function f(N) {
|
|
196
|
-
N.key === "Escape" && !a &&
|
|
196
|
+
N.key === "Escape" && !a && s();
|
|
197
197
|
}
|
|
198
198
|
return document.addEventListener("keydown", f), () => document.removeEventListener("keydown", f);
|
|
199
|
-
}, [a,
|
|
200
|
-
const v = b ===
|
|
199
|
+
}, [a, s]);
|
|
200
|
+
const v = b === n;
|
|
201
201
|
return /* @__PURE__ */ e(
|
|
202
202
|
"div",
|
|
203
203
|
{
|
|
204
204
|
className: "shepherd-modal__backdrop",
|
|
205
205
|
onClick: () => {
|
|
206
|
-
a ||
|
|
206
|
+
a || s();
|
|
207
207
|
},
|
|
208
|
-
children: /* @__PURE__ */
|
|
208
|
+
children: /* @__PURE__ */ t(
|
|
209
209
|
"div",
|
|
210
210
|
{
|
|
211
211
|
className: "shepherd-modal",
|
|
@@ -216,14 +216,14 @@ function X({
|
|
|
216
216
|
onClick: (f) => f.stopPropagation(),
|
|
217
217
|
children: [
|
|
218
218
|
/* @__PURE__ */ e("h3", { id: p, children: "Delete workspace" }),
|
|
219
|
-
/* @__PURE__ */
|
|
219
|
+
/* @__PURE__ */ t("p", { id: c, className: "shepherd-modal__body", children: [
|
|
220
220
|
"This permanently deletes ",
|
|
221
|
-
/* @__PURE__ */ e("b", { children:
|
|
221
|
+
/* @__PURE__ */ e("b", { children: n }),
|
|
222
222
|
" and all of its data — agents, sessions, tasks, announcements, change history, tokens, invites, and members. This cannot be undone."
|
|
223
223
|
] }),
|
|
224
|
-
/* @__PURE__ */
|
|
224
|
+
/* @__PURE__ */ t("label", { htmlFor: `${p}-input`, className: "shepherd-modal__label", children: [
|
|
225
225
|
"Type ",
|
|
226
|
-
/* @__PURE__ */ e("b", { children:
|
|
226
|
+
/* @__PURE__ */ e("b", { children: n }),
|
|
227
227
|
" to confirm"
|
|
228
228
|
] }),
|
|
229
229
|
/* @__PURE__ */ e(
|
|
@@ -235,12 +235,12 @@ function X({
|
|
|
235
235
|
value: b,
|
|
236
236
|
autoComplete: "off",
|
|
237
237
|
disabled: a,
|
|
238
|
-
onChange: (f) =>
|
|
238
|
+
onChange: (f) => r(f.target.value)
|
|
239
239
|
}
|
|
240
240
|
),
|
|
241
241
|
o && /* @__PURE__ */ e("p", { role: "alert", children: o }),
|
|
242
|
-
/* @__PURE__ */
|
|
243
|
-
/* @__PURE__ */ e("button", { type: "button", onClick:
|
|
242
|
+
/* @__PURE__ */ t("div", { className: "shepherd-modal__actions", children: [
|
|
243
|
+
/* @__PURE__ */ e("button", { type: "button", onClick: s, disabled: a, children: "Cancel" }),
|
|
244
244
|
/* @__PURE__ */ e(
|
|
245
245
|
"button",
|
|
246
246
|
{
|
|
@@ -258,54 +258,54 @@ function X({
|
|
|
258
258
|
}
|
|
259
259
|
);
|
|
260
260
|
}
|
|
261
|
-
function
|
|
262
|
-
const h =
|
|
261
|
+
function X({ workspace: n, onLeft: a, onDeleted: o }) {
|
|
262
|
+
const h = D(), s = $(), [p, c] = i(null), [b, r] = i(!1), [y, v] = i(!1), [f, N] = i(!1), [k, m] = i(!1), [_, E] = i(null), l = n.role === "admin";
|
|
263
263
|
async function g() {
|
|
264
264
|
if (!b) {
|
|
265
|
-
|
|
265
|
+
r(!0), c(null), v(!1);
|
|
266
266
|
try {
|
|
267
|
-
await h.leave(
|
|
268
|
-
} catch (
|
|
269
|
-
c(
|
|
267
|
+
await h.leave(n.id), a == null || a();
|
|
268
|
+
} catch (C) {
|
|
269
|
+
c(x(C)), C instanceof J && C.status === 409 && v(!0);
|
|
270
270
|
} finally {
|
|
271
|
-
|
|
271
|
+
r(!1);
|
|
272
272
|
}
|
|
273
273
|
}
|
|
274
274
|
}
|
|
275
|
-
async function
|
|
275
|
+
async function S() {
|
|
276
276
|
if (!k) {
|
|
277
277
|
m(!0), E(null);
|
|
278
278
|
try {
|
|
279
|
-
await h.deleteWorkspace(
|
|
280
|
-
} catch (
|
|
281
|
-
E(
|
|
279
|
+
await h.deleteWorkspace(n.id), N(!1), o == null || o();
|
|
280
|
+
} catch (C) {
|
|
281
|
+
E(x(C));
|
|
282
282
|
} finally {
|
|
283
283
|
m(!1);
|
|
284
284
|
}
|
|
285
285
|
}
|
|
286
286
|
}
|
|
287
|
-
return /* @__PURE__ */
|
|
288
|
-
/* @__PURE__ */
|
|
289
|
-
/* @__PURE__ */ e("h3", { id:
|
|
287
|
+
return /* @__PURE__ */ t("section", { className: "shepherd-general", "aria-labelledby": s, children: [
|
|
288
|
+
/* @__PURE__ */ t("div", { className: "card-head", children: [
|
|
289
|
+
/* @__PURE__ */ e("h3", { id: s, children: "General" }),
|
|
290
290
|
/* @__PURE__ */ e("p", { className: "card-sub", children: "Your active workspace and its settings." })
|
|
291
291
|
] }),
|
|
292
|
-
/* @__PURE__ */
|
|
292
|
+
/* @__PURE__ */ t("div", { className: "card-body", children: [
|
|
293
293
|
p && /* @__PURE__ */ e("p", { role: "alert", children: p }),
|
|
294
294
|
y && l && /* @__PURE__ */ e("p", { className: "helper", children: "You're the last admin, so you can't leave. To remove this workspace entirely, delete it below." }),
|
|
295
|
-
/* @__PURE__ */
|
|
295
|
+
/* @__PURE__ */ t("div", { className: "field", children: [
|
|
296
296
|
/* @__PURE__ */ e("label", { children: "Workspace name" }),
|
|
297
|
-
/* @__PURE__ */ e("p", { className: "readonly-value", children:
|
|
297
|
+
/* @__PURE__ */ e("p", { className: "readonly-value", children: n.name })
|
|
298
298
|
] }),
|
|
299
|
-
/* @__PURE__ */
|
|
299
|
+
/* @__PURE__ */ t("div", { className: "field", children: [
|
|
300
300
|
/* @__PURE__ */ e("label", { children: "Your role" }),
|
|
301
|
-
/* @__PURE__ */ e("p", { className: "readonly-value", children:
|
|
301
|
+
/* @__PURE__ */ e("p", { className: "readonly-value", children: n.role })
|
|
302
302
|
] }),
|
|
303
|
-
/* @__PURE__ */
|
|
303
|
+
/* @__PURE__ */ t("div", { className: "field leave", children: [
|
|
304
304
|
/* @__PURE__ */ e("label", { children: "Leave workspace" }),
|
|
305
305
|
/* @__PURE__ */ e("p", { className: "helper", children: "Remove yourself from this workspace. You'll need a new invite to rejoin." }),
|
|
306
306
|
/* @__PURE__ */ e("button", { type: "button", className: "danger", onClick: () => void g(), disabled: b, children: "Leave workspace" })
|
|
307
307
|
] }),
|
|
308
|
-
l && /* @__PURE__ */
|
|
308
|
+
l && /* @__PURE__ */ t("div", { className: "field delete", children: [
|
|
309
309
|
/* @__PURE__ */ e("label", { children: "Delete workspace" }),
|
|
310
310
|
/* @__PURE__ */ e("p", { className: "helper", children: "Permanently delete this workspace and all of its data. This cannot be undone." }),
|
|
311
311
|
/* @__PURE__ */ e(
|
|
@@ -323,12 +323,12 @@ function q({ workspace: t, onLeft: a, onDeleted: o }) {
|
|
|
323
323
|
] })
|
|
324
324
|
] }),
|
|
325
325
|
f && /* @__PURE__ */ e(
|
|
326
|
-
|
|
326
|
+
q,
|
|
327
327
|
{
|
|
328
|
-
workspaceName:
|
|
328
|
+
workspaceName: n.name,
|
|
329
329
|
busy: k,
|
|
330
|
-
error:
|
|
331
|
-
onConfirm: () => void
|
|
330
|
+
error: _,
|
|
331
|
+
onConfirm: () => void S(),
|
|
332
332
|
onCancel: () => {
|
|
333
333
|
k || N(!1);
|
|
334
334
|
}
|
|
@@ -336,42 +336,42 @@ function q({ workspace: t, onLeft: a, onDeleted: o }) {
|
|
|
336
336
|
)
|
|
337
337
|
] });
|
|
338
338
|
}
|
|
339
|
-
function z({ workspaceId:
|
|
340
|
-
const h =
|
|
341
|
-
async function
|
|
342
|
-
l ||
|
|
339
|
+
function z({ workspaceId: n, refreshKey: a = 0, canRemove: o = !1 }) {
|
|
340
|
+
const h = D(), s = $(), [p, c] = i([]), [b, r] = i(null), [y, v] = i(null), [f, N] = i(!0), [k, m] = i(null);
|
|
341
|
+
async function _({ keepError: l = !1 } = {}) {
|
|
342
|
+
l || r(null);
|
|
343
343
|
try {
|
|
344
|
-
const g = await h.listMembers(
|
|
344
|
+
const g = await h.listMembers(n);
|
|
345
345
|
c(g.members);
|
|
346
346
|
} catch (g) {
|
|
347
|
-
|
|
347
|
+
r(x(g));
|
|
348
348
|
} finally {
|
|
349
349
|
N(!1);
|
|
350
350
|
}
|
|
351
351
|
}
|
|
352
352
|
A(() => {
|
|
353
|
-
N(!0),
|
|
354
|
-
}, [h,
|
|
353
|
+
N(!0), _();
|
|
354
|
+
}, [h, n, a]);
|
|
355
355
|
async function E(l, g) {
|
|
356
356
|
if (!k) {
|
|
357
|
-
m(l),
|
|
357
|
+
m(l), r(null), v(null), c((S) => S.filter((C) => C.accountId !== l));
|
|
358
358
|
try {
|
|
359
|
-
await h.removeMember(
|
|
360
|
-
} catch (
|
|
361
|
-
|
|
359
|
+
await h.removeMember(n, l), v(`Removed ${g}`);
|
|
360
|
+
} catch (S) {
|
|
361
|
+
r(x(S)), _({ keepError: !0 });
|
|
362
362
|
} finally {
|
|
363
363
|
m(null);
|
|
364
364
|
}
|
|
365
365
|
}
|
|
366
366
|
}
|
|
367
|
-
return /* @__PURE__ */
|
|
368
|
-
/* @__PURE__ */ e("div", { className: "card-head", children: /* @__PURE__ */ e("h3", { id:
|
|
369
|
-
/* @__PURE__ */
|
|
367
|
+
return /* @__PURE__ */ t("section", { className: "shepherd-members", "aria-labelledby": s, children: [
|
|
368
|
+
/* @__PURE__ */ e("div", { className: "card-head", children: /* @__PURE__ */ e("h3", { id: s, children: "Members" }) }),
|
|
369
|
+
/* @__PURE__ */ t("div", { className: "card-body", children: [
|
|
370
370
|
b && /* @__PURE__ */ e("p", { role: "alert", children: b }),
|
|
371
371
|
y && /* @__PURE__ */ e("p", { role: "status", children: y }),
|
|
372
372
|
f ? /* @__PURE__ */ e("p", { role: "status", children: "Loading…" }) : p.length === 0 ? /* @__PURE__ */ e("p", { children: "No members." }) : /* @__PURE__ */ e("ul", { children: p.map((l) => {
|
|
373
373
|
const g = l.displayName ?? l.githubLogin ?? l.email ?? l.accountId;
|
|
374
|
-
return /* @__PURE__ */
|
|
374
|
+
return /* @__PURE__ */ t("li", { children: [
|
|
375
375
|
/* @__PURE__ */ e("span", { children: g }),
|
|
376
376
|
/* @__PURE__ */ e("span", { className: "role", children: l.role }),
|
|
377
377
|
o && /* @__PURE__ */ e(
|
|
@@ -389,92 +389,92 @@ function z({ workspaceId: t, refreshKey: a = 0, canRemove: o = !1 }) {
|
|
|
389
389
|
] })
|
|
390
390
|
] });
|
|
391
391
|
}
|
|
392
|
-
function Q({ workspaceId:
|
|
393
|
-
const o =
|
|
392
|
+
function Q({ workspaceId: n, onMembersChanged: a }) {
|
|
393
|
+
const o = D(), h = $(), [s, p] = i(null), [c, b] = i(null), [r, y] = i(!1), [v, f] = i(""), [N, k] = i(null), [m, _] = i(!1), [E, l] = i(null);
|
|
394
394
|
A(() => {
|
|
395
395
|
p(null), k(null);
|
|
396
|
-
}, [
|
|
396
|
+
}, [n]);
|
|
397
397
|
async function g() {
|
|
398
|
-
if (!
|
|
398
|
+
if (!r) {
|
|
399
399
|
y(!0), b(null);
|
|
400
400
|
try {
|
|
401
|
-
const w = await o.createInvite(
|
|
401
|
+
const w = await o.createInvite(n, {});
|
|
402
402
|
p(w), a == null || a();
|
|
403
403
|
} catch (w) {
|
|
404
|
-
b(
|
|
404
|
+
b(x(w));
|
|
405
405
|
} finally {
|
|
406
406
|
y(!1);
|
|
407
407
|
}
|
|
408
408
|
}
|
|
409
409
|
}
|
|
410
|
-
async function
|
|
411
|
-
if (!(!
|
|
410
|
+
async function S() {
|
|
411
|
+
if (!(!s || r)) {
|
|
412
412
|
y(!0), b(null);
|
|
413
413
|
try {
|
|
414
|
-
await o.revokeInvite(
|
|
414
|
+
await o.revokeInvite(n, s.code), p(null);
|
|
415
415
|
} catch (w) {
|
|
416
|
-
b(
|
|
416
|
+
b(x(w));
|
|
417
417
|
} finally {
|
|
418
418
|
y(!1);
|
|
419
419
|
}
|
|
420
420
|
}
|
|
421
421
|
}
|
|
422
|
-
async function
|
|
422
|
+
async function C() {
|
|
423
423
|
if (!(!v.trim() || m)) {
|
|
424
|
-
|
|
424
|
+
_(!0), k(null);
|
|
425
425
|
try {
|
|
426
|
-
const w = await o.inviteByEmail(
|
|
426
|
+
const w = await o.inviteByEmail(n, v.trim());
|
|
427
427
|
k(`Invite sent to ${w.email}.`), f(""), a == null || a();
|
|
428
428
|
} catch (w) {
|
|
429
|
-
k(
|
|
429
|
+
k(x(w));
|
|
430
430
|
} finally {
|
|
431
|
-
|
|
431
|
+
_(!1);
|
|
432
432
|
}
|
|
433
433
|
}
|
|
434
434
|
}
|
|
435
|
-
const I =
|
|
435
|
+
const I = s ? `${window.location.origin}/shepherd/join/${encodeURIComponent(s.code)}` : null;
|
|
436
436
|
async function T(w, L) {
|
|
437
437
|
await navigator.clipboard.writeText(L), l(w), setTimeout(() => l((d) => d === w ? null : d), 2e3);
|
|
438
438
|
}
|
|
439
|
-
return /* @__PURE__ */
|
|
440
|
-
/* @__PURE__ */
|
|
439
|
+
return /* @__PURE__ */ t("section", { className: "shepherd-invites", "aria-labelledby": h, children: [
|
|
440
|
+
/* @__PURE__ */ t("div", { className: "card-head", children: [
|
|
441
441
|
/* @__PURE__ */ e("h3", { id: h, children: "Invite people" }),
|
|
442
442
|
/* @__PURE__ */ e("p", { className: "card-sub", children: "Share a code, or send a one-time join link by email." })
|
|
443
443
|
] }),
|
|
444
|
-
/* @__PURE__ */
|
|
444
|
+
/* @__PURE__ */ t("div", { className: "card-body", children: [
|
|
445
445
|
c && /* @__PURE__ */ e("p", { role: "alert", children: c }),
|
|
446
|
-
/* @__PURE__ */
|
|
446
|
+
/* @__PURE__ */ t("div", { className: "field invites", children: [
|
|
447
447
|
/* @__PURE__ */ e("label", { children: "Invite by code" }),
|
|
448
448
|
/* @__PURE__ */ e("p", { className: "helper", children: "Anyone with the code can join this workspace." }),
|
|
449
|
-
|
|
450
|
-
/* @__PURE__ */
|
|
449
|
+
s && /* @__PURE__ */ t("div", { className: "invite-result", children: [
|
|
450
|
+
/* @__PURE__ */ t("div", { className: "invite-result__head", children: [
|
|
451
451
|
/* @__PURE__ */ e("span", { className: "invite-result__eyebrow", children: "Invite code" }),
|
|
452
|
-
/* @__PURE__ */ e("span", { className: "invite-uses", children:
|
|
452
|
+
/* @__PURE__ */ e("span", { className: "invite-uses", children: s.maxUses === null ? `${s.useCount} uses` : `${s.useCount} / ${s.maxUses} uses` }),
|
|
453
453
|
/* @__PURE__ */ e(
|
|
454
454
|
"button",
|
|
455
455
|
{
|
|
456
456
|
type: "button",
|
|
457
457
|
className: "link-btn",
|
|
458
458
|
"aria-label": "Revoke invite",
|
|
459
|
-
onClick: () => void
|
|
460
|
-
disabled:
|
|
459
|
+
onClick: () => void S(),
|
|
460
|
+
disabled: r,
|
|
461
461
|
children: "Revoke"
|
|
462
462
|
}
|
|
463
463
|
)
|
|
464
464
|
] }),
|
|
465
|
-
/* @__PURE__ */
|
|
466
|
-
/* @__PURE__ */ e("code", { children:
|
|
465
|
+
/* @__PURE__ */ t("div", { className: "invite-result__copyrow", children: [
|
|
466
|
+
/* @__PURE__ */ e("code", { children: s.code }),
|
|
467
467
|
/* @__PURE__ */ e(
|
|
468
468
|
"button",
|
|
469
469
|
{
|
|
470
470
|
type: "button",
|
|
471
471
|
className: "copy-btn",
|
|
472
|
-
onClick: () => void T("code",
|
|
472
|
+
onClick: () => void T("code", s.code),
|
|
473
473
|
children: E === "code" ? "Copied" : "Copy"
|
|
474
474
|
}
|
|
475
475
|
)
|
|
476
476
|
] }),
|
|
477
|
-
I && /* @__PURE__ */
|
|
477
|
+
I && /* @__PURE__ */ t("div", { className: "invite-result__copyrow invite-result__copyrow--link", children: [
|
|
478
478
|
/* @__PURE__ */ e("a", { href: I, children: I }),
|
|
479
479
|
/* @__PURE__ */ e(
|
|
480
480
|
"button",
|
|
@@ -487,12 +487,12 @@ function Q({ workspaceId: t, onMembersChanged: a }) {
|
|
|
487
487
|
)
|
|
488
488
|
] })
|
|
489
489
|
] }),
|
|
490
|
-
/* @__PURE__ */ e("button", { type: "button", onClick: () => void g(), disabled:
|
|
490
|
+
/* @__PURE__ */ e("button", { type: "button", onClick: () => void g(), disabled: r, children: "Create invite" })
|
|
491
491
|
] }),
|
|
492
|
-
/* @__PURE__ */
|
|
492
|
+
/* @__PURE__ */ t("div", { className: "field email-invite", children: [
|
|
493
493
|
/* @__PURE__ */ e("label", { htmlFor: "invite-email", children: "Invite by email" }),
|
|
494
494
|
/* @__PURE__ */ e("p", { className: "helper", children: "Send a one-time-use join link directly to someone's inbox." }),
|
|
495
|
-
/* @__PURE__ */
|
|
495
|
+
/* @__PURE__ */ t("div", { className: "field__row", children: [
|
|
496
496
|
/* @__PURE__ */ e(
|
|
497
497
|
"input",
|
|
498
498
|
{
|
|
@@ -503,7 +503,7 @@ function Q({ workspaceId: t, onMembersChanged: a }) {
|
|
|
503
503
|
onChange: (w) => f(w.target.value)
|
|
504
504
|
}
|
|
505
505
|
),
|
|
506
|
-
/* @__PURE__ */ e("button", { type: "button", onClick: () => void
|
|
506
|
+
/* @__PURE__ */ e("button", { type: "button", onClick: () => void C(), disabled: m, children: "Send invite" })
|
|
507
507
|
] }),
|
|
508
508
|
N && /* @__PURE__ */ e("p", { className: "email-invite__status", children: N })
|
|
509
509
|
] })
|
|
@@ -522,23 +522,23 @@ const Z = [
|
|
|
522
522
|
}, te = {
|
|
523
523
|
claude: "-e",
|
|
524
524
|
codex: "--env"
|
|
525
|
-
},
|
|
526
|
-
function ae(
|
|
527
|
-
return
|
|
525
|
+
}, U = "npx -y --package=@korso/shepherd shepherd-inbox-hook";
|
|
526
|
+
function ae(n) {
|
|
527
|
+
return n === "claude" ? {
|
|
528
528
|
target: "~/.claude/settings.json",
|
|
529
529
|
snippet: JSON.stringify(
|
|
530
530
|
{
|
|
531
531
|
hooks: {
|
|
532
|
-
SessionStart: [{ hooks: [{ type: "command", command:
|
|
532
|
+
SessionStart: [{ hooks: [{ type: "command", command: U }] }],
|
|
533
533
|
PreToolUse: [
|
|
534
|
-
{ matcher: "*", hooks: [{ type: "command", command:
|
|
534
|
+
{ matcher: "*", hooks: [{ type: "command", command: U }] }
|
|
535
535
|
]
|
|
536
536
|
}
|
|
537
537
|
},
|
|
538
538
|
null,
|
|
539
539
|
2
|
|
540
540
|
)
|
|
541
|
-
} :
|
|
541
|
+
} : n === "codex" ? {
|
|
542
542
|
target: "~/.codex/config.toml",
|
|
543
543
|
snippet: [
|
|
544
544
|
"[features]",
|
|
@@ -548,16 +548,31 @@ function ae(t) {
|
|
|
548
548
|
'command = ["npx", "-y", "--package=@korso/shepherd", "shepherd-inbox-hook"]'
|
|
549
549
|
].join(`
|
|
550
550
|
`)
|
|
551
|
+
} : n === "pi" ? {
|
|
552
|
+
target: "~/.pi/agent/extensions/shepherd-inbox.js",
|
|
553
|
+
snippet: null
|
|
554
|
+
} : n === "cursor" ? {
|
|
555
|
+
target: "~/.cursor/hooks.json",
|
|
556
|
+
snippet: JSON.stringify(
|
|
557
|
+
{
|
|
558
|
+
version: 1,
|
|
559
|
+
hooks: {
|
|
560
|
+
beforeSubmitPrompt: [{ command: U }]
|
|
561
|
+
}
|
|
562
|
+
},
|
|
563
|
+
null,
|
|
564
|
+
2
|
|
565
|
+
)
|
|
551
566
|
} : null;
|
|
552
567
|
}
|
|
553
|
-
function ie(
|
|
554
|
-
const o = `created ${
|
|
568
|
+
function ie(n, a) {
|
|
569
|
+
const o = `created ${B(n.createdAt, a)}`, h = n.lastUsedAt ? `last used ${B(n.lastUsedAt, a)}` : "never used";
|
|
555
570
|
return `${o} · ${h}`;
|
|
556
571
|
}
|
|
557
|
-
function
|
|
558
|
-
if (
|
|
572
|
+
function se(n, a, o) {
|
|
573
|
+
if (n === "generic" || n === "pi" || n === "cursor") {
|
|
559
574
|
const p = { HUB_URL: a, SHEPHERD_TOKEN: o };
|
|
560
|
-
return
|
|
575
|
+
return n !== "generic" && (p.PROGRAM = n), JSON.stringify(
|
|
561
576
|
{
|
|
562
577
|
mcpServers: {
|
|
563
578
|
shepherd: {
|
|
@@ -571,21 +586,21 @@ function re(t, a, o) {
|
|
|
571
586
|
2
|
|
572
587
|
);
|
|
573
588
|
}
|
|
574
|
-
const h = te[
|
|
575
|
-
ne[
|
|
589
|
+
const h = te[n], s = [
|
|
590
|
+
ne[n],
|
|
576
591
|
`${h} HUB_URL=${a}`,
|
|
577
592
|
`${h} SHEPHERD_TOKEN=${o}`
|
|
578
593
|
];
|
|
579
|
-
return
|
|
594
|
+
return n === "codex" && s.push(`${h} PROGRAM=codex`), s.push("-- npx -y --package=@korso/shepherd shepherd-mcp"), s.join(" ");
|
|
580
595
|
}
|
|
581
|
-
function
|
|
582
|
-
const a =
|
|
596
|
+
function re({ hubUrl: n }) {
|
|
597
|
+
const a = D(), o = n ?? a.baseUrl, h = $(), [s, p] = i("claude"), [c, b] = i(""), [r, y] = i(null), [v, f] = i([]), [N, k] = i(null), [m, _] = i(null), [E, l] = i(!1), [g, S] = i(!1), [C, I] = i(!0), [T, w] = i(null);
|
|
583
598
|
async function L() {
|
|
584
599
|
try {
|
|
585
600
|
const u = await a.listAccountTokens();
|
|
586
601
|
f(u.tokens);
|
|
587
602
|
} catch (u) {
|
|
588
|
-
k(
|
|
603
|
+
k(x(u));
|
|
589
604
|
} finally {
|
|
590
605
|
I(!1);
|
|
591
606
|
}
|
|
@@ -594,56 +609,56 @@ function se({ hubUrl: t }) {
|
|
|
594
609
|
I(!0), L();
|
|
595
610
|
}, [a]);
|
|
596
611
|
async function d() {
|
|
597
|
-
l(!0), k(null),
|
|
612
|
+
l(!0), k(null), _(null);
|
|
598
613
|
try {
|
|
599
614
|
const u = await a.mintAccountToken(
|
|
600
615
|
c.trim() ? { name: c.trim() } : {}
|
|
601
616
|
);
|
|
602
617
|
y(u.token), b(""), await L();
|
|
603
618
|
} catch (u) {
|
|
604
|
-
k(
|
|
619
|
+
k(x(u));
|
|
605
620
|
} finally {
|
|
606
621
|
l(!1);
|
|
607
622
|
}
|
|
608
623
|
}
|
|
609
624
|
async function R(u) {
|
|
610
625
|
if (!T) {
|
|
611
|
-
w(u), k(null),
|
|
626
|
+
w(u), k(null), _(null);
|
|
612
627
|
try {
|
|
613
|
-
await a.revokeAccountToken(u), f((
|
|
614
|
-
} catch (
|
|
615
|
-
k(
|
|
628
|
+
await a.revokeAccountToken(u), f((j) => j.filter((K) => K.id !== u)), _("Token revoked");
|
|
629
|
+
} catch (j) {
|
|
630
|
+
k(x(j));
|
|
616
631
|
} finally {
|
|
617
632
|
w(null);
|
|
618
633
|
}
|
|
619
634
|
}
|
|
620
635
|
}
|
|
621
|
-
const
|
|
622
|
-
async function
|
|
623
|
-
await navigator.clipboard.writeText(
|
|
636
|
+
const O = se(s, o, r ?? ee), P = ae(s);
|
|
637
|
+
async function G() {
|
|
638
|
+
await navigator.clipboard.writeText(O), S(!0), setTimeout(() => S(!1), 2e3);
|
|
624
639
|
}
|
|
625
|
-
return /* @__PURE__ */
|
|
626
|
-
/* @__PURE__ */
|
|
640
|
+
return /* @__PURE__ */ t("section", { className: "shepherd-connect-agent", "aria-labelledby": h, children: [
|
|
641
|
+
/* @__PURE__ */ t("div", { className: "card-head", children: [
|
|
627
642
|
/* @__PURE__ */ e("h3", { id: h, children: "Connect your agent" }),
|
|
628
643
|
/* @__PURE__ */ e("p", { className: "card-sub", children: "Generate a token — it works across all your workspaces — then paste the command into your coding tool." }),
|
|
629
|
-
/* @__PURE__ */ e("p", { className: "card-sub", children: "The first time the agent
|
|
644
|
+
/* @__PURE__ */ e("p", { className: "card-sub", children: "The first time the agent changes files in a repo, Shepherd asks which workspace to coordinate that repo with — once per repo, right in your tool." })
|
|
630
645
|
] }),
|
|
631
|
-
/* @__PURE__ */
|
|
632
|
-
/* @__PURE__ */
|
|
646
|
+
/* @__PURE__ */ t("div", { className: "card-body", children: [
|
|
647
|
+
/* @__PURE__ */ t("div", { className: "field", children: [
|
|
633
648
|
/* @__PURE__ */ e("label", { htmlFor: "connect-tool", children: "Tool" }),
|
|
634
649
|
/* @__PURE__ */ e(
|
|
635
650
|
"select",
|
|
636
651
|
{
|
|
637
652
|
id: "connect-tool",
|
|
638
|
-
value:
|
|
653
|
+
value: s,
|
|
639
654
|
onChange: (u) => p(u.target.value),
|
|
640
655
|
children: Z.map((u) => /* @__PURE__ */ e("option", { value: u.id, children: u.label }, u.id))
|
|
641
656
|
}
|
|
642
657
|
)
|
|
643
658
|
] }),
|
|
644
|
-
/* @__PURE__ */
|
|
659
|
+
/* @__PURE__ */ t("div", { className: "field generate", children: [
|
|
645
660
|
/* @__PURE__ */ e("label", { htmlFor: "token-name", children: "Token name (optional)" }),
|
|
646
|
-
/* @__PURE__ */
|
|
661
|
+
/* @__PURE__ */ t("div", { className: "field__row", children: [
|
|
647
662
|
/* @__PURE__ */ e(
|
|
648
663
|
"input",
|
|
649
664
|
{
|
|
@@ -662,9 +677,9 @@ function se({ hubUrl: t }) {
|
|
|
662
677
|
] }),
|
|
663
678
|
N && /* @__PURE__ */ e("p", { role: "alert", children: N }),
|
|
664
679
|
m && /* @__PURE__ */ e("p", { role: "status", children: m }),
|
|
665
|
-
|
|
666
|
-
/* @__PURE__ */
|
|
667
|
-
/* @__PURE__ */ e("pre", { "data-testid": "install-command", children:
|
|
680
|
+
r && /* @__PURE__ */ e("p", { className: "token-once", role: "status", children: "Copy this token now — it won't be shown again." }),
|
|
681
|
+
/* @__PURE__ */ t("div", { className: "install-command", children: [
|
|
682
|
+
/* @__PURE__ */ e("pre", { "data-testid": "install-command", children: O }),
|
|
668
683
|
/* @__PURE__ */ e(
|
|
669
684
|
"button",
|
|
670
685
|
{
|
|
@@ -672,7 +687,7 @@ function se({ hubUrl: t }) {
|
|
|
672
687
|
className: "install-command__copy",
|
|
673
688
|
"aria-label": g ? "Copied" : "Copy command",
|
|
674
689
|
title: g ? "Copied" : "Copy",
|
|
675
|
-
onClick: () => void
|
|
690
|
+
onClick: () => void G(),
|
|
676
691
|
children: g ? /* @__PURE__ */ e(
|
|
677
692
|
"svg",
|
|
678
693
|
{
|
|
@@ -687,7 +702,7 @@ function se({ hubUrl: t }) {
|
|
|
687
702
|
"aria-hidden": "true",
|
|
688
703
|
children: /* @__PURE__ */ e("path", { d: "M20 6 9 17l-5-5" })
|
|
689
704
|
}
|
|
690
|
-
) : /* @__PURE__ */
|
|
705
|
+
) : /* @__PURE__ */ t(
|
|
691
706
|
"svg",
|
|
692
707
|
{
|
|
693
708
|
width: "15",
|
|
@@ -708,25 +723,31 @@ function se({ hubUrl: t }) {
|
|
|
708
723
|
}
|
|
709
724
|
)
|
|
710
725
|
] }),
|
|
711
|
-
|
|
712
|
-
/* @__PURE__ */
|
|
713
|
-
"
|
|
714
|
-
/* @__PURE__ */ e("code", { children:
|
|
715
|
-
"
|
|
726
|
+
P && /* @__PURE__ */ t("div", { className: "hook-setup", children: [
|
|
727
|
+
/* @__PURE__ */ t("p", { className: "card-sub", children: [
|
|
728
|
+
"Message delivery sets itself up: the first time the agent runs, Shepherd adds its inbox hook to ",
|
|
729
|
+
/* @__PURE__ */ e("code", { children: P.target }),
|
|
730
|
+
" ",
|
|
731
|
+
"automatically — it delivers teammate announcements and reminds the agent to link each repo before its first write. Happens at most once; set ",
|
|
732
|
+
/* @__PURE__ */ e("code", { children: "SHEPHERD_NO_AUTO_HOOKS=1" }),
|
|
733
|
+
" to opt out."
|
|
716
734
|
] }),
|
|
717
|
-
|
|
735
|
+
P.snippet && /* @__PURE__ */ t("details", { className: "hook-reference", children: [
|
|
736
|
+
/* @__PURE__ */ e("summary", { children: "What gets added (manual equivalent)" }),
|
|
737
|
+
/* @__PURE__ */ e("div", { className: "install-command", children: /* @__PURE__ */ e("pre", { "data-testid": "hook-snippet", children: P.snippet }) })
|
|
738
|
+
] })
|
|
718
739
|
] }),
|
|
719
740
|
/* @__PURE__ */ e("h4", { children: "Existing tokens" }),
|
|
720
|
-
|
|
721
|
-
const
|
|
722
|
-
return /* @__PURE__ */
|
|
723
|
-
/* @__PURE__ */ e("span", { children:
|
|
741
|
+
C ? /* @__PURE__ */ e("p", { role: "status", children: "Loading…" }) : v.length === 0 ? /* @__PURE__ */ e("p", { children: "No tokens yet." }) : /* @__PURE__ */ e("ul", { children: v.map((u) => {
|
|
742
|
+
const j = u.name ?? u.id;
|
|
743
|
+
return /* @__PURE__ */ t("li", { children: [
|
|
744
|
+
/* @__PURE__ */ e("span", { children: j }),
|
|
724
745
|
/* @__PURE__ */ e("span", { className: "token-meta", children: ie(u, Date.now()) }),
|
|
725
746
|
u.revokedAt ? /* @__PURE__ */ e("span", { className: "revoked", children: "revoked" }) : /* @__PURE__ */ e(
|
|
726
747
|
"button",
|
|
727
748
|
{
|
|
728
749
|
type: "button",
|
|
729
|
-
"aria-label": `Revoke token ${
|
|
750
|
+
"aria-label": `Revoke token ${j}`,
|
|
730
751
|
onClick: () => void R(u.id),
|
|
731
752
|
disabled: T === u.id,
|
|
732
753
|
children: "Revoke"
|
|
@@ -743,15 +764,15 @@ const le = [
|
|
|
743
764
|
{ id: "agent", label: "Agent" }
|
|
744
765
|
];
|
|
745
766
|
function oe({
|
|
746
|
-
workspace:
|
|
767
|
+
workspace: n,
|
|
747
768
|
hubUrl: a,
|
|
748
769
|
membersRefreshKey: o,
|
|
749
770
|
onMembersChanged: h,
|
|
750
|
-
onLeft:
|
|
771
|
+
onLeft: s,
|
|
751
772
|
onDeleted: p
|
|
752
773
|
}) {
|
|
753
|
-
const [c, b] = i("general"),
|
|
754
|
-
return /* @__PURE__ */
|
|
774
|
+
const [c, b] = i("general"), r = n.role === "admin";
|
|
775
|
+
return /* @__PURE__ */ t("div", { className: "config-layout", children: [
|
|
755
776
|
/* @__PURE__ */ e("nav", { className: "config-nav", "aria-label": "Configuration sections", children: le.map(({ id: y, label: v }) => /* @__PURE__ */ e(
|
|
756
777
|
"button",
|
|
757
778
|
{
|
|
@@ -763,41 +784,41 @@ function oe({
|
|
|
763
784
|
},
|
|
764
785
|
y
|
|
765
786
|
)) }),
|
|
766
|
-
/* @__PURE__ */
|
|
767
|
-
c === "general" && /* @__PURE__ */ e(
|
|
768
|
-
c === "members" && /* @__PURE__ */
|
|
787
|
+
/* @__PURE__ */ t("div", { className: "config-panel", children: [
|
|
788
|
+
c === "general" && /* @__PURE__ */ e(X, { workspace: n, onLeft: s, onDeleted: p }),
|
|
789
|
+
c === "members" && /* @__PURE__ */ t(F, { children: [
|
|
769
790
|
/* @__PURE__ */ e(
|
|
770
791
|
z,
|
|
771
792
|
{
|
|
772
|
-
workspaceId:
|
|
793
|
+
workspaceId: n.id,
|
|
773
794
|
refreshKey: o,
|
|
774
|
-
canRemove:
|
|
795
|
+
canRemove: r
|
|
775
796
|
}
|
|
776
797
|
),
|
|
777
|
-
|
|
798
|
+
r && /* @__PURE__ */ e(Q, { workspaceId: n.id, onMembersChanged: h })
|
|
778
799
|
] }),
|
|
779
|
-
c === "agent" && /* @__PURE__ */ e(
|
|
800
|
+
c === "agent" && /* @__PURE__ */ e(re, { hubUrl: a })
|
|
780
801
|
] })
|
|
781
802
|
] });
|
|
782
803
|
}
|
|
783
|
-
function he({ hubUrl:
|
|
784
|
-
const a =
|
|
804
|
+
function he({ hubUrl: n }) {
|
|
805
|
+
const a = D(), [o, h] = i({ status: "loading" }), [s, p] = i(null), [c, b] = i(0), r = M(async () => {
|
|
785
806
|
try {
|
|
786
807
|
const m = await a.listWorkspaces();
|
|
787
808
|
h({ status: "ready", workspaces: m.workspaces }), p(
|
|
788
|
-
(
|
|
809
|
+
(_) => {
|
|
789
810
|
var E;
|
|
790
|
-
return
|
|
811
|
+
return _ && m.workspaces.some((l) => l.id === _) ? _ : ((E = m.workspaces[0]) == null ? void 0 : E.id) ?? null;
|
|
791
812
|
}
|
|
792
813
|
);
|
|
793
814
|
} catch (m) {
|
|
794
|
-
h({ status: "error", message:
|
|
815
|
+
h({ status: "error", message: x(m) });
|
|
795
816
|
}
|
|
796
817
|
}, [a]);
|
|
797
818
|
A(() => {
|
|
798
|
-
|
|
799
|
-
}, [
|
|
800
|
-
const y = o.status === "ready" ? o.workspaces : [], v = y.find((m) => m.id ===
|
|
819
|
+
r();
|
|
820
|
+
}, [r]);
|
|
821
|
+
const y = o.status === "ready" ? o.workspaces : [], v = y.find((m) => m.id === s) ?? null;
|
|
801
822
|
if (o.status === "loading")
|
|
802
823
|
return /* @__PURE__ */ e("div", { className: "shepherd-root", children: /* @__PURE__ */ e("p", { role: "status", children: "Loading…" }) });
|
|
803
824
|
if (o.status === "error")
|
|
@@ -809,30 +830,30 @@ function he({ hubUrl: t }) {
|
|
|
809
830
|
selected: v,
|
|
810
831
|
onSelect: p,
|
|
811
832
|
onChanged: () => {
|
|
812
|
-
|
|
833
|
+
r();
|
|
813
834
|
},
|
|
814
835
|
onMembersChanged: () => b((m) => m + 1)
|
|
815
836
|
}
|
|
816
|
-
), k = /* @__PURE__ */
|
|
837
|
+
), k = /* @__PURE__ */ t("section", { className: "shepherd-config", "aria-labelledby": "config-heading", children: [
|
|
817
838
|
/* @__PURE__ */ e("h2", { id: "config-heading", children: "Configuration" }),
|
|
818
839
|
v ? /* @__PURE__ */ e(
|
|
819
840
|
oe,
|
|
820
841
|
{
|
|
821
842
|
workspace: v,
|
|
822
|
-
hubUrl:
|
|
843
|
+
hubUrl: n,
|
|
823
844
|
membersRefreshKey: c,
|
|
824
845
|
onMembersChanged: () => b((m) => m + 1),
|
|
825
|
-
onLeft: () => void
|
|
826
|
-
onDeleted: () => void
|
|
846
|
+
onLeft: () => void r(),
|
|
847
|
+
onDeleted: () => void r()
|
|
827
848
|
}
|
|
828
|
-
) : /* @__PURE__ */
|
|
849
|
+
) : /* @__PURE__ */ t("p", { className: "config-none", children: [
|
|
829
850
|
"You're not in a workspace yet. Use the ",
|
|
830
851
|
/* @__PURE__ */ e("b", { children: "Get started ▾" }),
|
|
831
852
|
" menu at the top to create one or join with an invite code."
|
|
832
853
|
] })
|
|
833
854
|
] });
|
|
834
855
|
return /* @__PURE__ */ e("div", { className: "shepherd-root", children: /* @__PURE__ */ e(
|
|
835
|
-
|
|
856
|
+
Y,
|
|
836
857
|
{
|
|
837
858
|
workspaceId: v == null ? void 0 : v.id,
|
|
838
859
|
config: k,
|
|
@@ -843,17 +864,17 @@ function he({ hubUrl: t }) {
|
|
|
843
864
|
}
|
|
844
865
|
export {
|
|
845
866
|
oe as ConfigPanel,
|
|
846
|
-
|
|
847
|
-
|
|
867
|
+
re as ConnectAgent,
|
|
868
|
+
Y as Dashboard,
|
|
848
869
|
ve as EmptyState,
|
|
849
|
-
|
|
870
|
+
X as GeneralSettings,
|
|
850
871
|
Q as Invites,
|
|
851
872
|
z as Members,
|
|
852
|
-
|
|
873
|
+
J as ShepherdClientError,
|
|
853
874
|
fe as ShepherdClientProvider,
|
|
854
875
|
he as ShepherdRoot,
|
|
855
876
|
V as WorkspaceSwitcher,
|
|
856
877
|
ye as createShepherdClient,
|
|
857
|
-
|
|
858
|
-
|
|
878
|
+
x as describeError,
|
|
879
|
+
D as useShepherdClient
|
|
859
880
|
};
|