You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,6 +168,36 @@ Customize and seamlessly integrate advanced language and embedding models into y
168
168
<p><i>Settings Interface</i></p>
169
169
</div>
170
170
171
+
---
172
+
173
+
### 📊 Telemetry
174
+
Configure external telemetry settings to monitor and analyze your AI-powered development workflows with environment-specific customization capabilities.
175
+
176
+
-**External Configuration Override**
177
+
- Support for telemetry configuration overrides via a `.hai.config` file placed at the root of your workspace.
178
+
- Enables environment-specific customization that can be dynamically injected through CI/CD pipelines.
179
+
180
+
-**Supported Override Parameters**
181
+
```
182
+
# Langfuse Configuration
183
+
langfuse.apiUrl=
184
+
langfuse.apiKey=
185
+
langfuse.publicKey=
186
+
187
+
# PostHog Configuration
188
+
posthog.url=
189
+
posthog.apiKey=
190
+
```
191
+
192
+
**Important Notes:**
193
+
- The `.hai.config` file is not git-excluded by default. Ensure sensitive keys are not committed unintentionally to your repository.
194
+
195
+
---
196
+
197
+
### 📖 Documentation
198
+
For comprehensive documentation and in-depth guides on HAI Code Generator features, visit our [Wiki](https://github.com/presidio-oss/cline-based-code-generator/wiki).
199
+
200
+
171
201
## 🤝 Contributing
172
202
173
203
To contribute to the project, start by exploring [open issues](https://github.com/presidio-oss/cline-based-code-generator/issues) or checking our [feature request board](https://github.com/presidio-oss/cline-based-code-generator/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop).
0 commit comments