Skip to content

feat(jobs): add jobs command for managing media jobs#138

Merged
vkop007 merged 1 commit intomainfrom
95-JobsOptionAdded
Apr 17, 2026
Merged

feat(jobs): add jobs command for managing media jobs#138
vkop007 merged 1 commit intomainfrom
95-JobsOptionAdded

Conversation

@vkop007
Copy link
Copy Markdown
Owner

@vkop007 vkop007 commented Apr 17, 2026

  • Implemented createJobsCommand to handle job-related actions including listing, showing, watching, downloading, and canceling jobs.
  • Introduced SavedMediaJob type to structure job data.
  • Added utility functions for summarizing and finding saved media jobs.
  • Enhanced error handling for unsupported job actions.
  • Created output functions for displaying job details and results in both JSON and human-readable formats.
  • Added tests for job command functionalities to ensure reliability and correctness.

Summary

What Changed

Verification

  • bun run typecheck
  • bun test
  • bun run build

Notes

  • New dependencies:
  • New provider or category:
  • New auth or local tool requirements:

- Implemented `createJobsCommand` to handle job-related actions including listing, showing, watching, downloading, and canceling jobs.
- Introduced `SavedMediaJob` type to structure job data.
- Added utility functions for summarizing and finding saved media jobs.
- Enhanced error handling for unsupported job actions.
- Created output functions for displaying job details and results in both JSON and human-readable formats.
- Added tests for job command functionalities to ensure reliability and correctness.
@vkop007 vkop007 merged commit d479fa4 into main Apr 17, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant