feat: detect duplicate model file paths #99

Merged
joelyoder merged 2 commits from codex/add-button-for-finding-duplicate-file-paths into main 2025-09-12 16:02:25 -04:00
joelyoder commented 2025-09-12 01:22:39 -04:00 (Migrated from github.com)

Summary

  • add API to find model versions sharing the same file path
  • expose duplicate path search and export on Utilities page
  • cover duplicate path detection with tests

Testing

  • go test ./...
  • npm --prefix frontend test
  • npm --prefix frontend run test:e2e (fails: Download failed: server returned code 403)

https://chatgpt.com/codex/tasks/task_e_68c3ab2732388332a9effbbf72b7c921

## Summary - add API to find model versions sharing the same file path - expose duplicate path search and export on Utilities page - cover duplicate path detection with tests ## Testing - `go test ./...` - `npm --prefix frontend test` - `npm --prefix frontend run test:e2e` *(fails: Download failed: server returned code 403)* ------ https://chatgpt.com/codex/tasks/task_e_68c3ab2732388332a9effbbf72b7c921
Sign in to join this conversation.
No description provided.