Skip to content

Conversation

@ereslibre
Copy link
Collaborator

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

  • Added detection for in-progress iteration statuses (running, in_progress, initializing, installing)
  • Display progress message instead of file links when iteration is actively running
  • Treat development version 0.0.0-dev as always meeting version requirements in isVersionAtLeast() check
  • Added new CSS styles for the iteration in-progress indicator with spinner animation

Notes

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

During an ongoing iteration, show an in progress message rather than
links to stale files.
@ereslibre ereslibre force-pushed the ereslibre/vscode-detect-ongoing-iteration branch from 8a5cac2 to 2678ebe Compare December 1, 2025 08:52
@ereslibre ereslibre self-assigned this Dec 1, 2025
@ereslibre ereslibre modified the milestone: v1.7 Dec 1, 2025
@Angelmmiguel Angelmmiguel added this to the v1.7 milestone Dec 2, 2025
Copy link
Contributor

@Angelmmiguel Angelmmiguel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@ereslibre ereslibre merged commit 0b61451 into main Dec 2, 2025
4 checks passed
@ereslibre ereslibre deleted the ereslibre/vscode-detect-ongoing-iteration branch December 2, 2025 15:01
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.

Extension shows previous iteration files as latest during active iteration

3 participants