Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"metadata": {
"description": "Claude Code plugins by 9uiLe.",
"version": "0.7.0"
"version": "0.7.1"
},
"plugins": [
{
Expand All @@ -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",
Expand Down
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/model-strategy/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion plugins/model-strategy/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
28 changes: 28 additions & 0 deletions releases/v0.7.1.md
Original file line number Diff line number Diff line change
@@ -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: <https://github.com/9uiLe/plugins/compare/v0.7.0...v0.7.1>
Loading