Skip to content

Commit 750590c

Browse files
authored
Merge pull request #105 from gotalab/release/v2.0.3
Release v2.0.3
2 parents fcfc7c2 + 554ad57 commit 750590c

File tree

6 files changed

+35
-5
lines changed

6 files changed

+35
-5
lines changed

CHANGELOG.md

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

99
## [Unreleased]
1010

11+
## [2.0.3] - 2025-11-15
12+
13+
### Changed
14+
- Refine recommended OpenAI models for Codex CLI, Cursor, GitHub Copilot, and Windsurf agents to prioritize `gpt-5.1-codex medium/high`, keeping `gpt-5.1 medium/high` as a general-purpose fallback.
15+
16+
### Fixed
17+
- Align DEV_GUIDELINES-related tests with the stricter language-handling rules introduced in v2.0.2 so `npm test` passes cleanly for v2.0.3.
18+
19+
- PRs: [#104](https://github.com/gotalab/cc-sdd/pull/104)
20+
1121
## [2.0.2] - 2025-11-15
1222

1323
### Changed

docs/RELEASE_NOTES/RELEASE_NOTES_en.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,16 @@ 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.2.
9+
No unreleased features at this time. The latest stable release is v2.0.3.
10+
11+
---
12+
13+
## 📝 Ver 2.0.3 (2025-11-15) – GPT-5.1 Codex tuning
14+
15+
- Refined recommended OpenAI models for Codex CLI, Cursor, GitHub Copilot, and Windsurf to explicitly include `gpt-5.1-codex medium/high` as the primary code-focused option, with `gpt-5.1 medium/high` as a general-purpose fallback.
16+
- Updated DEV_GUIDELINES-related tests so they match the stricter language-handling rules introduced in v2.0.2, keeping runtime behavior unchanged while ensuring `npm test` passes cleanly for v2.0.3.
17+
18+
- Resources: [CHANGELOG.md](../../CHANGELOG.md#203---2025-11-15), PR: [#104](https://github.com/gotalab/cc-sdd/pull/104)
1019

1120
---
1221

docs/RELEASE_NOTES/RELEASE_NOTES_ja.md

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

77
## 🔬 開発中 (Unreleased)
88

9-
現在、未リリースの機能はありません。最新の安定版はv2.0.2です。
9+
現在、未リリースの機能はありません。最新の安定版はv2.0.3です。
10+
11+
---
12+
13+
## 📝 Ver 2.0.3 (2025-11-15) - GPT-5.1 Codex向けの推奨モデル調整
14+
15+
- Codex CLI / Cursor / GitHub Copilot / Windsurf 向けの推奨モデルに `gpt-5.1-codex medium/high` を明示的に追加し、コード中心のワークロードでは Codex 系モデルを優先しつつ、`gpt-5.1 medium/high` を汎用用途のフォールバックとして維持しました。
16+
- DEV_GUIDELINES 関連のテスト期待値を v2.0.2 で導入した厳密な言語ハンドリング仕様に合わせて修正し、ランタイム挙動を変えずに `npm test` がクリーンに通るようにしました。
17+
18+
- リソース: [CHANGELOG.md](../../CHANGELOG.md#203---2025-11-15), PR: [#104](https://github.com/gotalab/cc-sdd/pull/104)
1019

1120
---
1221

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.2",
3+
"version": "2.0.3",
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 7 AI coding agents.",
55
"keywords": ["claude-code", "cursor", "windsurf", "gemini-cli", "codex", "github-copilot", "qwen-code", "sdd", "spec-driven-development", "kiro", "steering", "ai-development", "tdd", "ai-dlc", "agentic-sdlc", "subagents", "parallel-tasks"],
66
"author": "Gota",

tools/cc-sdd/test/realManifestCursor.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ describe('real cursor manifest', () => {
7373
// Check that the Cursor-specific recommended models are shown
7474
expect(out).toContain('Recommended models');
7575
expect(out).toContain('Claude 4.5 Sonnet');
76-
expect(out).toContain('GPT-5.1 high or medium');
76+
expect(out).toContain('gpt-5.1-codex medium/high');
77+
expect(out).toContain('gpt-5.1 medium/high');
7778

7879
// Check that the unified next steps are present
7980
expect(out).toContain("Launch Cursor IDE and run `/kiro/spec-init <what-to-build>` to create a new specification.");

tools/cc-sdd/test/realManifestWindsurf.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ describe('real windsurf manifest', () => {
6868
expect(out).toMatch(/Setup completed: written=\d+, skipped=\d+/);
6969
expect(out).toContain('Recommended models');
7070
expect(out).toContain('Claude 4.5 Sonnet');
71-
expect(out).toContain('GPT-5.1 high or medium');
71+
expect(out).toContain('gpt-5.1-codex medium/high');
72+
expect(out).toContain('gpt-5.1 medium/high');
7273
expect(out).toContain('Launch Windsurf IDE and run `/kiro-spec-init <what-to-build>` to create a new specification.');
7374
expect(out).toMatch(
7475
/Tip: Steering holds persistent project knowledgepatterns, standards, and org-wide policies\. Kick off `\/kiro-steering` \(essential for existing projects\) and\s+`\/kiro-steering-custom <what-to-create-custom-steering-document>`\. Maintain Regularly/,

0 commit comments

Comments
 (0)