Skip to content

feat(veye): scan --ai full detail panel, stage progress, --debug flag - #14

Merged
onkar717 merged 1 commit into
mainfrom
feat/veye-cli
Jun 17, 2026
Merged

feat(veye): scan --ai full detail panel, stage progress, --debug flag#14
onkar717 merged 1 commit into
mainfrom
feat/veye-cli

Conversation

@onkar717

Copy link
Copy Markdown
Owner

Summary

  • scan --ai now shows numbered Stage N/6 progress lines (start + done) with emojis per stage
  • After pipeline completes per alert: renders full incident detail box — SEV badge, resource, LLM model, root cause, analysis, remediation plan with [auto-safe]/[DESTRUCTIVE] badges
  • Footer hint: run 'veye apply <id>' to execute · 'veye apply <id> --dry-run' to preview
  • --debug persistent flag on all commands: prints HTTP method/path/status via slog
  • client.Client.SetDebug(bool) for transparent request tracing

Files changed

  • veye/cmd/scan.go — stage progress, full RCA detail render
  • veye/cmd/root.go--debug flag wiring
  • veye/internal/client/client.goSetDebug, logDebug method

Test plan

  • veye scan --ai streams stage labels: Stage 1/6: Triage running… → ✓
  • After each alert: incident box with root cause + remediation steps
  • veye status --debug prints HTTP lines to stderr

…ress labels

- veye scan --ai now shows numbered Stage N/6 progress lines as each stage starts and completes
- After AI pipeline finishes per alert: renders full incident detail box with SEV badge,
  resource, LLM model, root cause, analysis, remediation plan with [DESTRUCTIVE] badges,
  and hint to run veye apply <id>
- Add --debug persistent flag to root cmd: prints HTTP method/path/status via slog
- client.Client gains SetDebug(bool) and logDebug() for transparent request tracing
@onkar717 onkar717 closed this Jun 17, 2026
@onkar717 onkar717 reopened this Jun 17, 2026
@onkar717
onkar717 merged commit 9bc5db7 into main Jun 17, 2026
26 of 28 checks passed
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.

1 participant