Skip to content

refactor(progressSteps): improve progress steps implementation - #633

Closed
github-actions[bot] wants to merge 1 commit into
mainfrom
codez-chore-632-refactor-progresssteps-improve-progress-steps-implementation
Closed

refactor(progressSteps): improve progress steps implementation#633
github-actions[bot] wants to merge 1 commit into
mainfrom
codez-chore-632-refactor-progresssteps-improve-progress-steps-implementation

Conversation

@github-actions

@github-actions github-actions Bot commented Mar 1, 2026

Copy link
Copy Markdown

Closes #632

Applied changes based on Issue #632.

Implemented progressSteps improvements in runAction.ts with two concrete fixes:

  1. Made steps mode-specific via getProgressSteps(createIssues):
  • createIssues flow: Gather context -> Generate feature plan -> Create issues -> Wrap up
  • normal edit flow: Gather context -> Apply edits -> Review changes -> Wrap up
  1. Fixed progress completion timing:
  • In createIssues mode, steps 3 and 4 are now marked complete after issue creation (runAction.ts).
  • In normal mode, Wrap up is now marked only after handleResult completes (runAction.ts).

Validation:

  • npm run build passes.
  • npm run lint and npm test fail due many pre-existing repo-wide issues unrelated to this change.

@YiweiShen

Copy link
Copy Markdown
Owner

The issue is created only for testing purposes. The commit messages are correct, and the ticket will be closed.

@YiweiShen YiweiShen closed this Mar 1, 2026
@YiweiShen
YiweiShen deleted the codez-chore-632-refactor-progresssteps-improve-progress-steps-implementation branch March 1, 2026 23:06
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.

[Done] Improve the progressSteps

1 participant