chore(release): v1.1.0#393
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
1bdf16e to
c0edf3e
Compare
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
c0edf3e to
d7d1992
Compare
WalkthroughThis is the v1.1.0 release bump PR. It updates the package version from Changes
Review Notes
|
There was a problem hiding this comment.
Release bump review: two changes — version bump 1.0.0 to 1.1.0 in package.json and CHANGELOG entry for v1.1.0. Both are correct. CHANGELOG follows existing format, semver bump is appropriate for new features. No issues found. Ready to merge once test plan items are verified.
|
Does not bump web-cli version as no changes have happened in that package. The CLI version on the dashboard is controlled by the terminal server's pinned version which will also be updated to point to this new V1.1.0 in due course |
Summary
Release v1.1.0 — adds AI coding tool onboarding (
ably init/ably skills install) and get-message.See CHANGELOG.md for full details.
Highlights
ably init— single-command onboarding: install CLI, authenticate, and install Ably Agent Skills into detected AI coding tools (Claude Code, Cursor, VS Code, Windsurf) in one go. Verifies SLSA provenance attestations on downloaded skill bundles.ably skills install— install/update Ably Agent Skills independently ofably init.ably channels get-message— retrieve the latest version of a message on a channel by its serialTest plan
pnpm preparesucceedspnpm exec eslint .shows 0 errorspnpm test:unitpassespnpm test:e2epasses (skills install end-to-end)npx @ably/cli@1.1.0 initpost-release🤖 Generated with Claude Code