Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
68f7f5f
Consume AI model catalog from middlecache
mvvmm May 1, 2026
b00fe0a
Fix: use model_id (with @) as slug to preserve URL structure
mvvmm May 1, 2026
c9b62a6
Restore API Schemas (Raw) section from schema_manifest
mvvmm May 1, 2026
7015143
Fix: move Record<string,string> type annotation out of JSX template
mvvmm May 1, 2026
e8c7a95
Proxy AI model schema JSON files in dev middleware
mvvmm May 1, 2026
23eb2a9
Fix: disable content encoding on schema proxy fetch in dev middleware
mvvmm May 1, 2026
c18d92d
Lazy-load Parameters section schema from R2
mvvmm May 1, 2026
204f85d
Delete local model JSON files and fetch scripts
mvvmm May 1, 2026
12adcac
Fix: run prettier on changed files
mvvmm May 1, 2026
8a2de90
Replace 149 detail.json fetches with single all-models-detail.json fetch
mvvmm May 1, 2026
b3f7b82
Remove stale fetchModelDetail references in comments
mvvmm May 1, 2026
1731d1d
Fix: stub @stoplight/json-schema-merge-allof for browser builds
mvvmm May 1, 2026
c82fb90
Fetch pre-processed schema rows from middlecache instead of raw schema
mvvmm May 1, 2026
791401d
Consolidate schema files: single models/ dir, parameters.json per model
mvvmm May 1, 2026
79b9eaf
Fix Parameters section to match production layout
mvvmm May 1, 2026
0a7ce69
Fix: remove unused useCallback import
mvvmm May 1, 2026
f24a341
Replace lazy React component with build-time Astro rendering for Para…
mvvmm May 1, 2026
8b490c8
Use AnchorHeading for h2 section headings in model detail pages
mvvmm May 1, 2026
1dfe027
Extract inline SVGs to SchemaFileLinks.astro
mvvmm May 1, 2026
7315cd8
Fix non-deterministic schemaId in SchemaDisplay.astro
mvvmm May 1, 2026
6be2d1f
Fix invalid <p><ul> nesting in nova-3 pricing Aside
mvvmm May 1, 2026
9ce982b
Convert ModelInfo from React to Astro for detail page usage
mvvmm May 1, 2026
4be68bd
Convert ModelFeatures from React to Astro
mvvmm May 1, 2026
e884c1c
Extract MultiModeParams.astro to deduplicate multi-mode collapsible l…
mvvmm May 1, 2026
7772483
Revert "Extract MultiModeParams.astro to deduplicate multi-mode colla…
mvvmm May 1, 2026
c497c6a
Fix glossary link URL in ModelFeatures
mvvmm May 1, 2026
a6301b5
Address bonk review findings
mvvmm May 1, 2026
b3aabc7
Extract models.tar.gz at build time for faster retrieval
mvvmm May 3, 2026
5b74d75
Add workflow_dispatch to publish-production workflow
mvvmm May 3, 2026
7c02821
Fix .tmp path resolution in ModelDetailPage and clear stale cache in …
mvvmm May 3, 2026
7d1b360
Add colored prefix tags and fix stale-cache ordering in fetch scripts
mvvmm May 3, 2026
46bd8a9
Convert ModelCatalog from React to Astro
mvvmm May 3, 2026
1eef08f
Fix double-dispatch, history spam, and remove dead code
mvvmm May 4, 2026
d8e8ba9
Fix parameters.json loading: read from .tmp directly, no HTTP fallback
mvvmm May 4, 2026
2f2e5c9
fetch-models: also download top-level JSON files at prebuild time
mvvmm May 4, 2026
8b2f20d
Prefix all console output with colored [fetch-models]/[fetch-skills] …
mvvmm May 4, 2026
db0ac61
Fix .tmp path resolution: use process.cwd() not import.meta.url
mvvmm May 4, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/publish-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- production
workflow_dispatch:

jobs:
publish:
Expand Down
3 changes: 2 additions & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,8 @@ The site defines 20 content collections in `src/content.config.ts` with schemas
| `glossary` | `src/content/glossary/` | Glossary terms (YAML) |
| `products` | `src/content/products/` | Product metadata (YAML) |
| `plans` | `src/content/plans/` | Plan/pricing data (YAML) |
| `workers-ai-models` | `src/content/workers-ai-models/` | AI model definitions (JSON) |
| `ai-catalog` | middlecache (`v1/workers-ai-model-catalog/ai-catalog.json`) | All AI models, card fields only (fetched at build time via `middlecacheLoader`) |
| `workers-ai-catalog` | middlecache (`v1/workers-ai-model-catalog/workers-ai-catalog.json`) | Workers AI-only model subset, card fields only |
| `directory` | `src/content/directory/` | Product/feature directory entries (YAML) |
| `fields` | `src/content/fields/` | Ruleset engine field definitions (YAML) |
| `learning-paths` | `src/content/learning-paths/` | Learning path definitions (JSON) |
Expand Down
146 changes: 0 additions & 146 deletions bin/compare-model-sources.ts

This file was deleted.

14 changes: 0 additions & 14 deletions bin/fetch-ai-models.js

This file was deleted.

Loading
Loading