Add ability to cancel in-progress model downloads #110

Merged
joelyoder merged 1 commit from codex/add-cancel-button-for-model-downloads into main 2025-10-03 00:00:12 -04:00
joelyoder commented 2025-10-02 21:26:05 -04:00 (Migrated from github.com)

Summary

  • add backend support for canceling active downloads, including cleanup and a new API endpoint
  • surface the cancel action in the Vue model list with button, state handling, and user feedback
  • ensure download handlers detect cancellation and stop creating records for incomplete files

Testing

  • go test ./...
  • npm run build

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

## Summary - add backend support for canceling active downloads, including cleanup and a new API endpoint - surface the cancel action in the Vue model list with button, state handling, and user feedback - ensure download handlers detect cancellation and stop creating records for incomplete files ## Testing - go test ./... - npm run build ------ https://chatgpt.com/codex/tasks/task_e_68df1fc312708332bcb9fcb03ca45633
Sign in to join this conversation.
No description provided.