From 8765c924de5623eac09db71536913e2faf17291b Mon Sep 17 00:00:00 2001 From: Roman Kiprin Date: Tue, 28 Apr 2026 09:11:06 -0500 Subject: [PATCH 1/2] fix: correct frontmatter name and formatting in gsd-oc-set-profile.md --- gsd-opencode/commands/gsd/gsd-oc-set-profile.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/gsd-opencode/commands/gsd/gsd-oc-set-profile.md b/gsd-opencode/commands/gsd/gsd-oc-set-profile.md index 8c7e3917..243030dd 100644 --- a/gsd-opencode/commands/gsd/gsd-oc-set-profile.md +++ b/gsd-opencode/commands/gsd/gsd-oc-set-profile.md @@ -1,13 +1,11 @@ --- -name: gsd-set-profile +name: gsd-oc-set-profile description: Switch model profile for GSD agents (simple/smart/genius/inherit) argument-hint: "" permissions: - bash: true + bash: true --- - - Switch the model profile used by GSD agents. Controls which OpenCode model each agent uses, balancing quality vs token spend. @@ -31,4 +29,4 @@ permissions: 3. Config reading and updating 4. Model table generation from MODEL_PROFILES 5. Confirmation display - + From 0d7bde008f49bdd80d216083545a94d8e32d4982 Mon Sep 17 00:00:00 2001 From: Roman Kiprin Date: Tue, 28 Apr 2026 09:13:45 -0500 Subject: [PATCH 2/2] docs: add CHANGELOG entry for v1.38.5 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d468c155..e9e412af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.38.5] - 2026-04-28 + +Overview: Fixed frontmatter command name in gsd-oc-set-profile from incorrect gsd-set-profile to the correct OpenCode-prefixed name. + +### Fixed + +- Corrected frontmatter `name` field from `gsd-set-profile` to `gsd-oc-set-profile` in `gsd-opencode/commands/gsd/gsd-oc-set-profile.md` + ## [1.38.3] - 2026-04-27 Overview: Synced upstream GSD to v1.38.5 and translated all Claude Code artifacts to OpenCode equivalents across 200+ files. Added `gsd-edit-phase` command and `edit-phase` workflow for modifying existing roadmap phases in place. Introduced post-merge gate to execute-phase workflow. Fixed SDK runtime detection defaults to use `claude` instead of `OpenCode` throughout the query layer. Added missing `` sections to command files to satisfy CI validation.