Skip to content

Commit 6e972c0

Browse files
authored
Merge pull request #132 from gotalab/release/v2.1.0
Release v2.1.0
2 parents d88f2dc + ae7c9e9 commit 6e972c0

File tree

4 files changed

+86
-3
lines changed

4 files changed

+86
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,25 @@ All notable changes to this project will be documented in this file.
88

99
## [Unreleased]
1010

11+
## [2.1.0] - 2026-02-01
12+
13+
### Added
14+
- **OpenCode support** - 8th supported agent with full SDD workflow integration ([#117](https://github.com/gotalab/cc-sdd/pull/117), [#127](https://github.com/gotalab/cc-sdd/pull/127))
15+
- `.opencode/commands/` with 11 kiro commands
16+
- OpenCode Agents (subagent version) in `.opencode/agents/`
17+
- OPENCODE.md project memory template
18+
- Installation via `npx cc-sdd@latest --opencode` or `--opencode-agent`
19+
20+
### Changed
21+
- Update recommended models to latest versions ([#128](https://github.com/gotalab/cc-sdd/pull/128), [#129](https://github.com/gotalab/cc-sdd/pull/129))
22+
- Claude: Opus 4.5
23+
- OpenAI: GPT-5.2
24+
- Google: Gemini 3 Flash
25+
- Remove think keywords from templates for cleaner prompts ([#128](https://github.com/gotalab/cc-sdd/pull/128))
26+
27+
### New Contributors
28+
* @inovue made their first contribution in #117
29+
1130
## [2.0.5] - 2026-01-08
1231

1332
### Added

docs/RELEASE_NOTES/RELEASE_NOTES_en.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,39 @@ New features and improvements for cc-sdd. See [CHANGELOG.md](../../CHANGELOG.md)
66

77
## 🔬 In Development (Unreleased)
88

9-
No unreleased features at this time. The latest stable release is v2.0.5.
9+
No unreleased features at this time. The latest stable release is v2.1.0.
10+
11+
---
12+
13+
## 🚀 Ver 2.1.0 (2026-02-01) – OpenCode Support
14+
15+
### 🎯 Highlights
16+
- **OpenCode Support**: Added the 8th supported agent with full Spec-Driven Development workflow integration.
17+
- **Model Updates**: Updated recommended models to Opus 4.5, GPT-5.2, and Gemini 3 Flash for improved performance.
18+
19+
### ✨ Added
20+
- **OpenCode** ([#117](https://github.com/gotalab/cc-sdd/pull/117), [#127](https://github.com/gotalab/cc-sdd/pull/127))
21+
- `.opencode/commands/` with all 11 kiro commands
22+
- OpenCode Agents (subagent version) in `.opencode/agents/`
23+
- OPENCODE.md project memory template
24+
- Installation: `npx cc-sdd@latest --opencode` or `--opencode-agent`
25+
26+
### 🔧 Changed
27+
- Updated recommended models ([#128](https://github.com/gotalab/cc-sdd/pull/128), [#129](https://github.com/gotalab/cc-sdd/pull/129))
28+
- Claude: Opus 4.5
29+
- OpenAI: GPT-5.2
30+
- Google: Gemini 3 Flash
31+
- Removed think keywords from templates for cleaner prompts
32+
33+
### 📈 Key Metrics
34+
- **Supported Agents**: 8 (Claude Code, Cursor, Gemini CLI, Codex CLI, GitHub Copilot, Qwen Code, Windsurf, **OpenCode**)
35+
- **Commands**: 11 per agent
36+
- **Languages**: 13
37+
38+
### 🙏 New Contributors
39+
* @inovue made their first contribution in #117
40+
41+
- Resources: [CHANGELOG.md](../../CHANGELOG.md#210---2026-02-01), PRs: [#117](https://github.com/gotalab/cc-sdd/pull/117), [#127](https://github.com/gotalab/cc-sdd/pull/127), [#128](https://github.com/gotalab/cc-sdd/pull/128), [#129](https://github.com/gotalab/cc-sdd/pull/129)
1042

1143
---
1244

docs/RELEASE_NOTES/RELEASE_NOTES_ja.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,39 @@ cc-sddの新機能・改善情報をお届けします。技術的な変更履
66

77
## 🔬 開発中 (Unreleased)
88

9-
現在、未リリースの機能はありません。最新の安定版はv2.0.5です。
9+
現在、未リリースの機能はありません。最新の安定版はv2.1.0です。
10+
11+
---
12+
13+
## 🚀 Ver 2.1.0 (2026-02-01) - OpenCodeサポート
14+
15+
### 🎯 ハイライト
16+
- **OpenCodeサポート**: 8番目のエージェントとして、完全なSpec-Driven Developmentワークフローを統合。
17+
- **推奨モデル更新**: Opus 4.5、GPT-5.2、Gemini 3 Flashに更新し、パフォーマンスを向上。
18+
19+
### ✨ 追加
20+
- **OpenCode** ([#117](https://github.com/gotalab/cc-sdd/pull/117), [#127](https://github.com/gotalab/cc-sdd/pull/127))
21+
- `.opencode/commands/` に全11個のkiroコマンド
22+
- `.opencode/agents/` にOpenCode Agents(サブエージェント版)
23+
- OPENCODE.md プロジェクトメモリテンプレート
24+
- インストール: `npx cc-sdd@latest --opencode` または `--opencode-agent`
25+
26+
### 🔧 変更
27+
- 推奨モデルを更新 ([#128](https://github.com/gotalab/cc-sdd/pull/128), [#129](https://github.com/gotalab/cc-sdd/pull/129))
28+
- Claude: Opus 4.5
29+
- OpenAI: GPT-5.2
30+
- Google: Gemini 3 Flash
31+
- テンプレートからthinkキーワードを削除し、プロンプトをクリーンに
32+
33+
### 📈 主要メトリクス
34+
- **対応エージェント**: 8 (Claude Code, Cursor, Gemini CLI, Codex CLI, GitHub Copilot, Qwen Code, Windsurf, **OpenCode**)
35+
- **コマンド数**: 各エージェント11
36+
- **対応言語**: 13
37+
38+
### 🙏 新規コントリビューター
39+
* @inovue#117 で初コントリビュート
40+
41+
- リソース: [CHANGELOG.md](../../CHANGELOG.md#210---2026-02-01), PR: [#117](https://github.com/gotalab/cc-sdd/pull/117), [#127](https://github.com/gotalab/cc-sdd/pull/127), [#128](https://github.com/gotalab/cc-sdd/pull/128), [#129](https://github.com/gotalab/cc-sdd/pull/129)
1042

1143
---
1244

tools/cc-sdd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cc-sdd",
3-
"version": "2.0.5",
3+
"version": "2.1.0",
44
"description": "Transform your coding workflow with AI-DLC and Spec-Driven Development. One command installs 11 powerful slash commands, Project Memory, and structured development workflows for 8 AI coding agents.",
55
"keywords": [
66
"claude-code",

0 commit comments

Comments
 (0)