Skip to content
Merged
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
5 changes: 4 additions & 1 deletion .github/meta/commit.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
release: v0.5.2
fix: add missing `altimate_change` markers for `experimental` block in `opencode.jsonc`

The `experimental` config added in #311 was missing upstream markers,
causing the Marker Guard CI check to fail on main.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2 changes: 2 additions & 0 deletions .opencode/opencode.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
"github-triage": false,
"github-pr-search": false,
},
// altimate_change start — disable auto MCP discovery for altimate-code
"experimental": {
"auto_mcp_discovery": false,
},
// altimate_change end
}
Loading