Skip to content

Commit 7d1830f

Browse files
committed
Fix formatting
1 parent ee9c865 commit 7d1830f

File tree

4 files changed

+54
-45
lines changed

4 files changed

+54
-45
lines changed

docs/PRIVACY.md

Lines changed: 51 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -4,69 +4,76 @@ Cline Bot Inc. ("Cline," "we," "our," and/or "us") values the privacy of individ
44

55
## Key Points
66

7-
- Cline operates entirely client-side as a VS Code extension
8-
- No code or data is collected, stored, or transmitted to Cline's servers
9-
- Your data is only sent to your chosen AI provider (e.g., Anthropic, OpenAI) when you explicitly request assistance
10-
- All processing happens locally on your machine
11-
- API keys are stored securely in VS Code's built-in settings storage
7+
- Cline operates entirely client-side as a VS Code extension
8+
- No code or data is collected, stored, or transmitted to Cline's servers
9+
- Your data is only sent to your chosen AI provider (e.g., Anthropic, OpenAI) when you explicitly request assistance
10+
- All processing happens locally on your machine
11+
- API keys are stored securely in VS Code's built-in settings storage
1212

1313
## Information We Process
1414

1515
### A. Information You Provide
16-
- **API Keys**: When you choose to use certain AI model providers (OpenRouter, Anthropic, OpenAI, etc.), you provide API keys. These are stored securely and locally in your VS Code settings.
17-
- **Communications**: If you contact us directly (e.g., via Discord or email), we may receive information like your name, email address, and message contents.
16+
17+
- **API Keys**: When you choose to use certain AI model providers (OpenRouter, Anthropic, OpenAI, etc.), you provide API keys. These are stored securely and locally in your VS Code settings.
18+
- **Communications**: If you contact us directly (e.g., via Discord or email), we may receive information like your name, email address, and message contents.
1819

1920
### B. Information Processing
2021

2122
Cline functions solely as a client-side VS Code extension that facilitates communication between your editor and your chosen AI model provider:
2223

23-
1. **File Contents**:
24-
- Only sent to your chosen AI provider when you explicitly request assistance
25-
- Never stored or transmitted to Cline's servers
26-
- Only the specific files/content you select are included
24+
1. **File Contents**:
25+
26+
- Only sent to your chosen AI provider when you explicitly request assistance
27+
- Never stored or transmitted to Cline's servers
28+
- Only the specific files/content you select are included
29+
30+
2. **Terminal Commands**:
2731

28-
2. **Terminal Commands**:
29-
- Processed entirely locally on your machine
30-
- Require explicit user confirmation before execution
31-
- No command history is transmitted to Cline
32+
- Processed entirely locally on your machine
33+
- Require explicit user confirmation before execution
34+
- No command history is transmitted to Cline
3235

33-
3. **Browser Integration**:
34-
- Screenshots and console logs are processed locally
35-
- Temporary data is cleared after task completion
36+
3. **Browser Integration**:
37+
- Screenshots and console logs are processed locally
38+
- Temporary data is cleared after task completion
3639

3740
## Data Security
3841

3942
1. **Local-Only Processing**:
40-
- All operations happen on your local machine
41-
- No central servers or data collection
42-
- No telemetry or usage statistics gathered
43-
- No account creation required
43+
44+
- All operations happen on your local machine
45+
- No central servers or data collection
46+
- No telemetry or usage statistics gathered
47+
- No account creation required
4448

4549
2. **API Key Security**:
46-
- Stored using VS Code's secure settings storage system
47-
- Never transmitted to Cline's servers
48-
- You can remove/modify keys at any time
50+
51+
- Stored using VS Code's secure settings storage system
52+
- Never transmitted to Cline's servers
53+
- You can remove/modify keys at any time
4954

5055
3. **User Control**:
51-
- Explicit approval required for file changes
52-
- Terminal commands require confirmation
53-
- Browser actions need explicit permission
54-
- You control which AI provider to use
56+
- Explicit approval required for file changes
57+
- Terminal commands require confirmation
58+
- Browser actions need explicit permission
59+
- You control which AI provider to use
5560

5661
## Communication with AI Providers
5762

5863
When you request assistance:
64+
5965
1. Selected content is sent directly to your chosen AI provider
6066
2. No data passes through Cline's servers
6167
3. Provider's own privacy policy applies to this communication:
62-
- [Anthropic Privacy Policy](https://www.anthropic.com/privacy)
63-
- [OpenAI Privacy Policy](https://openai.com/privacy)
64-
- [OpenRouter Privacy Policy](https://openrouter.ai/privacy)
68+
- [Anthropic Privacy Policy](https://www.anthropic.com/privacy)
69+
- [OpenAI Privacy Policy](https://openai.com/privacy)
70+
- [OpenRouter Privacy Policy](https://openrouter.ai/privacy)
6571

6672
## Error Handling & Debugging
67-
- Error logs are processed locally
68-
- No automatic error reporting to Cline
69-
- You control what information to include when reporting issues
73+
74+
- Error logs are processed locally
75+
- No automatic error reporting to Cline
76+
- You control what information to include when reporting issues
7077

7178
## Children's Privacy
7279

@@ -77,14 +84,16 @@ We do not knowingly collect, maintain, or use personal information from children
7784
We will post any changes to this policy on our GitHub repository. Significant changes will be announced in our Discord community.
7885

7986
## Security Concerns & Auditing
80-
- Cline is open source and available for security audit
81-
- Our client-side architecture ensures no central point of data collection
82-
- You can inspect exactly what data is being sent to AI providers
83-
- Enterprise users can implement additional access controls through VS Code
87+
88+
- Cline is open source and available for security audit
89+
- Our client-side architecture ensures no central point of data collection
90+
- You can inspect exactly what data is being sent to AI providers
91+
- Enterprise users can implement additional access controls through VS Code
8492

8593
## Contact Us
8694

8795
For privacy-related questions or concerns:
88-
- Open an issue on our [GitHub repository](https://github.com/cline/cline)
89-
- Join our [Discord community](https://discord.gg/cline)
90-
96+
97+
- Open an issue on our [GitHub repository](https://github.com/cline/cline)
98+
- Join our [Discord community](https://discord.gg/cline)
99+

docs/getting-started-new-coders/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Before you begin, make sure you have the following:
2121
- Example: `Documents/Cline/portfolio-website` for your portfolio
2222
- **Cline Extension in VS Code:** The Cline extension installed in VS Code.
2323

24-
- Here's a [tutorial](https://www.youtube.com/watch?v=N4td-fKhsOQ) on everything you need to get started.
24+
- Here's a [tutorial](https://www.youtube.com/watch?v=N4td-fKhsOQ) on everything you need to get started.
2525

2626
## Step-by-Step Setup
2727

docs/mcp/mcp-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ STOP! Before proceeding, you MUST verify these requirements:
3535
1. From the Cline extension, click the `MCP Server` tab
3636
1. Click the `Edit MCP Settings` button
3737

38-
<img src="https://github.com/user-attachments/assets/abf908b1-be98-4894-8dc7-ef3d27943a47" alt="MCP Server Panel" width="400" />
38+
<img src="https://github.com/user-attachments/assets/abf908b1-be98-4894-8dc7-ef3d27943a47" alt="MCP Server Panel" width="400" />
3939

4040
1. The MCP settings files should be display in a tab in VS Code.
4141
1. Replce the file's contents with this code:

docs/prompting/custom instructions library/cline-memory-bank.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,4 @@ When user says "update memory bank":
122122
4. Complete current task
123123

124124
Remember: After every memory reset, you begin completely fresh. Your only link to previous work is the Memory Bank. Maintain it as if your functionality depends on it - because it does.
125-
```
125+
```

0 commit comments

Comments
 (0)