mirror of
https://github.com/cline/cline.git
synced 2026-09-19 02:05:44 +08:00
* fix(cli): keep failed plugins visible in config UI ENG-2073 Preserve plugins that fail during load or setup and attach their diagnostic phase and error message. Surface those errors in config detail rows so users can identify and fix broken plugin definitions. * fix(cli): preserve multiple plugin initialization failures Aggregate all setup/load failures per plugin path instead of overwriting earlier errors. Summarize multiple errors in the config UI so rows remain readable while retaining the full failure details.