You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,12 @@ All notable changes to this project are documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [1.0.3] — 2026-04-21
9
+
10
+
### Changed
11
+
12
+
-**`repo_status`** and **`ecosystem_activity`**: raised the per-request cap on the `repos` array from **20** to **64**, via shared **`MAX_REPOS_PER_REQUEST`** in **`src/server/schemas.ts`** (aligned with **`@rethunk/mcp-multi-root-git`** inventory default). **`docs/mcp-tools.md`** and **`README.md`** updated.
|`repo_status`|`rethunk-github_repo_status`| Multi-repo dashboard: default branch HEAD, CI, open PRs/issues, latest commit. Up to 20 repos per call, optional local git state. |
14
+
|`repo_status`|`rethunk-github_repo_status`| Multi-repo dashboard: default branch HEAD, CI, open PRs/issues, latest commit. Up to 64 repos per call, optional local git state. Very large batches may hit GitHub rate limits; concurrency stays at 4. |
15
15
|`my_work`|`rethunk-github_my_work`| Cross-repo personal queue: authored PRs, review requests, assigned issues. `blockedOnMe` lens for action items. |
16
16
|`pr_preflight`|`rethunk-github_pr_preflight`| Pre-merge safety check: mergeable, reviews, CI, behind-base, computed `safe` verdict with reasons. Batch-capable via `numbers[]`. |
17
17
|`release_readiness`|`rethunk-github_release_readiness`| What would ship if we release now? Unreleased commits, associated PRs, CI on head, diff stats. Auto-picks latest semver tag as base. |
@@ -81,7 +81,7 @@ Future write-capable tools (e.g. a proposed `release_create`) will document thei
81
81
82
82
| Name | Type | Required | Default | Description |
|`paths`|`string[]`| no | — | Filter to commits touching these paths (applied per repo via GraphQL `history(path:...)`). Multiple paths are OR'd together. |
359
359
|`grep`|`string`| no | — | Regex filter applied client-side to commit message subjects. |
0 commit comments