From 276ce7aef83a5d4218367cab29bac39b16112ded Mon Sep 17 00:00:00 2001 From: umair Date: Thu, 4 Jun 2026 10:04:47 +0100 Subject: [PATCH] chore(release): v1.2.0 Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b85a7d9..86cc6e99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.2.0] - 2026-06-04 + +### Added + +- **Zed support for Agent Skills.** `ably init` and `ably skills install` can now install the Ably Agent Skills into [Zed](https://zed.dev), which loads user-level skills from `~/.agents/skills/`. Zed is auto-detected (via the `zed` CLI, the macOS/Linux/Windows app install paths, and the `~/.config/zed` config directory) and is also available as an explicit `--target zed`. + +### Fixed + +- Web CLI: push payload arguments (`push publish`, `push batch-publish`, `push devices save`) no longer read server-side files; file references are rejected with a clear message and inline JSON is used instead. + ## [1.1.1] - 2026-05-13 ### Added diff --git a/package.json b/package.json index cc949599..83d7c475 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ably/cli", - "version": "1.1.1", + "version": "1.2.0", "description": "Ably CLI for Pub/Sub, Chat and Spaces", "main": "dist/index.js", "types": "dist/index.d.ts",