docs: editor release research for July 2026 - #48
Merged
Conversation
Add research documents for Claude Code 2.1.215, Codex 0.144.6, Copilot CLI 1.0.71, Cursor 3.11, Gemini CLI 0.51.0, OpenCode 1.18.3, Windsurf/Devin Desktop 3.4.27, and Zed 1.11.3, plus an implementation plan covering the follow-ups (Windsurf user-scope hooks path, Copilot project MCP target, filename/description validations, and changelog URL moves). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01HCX71AiLij6vrJy5o1n6UR
- Correct Windsurf user-scope hooks path to ~/.codeium/windsurf/hooks.json, matching the Devin Desktop docs and aix's own site docs - Warn when a skill description exceeds the 1024-byte limit shared by Zed and OpenCode - Document the Claude Code 2.1.214 hook if-glob semantics change in the support matrix and note that Copilot documents both .mcp.json and .github/mcp.json for project MCP - Lock in hidden-filename protection for Copilot agents with a regression test and update the research skill's moved changelog URLs - Record resolutions in the research documents and implementation plan Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01HCX71AiLij6vrJy5o1n6UR
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
The site package's editor-research parser required LF-only frontmatter delimiters, and the research-root test asserted forward-slash paths. Windows CI checks out CRLF files (no .gitattributes), so the seeded-docs test failed with 'Missing YAML frontmatter' and the root test failed on backslashes. Normalize CRLF before parsing, accept either path separator in the test, and add a CRLF regression test. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01HCX71AiLij6vrJy5o1n6UR
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add research documents for Claude Code 2.1.215, Codex 0.144.6, Copilot CLI
1.0.71, Cursor 3.11, Gemini CLI 0.51.0, OpenCode 1.18.3, Windsurf/Devin
Desktop 3.4.27, and Zed 1.11.3, plus an implementation plan covering the
follow-ups (Windsurf user-scope hooks path, Copilot project MCP target,
filename/description validations, and changelog URL moves).
Co-Authored-By: Claude Fable 5 noreply@anthropic.com
Claude-Session: https://claude.ai/code/session_01HCX71AiLij6vrJy5o1n6UR