@beastmode-develeap/beastmode 0.1.366 → 0.1.367
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/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/web/board.html +2 -1
- package/dist/web/build-commit.txt +1 -1
- package/dist/web/build-stamp.txt +1 -1
- package/package.json +1 -1
package/dist/web/board.html
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
}
|
|
16
16
|
</script>
|
|
17
17
|
<!--BOARD_DATA-->
|
|
18
|
-
<script>window.__BUILD_STAMP__ = "20260605-
|
|
18
|
+
<script>window.__BUILD_STAMP__ = "20260605-070459-d9280de";</script>
|
|
19
19
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
20
20
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
21
21
|
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600;700&display=swap" rel="stylesheet">
|
|
@@ -10085,6 +10085,7 @@ function SettingsPage() {
|
|
|
10085
10085
|
// plus well-known model families. No more hardcoding — when Anthropic
|
|
10086
10086
|
// releases a new model, it shows up as soon as someone sets it in config.
|
|
10087
10087
|
const KNOWN_MODELS = [
|
|
10088
|
+
'claude-opus-4-8',
|
|
10088
10089
|
'claude-opus-4-7', 'claude-sonnet-4-7',
|
|
10089
10090
|
'claude-opus-4-6', 'claude-sonnet-4-6',
|
|
10090
10091
|
'claude-haiku-4-5',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
d9280de452f96fc4673e8a051b52b44432bebd15
|
package/dist/web/build-stamp.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
20260605-
|
|
1
|
+
20260605-070459-d9280de
|