Skip to content

Allow plugin installations to be cancelled - #665

Merged
debba merged 1 commit into
mainfrom
feat/cancellable-plugin-installs
Aug 18, 2026
Merged

Allow plugin installations to be cancelled#665
debba merged 1 commit into
mainfrom
feat/cancellable-plugin-installs

Conversation

@debba

@debba debba commented Aug 18, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • turn the install action into a cancel button while a plugin is downloading
  • stop the active request and extraction, then remove staged files
  • keep an existing plugin active until its replacement is verified and ready
  • improve the registry card layout and installation states

Testing

  • pnpm exec eslint src/components/settings/PluginsTab.tsx
  • pnpm typecheck
  • cargo check --manifest-path src-tauri/Cargo.toml
  • cargo test --manifest-path src-tauri/Cargo.toml plugins::tests::

@kilo-code-bot

kilo-code-bot Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (7 files)
  • src-tauri/src/lib.rs
  • src-tauri/src/plugins/commands.rs
  • src-tauri/src/plugins/install_cancellation.rs
  • src-tauri/src/plugins/installer.rs
  • src-tauri/src/plugins/mod.rs
  • src-tauri/src/plugins/tests.rs
  • src/components/settings/PluginsTab.tsx

Reviewed by glm-5.2 · Input: 37.6K · Output: 9.8K · Cached: 106.9K

@debba
debba merged commit 4f415ad into main Aug 18, 2026
3 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