Skip to content

Fix Crush engine failure by removing unsupported -y flag - #50436

Merged
pelikhan merged 3 commits into
mainfrom
copilot/aw-fix-smoke-crush-failure
Aug 5, 2026
Merged

Fix Crush engine failure by removing unsupported -y flag#50436
pelikhan merged 3 commits into
mainfrom
copilot/aw-fix-smoke-crush-failure

Conversation

Copilot AI commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

The Smoke Crush workflow fails immediately with Unknown shorthand flag: 'y' in -y.. The engine invokes crush -y run --quiet, but in @charmland/crush@0.88.0 the --yolo/-y flag is registered only on the root command and is not persistent, so it is rejected once a subcommand is used. crush run is already non-interactive and does not prompt for permissions, so the flag serves no purpose.

Changes

  • .github/workflows/shared/crush.md — drop -y from engine.behaviors.execution.args.
  • .github/workflows/smoke-crush.lock.yml — regenerated via make recompile.
    execution:
      command-name: crush
      args:
-       - -y
        - run
        - --quiet

Verified against the CLI's own help output: crush run exposes -C/-c/-D/-d/-h/-H/-m/-q/-s/--small-model/-v, with no -y.

Copilot AI linked an issue Aug 5, 2026 that may be closed by this pull request
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix smoke crush workflow failure due to engine termination Fix Crush engine failure by removing unsupported -y flag Aug 5, 2026
Copilot AI requested a review from pelikhan August 5, 2026 01:37
@pelikhan

pelikhan commented Aug 5, 2026

Copy link
Copy Markdown
Collaborator

/smoke-crush

@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

🚀 skillet has started processing this pull request comment

@pelikhan

pelikhan commented Aug 5, 2026

Copy link
Copy Markdown
Collaborator

@copilot add slash command /smoke-crush

@pelikhan
pelikhan marked this pull request as ready for review August 5, 2026 01:46
Copilot AI balanced review requested due to automatic review settings August 5, 2026 01:46
@pelikhan
pelikhan merged commit 30fcbce into main Aug 5, 2026
@pelikhan
pelikhan deleted the copilot/aw-fix-smoke-crush-failure branch August 5, 2026 01:46
Copilot stopped work on behalf of pelikhan due to an error August 5, 2026 01:46

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Fixes the Crush smoke workflow by removing the unsupported -y argument and synchronizing generated workflows.

Changes:

  • Runs Crush as crush run --quiet.
  • Regenerates the smoke workflow and centralized command routing.
Show a summary per file
File Description
.github/workflows/shared/crush.md Removes the invalid argument.
.github/workflows/smoke-crush.lock.yml Updates compiled Crush invocations.
.github/workflows/agentic_commands.yml Synchronizes /smoke-crush routing.

Review details

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 3/3 changed files
  • Comments generated: 0
  • Review effort level: Balanced

@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.85.1

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.

[aw] Smoke Crush failed

3 participants