rivet-design 0.11.7 → 0.11.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/dist/config/flags.d.ts +3 -0
- package/dist/config/flags.d.ts.map +1 -1
- package/dist/config/flags.js +1 -0
- package/dist/config/flags.js.map +1 -1
- package/dist/index.d.ts +1 -8
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +96 -590
- package/dist/index.js.map +1 -1
- package/dist/install/harnesses.d.ts +82 -0
- package/dist/install/harnesses.d.ts.map +1 -0
- package/dist/install/harnesses.js +537 -0
- package/dist/install/harnesses.js.map +1 -0
- package/dist/mcp/agent-variants/WorktreeOrchestrator.d.ts +25 -0
- package/dist/mcp/agent-variants/WorktreeOrchestrator.d.ts.map +1 -1
- package/dist/mcp/agent-variants/WorktreeOrchestrator.js +121 -0
- package/dist/mcp/agent-variants/WorktreeOrchestrator.js.map +1 -1
- package/dist/mcp/auth/tools.d.ts.map +1 -1
- package/dist/mcp/auth/tools.js +63 -12
- package/dist/mcp/auth/tools.js.map +1 -1
- package/dist/mcp/server.d.ts.map +1 -1
- package/dist/mcp/server.js +2 -7
- package/dist/mcp/server.js.map +1 -1
- package/dist/onboarding/signin.d.ts +31 -0
- package/dist/onboarding/signin.d.ts.map +1 -0
- package/dist/onboarding/signin.js +235 -0
- package/dist/onboarding/signin.js.map +1 -0
- package/dist/routes/agentVariants.d.ts.map +1 -1
- package/dist/routes/agentVariants.js +528 -72
- package/dist/routes/agentVariants.js.map +1 -1
- package/dist/services/PrototypeDeployService.d.ts +2 -0
- package/dist/services/PrototypeDeployService.d.ts.map +1 -1
- package/dist/services/PrototypeDeployService.js +6 -0
- package/dist/services/PrototypeDeployService.js.map +1 -1
- package/dist/services/TelemetryService.d.ts +70 -0
- package/dist/services/TelemetryService.d.ts.map +1 -1
- package/dist/services/TelemetryService.js +85 -0
- package/dist/services/TelemetryService.js.map +1 -1
- package/dist/services/VariantHistoryService.d.ts +18 -0
- package/dist/services/VariantHistoryService.d.ts.map +1 -1
- package/dist/services/VariantHistoryService.js +27 -3
- package/dist/services/VariantHistoryService.js.map +1 -1
- package/package.json +2 -1
- package/src/ui/dist/assets/main-BtohezP4.js +641 -0
- package/src/ui/dist/assets/{main-CtRINpOq.css → main-IY99De7M.css} +1 -1
- package/src/ui/dist/index.html +2 -2
- package/src/ui/dist/assets/main-DM4pFbJk.js +0 -641
|
@@ -0,0 +1,235 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
36
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
37
|
+
};
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.buildSignInApp = void 0;
|
|
40
|
+
exports.runSignIn = runSignIn;
|
|
41
|
+
/* eslint-disable no-console */
|
|
42
|
+
const express_1 = __importDefault(require("express"));
|
|
43
|
+
const fs_1 = __importDefault(require("fs"));
|
|
44
|
+
const path_1 = __importDefault(require("path"));
|
|
45
|
+
const ConfigManager_1 = require("../services/ConfigManager");
|
|
46
|
+
const AuthService_1 = require("../services/AuthService");
|
|
47
|
+
const portUtils_1 = require("../utils/portUtils");
|
|
48
|
+
const server_1 = require("../server");
|
|
49
|
+
/**
|
|
50
|
+
* Interactive sign-in / account creation that opens Rivet's own UI rather than
|
|
51
|
+
* shelling straight to Google.
|
|
52
|
+
*
|
|
53
|
+
* We stand up a *minimal, loopback-only* HTTP server that serves just the
|
|
54
|
+
* bundled Rivet UI plus the two endpoints sign-in needs (`/api/config` so the
|
|
55
|
+
* UI renders its sign-in screen, and `/api/auth/store` so the browser OAuth can
|
|
56
|
+
* hand us the token). We deliberately do NOT boot the full Rivet server here:
|
|
57
|
+
* that would depend on the project's static entry file and would mount
|
|
58
|
+
* unauthenticated project-mutation routes (e.g. apply-variant-diff) on a
|
|
59
|
+
* network-facing port. This server binds to `localhost` (loopback only — never
|
|
60
|
+
* the machine's LAN address) and exposes nothing but the auth UI.
|
|
61
|
+
*
|
|
62
|
+
* The browser flow itself (popup → Google → token) is the same one the in-app
|
|
63
|
+
* sign-in gate already runs; it POSTs the token to `/api/auth/store`. On
|
|
64
|
+
* success the UI reloads the page, so once the token is stored we serve a small
|
|
65
|
+
* standalone "signed in" page (rather than the React gate again) and keep the
|
|
66
|
+
* server up briefly so that reload lands before we shut down.
|
|
67
|
+
*/
|
|
68
|
+
// Loopback host used for both binding and the URL we open. `localhost` keeps
|
|
69
|
+
// the server off the network (it never resolves to a LAN IP) while reading more
|
|
70
|
+
// familiarly than 127.0.0.1; binding and connecting by the same name also
|
|
71
|
+
// avoids any IPv4/IPv6 loopback mismatch.
|
|
72
|
+
const LOOPBACK_HOST = 'localhost';
|
|
73
|
+
const SIGNIN_BASE_PORT = 4000;
|
|
74
|
+
const DEFAULT_TIMEOUT_MS = 5 * 60 * 1000;
|
|
75
|
+
// After the token is stored the browser reloads; keep the server alive long
|
|
76
|
+
// enough for that reload to fetch the "signed in" page before we close.
|
|
77
|
+
const SIGNED_IN_GRACE_MS = 2500;
|
|
78
|
+
const delay = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
|
|
79
|
+
const SIGNED_IN_PAGE = `<!doctype html>
|
|
80
|
+
<html><head><meta charset="utf-8"><title>Signed in to Rivet</title>
|
|
81
|
+
<style>
|
|
82
|
+
html,body{height:100%;margin:0}
|
|
83
|
+
body{display:flex;align-items:center;justify-content:center;background:#1c1c20;color:#fff;
|
|
84
|
+
font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}
|
|
85
|
+
.card{text-align:center}
|
|
86
|
+
.check{font-size:40px;line-height:1}
|
|
87
|
+
h1{font-size:20px;font-weight:500;margin:16px 0 6px}
|
|
88
|
+
p{font-size:14px;color:rgba(255,255,255,.6);margin:0}
|
|
89
|
+
</style></head>
|
|
90
|
+
<body><div class="card">
|
|
91
|
+
<div class="check">✓</div>
|
|
92
|
+
<h1>You're signed in to Rivet</h1>
|
|
93
|
+
<p>You can close this tab and return to your terminal.</p>
|
|
94
|
+
</div></body></html>`;
|
|
95
|
+
/**
|
|
96
|
+
* Build the minimal loopback sign-in app. Before a token is stored it serves
|
|
97
|
+
* the Rivet sign-in UI; once stored, it serves a standalone "signed in" page so
|
|
98
|
+
* the UI's post-login reload doesn't show the sign-in gate again.
|
|
99
|
+
*/
|
|
100
|
+
const buildSignInApp = (deps) => {
|
|
101
|
+
const app = (0, express_1.default)();
|
|
102
|
+
app.use(express_1.default.json());
|
|
103
|
+
const uiAssets = express_1.default.static(path_1.default.join(server_1.DIST_UI_PATH, 'assets'));
|
|
104
|
+
const uiFonts = express_1.default.static(path_1.default.join(server_1.DIST_UI_PATH, 'fonts'));
|
|
105
|
+
app.use('/assets', uiAssets);
|
|
106
|
+
app.use('/rivet/assets', uiAssets);
|
|
107
|
+
app.use('/fonts', uiFonts);
|
|
108
|
+
app.use('/rivet/fonts', uiFonts);
|
|
109
|
+
app.get(['/rivet/favicon.ico', '/favicon.ico'], (_req, res) => {
|
|
110
|
+
res.sendFile('favicon.ico', { root: server_1.DIST_UI_PATH });
|
|
111
|
+
});
|
|
112
|
+
// Config drives the UI gate. `agentModeAvailable` flips true once the token
|
|
113
|
+
// is stored so a stray config refetch doesn't re-show the sign-in screen.
|
|
114
|
+
app.get('/api/config', (_req, res) => {
|
|
115
|
+
res.json({
|
|
116
|
+
agentModeAvailable: deps.isStored(),
|
|
117
|
+
isMCPSession: false,
|
|
118
|
+
mcpEditor: null,
|
|
119
|
+
projectPath: '',
|
|
120
|
+
demoMode: false,
|
|
121
|
+
});
|
|
122
|
+
});
|
|
123
|
+
// Receive the token from the browser OAuth flow and persist it locally.
|
|
124
|
+
app.post('/api/auth/store', (req, res) => {
|
|
125
|
+
const { email, token, refreshToken, userId } = req.body ?? {};
|
|
126
|
+
if (!email || !token) {
|
|
127
|
+
return res.status(400).json({ error: 'Missing email or token' });
|
|
128
|
+
}
|
|
129
|
+
try {
|
|
130
|
+
(0, ConfigManager_1.getConfigManager)().setAuth(token, email, refreshToken, userId);
|
|
131
|
+
}
|
|
132
|
+
catch {
|
|
133
|
+
return res.status(500).json({ error: 'Failed to store auth credentials' });
|
|
134
|
+
}
|
|
135
|
+
deps.onStored();
|
|
136
|
+
res.json({ success: true });
|
|
137
|
+
});
|
|
138
|
+
// Serve the Rivet UI for /rivet and any client-side route under it. After the
|
|
139
|
+
// token is stored (the UI reloads on success), serve a standalone confirmation
|
|
140
|
+
// page instead of the React app so the gate isn't shown again.
|
|
141
|
+
app.get(/^\/rivet(?:\/.*)?$/, (_req, res) => {
|
|
142
|
+
res.setHeader('Cache-Control', 'no-store');
|
|
143
|
+
if (deps.isStored()) {
|
|
144
|
+
res.type('html').send(SIGNED_IN_PAGE);
|
|
145
|
+
return;
|
|
146
|
+
}
|
|
147
|
+
const html = fs_1.default.readFileSync(path_1.default.join(server_1.DIST_UI_PATH, 'index.html'), 'utf8');
|
|
148
|
+
res
|
|
149
|
+
.type('html')
|
|
150
|
+
.send((0, server_1.injectRivetUiBootstrap)(html, { agentApplyMode: null, queueAccessToken: null }));
|
|
151
|
+
});
|
|
152
|
+
return app;
|
|
153
|
+
};
|
|
154
|
+
exports.buildSignInApp = buildSignInApp;
|
|
155
|
+
const closeServer = (server) => new Promise((resolve) => {
|
|
156
|
+
server.close(() => resolve());
|
|
157
|
+
// Drop idle keep-alive sockets so close() doesn't hang (Node 18.2+).
|
|
158
|
+
server.closeAllConnections?.();
|
|
159
|
+
});
|
|
160
|
+
async function runSignIn(opts = {}) {
|
|
161
|
+
const configManager = (0, ConfigManager_1.getConfigManager)();
|
|
162
|
+
// Validate the on-disk token (refreshing if stale) rather than trusting its
|
|
163
|
+
// mere presence — a revoked/expired token must NOT short-circuit a sign-in.
|
|
164
|
+
const alreadyValid = await new AuthService_1.AuthService().ensureAuthenticated();
|
|
165
|
+
if (alreadyValid) {
|
|
166
|
+
const email = configManager.getEmail();
|
|
167
|
+
console.log(`\n✓ You're already signed in${email ? ` as ${email}` : ''}.`);
|
|
168
|
+
if (opts.nextStepHint)
|
|
169
|
+
console.log(opts.nextStepHint);
|
|
170
|
+
return { ok: true, alreadySignedIn: true, email };
|
|
171
|
+
}
|
|
172
|
+
const port = await (0, portUtils_1.findAvailablePort)(SIGNIN_BASE_PORT);
|
|
173
|
+
let stored = false;
|
|
174
|
+
let signalStored = () => { };
|
|
175
|
+
const storedSignal = new Promise((resolve) => {
|
|
176
|
+
signalStored = resolve;
|
|
177
|
+
});
|
|
178
|
+
const app = (0, exports.buildSignInApp)({
|
|
179
|
+
isStored: () => stored,
|
|
180
|
+
onStored: () => {
|
|
181
|
+
stored = true;
|
|
182
|
+
signalStored();
|
|
183
|
+
},
|
|
184
|
+
});
|
|
185
|
+
let server;
|
|
186
|
+
try {
|
|
187
|
+
server = await new Promise((resolve, reject) => {
|
|
188
|
+
const s = app.listen(port, LOOPBACK_HOST, () => resolve(s));
|
|
189
|
+
s.on('error', reject);
|
|
190
|
+
});
|
|
191
|
+
}
|
|
192
|
+
catch (err) {
|
|
193
|
+
const message = err instanceof Error ? err.message : String(err);
|
|
194
|
+
console.log(`\nCould not open the Rivet sign-in page: ${message}`);
|
|
195
|
+
console.log('You can sign in any time by running `rivet login`.\n');
|
|
196
|
+
return { ok: false };
|
|
197
|
+
}
|
|
198
|
+
const signInUrl = `http://${LOOPBACK_HOST}:${port}/rivet`;
|
|
199
|
+
console.log('\nOpening Rivet to sign in...');
|
|
200
|
+
console.log(`If your browser doesn't open, visit:\n ${signInUrl}\n`);
|
|
201
|
+
if (!opts.noBrowser) {
|
|
202
|
+
try {
|
|
203
|
+
const open = (await Promise.resolve().then(() => __importStar(require('open')))).default;
|
|
204
|
+
await open(signInUrl);
|
|
205
|
+
}
|
|
206
|
+
catch {
|
|
207
|
+
// Browser couldn't be opened automatically — the printed URL is the fallback.
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
// Resolve as soon as the browser stores a token, or when we time out. Using an
|
|
211
|
+
// event (not a poll) means a store that lands mid-wait is never missed.
|
|
212
|
+
const timeoutMs = opts.timeoutMs ?? DEFAULT_TIMEOUT_MS;
|
|
213
|
+
let timeoutHandle;
|
|
214
|
+
const timeoutSignal = new Promise((resolve) => {
|
|
215
|
+
timeoutHandle = setTimeout(resolve, timeoutMs);
|
|
216
|
+
});
|
|
217
|
+
await Promise.race([storedSignal, timeoutSignal]);
|
|
218
|
+
if (timeoutHandle)
|
|
219
|
+
clearTimeout(timeoutHandle);
|
|
220
|
+
if (stored) {
|
|
221
|
+
// Keep serving briefly so the UI's post-login reload lands on the signed-in
|
|
222
|
+
// page, then shut down.
|
|
223
|
+
await delay(SIGNED_IN_GRACE_MS);
|
|
224
|
+
await closeServer(server);
|
|
225
|
+
const email = configManager.getEmail();
|
|
226
|
+
console.log(`\n✓ Signed in${email ? ` as ${email}` : ''}.`);
|
|
227
|
+
if (opts.nextStepHint)
|
|
228
|
+
console.log(opts.nextStepHint);
|
|
229
|
+
return { ok: true, email };
|
|
230
|
+
}
|
|
231
|
+
await closeServer(server);
|
|
232
|
+
console.log('\nSign-in timed out. You can try again any time by running `rivet login`.\n');
|
|
233
|
+
return { ok: false, timedOut: true };
|
|
234
|
+
}
|
|
235
|
+
//# sourceMappingURL=signin.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"signin.js","sourceRoot":"","sources":["../../src/onboarding/signin.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"agentVariants.d.ts","sourceRoot":"","sources":["../../src/routes/agentVariants.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAA+B,MAAM,SAAS,CAAC;AAG9D,OAAO,EAEL,KAAK,yBAAyB,EAC/B,MAAM,uBAAuB,CAAC;AAa/B,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,kCAAkC,CAAC;AAC7E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAEvE,OAAO,EACL,qBAAqB,
|
|
1
|
+
{"version":3,"file":"agentVariants.d.ts","sourceRoot":"","sources":["../../src/routes/agentVariants.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAA+B,MAAM,SAAS,CAAC;AAG9D,OAAO,EAEL,KAAK,yBAAyB,EAC/B,MAAM,uBAAuB,CAAC;AAa/B,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,kCAAkC,CAAC;AAC7E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAEvE,OAAO,EACL,qBAAqB,EAKtB,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EACL,sBAAsB,EAEvB,MAAM,oCAAoC,CAAC;AA2X5C,eAAO,MAAM,yBAAyB,GACpC,cAAc,yBAAyB,EACvC,SAAS,oBAAoB,EAC7B,YAAY,gBAAgB,EAC5B,yBAAyB,qBAAqB,EAC9C,wBAAwB,sBAAsB,EAC9C,oBAAoB,IAAI,CAAC,iBAAiB,EAAE,sBAAsB,CAAC,KAClE,MAmpCF,CAAC"}
|