whipped 0.5.0 → 0.5.1
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/cli.js
CHANGED
|
@@ -28561,7 +28561,7 @@ process.on("uncaughtException", (err) => {
|
|
|
28561
28561
|
if (err.code === "EPIPE" || err.code === "ECONNRESET") return;
|
|
28562
28562
|
throw err;
|
|
28563
28563
|
});
|
|
28564
|
-
var VERSION9 = true ? "0.5.
|
|
28564
|
+
var VERSION9 = true ? "0.5.1" : "0.0.0-dev";
|
|
28565
28565
|
async function isPortAvailable(port, host) {
|
|
28566
28566
|
return new Promise((resolve5) => {
|
|
28567
28567
|
const probe = createServer2();
|
|
@@ -27244,7 +27244,6 @@ const EFFORT_OPTIONS = [
|
|
|
27244
27244
|
];
|
|
27245
27245
|
const MODEL_OPTIONS = {
|
|
27246
27246
|
claude: [
|
|
27247
|
-
{ value: "claude-fable-5", label: "Fable 5" },
|
|
27248
27247
|
{ value: "claude-opus-4-8", label: "Opus 4.8" },
|
|
27249
27248
|
{ value: "claude-opus-4-7", label: "Opus 4.7" },
|
|
27250
27249
|
{ value: "claude-opus-4-6", label: "Opus 4.6" },
|
package/dist/web-ui/index.html
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
6
|
<link rel="icon" type="image/png" href="/favicon.png" />
|
|
7
7
|
<title>whipped</title>
|
|
8
|
-
<script type="module" crossorigin src="/assets/index-
|
|
8
|
+
<script type="module" crossorigin src="/assets/index-BBh0-Z42.js"></script>
|
|
9
9
|
<link rel="stylesheet" crossorigin href="/assets/index-Do7b5IJu.css">
|
|
10
10
|
</head>
|
|
11
11
|
<body>
|