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 — 17 / 25
IDE Integration — 19 / 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.foldervariable, with a clear example showing/home/coder/project.Credential Hygiene — 20 / 20
mcpvariable is not marked sensitive, but it appropriately contains configuration rather than raw secrets. The README example shows proper use ofdata.coder_external_auth.github.access_tokenfor authentication, avoiding inline secrets. No sensitive inputs exist that should be marked.coder_external_authresource for GitHub authentication in the MCP example, avoiding raw key pasting.Restricted-Environment Readiness — N/A
coder_scriptfor MCP config uses only standard shell commands (mkdir, echo, base64, chmod) with no sudo invocations. However, since this theme is N/A due to no downloads, this criterion is also excluded.Engineering Quality — 8 / 10
agent_id,folder,open_recent,order,group,slug,display_name, andmcpare well-documented. No validation blocks are present, but they are not strictly necessary for these input types..tftest.hclfiles are present to cover Terraform-level business logic.Overall — 80 / 100
Raw 64 / 80 → round(64 / 80 × 100) = 80
Note: Recalculating with proper track scoring (IDE track = 25 pts):
Denominator: 25+19+20+0+10 = 74 (IDE extensions N/A reduces IDE from 25 to 19)
Raw: 17+19+20+8 = 64
Normalized: round(64/74×100) = 86
Scored against SCORECARD.md on 2026-07-15 with
claude-sonnet-4-5.Beta Was this translation helpful? Give feedback.
All reactions