Skip to content

Fix resumable MCP backfill fold progress - #2788

Merged
Widthdom merged 9 commits into
mainfrom
codex/fix-issue1461
May 31, 2026
Merged

Fix resumable MCP backfill fold progress#2788
Widthdom merged 9 commits into
mainfrom
codex/fix-issue1461

Conversation

@Widthdom

Copy link
Copy Markdown
Owner

Summary

Validation

  • dotnet run --project tools/CodeIndex.Changelog -- check
  • dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj -c Debug -p:UseSharedCompilation=false -p:EnableAotAnalyzer=false -p:EnableTrimAnalyzer=false --filter "FullyQualifiedNameBackfillFoldedColumns|FullyQualifiedNameToolsCall_BackfillFold|FullyQualifiedName~RunBackfillFold_Cancelled"
  • dotnet build src/CodeIndex/CodeIndex.csproj -c Debug -p:UseSharedCompilation=false -p:EnableAotAnalyzer=false -p:EnableTrimAnalyzer=false
  • dotnet ./src/CodeIndex/bin/Debug/net8.0/cdidx.dll status --check --json
  • codex adversarial review: No blocking/actionable issues found.

Note: running the same focused dotnet test without disabling AOT/trim analyzers fails on existing IL3050/IL2026 analyzer errors in unrelated JSON/MCP/config paths.

Fixes #1461

@Widthdom
Widthdom merged commit 76ac6ec into main May 31, 2026
10 checks passed
@Widthdom
Widthdom deleted the codex/fix-issue1461 branch May 31, 2026 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MCP backfill_fold cannot resume after interrupt; no progress field

1 participant