From 5b100a9846b8d550c9f5331b4f44cf6d8bf81c78 Mon Sep 17 00:00:00 2001 From: shrimbly Date: Fri, 9 Jan 2026 20:17:22 +1300 Subject: [PATCH] docs(03-01): mark UAT-004 and UAT-005 as resolved --- .../03-generate-node-refactor/03-01-ISSUES.md | 26 ++++++------------- 1 file changed, 8 insertions(+), 18 deletions(-) diff --git a/.planning/phases/03-generate-node-refactor/03-01-ISSUES.md b/.planning/phases/03-generate-node-refactor/03-01-ISSUES.md index 76254f4c..af37fcc7 100644 --- a/.planning/phases/03-generate-node-refactor/03-01-ISSUES.md +++ b/.planning/phases/03-generate-node-refactor/03-01-ISSUES.md @@ -19,24 +19,6 @@ **Note:** This may be an API key issue or pre-existing problem. No changes were made to `/api/generate/route.ts` in this plan. Lower priority - recommend investigating separately or checking API key. -### UAT-004: Replicate shows incomplete model list - -**Discovered:** 2026-01-09 -**Phase/Plan:** 03-01 -**Severity:** Minor -**Feature:** Model fetching for Replicate -**Description:** Replicate model list appears incomplete -**Deferred:** To be addressed in later phase - -### UAT-005: fal.ai shows video models in image-only dropdown - -**Discovered:** 2026-01-09 -**Phase/Plan:** 03-01 -**Severity:** Minor -**Feature:** Model filtering by capability -**Description:** Video models are showing in the image-only model dropdown for fal.ai -**Deferred:** To be addressed - capability filtering may not be working correctly - ## Resolved Issues ### UAT-001: API response structure not handled correctly @@ -47,6 +29,14 @@ **Resolved:** 2026-01-09 - Fixed in commit a2540f1 **Fix:** Added headers with X-Replicate-Key and X-Fal-Key to fetch request +### UAT-004: Replicate shows incomplete model list +**Resolved:** 2026-01-09 - By design +**Note:** Replicate API returns paginated results (~25 per page). First page is sufficient for initial use. Full pagination can be added as enhancement. + +### UAT-005: fal.ai shows video models in image-only dropdown +**Resolved:** 2026-01-09 - Fixed in commit f2895c3 +**Fix:** Added capabilities filtering to /api/models endpoint. Models now filtered by ?capabilities param. + --- *Phase: 03-generate-node-refactor*