Skip to content

Releases: giginet/cc-plugin-catalog

2.0.0

Choose a tag to compare

@giginet giginet released this 21 Sep 05:42
0165c46

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

Choose a tag to compare

@giginet giginet released this 31 Mar 02:17
  • Rename --default-repository to --marketplace-repository across CLI, workflow, and documentation
  • --marketplace-repository now takes priority over auto-detected git remote, preserving the exact value (including .git suffix) for install commands
  • Add uv lock --check job to CI to ensure uv.lock stays in sync with pyproject.toml

1.2.1

Choose a tag to compare

@giginet giginet released this 30 Mar 11:08

What's Changed

Bug Fixes

  • Fall back to GITHUB_REPOSITORY / GITHUB_SERVER_URL environment variables when git is unavailable (fixes auto-detection in python:3.12-slim containers)
  • Fall back to GITHUB_REF_NAME for branch detection in git-less environments

Improvements

  • Add catalog-ref input to reusable workflow for installing from a git ref instead of PyPI
  • Remove unused catalog-version input from reusable workflow
  • Remove hardcoded version test

1.2.0

Choose a tag to compare

@giginet giginet released this 30 Mar 02:53

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 repository field as source_url when 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 add command 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)

1.1.0

Choose a tag to compare

@giginet giginet released this 25 Mar 14:27

What's Changed

  • Add install commands, OGP, and logo support by @giginet in #1

New Contributors

Full Changelog: 1.0.0...1.1.0

1.0.0

Choose a tag to compare

@giginet giginet released this 25 Mar 13:15

Release 🎉

0.0.1

Choose a tag to compare

@giginet giginet released this 25 Mar 12:45

Initial Release 🎉