Skip to content

Commit e1c6af0

Browse files
committed
Minor Fixed
1 parent 8c9ceea commit e1c6af0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

_posts/2025-08-07-ai-programming-tools.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ We have thoroughly compared the dense privacy policies of today’s most popular
1313

1414
| Criteria | [GitHub Copilot](#github-copilot) | [Cursor](#cursor) | [Claude Code](#claude-api-anthropic) | [Windsurf](#windsurf) | [Gemini CLI](#gemini-cli) | [Augment Code](#augment-code) | [Replit](#replit) |
1515
|---|---|---|---|---|---|---|---|
16-
| **Credential Protection** | <span class="pg-green">:white_check_mark: User configurable exclusion settings</span> | <span class="pg-orange">:warning: No credential monitoring</span> | <span class="pg-red">:x: No configurable exclusion settings</span> | <span class="pg-orange">:warning: Personalized codebases</span> | <span class="pg-green">:white_check_mark: Built-in exclusion settings</span> | <span class="pg-green">:white_check_mark: .augmentignore exclusion settings</span> | <span class="pg-red">:x: No configurable exclusion settings</span> |
16+
| **Credential Protection** | <span class="pg-green">:white_check_mark: User configurable exclusion settings</span> | <span class="pg-orange">:warning: No credential monitoring</span> | <span class="pg-red">:x: No configurable exclusion settings</span> | <span class="pg-green">:white_check_mark: User configurable exclusion settings</span> | <span class="pg-green">:white_check_mark: Built-in exclusion settings</span> | <span class="pg-green">:white_check_mark: .augmentignore exclusion settings</span> | <span class="pg-red">:x: No configurable exclusion settings</span> |
1717
| **IP Indemnity** | <span class="pg-green">:white_check_mark: With indemnity</span> | <span class="pg-red">:x: No indemnity</span> | <span class="pg-green">:white_check_mark: With indemnity</span> | <span class="pg-red">:x: No indemnity</span> | <span class="pg-green">:white_check_mark: With indemnity</span> | <span class="pg-red">:x: No indemnity</span> | <span class="pg-red">:x: No indemnity</span> |
1818
| **Retention Period (Free/Individual Plan)** | <span class="pg-orange">:warning: 28 days (IDE prompts) / 2 years (engagement data)</span> | <span class="pg-orange">:warning: Varies on Colection Purpose by default (privacy mode disable)</span> | <span class="pg-green">:white_check_mark: 30 days (default) / Zero (API)</span> | <span class="pg-orange">:warning: Default opt-in zero retention (individual)</span> | <span class="pg-orange">:warning: 18 months (individual) / Varies</span> | <span class="pg-red">:x: Indefinite retention</span> | <span class="pg-red">:x: No retention policy</span> |
1919
| **Retention Period (Paid Plan)** | <span class="pg-orange">:warning: 28 days (IDE prompts) / 2 years (engagement)</span> | <span class="pg-green">:white_check_mark: Zero retention by default (privacy mode enable)</span> | <span class="pg-green">:white_check_mark: 30 days (default) / Zero (API)</span> | <span class="pg-green">:white_check_mark: Zero retention (team/enterprise)</span> | <span class="pg-green">:white_check_mark: Zero Retention (Developer Paid API) </span> | <span class="pg-red">:x: Indefinite retention</span> | <span class="pg-red">:x: No retention policy</span> |
@@ -355,8 +355,8 @@ We have thoroughly compared the dense privacy policies of today’s most popular
355355

356356
<p><strong>Q: How does credential protection work with exclusion settings?</strong></p>
357357
<ul>
358-
<li><strong>Supported exclusion patterns:</strong> Personalized private codebases appended with model for inference</li>
359-
<li><strong>Credential confidentiality measures:</strong> Indexing of private codebases for relevant snippet retrieval</li>
358+
<li><strong>Windsurfignore:</strong> By default, Windsurf Indexing will ignore: Paths specified in gitignore, Files in node_modules, and Hidden pathnames (starting with ”.”) </li>
359+
<li><strong>Credential confidentiality measures:</strong> Windsurf Indexing does send snippets of code to a remote server to generate embeddings. However, no code or embeddings are stored remotely — all your data is stored on your own device.</li>
360360
</ul>
361361

362362
<p><strong>Q: What deployment options are available?</strong></p>

0 commit comments

Comments
 (0)