Skip to content

Conversation

@Angelmmiguel
Copy link
Contributor

Fix the iterate command to properly handle the --json flag by ensuring all console output is suppressed when JSON mode is active. This resolves VSCode extension errors when running iterate commands.

Changes

  • Removed unused import of fa from zod/locales
  • Removed the --follow option which was not being used
  • Fixed startDockerExecution call to pass the json option correctly

Notes

The issue was that the iterate command was outputting extra logs when the --json flag was passed, causing the VSCode extension to fail when parsing the JSON response. This fix ensures that the json option is properly passed through to all relevant functions.

Closes #176

@Angelmmiguel Angelmmiguel self-assigned this Sep 22, 2025
@Angelmmiguel Angelmmiguel added this to the v1.1 milestone Sep 22, 2025
@Angelmmiguel Angelmmiguel merged commit 08130f3 into main Sep 22, 2025
4 checks passed
@Angelmmiguel Angelmmiguel deleted the 176/iterate-json branch September 22, 2025 11:27
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.

Iterate command outputs logs when passing --json

3 participants