Skip to content

Tags: MadAppGang/claude-code

Tags

tools/claudeup/v1.8.0

Toggle tools/claudeup/v1.8.0's commit message

Verified

This tag was signed with the committer’s verified signature.
erudenko Jack Rudenko
Auto-update enabled plugins with available updates before running claude

plugins/multimodel/v1.0.0

Toggle plugins/multimodel/v1.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
erudenko Jack Rudenko
Release multimodel plugin v1.0.0 - Multi-model blind voting

plugins/dev/v1.17.0

Toggle plugins/dev/v1.17.0's commit message

Verified

This tag was signed with the committer’s verified signature.
erudenko Jack Rudenko
Dev Plugin v1.17.0 - Dingo skill auto-detection

plugins/code-analysis/v3.0.0

Toggle plugins/code-analysis/v3.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
erudenko Jack Rudenko
Release v3.0.0 - Enrichment mode (non-blocking hooks)

plugins/orchestration/v0.10.1

Toggle plugins/orchestration/v0.10.1's commit message

Verified

This tag was signed with the committer’s verified signature.
erudenko Jack Rudenko
orchestration v0.10.1: Fixed claudish model routing (removed invalid …

…or/ prefix)

plugins/dev/v1.15.1

Toggle plugins/dev/v1.15.1's commit message

Verified

This tag was signed with the committer’s verified signature.
erudenko Jack Rudenko
dev v1.15.1: Fixed claudish model routing (removed invalid or/ prefix)

plugins/code-analysis/v2.16.0

Toggle plugins/code-analysis/v2.16.0's commit message

Verified

This tag was signed with the committer’s verified signature.
erudenko Jack Rudenko
Release code-analysis v2.16.0 - Reduced hook aggressiveness, benefit-…

…focused language

plugins/code-analysis/v2.15.1

Toggle plugins/code-analysis/v2.15.1's commit message

Verified

This tag was signed with the committer’s verified signature.
erudenko Jack Rudenko
code-analysis v2.15.1: Fixed claudish model routing (removed invalid …

…or/ prefix)

tools/claudeup/v1.7.0

Toggle tools/claudeup/v1.7.0's commit message

Verified

This tag was signed with the committer’s verified signature.
erudenko Jack Rudenko
claudeup v1.7.0 - Plugin cache copy fix

- Add copyPluginToCache() function to sync plugin files to cache
- Support both directory-based and GitHub marketplaces
- Fixes issue where new commands weren't visible after update
- Cache is now refreshed on every plugin version update

tools/claudeup/v1.6.0

Toggle tools/claudeup/v1.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
erudenko Jack Rudenko
fix(claudeup): v1.6.0 - Sync plugin updates to installed_plugins.json

Bug Fix: Sync with Claude Code's installed_plugins.json registry

What was broken:
- claudeup only updated installedPluginVersions in settings.json
- Claude Code loads plugins from ~/.claude/plugins/installed_plugins.json
- This caused stale plugin versions to be loaded

Changes:
- Add registry sync functions for installed_plugins.json
- Integrate into all save/remove plugin version functions
- Support user, project, and local scopes
- Auto-recovery for corrupted registry files