chore: release v1.1.0#52
Conversation
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>
mwbrooks
left a comment
There was a problem hiding this comment.
✅ Thanks for tagging it @WilliamBergamin! 🙇🏻
Let's coordinate a release tomorrow after some testing?
mwbrooks
left a comment
There was a problem hiding this comment.
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 useslack-api skillas 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.
Interesting so it gets confused and uses the slack-api skill instead of the CLI skill sometimes? If its with the A tricky area of this project seems to be around defining the scope of each skill and properly communicating this to LLMs 🤔 the |
Summary
Bump the plugin version from
1.0.0to1.1.0in preparation for the 1.1.0 release..claude-plugin/plugin.json→1.1.0.cursor-plugin/plugin.json→1.1.0Release notes
This release packages the changes added since 1.0.0 (developer skills, test suite, and project tooling — see #50).
Follow-ups after merge
v1.1.0onmainv1.1.0🤖 Generated with Claude Code