mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-06 07:56:52 +08:00
Preserve plugin diagnostics without degrading overall status
This commit is contained in:
@@ -120,7 +120,9 @@ you need to show the preview generated in the next step.
|
||||
The collect script also runs `moviepilot doctor --json` or falls back to
|
||||
`python -m app.cli doctor --json`, stores the structured doctor report
|
||||
inside `diagnostics_file`, and later preview/submit steps include a
|
||||
short doctor summary automatically.
|
||||
short doctor summary automatically. Plugin-only log findings remain in
|
||||
the report as diagnostic evidence with `affects_report_status=false`, so
|
||||
they do not by themselves downgrade the overall MoviePilot status.
|
||||
|
||||
If `success=false` with `no_explicit_feedback_intent`, stop this skill
|
||||
and return to local diagnosis.
|
||||
|
||||
Reference in New Issue
Block a user