Skip to content

Commit 6ec9a59

Browse files
committed
chore(release): OpenCode adapter 1.2.2
1 parent 322d73e commit 6ec9a59

25 files changed

Lines changed: 1344 additions & 61 deletions

.github/workflows/opencode-runtime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: Install pinned OpenCode CLI
8484
run: |
8585
set -euo pipefail
86-
bun install -g opencode-ai@1.17.3
86+
bun install -g opencode-ai@1.17.4
8787
echo "$HOME/.bun/bin" >> "$GITHUB_PATH"
8888
8989
- name: opencode --version

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Run repo validator (opencode.json + skill/agent/command frontmatter + VERSION)
7070
run: bash scripts/validate_config.sh
7171

72-
- name: Validate opencode.json against vendored JSON Schema (v1.17.3, offline)
72+
- name: Validate opencode.json against vendored JSON Schema (v1.17.4, offline)
7373
# Audit P0-2: schema validator resolves external $refs through a
7474
# vendored Registry (references/models.dev-model-schema.json), so
7575
# this gate never requires network reachability.

.opencode/bun.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.opencode/commands/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.2.1",
2+
"version": "1.2.2",
33
"generated_by": "scripts/generate_commands_index.py",
44
"count": 11,
55
"commands": [

.opencode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"description": "rldyour AI CLI configuration for OpenCode: local plugins, MCP/LSP, permissions, commands, agents, browser/design workflows, and security review.",
66
"type": "module",
77
"dependencies": {
8-
"@opencode-ai/plugin": "1.17.3",
9-
"@opencode-ai/sdk": "1.17.3"
8+
"@opencode-ai/plugin": "1.17.4",
9+
"@opencode-ai/sdk": "1.17.4"
1010
},
1111
"license": "AGPL-3.0-or-later",
1212
"author": {

.opencode/plugins/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.2.1",
2+
"version": "1.2.2",
33
"generated_by": "scripts/generate_plugins_index.py",
44
"count": 10,
55
"plugins": [

.opencode/skills/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.2.1",
2+
"version": "1.2.2",
33
"generated_by": "scripts/generate_skills_index.py",
44
"count": 38,
55
"skills": [

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010

11+
## [1.2.2] - 2026-06-12
12+
13+
### Changed
14+
15+
- Refresh runtime baselines to OpenCode `1.17.4`, `@opencode-ai/plugin` `1.17.4`, and `@opencode-ai/sdk` `1.17.4`; vendor the matching config schema snapshot.
16+
1117
## [1.2.1] - 2026-06-12
1218

1319
### Fixed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
`rldyour-opencode` is a rldyour AI CLI configuration for OpenCode: local plugins, MCP/LSP, permissions, commands, agents, browser/design workflows, and security review. It is authored by Danil Silantyev (github:rldyourmnd), CEO NDDev. Russian-first SDLC workflow, Serena integration, MCP transport, code review, design, security, LSP, and engineering rules — all native to the OpenCode AI coding agent format (no Claude Code or Codex residue).
1010

11-
Validated against OpenCode, `@opencode-ai/plugin`, and `@opencode-ai/sdk` 1.17.3 (June 2026); the OpenCode v1.14.48 -> v1.17.3 plugin pin bumps preserve the runtime hook surface and tool-ID naming while picking up current plugin-loading, config-robustness, skill discovery/file-based agent loading, `run --replay`, ACP/WebSocket runtime fixes, provider-compatible reasoning summaries, safer edit matching, backgroundable subagents, session context persistence, and permission reply routing fixes.
11+
Validated against OpenCode, `@opencode-ai/plugin`, and `@opencode-ai/sdk` 1.17.4 (June 2026); the OpenCode v1.14.48 -> v1.17.4 plugin pin bumps preserve the runtime hook surface and tool-ID naming while picking up current plugin-loading, config-robustness, skill discovery/file-based agent loading, `run --replay`, ACP/WebSocket runtime fixes, provider-compatible reasoning summaries, safer edit matching, backgroundable subagents, session context persistence, and permission reply routing fixes.
1212

1313
## What This Is
1414

@@ -143,7 +143,7 @@ rldyour-opencode/
143143
| `/ry-rules-review` | `plan` | Audit implementation against rldyour rules (report-only) |
144144

145145
`build` remains the implementation agent, and its repository configuration uses
146-
owner-standard full-auto permissions for OpenCode's canonical v1.17.3 keys,
146+
owner-standard full-auto permissions for OpenCode's canonical v1.17.4 keys,
147147
including `read`, `edit`, `bash`, `task`, `external_directory`, and
148148
`doom_loop`. The `plan` primary agent uses the same full-auto baseline. The
149149
root owner `oc` launcher mirrors that no-prompt posture through

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ historical patch in the line.
88

99
| Version | Supported |
1010
|---|---|
11-
| Current exact tag `1.2.1` | yes |
11+
| Current exact tag `1.2.2` | yes |
1212
| Older `1.1.*` tags | no; upgrade to current exact tag |
1313
| Older minor / major lines | no |
1414

0 commit comments

Comments
 (0)