Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading