Replies: 1 comment
-
|
BTW, Windsurf Editor is now called Devin Desktop. May we also check for any upstream changes or deprecations? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
A discussion dedicated to the Windsurf Editor module. Share your thoughts, questions, and feedback here.
Module Scorecard
Drilldown
Presentation & Onboarding — 13 / 25
IDE Integration — 18 / 25
coder_appvia the vscode-desktop-core submodule with proper launch behavior through the windsurf:// protocol.mcpinput variable, which writes to~/.codeium/windsurf/mcp_config.json. README includes a complete example with GitHub MCP server setup.foldervariable is documented with an example showing how to open a specific directory. However, the variable description is minimal ("The folder to open in Windsurf Editor") and doesn't explain behavior when unset or interaction withopen_recent. Half point deducted for under-documentation.Credential Hygiene — 20 / 20
data.coder_external_auth.github.access_tokenwhich is a secure reference pattern. No inline secrets in examples. Themcpvariable itself is not marked sensitive, but it accepts JSON that may contain tokens; however, the example demonstrates the proper external auth pattern, avoiding inline secrets entirely.coder_external_authresource for GitHub authentication in the MCP example, avoiding raw key pasting.Restricted-Environment Readiness — N/A
Engineering Quality — 8 / 10
folderlacks detail about behavior). No validation blocks present where they could be useful (e.g., validatingmcpis valid JSON).Overall — 74 / 100
Raw 59 / 80 → round(59 / 80 × 100) = 74
(Restricted-Environment Readiness excluded as N/A; normalized from 75-point denominator)
Scored against SCORECARD.md on 2026-07-20 with
claude-sonnet-4-5.Beta Was this translation helpful? Give feedback.
All reactions