feat: task cancel/resume support and search model combobox#6
Open
mathieu0905 wants to merge 2 commits intoVisionXLab:mainfrom
Open
feat: task cancel/resume support and search model combobox#6mathieu0905 wants to merge 2 commits intoVisionXLab:mainfrom
mathieu0905 wants to merge 2 commits intoVisionXLab:mainfrom
Conversation
- Search Model dropdown now supports custom input (select + text input) - Cancel task properly resets state via asyncio.Task.cancel + CancelledError handling - Resume from in-memory state: cancel → change config → resume picks up with latest config - Resume from result folder: saves _task_meta.json, skips completed phases by checking output files - Results panel shows "恢复" button for folders with task metadata - Resume button saves current UI config before resuming Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
asyncio.Task.cancel()强制终止,Phase 级别文件存在性检查自动跳过已完成阶段_task_meta.json,结果面板显示"恢复"按钮,支持换模型后续跑Test plan
_task_meta.json的文件夹显示恢复按钮 → 点击恢复🤖 Generated with Claude Code