chore(extension): improve iteration status display #327
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.
Improve the VS Code extension's task details view to handle in-progress iterations more gracefully. Instead of showing stale file links during an active iteration, the extension now displays a progress indicator with a clear message.
Additionally, the development version (0.0.0-dev) is now treated as the latest version for feature availability checks, preventing false negatives during local development.
Changes
running,in_progress,initializing,installing)0.0.0-devas always meeting version requirements inisVersionAtLeast()checkNotes
The iteration status detection helps prevent confusion when users view task details during active iterations, ensuring they don't interact with potentially outdated file information.
Closes: #311