You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make the CLI self-contained without a missing local incubator workspace, switch the installer to a Linux-first native flow, and generate plugin lifecycle fixtures inside backend tests. Bump release metadata to v2.5.8-dev and update repo docs for the Linux-first path.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
---
11
11
12
+
## [v2.5.8-dev] - 2026-05-18
13
+
14
+
**Linux Stabilization — Ubuntu 24.04 WSL2 First**
15
+
16
+
### Fixed
17
+
- CLI build no longer depends on the missing local `go-tui-incubator` workspace; it uses the in-repo terminal, theme, and output packages.
18
+
- Plugin lifecycle integration fixtures are now generated inside backend tests instead of requiring an ignored local `synapse-plugin-template` checkout.
19
+
- Installer prerequisites no longer force Docker for the base flow; native Linux setup remains valid even when Docker Compose is unavailable.
20
+
21
+
### Changed
22
+
-`install.sh` now defaults to the native Linux path and leaves Docker Compose as an explicit optional follow-up.
23
+
- Root agent docs and quickstart references now use repo-relative paths instead of hardcoded Windows drive paths.
24
+
- README quick start now recommends native Linux setup first and treats Docker Compose as optional.
0 commit comments