mirror of
https://github.com/cline/cline.git
synced 2026-09-19 02:05:44 +08:00
* fix: Speed up CLI plugin loading and config toggles Load sandboxed plugins concurrently during initialization while preserving existing duplicate override ordering. Update plugin tool discovery to use a single sandbox per listing and cache descriptor results by plugin path stats, provider, and model. Make CLI plugin/tool config toggles persistence-only from the data loader and update the TUI optimistically, avoiding full config reloads and repeated plugin imports when users disable tools or plugins. * patches * fix: refresh plugin tools when config update lacks data Reload config data with plugin tools included when a plugin action does not return updated data. This keeps the config view in sync and clears stale plugin tool errors after refresh. * fix(cli): preserve config item state on missing toggle data Only update the dialog item when toggle responses include a matching item. This avoids applying fallback enabled-state changes that can desync the UI when returned config data is missing or incomplete. --------- Co-authored-by: Tomás Barreiro <52393857+BarreiroT@users.noreply.github.com>