Skip to content

fix: regenerate fish_autocomplete for simulate --view flag#889

Merged
u9g merged 1 commit into
mainfrom
fix/regen-fish-autocomplete-view
Jun 27, 2026
Merged

fix: regenerate fish_autocomplete for simulate --view flag#889
u9g merged 1 commit into
mainfrom
fix/regen-fish-autocomplete-view

Conversation

@u9g

@u9g u9g commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

Problem

The main Go Test workflow is failing on the "Verify fish_autocomplete is up to date" step (run).

The --view flag added to lk agent simulate in #878 was not reflected in the checked-in autocomplete/fish_autocomplete file.

Fix

Regenerated the completion file per the CI instructions:

go build -o /tmp/lk ./cmd/lk && /tmp/lk generate-fish-completion -o autocomplete/fish_autocomplete

This adds the missing completion line for the --view flag.

The --view flag added to `lk agent simulate` in #878 was not reflected
in the checked-in fish completion file, breaking the "Verify
fish_autocomplete is up to date" CI check.
@u9g u9g merged commit c6dcad1 into main Jun 27, 2026
15 checks passed
@u9g u9g deleted the fix/regen-fish-autocomplete-view branch June 27, 2026 00: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.

2 participants