Conversation
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
codex/codex-rs/core/src/rollout/recorder.rs
Lines 259 to 263 in c870500
searchTerm is only applied via SQLite. If SQLite is unavailable/backfill-incomplete, or DB listing fails, this path returns truncate_fs_page(...) directly and skips title filtering. thread/list can therefore return non-matching threads even when searchTerm is set, making API behavior depend on DB state instead of request params.
ℹ️ 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".
Add$$\in$$
searchTermtothread/listthat will search for a match in the titles (the condition beingsearchTermtitle)