Skip to content

Add suggestion output paging - #3288

Merged
Widthdom merged 9 commits into
mainfrom
fix-issue3234
Jun 5, 2026
Merged

Add suggestion output paging#3288
Widthdom merged 9 commits into
mainfrom
fix-issue3234

Conversation

@Widthdom

@Widthdom Widthdom commented Jun 5, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add --limit and --offset controls for cdidx suggestions list and cdidx suggestions export.
  • Keep suggestions show unpaged and reject pagination flags there.
  • Update help text, user guide coverage, focused CLI tests, and the unreleased changelog fragment.

Validation

  • dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj --filter "FullyQualifiedName~ProgramCliTests"
  • dotnet run --project tools/CodeIndex.Changelog -- check
  • dotnet build CodeIndex.sln
  • dotnet format CodeIndex.sln --verify-no-changes
  • dotnet ./src/CodeIndex/bin/Debug/net8.0/cdidx.dll status --check --json
  • Codex adversarial review: No blocking/actionable issues found.

Documentation / Changelog

  • Updated USER_GUIDE.md.
  • Added changelog.d/unreleased/3234.added.md.

Follow-Up Candidates

None.

Fixes #3234

@Widthdom
Widthdom merged commit d37169a into main Jun 5, 2026
10 checks passed
@Widthdom
Widthdom deleted the fix-issue3234 branch June 6, 2026 18:20
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.

suggestions list and export should support pagination or output limits

1 participant