Skip to content

chore: release v1.1.0#52

Merged
WilliamBergamin merged 3 commits into
mainfrom
version-1-1-0
Jun 22, 2026
Merged

chore: release v1.1.0#52
WilliamBergamin merged 3 commits into
mainfrom
version-1-1-0

Conversation

@WilliamBergamin

@WilliamBergamin WilliamBergamin commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Summary

Bump the plugin version from 1.0.0 to 1.1.0 in preparation for the 1.1.0 release.

  • Bumped .claude-plugin/plugin.json1.1.0
  • Bumped .cursor-plugin/plugin.json1.1.0

Release notes

This release packages the changes added since 1.0.0 (developer skills, test suite, and project tooling — see #50).

Follow-ups after merge

  • Tag v1.1.0 on main
  • GitHub Release v1.1.0

🤖 Generated with Claude Code

Bump both the Claude and Cursor plugin manifests from 1.0.0 to 1.1.0
for the 1.1.0 release.

Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
@WilliamBergamin WilliamBergamin requested a review from mwbrooks June 17, 2026 20:18
@WilliamBergamin WilliamBergamin self-assigned this Jun 17, 2026
@WilliamBergamin WilliamBergamin added release changes are related to releases semver:minor Changes trigger a minor version bump labels Jun 17, 2026
@WilliamBergamin WilliamBergamin marked this pull request as ready for review June 17, 2026 20:42

@mwbrooks mwbrooks left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Thanks for tagging it @WilliamBergamin! 🙇🏻

Let's coordinate a release tomorrow after some testing?

@mwbrooks mwbrooks left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've run through the following tests on Claude Code and Cursor:

slack-cli skill:

Log me into a new Slack workspace using the Slack CLI.

What version of the Slack CLI do I have installed?

How does Socket Mode work in Slack?

  • Expect slack docs <query> but it may use slack-api skill as well.

create-slack-app skill:

Create a new Slack app using Bolt for Python.

slack-api skill:

Which Slack API method should I use to get the list of members in a channel?

What scopes does chat.postMessage need?

Send a message to #general saying "hello" using the Slack API.

  • Requires being inside a slack app with chat:write or having a token in your environment variables

block-kit skill:

Build me a Block Kit message with a header, a section with two fields, and an actions block with Approve and Reject buttons.

Here's some Block Kit JSON, can you add a divider between the section and the actions? {...paste a small valid blocks payload...}

Build a section with {"type": "text", "text": "hi"} inside it.

🤔 There's always room for improvement, but I'm happy with this as our first release.

@WilliamBergamin

WilliamBergamin commented Jun 22, 2026

Copy link
Copy Markdown
Contributor Author

Expect slack docs but it may use slack-api skill as well.

Interesting so it gets confused and uses the slack-api skill instead of the CLI skill sometimes? If its with the How does Socket Mode work in Slack? prompt then I think a slack-docs skill might help clear things up

A tricky area of this project seems to be around defining the scope of each skill and properly communicating this to LLMs 🤔 the eval tests seem to be helping us through this

@WilliamBergamin WilliamBergamin merged commit 1559729 into main Jun 22, 2026
4 checks passed
@WilliamBergamin WilliamBergamin deleted the version-1-1-0 branch June 22, 2026 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release changes are related to releases semver:minor Changes trigger a minor version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants