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 — 12 / 17
IDE Integration — 18 / 25
coder_appvia the vscode-desktop-core module with proper launch behavior through the windsurf:// protocol.mcpinput variable, which writes to~/.codeium/windsurf/mcp_config.jsonusing acoder_script. Example shows GitHub MCP server configuration.foldervariable is documented with an example showing/home/coder/project. However, the description is minimal ("The folder to open in Windsurf Editor") without explaining behavior when unset or validation guidance. Half point deducted for under-documentation.Credential Hygiene — 20 / 20
data.coder_external_auth.github.access_tokenwhich is a reference, not an inline secret. No sensitive inputs are defined in the module itself that would need marking. README examples avoid inline secrets.coder_external_authresource for GitHub authentication in the MCP example, avoiding raw API keys.Restricted-Environment Readiness — N/A
Engineering Quality — 8 / 10
mcplacks validation for JSON format, andfolderlacks description of behavior when empty.agent_iddescription is minimal. No validation blocks present.Overall — 81 / 100
Raw 58 / 72 → round(58 / 72 × 100) = 81
Scored against SCORECARD.md on 2026-08-27 with
claude-sonnet-4-5.All reactions