Skip to content

chore: release - #130

Draft
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Draft

chore: release#130
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

slack@1.4.0

Minor Changes

  • f2a4f53: Add the slack Codex marketplace, giving developers a production install path for the Slack plugin in Codex:

    codex plugin marketplace add slackapi/slack-skills-plugin
    codex plugin add slack@slack

    Until now the only marketplace this repo published was named slack-dev, so installing the plugin meant adding a marketplace labelled "dev" and running codex plugin add slack@slack-dev.

    If you installed under the old name, remove it before re-adding: Codex treats the two marketplaces as unrelated and will leave both installed and enabled.

    codex plugin remove slack@slack-dev
    codex plugin marketplace remove slack-dev

Patch Changes

  • f1deaff: Document installing the skills with npx skills, which reaches coding agents beyond the three with a plugin surface:

    # Install the skills for a coding agent, named by its own identifier
    npx skills add slackapi/slack-skills-plugin -a <agent>
    
    # For example, Gemini CLI or OpenCode
    npx skills add slackapi/slack-skills-plugin -a gemini-cli
    npx skills add slackapi/slack-skills-plugin -a opencode

    This path already worked and needed no changes here, it was just undocumented. It carries the skills only: no commands, and no MCP server.

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 1913418 to 70dc185 Compare September 2, 2026 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants