Skip to content

Commit d5b3240

Browse files
authored
Merge pull request #75 from ably/release/0.11.0
chore: prepare release v0.11.0
2 parents 4382af4 + 4cc44ef commit d5b3240

3 files changed

Lines changed: 154 additions & 132 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.11.0] - 2025-08-08
9+
10+
### Added
11+
12+
- Added an AI_START_HERE.md file.
13+
14+
### Changed
15+
16+
- For chat rooms, `rooms messages get` is now `rooms messages history`
17+
18+
### Fixed
19+
20+
- Runtime errors now return more useful error messages when environment variables are not set.
21+
- Fixed spaces cursor connection stability issues.
22+
- Fixed various Web CLI terminal connection and UI issues.
23+
24+
### Improved
25+
26+
- Improved the terminal session and resume stability in message handling.
27+
- Improved functionality of the API key selection flow.
28+
- Improved AI assistant instructions.
29+
830
## [0.10.0] - 2025-07-24
931

1032
### Added
@@ -13,7 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1335

1436
### Changed
1537

16-
- For chat rooms, `rooms messages reactions add` is now `rooms messages reactions send`
38+
- For chat rooms, `rooms messages reactions add` is now `rooms messages reactions send`
1739

1840
### Fixed
1941

0 commit comments

Comments
 (0)