Replies: 1 comment
|
BTW, Windsurf Editor is now called Devin Desktop. May we also check for any upstream changes or deprecations? |
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 (windsurf:// protocol URL).mcpinput variable, which writes to~/.codeium/windsurf/mcp_config.json. README includes a complete example with GitHub MCP server.foldervariable is documented with an example showing opening in a specific directory. However, the variable description is minimal ("The folder to open in Windsurf Editor") and could better explain behavior when unset. Half point deducted for under-documentation.Credential Hygiene — 20 / 20
mcpvariable is not marked sensitive, but it appropriately contains configuration rather than raw secrets. The README example demonstrates proper credential hygiene by usingdata.coder_external_auth.github.access_tokenrather than inline secrets. No sensitive inputs exist in the module.coder_external_authresource for GitHub authentication, avoiding raw API keys.Restricted-Environment Readiness — N/A
coder_scriptresource writes to$HOME/.codeium/windsurf/mcp_config.jsonand useschmod 600, both of which work without sudo as an unprivileged user. However, since all download-related criteria are N/A, this entire theme is N/A per normalization rules.Engineering Quality — 8 / 10
folderjust says "The folder to open"). 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
Scored against SCORECARD.md on 2026-08-03 with
claude-sonnet-4-5.All reactions