@cat-factory/app 0.296.1 → 0.296.2

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.
@@ -30,13 +30,17 @@ const back = useIntegrationBack(open)
30
30
  // Popular slugs offered by "Enable recommended" — these mirror the curated `openrouter`
31
31
  // refs in the backend MODEL_CATALOG. Only the ones present in the live browse list are
32
32
  // ticked, so a recommendation never enables a slug OpenRouter doesn't actually serve.
33
+ // The contributor tier of Muse Spark is deliberately absent: it is cheaper because Meta
34
+ // trains on the traffic, and a one-click "enable recommended" is the wrong place to make
35
+ // that trade on somebody's behalf.
33
36
  const RECOMMENDED_SLUGS = [
34
- 'anthropic/claude-fable-5',
37
+ 'anthropic/claude-fable-5.1',
35
38
  'anthropic/claude-opus-5',
36
39
  'openai/gpt-5.6-sol',
37
40
  'openai/gpt-5.6-terra',
38
41
  'google/gemini-3.1-pro-preview',
39
- 'google/gemini-3.6-flash',
42
+ 'google/gemini-3.8-flash',
43
+ 'meta/muse-spark-1.3',
40
44
  'deepseek/deepseek-v4-flash',
41
45
  'moonshotai/kimi-k2.7-code',
42
46
  'z-ai/glm-5.2',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cat-factory/app",
3
- "version": "0.296.1",
3
+ "version": "0.296.2",
4
4
  "description": "Reusable Nuxt layer for the Agent Architecture Board SPA (components, stores, composables, pages). Consume it from a thin deployment app via `extends: ['@cat-factory/app']` and point it at your backend with NUXT_PUBLIC_API_BASE. See deploy/frontend for an example.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -44,7 +44,7 @@
44
44
  },
45
45
  "devDependencies": {
46
46
  "@toad-contracts/testing": "0.3.2",
47
- "happy-dom": "^20.12.0",
47
+ "happy-dom": "^20.13.2",
48
48
  "msw": "^2.15.0",
49
49
  "nuxt": "^4.5.2",
50
50
  "typescript": "^6.0.3",