Releases: giginet/cc-plugin-catalog
Releases · giginet/cc-plugin-catalog
Release list
2.0.0
What's changed
- Codex support: Generate catalogs from Codex Plugin Marketplaces with automatic format detection, plugin metadata and components, and Codex installation instructions. Claude Code marketplaces remain supported.
- Design refresh: A developer-focused workspace with sidebar filters, list and grid views, sorting, keyboard search, revised light and dark themes, and responsive plugin detail pages with installation panels.
The package, CLI, and Python module retain their existing names. Reusable workflows are available at giginet/cc-plugin-catalog/.github/workflows/build-pages.yml@v2.
Full changelog: 1.2.2...2.0.0
1.2.2
- Rename
--default-repositoryto--marketplace-repositoryacross CLI, workflow, and documentation --marketplace-repositorynow takes priority over auto-detected git remote, preserving the exact value (including.gitsuffix) for install commands- Add
uv lock --checkjob to CI to ensureuv.lockstays in sync withpyproject.toml
1.2.1
What's Changed
Bug Fixes
- Fall back to
GITHUB_REPOSITORY/GITHUB_SERVER_URLenvironment variables when git is unavailable (fixes auto-detection inpython:3.12-slimcontainers) - Fall back to
GITHUB_REF_NAMEfor branch detection in git-less environments
Improvements
- Add
catalog-refinput to reusable workflow for installing from a git ref instead of PyPI - Remove unused
catalog-versioninput from reusable workflow - Remove hardcoded version test
1.2.0
What's Changed
Features
- Add expandable detail views for Skills, Commands, and Agents in plugin pages
- Use PyYAML for frontmatter parsing to support multi-line values
- Use plugin
repositoryfield assource_urlwhen available
Bug Fixes
- Fix Claude Code tab to use slash command format for install commands
- Fix install command and support
ssh://protocol for GitHub Enterprise - Keep
git@URLs as-is, extract owner/repo from both SSH and HTTPS URLs - Improve repository ID auto-detection for GitHub Enterprise
- Fix marketplace
addcommand with proper repository identifier
Maintenance
- Add Dependabot configuration for GitHub Actions and pip
- Bump actions/checkout from 4 to 6
- Bump astral-sh/setup-uv from 5 to 7
- Bump actions/upload-pages-artifact from 3 to 4
- Bump actions/deploy-pages from 4 to 5
- Add release skill for automated version bumping and publishing
- Documentation improvements (standalone workflow example, demo site link, badge styling)