Skip to content

Releases: MadAppGang/claude-code

claudeup v3.3.1

Choose a tag to compare

@github-actions github-actions released this 12 Feb 07:14
tools/claudeup/v3.3.1
ea1313f

claudeup v3.3.0

Choose a tag to compare

@github-actions github-actions released this 31 Jan 14:37
tools/claudeup/v3.3.0
550d836

claudeup v1.9.0 - Auto-enable marketplace autoUpdate

Choose a tag to compare

@erudenko erudenko released this 31 Jan 05:58
tools/claudeup/v1.9.0
412156c

New Feature

When adding a marketplace via claudeup, automatically sets autoUpdate: true in the marketplace config.

This aligns with Claude Code's native plugin auto-update feature, ensuring plugins from newly added marketplaces stay up to date automatically.

What Changed

// Before (marketplace added without autoUpdate)
{
  "extraKnownMarketplaces": {
    "my-marketplace": {
      "source": { "source": "github", "repo": "..." }
    }
  }
}

// After (autoUpdate enabled by default)
{
  "extraKnownMarketplaces": {
    "my-marketplace": {
      "source": { "source": "github", "repo": "..." },
      "autoUpdate": true
    }
  }
}

Install/Upgrade

bun install -g claudeup@latest
# or
npm install -g claudeup@latest

multimodel v2.2.0 - Tasks Migration

Choose a tag to compare

@erudenko erudenko released this 31 Jan 03:10
plugins/multimodel/v2.2.0
4b1d872

Tasks Migration Release

Migrated from TodoWrite to the new Tasks system (TaskCreate, TaskUpdate, TaskList, TaskGet).

Breaking Changes

  • Skill renamed: todowrite-orchestrationtask-orchestration
  • All patterns updated to use new Tasks API

New Capabilities Documented

Feature Description
Dependencies blockedBy/blocks fields for task ordering
Ownership owner field for parallel agent coordination
Cross-session CLAUDE_CODE_TASK_LIST_ID env var for persistence

Migration Scope

  • 115+ files updated across 12 plugins
  • 576 Tasks API references added
  • Complete skill rewrite with new patterns

Upgrade

claudeup  # Refresh plugins

No user action required - commands work the same way.

claudeup-gui v0.1.0

Choose a tag to compare

@github-actions github-actions released this 19 Jan 09:55
tools/claudeup-gui/v0.1.0
4205285

claudeup-gui v0.1.0

Cross-platform GUI for managing Claude Code plugins, MCP servers, and configuration.

Download

Platform Download
macOS (Apple Silicon) Download DMG
macOS (Intel) Download DMG
Windows Download Installer
Linux (deb) Download DEB
Linux (rpm) Download RPM

Auto-Updates

This app supports automatic updates. Once installed, you'll receive updates automatically.

claudeup v1.8.0

Choose a tag to compare

@github-actions github-actions released this 12 Jan 05:19
tools/claudeup/v1.8.0
b3a81aa

claudeup v1.7.0

Choose a tag to compare

@github-actions github-actions released this 10 Jan 03:13
tools/claudeup/v1.7.0
fa53cf6

claudeup v1.6.0

Choose a tag to compare

@github-actions github-actions released this 10 Jan 02:59
tools/claudeup/v1.6.0
da31bab

claudeup v1.5.0

Choose a tag to compare

@github-actions github-actions released this 08 Jan 19:48
tools/claudeup/v1.5.0
1d888d7

claudeup v1.4.5

Choose a tag to compare

@github-actions github-actions released this 08 Jan 12:31
tools/claudeup/v1.4.5
d3c5842