Skip to content

fix(tui): show user-level plugins in manage plugins screen#87

Merged
christso merged 1 commit intomainfrom
fix/85-tui-uninstall-user-plugins
Feb 6, 2026
Merged

fix(tui): show user-level plugins in manage plugins screen#87
christso merged 1 commit intomainfrom
fix/85-tui-uninstall-user-plugins

Conversation

@christso
Copy link
Copy Markdown
Contributor

@christso christso commented Feb 6, 2026

Summary

  • Fixed TUI "Manage plugins" screen to display both project and user-level plugins
  • Added [project] and [user] labels to clearly identify plugin scope
  • Removed confusing scope selection prompt - removal now happens from correct scope automatically

Test plan

  • Run allagents TUI with user-level plugins installed
  • Verify both project and user plugins appear in "Manage plugins"
  • Uninstall a user-level plugin and verify it's removed

Closes #85

🤖 Generated with Claude Code

The TUI's "Manage plugins" screen only displayed project-level plugins,
making it impossible to uninstall user-level plugins. Now both project
and user plugins are shown with [project] or [user] labels, and removal
happens from the correct scope automatically.

Closes #85

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@christso christso merged commit 76fb1cd into main Feb 6, 2026
1 check was pending
@christso christso deleted the fix/85-tui-uninstall-user-plugins branch February 6, 2026 01:41
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.

bug: cannot uninstall user-scoped plugin from the TUI

1 participant