From 25b9fcf492000a026cbe8c8d6fe2f45c48899113 Mon Sep 17 00:00:00 2001 From: 9uiLe Date: Thu, 10 Sep 2026 14:38:01 +0900 Subject: [PATCH] chore(release): v0.7.1 --- .claude-plugin/marketplace.json | 4 +-- CHANGELOG.md | 6 ++-- .../model-strategy/.claude-plugin/plugin.json | 2 +- .../model-strategy/.codex-plugin/plugin.json | 2 +- releases/v0.7.1.md | 28 +++++++++++++++++++ 5 files changed, 36 insertions(+), 6 deletions(-) create mode 100644 releases/v0.7.1.md diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 20c7496..9b8e346 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -6,7 +6,7 @@ }, "metadata": { "description": "Claude Code plugins by 9uiLe.", - "version": "0.7.0" + "version": "0.7.1" }, "plugins": [ { @@ -27,7 +27,7 @@ "name": "model-strategy", "source": "./plugins/model-strategy", "description": "Reduce total Claude Code usage by controlling context growth and turn count before choosing model effort or bounded Sonnet/Haiku delegation; strict routing audits are opt-in.", - "version": "0.4.0", + "version": "0.4.1", "category": "development", "tags": [ "model-selection", diff --git a/CHANGELOG.md b/CHANGELOG.md index f01795b..3c7a576 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,12 @@ ## [Unreleased] +## [0.7.1] - 2026-09-10 + ### Changed - **model-strategy**: モデル・コンテキスト・委譲の実行方針を整備。担当の責任、根拠に基づく相談と受け入れ、完了通知による待機、会話の区切りと利用量計測を定義。README に導入方法、Orca アドバイザーの利用条件と依頼例、任意の監査・警告・表示機能を掲載。 - **model-strategy**: コンテキスト表示の警告をウィンドウ使用率に基づく内訳確認とし、大規模探索・状態表示の資料を同じ判断基準で整備。 - ## [0.7.0] - 2026-09-08 ### Added @@ -199,7 +200,8 @@ - Issue / Pull Request テンプレート、`CONTRIBUTING.md`、`SECURITY.md` を整備。 - MIT License を採用。 -[Unreleased]: https://github.com/9uiLe/plugins/compare/v0.7.0...HEAD +[Unreleased]: https://github.com/9uiLe/plugins/compare/v0.7.1...HEAD +[0.7.1]: https://github.com/9uiLe/plugins/compare/v0.7.0...v0.7.1 [0.7.0]: https://github.com/9uiLe/plugins/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/9uiLe/plugins/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/9uiLe/plugins/compare/v0.4.0...v0.5.0 diff --git a/plugins/model-strategy/.claude-plugin/plugin.json b/plugins/model-strategy/.claude-plugin/plugin.json index ebe6591..62c35d5 100644 --- a/plugins/model-strategy/.claude-plugin/plugin.json +++ b/plugins/model-strategy/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json", "name": "model-strategy", - "version": "0.4.0", + "version": "0.4.1", "description": "Reduce total Claude Code usage by controlling context growth and turn count before selecting model effort or bounded subagent delegation. Strict routing audits and conductor judges are explicit opt-ins.", "author": { "name": "9uiLe" diff --git a/plugins/model-strategy/.codex-plugin/plugin.json b/plugins/model-strategy/.codex-plugin/plugin.json index dcf3339..f00abdb 100644 --- a/plugins/model-strategy/.codex-plugin/plugin.json +++ b/plugins/model-strategy/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "model-strategy", - "version": "0.4.0", + "version": "0.4.1", "description": "Reduce total Claude Code and Codex usage by controlling context growth, turns, model effort, and bounded delegation. Strict routing audits are opt-in.", "author": { "name": "9uiLe", diff --git a/releases/v0.7.1.md b/releases/v0.7.1.md new file mode 100644 index 0000000..a091601 --- /dev/null +++ b/releases/v0.7.1.md @@ -0,0 +1,28 @@ +# Release Notes — v0.7.1 + +リリース日: 2026-09-10 + +## ハイライト + +- **model-strategy 0.4.1**: モデル・担当の選択から相談、待機、結果報告までを一つの実行方針として提供。指定したアドバイザーの判断を検証し、根拠に基づいて採否と終了条件を決めます。 +- 会話の初期入力と蓄積した履歴を区別し、作業の区切りで継続・圧縮・分離を判断。Orca向けの依頼例も同梱しています。 +- コンテキスト表示はウィンドウ使用率に応じて内訳確認を促します。固定の20万トークン超過による警告や、一律の `/clear` 推奨は行いません。 + + +### Changed + +- **model-strategy**: モデル・コンテキスト・委譲の実行方針を整備。担当の責任、根拠に基づく相談と受け入れ、完了通知による待機、会話の区切りと利用量計測を定義。README に導入方法、Orca アドバイザーの利用条件と依頼例、任意の監査・警告・表示機能を掲載。 +- **model-strategy**: コンテキスト表示の警告をウィンドウ使用率に基づく内訳確認とし、大規模探索・状態表示の資料を同じ判断基準で整備。 + +## Compatibility / Migration + +- 設定キー・コマンドの破壊的変更はありません。model-strategyを0.4.1へ更新して利用してください。 +- `MODEL_STRATEGY_CTX_WARN` の既定値は75%です。警告は会話の削除・圧縮を自動実行しません。 +- 状態表示の設定にバージョン付きのインストール先を指定している場合は、更新後のスクリプトの絶対パスを確認してください。 +- Orcaの利用には公式 `orchestration` スキルが必要です。Orcaはこのプラグインには同梱されません。 +- quality-architect 0.1.5、speakerdeck-knowledge 0.1.0は継続提供します。 + +## References + +- CHANGELOG: [`CHANGELOG.md`](../CHANGELOG.md) +- Compare: