Skip to content

Commit 623d1ac

Browse files
committed
release: v0.5.5
1 parent 2ba7c67 commit 623d1ac

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ 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.5] - 2026-03-20
9+
10+
### Added
11+
12+
- Auto-discover MCP servers from external AI tool configs (VS Code, Cursor, GitHub Copilot, Claude Code, Gemini CLI, Claude Desktop) — discovered project-scoped servers are disabled by default and require explicit approval; home-directory configs are auto-enabled (#311)
13+
- Security FAQ documentation for MCP auto-discovery — covers trust model, security hardening, and how to disable (#346)
14+
15+
### Changed
16+
17+
- `auto_mcp_discovery` now defaults to `true` in config schema via `z.boolean().default(true)` — matches existing runtime behavior (#345)
18+
19+
### Fixed
20+
21+
- Add missing `altimate_change` markers for `experimental` block in `opencode.jsonc` — fixes Marker Guard CI failure on main (#344)
22+
823
## [0.5.4] - 2026-03-20
924

1025
### Added

0 commit comments

Comments
 (0)