Skip to content

Commit 544903f

Browse files
committed
release: v0.5.9
1 parent 966f43c commit 544903f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ 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.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.5.9] - 2026-03-23
9+
10+
### Fixed
11+
12+
- **Codespaces support** — skip machine-scoped `GITHUB_TOKEN` that lacks repo access, cap provider retries to prevent infinite loops, fix phantom `/discover-and-add-mcps` command that was missing from builtin commands (#415)
13+
- **`sql_analyze` reports "unknown error" for successful analyses** — tool returned error status even when analysis completed successfully (AI-5975) (#426)
14+
- **Remove `semver` dependency from upgrade path** — replaced with zero-dependency version comparison to prevent users getting locked on old versions when `semver` fails to load (#421)
15+
- **Ship `discover-and-add-mcps` as a builtin command** — moved from `.opencode/command/` config directory to embedded template so it works out of the box (#409)
16+
17+
### Testing
18+
19+
- Comprehensive upgrade decision tests covering version comparison, downgrade prevention, and edge cases (#421)
20+
- Codespace E2E tests for `GITHUB_TOKEN` filtering, retry caps, and provider initialization (#415)
21+
822
## [0.5.8] - 2026-03-23
923

1024
### Fixed

0 commit comments

Comments
 (0)