Responses anchored to the code
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 125k
- Forks
- 19.4k
- PR merge metrics
- PR metrics pending
Description
What variant of Codex are you using?
Codex with our Eclipse IDE plugin (codexide.org)
What feature would you like to see?
AgentMessageThreadItem = text (markdown) + memoryCitation + phase.
There are structured citations for memory, but none for code.
Our plugin must therefore regex-match paths and a :line suffix to make links clickable. {path, range, sha} citations would turn responses into real navigation.
Additional information
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the AgentMessageThreadItem definition and the existing memoryCitation representation. Determine how response items are serialized and where code-navigation data could be exposed; done should provide structured path, range, and sha citations that an IDE plugin can use without regex matching.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100