April 06, 2026
Sourcegraph 7.1.2426
This is a patch release for Sourcegraph 7.1.
Details
Improvements
- MCP Support unlimited results when count parameter is specified
Support unlimited results when the query specifies a
count:parameter, removing hardcoded limits.
Fixes
- Administration Fix license page breaking on invalid date
Fixed the Product license page in the admin section crashing when the Sourcegraph license is invalid or revoked.
- Executors Use
batcheshelperandKUBERNETES_JOB_STEP_IMAGE- Use site config defined
batcheshelperimage unless explicitly overridden KUBERNETES_JOB_STEP_IMAGEshould override pre / post images
- Use site config defined
- Prompts Fix prompt detail page broken for non-admin users
Fixed the prompt detail page (
/prompts/:id) returning "must specify owner or viewerIsAffiliated args: must be site admin" for non-admin users by adding the missingviewerIsAffiliated: trueargument to thePromptsDetailPagequery.