Skip to content

[codex] Fix issues 3681, 3683, 3689, 3690, 3715 - #3847

Merged
Widthdom merged 5 commits into
mainfrom
fix-issue3683-3690-3681-3689-3715
Jun 20, 2026
Merged

[codex] Fix issues 3681, 3683, 3689, 3690, 3715#3847
Widthdom merged 5 commits into
mainfrom
fix-issue3683-3690-3681-3689-3715

Conversation

@Widthdom

Copy link
Copy Markdown
Owner

Summary

  • Consolidate MCP bounded JSON response/audit stream handling.
  • Share long-path-safe filesystem write probes across indexing and CLI paths.
  • Report unknown-extension sample limit metadata in export/import JSON.
  • Route non-trivial CLI environment reads through the scoped environment abstraction.
  • Route command-facing stderr diagnostics through the shared error sink.

Validation

  • dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj -c Debug -p:UseSharedCompilation=false --filter "FullyQualifiedName~McpServerTests"
  • dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj -c Debug -p:UseSharedCompilation=false --filter "FullyQualifiedName~FileIndexerTests|FullyQualifiedName~GitHelperTests|FullyQualifiedName~GlobalToolLogTests"
  • dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj -c Debug -p:UseSharedCompilation=false --filter "FullyQualifiedName~ExportImportCommandRunnerTests|FullyQualifiedName~ProgramCliTests.ExportArchive_ManifestIncludesReadinessAndSummaryMetadata_Issue3549"
  • dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj -c Debug -p:UseSharedCompilation=false --filter "FullyQualifiedName~ConsoleUiTests|FullyQualifiedName~GlobalToolLogTests|FullyQualifiedName~ProgramRunnerTests|FullyQualifiedName~FileIndexerTests|FullyQualifiedName~DbReaderTests|FullyQualifiedName~CdidxConfigFileTests"
  • dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj -c Debug -p:UseSharedCompilation=false --filter "FullyQualifiedName~HookCommandRunnerTests|FullyQualifiedName~DbDebugTests|FullyQualifiedName~CommandErrorCodesTests|FullyQualifiedName~CodeIndexExceptionTests|FullyQualifiedName~QueryCommandRunnerSearchTests|FullyQualifiedName~ProgramRunnerTests|FullyQualifiedName~McpServerTests"
  • dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj -c Debug --no-build --framework net8.0 --filter "Issue3681|Issue3683|Issue3689|Issue3690|Issue3715"
  • dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj -c Debug --no-build --framework net9.0 --filter "Issue3681|Issue3683|Issue3689|Issue3690|Issue3715"
  • dotnet run --project tools/CodeIndex.Changelog -- check
  • dotnet ./src/CodeIndex/bin/Debug/net8.0/cdidx.dll status --check --json
  • Codex adversarial review: no blocking or actionable issues found.

Fixes #3681
Fixes #3683
Fixes #3689
Fixes #3690
Fixes #3715

@Widthdom
Widthdom marked this pull request as ready for review June 20, 2026 13:58
@Widthdom
Widthdom merged commit 7fd5204 into main Jun 20, 2026
10 checks passed
@Widthdom
Widthdom deleted the fix-issue3683-3690-3681-3689-3715 branch June 20, 2026 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

1 participant