Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 11, 2025

  • Add autoStartTasks field to ExtraConfig in downloader_config.dart
  • Add UI setting for autoStartTasks in setting_view.dart
  • Implement auto-start logic in main.dart to continue incomplete tasks on startup
  • Add translations (EN, CN, JP, TW, DE, FR, ES, RU)
  • Address code review feedback
  • Security scan passed
  • Sync with upstream main branch and resolve conflicts
  • Implementation complete
Original prompt

This section details on the original issue you should resolve

<issue_title>添加打开软件自动开始未完成的任。</issue_title>
<issue_description>RT</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 3 commits December 11, 2025 09:39
- Add autoStartTasks field to ExtraConfig
- Add UI switch in settings page
- Auto-start paused tasks on app startup when enabled
- Add translations for EN, CN, and JP

Co-authored-by: monkeyWie <[email protected]>
- Add Traditional Chinese (zh_tw)
- Add German (de_de)
- Add French (fr_fr)
- Add Spanish (es_es)
- Add Russian (ru_ru)

Co-authored-by: monkeyWie <[email protected]>
Copilot AI changed the title [WIP] Add auto-start for incomplete tasks on software launch Add auto-start incomplete tasks on application startup Dec 11, 2025
Copilot AI requested a review from monkeyWie December 11, 2025 09:46
@monkeyWie monkeyWie marked this pull request as ready for review December 12, 2025 02:42
@ilteoood
Copy link
Contributor

This is a great functionality @monkeyWie , can we see it on main soon?

@monkeyWie monkeyWie added the enhancement New feature or request label Dec 31, 2025
@monkeyWie
Copy link
Member

This is a great functionality @monkeyWie , can we see it on main soon?

Sure, it will be in the next version

@monkeyWie monkeyWie changed the title Add auto-start incomplete tasks on application startup feat: add auto-start incomplete tasks on application startup Dec 31, 2025
@monkeyWie
Copy link
Member

@copilot Sync to upstream and resolve conflicts

Copy link
Contributor Author

Copilot AI commented Jan 5, 2026

@copilot Sync to upstream and resolve conflicts

Synced with upstream main branch and resolved conflicts in commit ec60f63. The conflict in setting_view.dart has been resolved by keeping both the autoStartTasks feature and the new archive extraction features from main.

# Conflicts:
#	ui/flutter/lib/app/modules/setting/views/setting_view.dart
@monkeyWie monkeyWie force-pushed the copilot/add-auto-start-incomplete-task branch from ec60f63 to 291cebc Compare January 5, 2026 08:27
@codecov
Copy link

codecov bot commented Jan 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.28%. Comparing base (24db9bb) to head (291cebc).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1203   +/-   ##
=======================================
  Coverage   70.28%   70.28%           
=======================================
  Files          48       48           
  Lines        5128     5128           
=======================================
  Hits         3604     3604           
  Misses       1168     1168           
  Partials      356      356           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@monkeyWie monkeyWie merged commit 71c9e69 into main Jan 5, 2026
11 checks passed
@monkeyWie monkeyWie deleted the copilot/add-auto-start-incomplete-task branch January 5, 2026 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

添加打开软件自动开始未完成的任。

3 participants