Releases: MadAppGang/claude-code
Release list
claudeup v3.3.1
Full Changelog: tools/claudeup/v3.3.0...tools/claudeup/v3.3.1
claudeup v3.3.0
Full Changelog: tools/claudeup/v1.9.0...tools/claudeup/v3.3.0
claudeup v1.9.0 - Auto-enable marketplace autoUpdate
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@latestmultimodel v2.2.0 - Tasks Migration
Tasks Migration Release
Migrated from TodoWrite to the new Tasks system (TaskCreate, TaskUpdate, TaskList, TaskGet).
Breaking Changes
- Skill renamed:
todowrite-orchestration→task-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 pluginsNo user action required - commands work the same way.
claudeup-gui v0.1.0
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
Full Changelog: tools/claudeup/v1.7.0...tools/claudeup/v1.8.0
claudeup v1.7.0
Full Changelog: tools/claudeup/v1.6.0...tools/claudeup/v1.7.0
claudeup v1.6.0
Full Changelog: tools/claudeup/v1.5.0...tools/claudeup/v1.6.0
claudeup v1.5.0
Full Changelog: tools/claudeup/v1.4.5...tools/claudeup/v1.5.0
claudeup v1.4.5
Full Changelog: tools/claudeup/v1.4.4...tools/claudeup/v1.4.5