Skip to content

chore(release): v1.1.0#393

Merged
umair-ably merged 1 commit into
mainfrom
release/v1.1.0
May 12, 2026
Merged

chore(release): v1.1.0#393
umair-ably merged 1 commit into
mainfrom
release/v1.1.0

Conversation

@umair-ably
Copy link
Copy Markdown
Collaborator

@umair-ably umair-ably commented May 12, 2026

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 of ably init.
  • ably channels get-message — retrieve the latest version of a message on a channel by its serial

Test plan

  • pnpm prepare succeeds
  • pnpm exec eslint . shows 0 errors
  • pnpm test:unit passes
  • pnpm test:e2e passes (skills install end-to-end)
  • Smoke test npx @ably/cli@1.1.0 init post-release

🤖 Generated with Claude Code

@vercel
Copy link
Copy Markdown

vercel Bot commented May 12, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
cli-web-cli Ready Ready Preview, Comment May 12, 2026 3:33pm

Request Review

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@umair-ably umair-ably marked this pull request as ready for review May 12, 2026 15:34
@umair-ably umair-ably requested review from AndyTWF and sacOO7 May 12, 2026 15:34
@claude-code-ably-assistant
Copy link
Copy Markdown

Walkthrough

This is the v1.1.0 release bump PR. It updates the package version from 1.0.0 to 1.1.0 and adds the corresponding CHANGELOG entry. All feature work (ably init, ably skills install, ably channels get-message) was merged in prior PRs — this PR cuts the release.

Changes

Area Files Summary
Config package.json Bumps version from 1.0.01.1.0
Docs CHANGELOG.md Adds [1.1.0] - 2026-05-12 section documenting three new features

Review Notes

  • No code changes — this is a pure release PR; the diff is a version bump + changelog only.
  • CHANGELOG entries to verify: Three features listed — ably init (AI coding tool onboarding with SLSA attestation), ably skills install (standalone skill installation), ably channels get-message (retrieve latest message by serial). Reviewers should confirm all three shipped in prior merged PRs before approving.
  • No new dependencies, no migration steps, no deployment considerations beyond the npm publish triggered by the release tag.

Copy link
Copy Markdown

@claude-code-ably-assistant claude-code-ably-assistant Bot left a comment

Choose a reason for hiding this comment

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

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.

@umair-ably umair-ably enabled auto-merge May 12, 2026 15:39
@umair-ably
Copy link
Copy Markdown
Collaborator Author

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

sacOO7

This comment was marked as resolved.

Copy link
Copy Markdown
Contributor

@sacOO7 sacOO7 left a comment

Choose a reason for hiding this comment

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

Lgtm

@umair-ably umair-ably merged commit 9233fd2 into main May 12, 2026
13 of 15 checks passed
@umair-ably umair-ably deleted the release/v1.1.0 branch May 12, 2026 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants