Skip to content

Commit febc732

Browse files
committed
Bump version to 1.40.2
1 parent bf83971 commit febc732

4 files changed

Lines changed: 23 additions & 34 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
1111

1212
- **Pending changelog fragments live under `changelog.d/unreleased/`** — this section stays empty during ordinary work; see `changelog.d/unreleased/` for the release notes that are waiting to be aggregated.
1313

14+
### [1.40.2] - 2026-07-26
15+
16+
#### Fixed
17+
18+
- **MCP file-resource controls are now discoverable in-band** — `initialize` instructions now explain exact-path templates and filtered `resources/list` usage, while each list response publishes accepted parameters, bounds, and cursor semantics under `_meta.discovery_contract`, so AI clients can use current resource discovery without guessing non-standard protocol extensions.
19+
20+
#### Documentation
21+
22+
- **Downstream MCP setup no longer duplicates a cdidx command catalog** — removed the stale Code Search Rules templates and now direct AI clients to the live MCP `initialize`, `tools/list`, and resource-discovery contracts, while correcting cloud-bootstrap references to the current documentation entry points.
23+
1424
### [1.40.1] - 2026-07-25
1525

1626
#### Fixed
@@ -6191,6 +6201,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
61916201

61926202
- **未リリースの変更内容は `changelog.d/unreleased/` にまとまっています** — 通常の作業ではこのセクションは空のままにし、リリース待ちの変更は `changelog.d/unreleased/` を参照してください。
61936203

6204+
### [1.40.2] - 2026-07-26
6205+
6206+
#### 修正
6207+
6208+
- **MCP の file-resource control を protocol 上で発見できるようになりました** — `initialize` の instructions が exact-path template と filter 付き `resources/list` の使い方を案内し、各 list response が accepted parameter、上限、cursor semantics を `_meta.discovery_contract` に公開するため、AI client は標準外の protocol extension を推測せず最新の resource discovery を利用できます。
6209+
6210+
#### ドキュメント
6211+
6212+
- **下流の MCP セットアップで cdidx のコマンド一覧を複製しないようにしました** — 古くなった Code Search Rules テンプレートを削除し、AI client が最新の MCP `initialize`、`tools/list`、resource discovery 契約を使うよう案内するとともに、cloud bootstrap の参照先を現行のドキュメント構成へ修正しました。
6213+
61946214
### [1.40.1] - 2026-07-25
61956215

61966216
#### 修正
@@ -12349,7 +12369,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
1234912369

1235012370
- **テストスイート** — 60件のxUnitテスト。ChunkSplitter(6件)、SymbolExtractor(18件)、FileIndexer(8件)、Database統合(14件、FTS孤立防止・チェックサム検出含む)、DbReaderクエリ(14件)をカバー。対象: `tests/CodeIndex.Tests/UnitTest1.cs`。
1235112371

12352-
[Unreleased]: https://github.com/Widthdom/CodeIndex/compare/v1.40.1...HEAD
12372+
[Unreleased]: https://github.com/Widthdom/CodeIndex/compare/v1.40.2...HEAD
12373+
[1.40.2]: https://github.com/Widthdom/CodeIndex/compare/v1.40.1...v1.40.2
1235312374
[1.40.1]: https://github.com/Widthdom/CodeIndex/compare/v1.40.0...v1.40.1
1235412375
[1.40.0]: https://github.com/Widthdom/CodeIndex/compare/v1.39.4...v1.40.0
1235512376
[1.39.4]: https://github.com/Widthdom/CodeIndex/compare/v1.39.3...v1.39.4

changelog.d/unreleased/+mcp-resource-discovery-guidance.fixed.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

changelog.d/unreleased/+simplify-downstream-ai-guidance.docs.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "1.40.1"
2+
"version": "1.40.2"
33
}

0 commit comments

Comments
 (0)