Skip to content

Add OpenFiles to IDE & Editor Integrations - #285

Open
devgiordane wants to merge 1 commit into
RoggeOhta:mainfrom
devgiordane:add-openfiles
Open

devgiordane wants to merge 1 commit into
RoggeOhta:mainfrom
devgiordane:add-openfiles

Conversation

@devgiordane

Copy link
Copy Markdown

Adds OpenFiles under IDE & Editor Integrations. I'm the author.

Codex writes files through apply_patch without opening them, so VS Code language servers that only check open files never see the changes. OpenFiles parses apply_patch from a PostToolUse hook, opens the touched files in background tabs so ESLint/TypeScript/etc. run, and returns the problems to Codex in the same turn.

  • MIT, no telemetry, no network calls
  • Also covers Claude Code, Copilot, Gemini CLI and Cursor; anything without hooks is caught by a file watcher
  • Star badge and one-sentence description follow CONTRIBUTING

🤖 Generated with Claude Code

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.

2 participants