Skip to content

Fix large-file range reads and search#63

Merged
rebel0789 merged 1 commit into
mainfrom
agent/large-file-read-search-settings-docs
Jul 8, 2026
Merged

Fix large-file range reads and search#63
rebel0789 merged 1 commit into
mainfrom
agent/large-file-read-search-settings-docs

Conversation

@rebel0789

@rebel0789 rebel0789 commented Jul 8, 2026

Copy link
Copy Markdown
Owner

Summary

  • allow read line ranges in text files slightly above maxReadBytes while keeping full-file reads capped
  • let search scan the same bounded larger text window instead of skipping ordinary source files just over the read cap
  • clarify where CodexPro stores local profile and runtime settings

Fixes #62
Answers #61

Verification

  • npm run build
  • npm run stress
  • npm run smoke
  • git diff --check
  • GitHub CI

@rebel0789 rebel0789 changed the title Fix large-file range reads and settings docs Fix large-file reads and add repo agent context Jul 8, 2026
@rebel0789

Copy link
Copy Markdown
Owner Author

@codex reveiw

@rebel0789
rebel0789 force-pushed the agent/large-file-read-search-settings-docs branch from 735214f to 63b056d Compare July 8, 2026 19:29
@rebel0789 rebel0789 changed the title Fix large-file reads and add repo agent context Fix large-file range reads and search Jul 8, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 735214f3ae

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/fsOps.ts Outdated
Repository owner deleted a comment from chatgpt-codex-connector Bot Jul 8, 2026
Co-authored-by: Codex <codex@openai.com>
@rebel0789
rebel0789 force-pushed the agent/large-file-read-search-settings-docs branch from 63b056d to 88e55c4 Compare July 8, 2026 19:37
@rebel0789
rebel0789 marked this pull request as ready for review July 8, 2026 19:38
@rebel0789
rebel0789 merged commit e0df47f into main Jul 8, 2026
1 check passed
@rebel0789
rebel0789 deleted the agent/large-file-read-search-settings-docs branch July 8, 2026 19:38
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.

Add line-range / chunked read and search support for files slightly above maxReadBytes

1 participant